Friday 24 January 2014

JMeter Plugins - JMeterPlugin-0.4.2

Introduction:


During a load test, it is important to know the health of the servers loaded. It is also nice to see if you are targeting a cluster if the load is correctly dispatched. To address this, the plugin package now supports server monitoring! Using it, you can monitor CPU, Memory, Swap, Disks I/O and Networks I/O on almost all platforms!

 download here..
The prerequisite is to run JMeter 2.4 or above with a JRE 1.6 or above.

Installation :
First of all, download the latest version of plugins.

To install the JMeter Plugins, you simply have to copy the JMeterPlugins.jar file from JMeterPlugins-VERSION.zip inside JMETER_INSTALL_DIR/lib/ext. Now you can restart your JMeter and see jp@gc-prefixed plugins in menus.

Metrics Collected:
This is the description of the metrics the plugin is collecting.


CPU:
This graph displays the CPU usage in percent. Multi core / Multi processors are suported, but the value displayed will aggregate them.
Memory:
            This graph displays the memory used in MB. The value is calculated with this formula: <total bytes>/(1024 x 1024)


No comments:

Post a Comment