GitHub user victorian opened a pull request:
https://github.com/apache/jmeter/pull/26
Added changes to track hits in cumulatedMetrics
We needed a way of getting the hits/sec metric for the duration of the test
reported in Graphite and hence have modified the GraphiteBackendListener and
SamplerMetric to store this information using the SampleResult. We have tested
this locally and here is the comparsion between the hits/sec plugin and the
chart generated using the Graphite data.


You can merge this pull request into a Git repository by running:
$ git pull https://github.com/thomsonreuters/jmeter trunk
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jmeter/pull/26.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #26
----
commit aba6434af7e52041680917a401d241f25dec8e95
Author: Amol Moye <[email protected]>
Date: 2015-07-09T20:19:16Z
Added changes to track hits in cumulatedMetrics
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---