Have you tried the influxdb command 'list series' to verify the data is getting in there? http://influxdb.com/docs/v0.8/api/query_language.html
That's what I used when getting it set up / troubleshooting last night using influxdb 0.8.8. The output was as follows: list_series_result time name 0 jmeter.MySampleName.a.count 0 jmeter. MySampleName.a.max 0 jmeter. MySampleName.a.min 0 jmeter. MySampleName.a.pct90 0 jmeter. MySampleName.a.pct95 0 jmeter. MySampleName.a.pct99 0 jmeter. MySampleName.ko.count 0 jmeter. MySampleName.ok.count 0 jmeter. MySampleName.ok.max 0 jmeter. MySampleName.ok.min 0 jmeter. MySampleName.ok.pct90 0 jmeter. MySampleName.ok.pct95 0 jmeter. MySampleName.ok.pct99 0 jmeter. MySampleName.a.count 0 jmeter. MySampleName.a.max 0 jmeter. MySampleName.a.min 0 jmeter. MySampleName.a.pct90 0 jmeter. MySampleName.a.pct95 .... Regards, Cheyne -----Original Message----- From: Glenn Caccia [mailto:[email protected]] Sent: Thursday, 9 April 2015 7:26 a.m. To: JMeter Users List Subject: checking data in influxdb I'm trying to get setup with InfluxDB and Grafana with JMeter. I wanted to try Grafana 2.0 (beta), but its configuration is different than the older version that JMeter has documentation for and I've not gotten it to work yet. I wanted to at least confirm that the InfluxDB part is working correctly and would like to run a query to confirm that data made it in from a test run. What is the data structure for the JMeter DB? That is, if I write a query for "select * from ????, what is ????. I don't know if these are called tables or something else, but basically, what structure is created in the JMeter database? Into what structure are run results saved? Good planets are hard to find - please think of the environment before you print this email. ____________________________________________________________________ CAUTION - This message may contain privileged and confidential information intended only for the use of the addressee named above. If you are not the intended recipient of this message you are hereby notified that any use, dissemination, distribution or reproduction of this message is prohibited. If you have received this message in error please notify Air New Zealand immediately. Any views expressed in this message are those of the individual sender and may not necessarily reflect the views of Air New Zealand. _____________________________________________________________________ For more information on the Air New Zealand Group, visit us online at http://www.airnewzealand.com _____________________________________________________________________
