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

No data sent to influxDB

Open soulchips opened this issue 6 years ago • 1 comments

I'm not sure what has changed. I had this working up to last week.

Currently when I run a JMeter test, no data appears in the influx database. These are my settings

testName: test nodeName: JMeter influxDBHost: influxDBPort: 8086 influxDBUser: jmeter influxDBPassword: influxDBDatabase: retentionPolicy: autogen samplerList: .* useRegexForSamplerList: true

I can run the test and load is produced. There are no errors in the JMeter log, however not data seems to be transferred to influx DB.

I've tried using the default Influx Backend Listener and that seems to work fine.

Any advice is appreciated

soulchips avatar Jan 23 '19 18:01 soulchips

I am facing similar issue, I check the DB

below tables are populated with data but all Http requests are having status as Failure in table samples.

requestsRaw samples testStartEnd total virtualUsers

@soulchips , you were able to resolve the issue ?

Vivek-Gupta-472687 avatar Feb 01 '19 22:02 Vivek-Gupta-472687