JMeter-InfluxDB-Writer
JMeter-InfluxDB-Writer copied to clipboard
Looking for help : Querying requestsRaw measurement
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, just try SELECT * FROM requestsRaw WHERE "nodeName"='smoketest-2'