Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Looking for help : Querying requestsRaw measurement #35

Open
musanas opened this issue Apr 9, 2019 · 1 comment
Open

Looking for help : Querying requestsRaw measurement #35

musanas opened this issue Apr 9, 2019 · 1 comment

Comments

@musanas
Copy link

musanas commented Apr 9, 2019

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

@Icecold777
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants