A
A
AnotherAnkor2018-09-24 17:57:49
stress testing
AnotherAnkor, 2018-09-24 17:57:49

Import jmeter log to influxdb?

How can I import jmeter log into influxdb for further analysis using grafana?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vyacheslav Smirnov, 2018-10-07
@polarnik

Use loading data from csv, and load csv/jtl files using telegraf built-in capability:
csv - https://github.com/influxdata/telegraf/tree/master...
The solution is simple. If two of you are a plus, then that in general all requests will be stored in Influxdb, then it's good.
And on the 10th 20th run, there will be a lot of data in Influx, queries will be executed more slowly.
I'm still pouring raw data, both for JMeter and for Gatling. I just started to aggregate, for RPS I aggregate by seconds. I use awk script for Gatling.
I don't use aggregation for JMeter yet.
I think to use the built-in:
basicstats - https://github.com/influxdata/telegraf/tree/master...
valuecounter -https://github.com/influxdata/telegraf/tree/master...
histogram - https://github.com/influxdata/telegraf/tree/master...

D
Dimonchik, 2018-09-24
@dimonchik2013

1) format in a format that he understands
2) import

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question