apache / jmeter

Apache JMeter open-source load testing tool for analyzing and measuring the performance of a variety of services
https://jmeter.apache.org/
Apache License 2.0
8.41k stars 2.1k forks source link

influxdbBackendListener and mode=StrippedDiskStore problem ? #5187

Open asfimport opened 5 years ago

asfimport commented 5 years ago

pierre.astruc (Bug 63873): Hello all,

I have started to play with Backend Listener + Influxdb + Grafana. It's nice but I have finded some strange things :) (tested with 5.1.1 release + 5.2-SNAPSHOT 450712c)




a) mode=StrippedBatch (default)

b) mode=StrippedAsynch

c) mode=StrippedDiskStore or mode=DiskStore

I'm using jmeter with mode=StrippedDiskStore frequently to send me listener result at the end of the test (some jp@gc graphs plugins), so I'm disappointed that I can't add a backend listener with mode=StrippedDiskStore !

Is there any way to have influxdbBackendListener working correctly (live), and send the other listener results at the end of the test with mode=StrippedDiskStore ?

Thanks for any input :) Pierre

Version: Nightly Severity: normal OS: All

asfimport commented 5 years ago

pierre.astruc (migrated from Bugzilla): Hello,

I have a last question about Backend Listener :)


I think this should be removed, because the master doesn't care to receive all the result flow for one "Backend Listener". I mean, it's the slave who is computing the result with his own "Backend Listener" and send the data to influxdb no ? if yes, there is no need to send the "SerialisedSampleSender" data to the master.

Pierre