by Daniela Sztulwark
In the majority of different resources about performance testing, the selection of the right listener for the test is very important thing because each listener takes varying amounts of system memory. This is an especially interesting bit of information. We decided to test several listeners to determine the exact amount of memory that each of them takes.
Let’s begin.
- PC Configuration:
- Notebook Hewlett-Packard HP530A
- Memory – 3GB, DDR2
- CPU – IntelCoreDuo, 2x1,7GHz
- Windows XP SP3
Web Application under test:
- php-addressbook v4.1.4 on local WAMP server version 2.2
- JMeter 2.6
- JDK 1.7
To exclude the influence of the pagefile from the test it's been switched off during testing.
For testing listeners I chose the test plan from below:
Each Thread group looks like the image below.

The goal?
Determine the maximum amount of memory to be used during testing with each listener.
It will take about 30 minutes to run all scenarios. After that, we placed the results in the table below.
image
As you can see, Graph Results Listener and View Results Tree are very greedy. They took an enormous amount of memory in comparison with the Simple Data writer which stores all results in *.jtl without drawing anything at GUI.

Final recommendation?
Use graphic listeners only during debugging of a test plan and disable them for any hard launch with a huge amount of users.
Don't Forget
Join the first JMeter Meetup. Wednesday, May 9 @6:30pm. Bay Area, CA. RSVP today!

Add new comment