Reputation: 539
We are trying to have real time results showing on Grafana. Jmeter
Master is launched in GCP (Google cloud platform)
and we have one Windows VM in GCP which has Grafana
and InfluxDB
has been installed and configured.
When executed Jmeter
in Windows VM, able to publish data in Grafana
and InfluxDB
web UI. However when tried the same from GCP Master instance getting 'connection timeout to influxDB server'. Followed below steps:
InfluxDB
and Grafana
configued. (x.x.x.1: IP is the GCP local ip, not public ip)
Grafana can be accessed: http://x.x.x.1:3000InfluxDB: http://x.x.x.1:8086
The Jmeter
Test Plan contains 'BackendListner'
added as below.
Run the Jmeter
5.2 in Windows VM, results are published to both InfluxDB
and Grafana
web UI.
Now copied the Test Plan to GCP Jmeter Master instance (x.x.x.2 - local IP) and execute ./jmeter -n -t Testplan.jmx
Jmeter
logs, it shows:Tried by passing public IP in the BackendListner for influxDB host, that also didn't work. Please guide.
Upvotes: 0
Views: 234
Reputation: 168147
8086
References:
Upvotes: 1