var fDesc=new Array(); fDesc[0] = "ClearSight™ Analyzer is an Application-centric analysis software that gives quick answers to application performance problems.

Main features:

- Application-centric analysis that automatically analyzes application flows with intuitive drill down to identify the root cause of performance issues
- Real-time application performance monitoring with alarms for problem identification
- Time-based analysis for trace files up to 4 Gigabytes to quickly identify relevant packets for the application-centric view
- Real-time statistics, bounce charts and reports for flows on single or multiple segments - to see issues quickly
- Video and voice call status, QoS analysis and playback
- User customizable summary report
- Supports WireShark decode engine"; 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 = ''; } }