https://bz.apache.org/bugzilla/show_bug.cgi?id=60591
Bug ID: 60591
Summary: BackendListener : Add a time boxed sampling
Product: JMeter
Version: 3.1
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
When you use the fixed metric window mode, all samples metrics are saved in a
sliding array with a fix size, you send each second to your backend a trend of
this values.
When you use the time boxed mode, all samples metrics are reset in order to
send actual values for the last elapse time.
This mode is useful with an Influxdb backend (InfluxdbBackendListenerClient)
with a polling of 5 seconds.
See PR:
- https://github.com/apache/jmeter/pull/237
--
You are receiving this mail because:
You are the assignee for the bug.