var fDesc=new Array(); fDesc[0] = "ApexSQL Monitor tracks SQL Server performance and System performance on multiple local and remote machines and SQL Server instances. It monitors the most important SQL Server statistics, memory, buffer, and page metrics ? batch requests per second, user connections, target and total server memory, buffer cache hit ratio, batch requests, page life expectancy, page reads and writes per second, and more. Monitoring these metrics enables you to identify and troubleshoot performance problems, establish trends, and set baselines.
ApexSQL Monitor 2014 features:
- Supports Microsoft SQL Server 2005, 2008, 2008R2, 2012, and 2014
- Monitors multiple SQL Server instances and databases
- Tracks over 30 Windows, SQL Server instance, and SQL Server database metrics
- A centralized monitoring interface
- Real-time monitoring
- A centralized historic data repository for all audited metrics
- Metric filtering
- Customizable alerts
- No agents nor components installed"; 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 = ''; } }