var fDesc=new Array(); fDesc[0] = "Windows dotNet based IT-LoadMaster is a powerful, easy to use multithreaded traffic load generator used for profiling performance of websites and web applications under intense stress.
- LoadMaster is driven by URL scripts created with IT-Webwatcher
- A load shaping script gradually ramps up the number of simulated users (load level) for predetermined time intervals
- You may optionally deploy WebWatcher monitors at multiple user locations to profile transaction response time at each location under a given load level
- Reporting tools include drill-down data tables, Crystal report Writer
- Results are stored in XML format for ease of use with external reporting tools (for example Excel) or for saving into your own database."; 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 = ''; } }