3 Monitor Application Performance

End users of your applications usually complain about the speed of retrieving data from web pages and general page response times. You need ways to monitor several aspects of web pages and their interactions. This data helps you find and resolve issues before your end users complain.

Typical Workflow for Monitoring Application Performance

Monitoring Application Performance comprises of monitoring end user experience, performance of Server Requests, Application Servers, and other entities. Here are the common tasks for monitoring application performance.

Task Description More Information
Monitor end user experience through performance of pages Watch the performance of your application’s pages and monitor end-user experience Monitor Page Performance
Monitor end user experience through Ajax requests See if an Ajax call is the cause for the slow page and is affecting end-user experience

Monitor Ajax Requests

Monitor user sessions Check if a particular user session is running into errors Monitor End User Experience through Sessions
Monitor server request performance See if a server request or an application server is encountering errors

Monitor Server Request Performance

Monitor end user experience based on a web application Group a set of objects matching defined filter criteria to monitor end user experience

Monitoring End User Experience of a Web Application