Skip to content
Basic Server Monitoring Counters

Basic Server Monitoring Counters

A typical e-business application’s server has some basic monitoring counters to check the performance of the app server, web server, and database server.

Error Graph

Error Graph

This is one of the basic graphs and frequently use to debug the performance bottleneck. The error graph provides details about the type of errors and the time when they occurred. Error graphs could be… Error Graph

Response Time Graph

Response Time Graph

Response time graph gives a clear picture of overall time including requesting a page, processing the data and getting the response back to the client. As per PTLC (Performance Test Life Cycle), the Response time… Response Time Graph