简体   繁体   中英

Understanding metrics being sent by jmeter to graphite

I have started using jmeter 2.13 which has the support of pushing data to graphite. As per the documentation :

..a.count Number of responses for sampler name

..a.min Min response time for responses of sampler name

..a.max Max response time for responses of sampler name

  1. Is the a.count per second? or what?. In my graphite reports, I see them hovering around a particular value. Surely it is not for the load run till now.

  2. The min/max : What time duration are they for?

Please help.

You can trace the tcp dump ( host graphiteHostNameorIPaddress and port 2003 ) and see that each second backendListener sends the stats to the graphite.

samplerName.a.count is the number of executions for given sampler name during that second, min and max are also for that second.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM