nagylzs
nagylzs

Reputation: 4180

Jmeter and Influxdb: how to measure the number of bytes transferred?

I have setup JMeter that sends data into an InfluxDb instance. I'm trying to analyze the results with grafana. I'm facing a problem: I'm not able to create a graph from the transfer speed. JMeter does not send such data to the database.

The official documentation lists several so called "real time results", and the "bytes transferred" is not present there:

http://jmeter.apache.org/usermanual/realtime-results.html

How is that possible? This information is so basic and so useful! It should be there by default. How can I setup JMeter to send this data?

Upvotes: 0

Views: 964

Answers (1)

UBIK LOAD PACK
UBIK LOAD PACK

Reputation: 34536

This is currently not possible using InfluxDB or Graphite BackendListener client.

We've create an enhancement request to send sent bytes (sb) and received bytes (rb):

We have proposed a patch which has been merged today, you should be able to test nightly build tomorrow.

It should be in next version 4.1

You can use nightly build :

Here is content of future 4.1 in real-time :

Upvotes: 3

Related Questions