Sunday, January 11, 2015

Resmon(Resource Monitor) with Windows

Resmon(Resource Monitor) with Windows

Resmon - Resource monitor is a very informative monitoring tool which provides details of the following:

1. Process image-process ID - Description - %CPU time associated for it - Threads

2. Process level Writes/Reads/files location

3. Process level network statistics

4. Process level memory such as hard page faults, committed memory,working set , Private,sharable memory

5. Process - Associated services, Handles and Modules details and Different CPU core level usages

6. Disk Activity and Logical disk details

7. Network Activity , Tcp connections and Listening ports respective to process

On a final note, a fantastic utility in process respective to drill down performance root cause.

Hope this helps

Monday, January 5, 2015

Apache server status with trends using loadrunner script

Apache server status can be found for the deployed application using the URL :

http://servername/server-status

The metrics such as CPU LOad,Busy and idle workers, Bytes per request and per second , Requests per second can be monitored instantaneously.

But, to capture as a graph/trend we can create using Loadrunner script and through enhancements.

Here are the steps

1. Create a script with server status URL .

2. Correlate and capture values of metrics using LR User data point

3. Run the script in controller/pc with at least 1 user.

4. observe the trending online / offline using analysis.

This is very much helpful during load testing on apache servers.