var fDesc=new Array(); fDesc[0] = "Observer platform unites high-level application performance monitoring with deep-dive packet-level problem solving analytics. Explore Network Instruments, LLC new completely customizable performance dashboards—designed for quick assessment of network and application health and a gateway to problem resolution.

Use Observer’s new baselining capabilities to better plan and optimize network and application performance and now set alarms for baseline deviation for more proactive problem solving.

Main Features:

- Stay on top of mission critical applications with performance dashboards
- Reduce MTTR through new solution-centric workflows
- View baselines of all performance and time-based metrics
- Set immediate notifications to alert on degrading performance
- Monitor performance beyond response time of more applications
- Expand NetFlow’s high-level visibility to any network device"; 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 = ''; } }