Hi all,
I¹ve incorporated a Backend Listener to my test which structure looks like
this:
Thread Group
...|
...|-> Sampler 0
...|-> If Controller 1
.........|-> JSR223 Sampler 10
...............|-> JSR223 Assertion 100
...............|-> Duration Assertion 101
...............|-> View Result Tree 10
...|-> If Controller 2
...
...|-> Summary Report
...|-> If Controller n
.........|-> Backed Listener
I¹d like to highlight that:
* "If Controller n² only checks the graphite is enabled:
"${__property(graphite.enabled)}" == ³true"
* I¹ve made all the Sampler and Assertion names camel case with no blank
spaces.
* Property ³summaryOnly" of Backend Listener is set to ³false"
* Property "samplersList" of Backend Listener is set to ³.*²
* Property "useRegexpForSamplersList" of Backend Listener is set to ³true²
So I was expecting to see in Graphite all the metrics as per this page:
http://jmeter.apache.org/usermanual/realtime-results.html
But in Graphite I get these set of metrics only:
<rootMetricsPrefix>.test
......|-> endedT
......|-> maxAT
......|-> meanAT
......|-> minAT
......|-> startedT
i.e. what on that page is classified as "Thread/Virtual Users metrics²,
nothing else.
My question is: what do I need to do to have all the other metrics sent to
Graphite?
Also, it seems like I cannot use properties or variables to set
³graphiteHost², ³graphitePort² and ³rootMetricsPrefix² in the Backend
Listener - they just not get resolved. Is there a way to parametrize these
values in the test?
Thanks for helping.
Regards,
Dan
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]