var fDesc=new Array(); fDesc[0] = "IISTracer is a real-time internet web site monitoring tool for Microsoft IIS (all versions). The software lets you show what is happening on IIS server. You can see or log state of each request, incoming/outgoing bytes, http headers and several request running times.
IISTracer shows a state of running scripts (.asp, .aspx, asp.net, .cfm, .php, .cgi, etc), applications (.dll, .exe, ..) and a big downloads (.mp3, .zip, ...).
It lets you also monitor what script or which client (IP) hangs-up your server."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }