JMeter-InfluxDB-Writer icon indicating copy to clipboard operation
JMeter-InfluxDB-Writer copied to clipboard

Looking for help : Querying requestsRaw measurement

Open musanas opened this issue 5 years ago • 1 comments

Hello,

I use this plugin to save data to influxDb while running my jMeter tests. I see this creates 3 measurements

  • requestsRaw
  • testStartEnd
  • virtualUsers

I see requestsRaw measurement is with column 'nodeName', 'testName' etc but I am not able to query this requestsRaw with any of those tags

Like the below query do not return anything . i know there must be reason. I am new to influx db, hence looking for some information here.

SELECT * FROM requestsRaw WHERE nodeName="smoketest-2"

is it possible to query only with time ?

Thanks

musanas avatar Apr 09 '19 04:04 musanas

@musanas, just try SELECT * FROM requestsRaw WHERE "nodeName"='smoketest-2'

Icecold777 avatar Apr 29 '19 22:04 Icecold777