1) Watch the traffic coming in to influxdb. You should see the metrics here.

tcpflow -i eth0 -c port 2003

change eth0 with your interface.

2) If the metrics are coming in to influxdb..is influxdb writing to disk?

do a select metric query after logging in to influxdb.

if you are able to see metrics in 2) you need to check grafana
configuration.

the requests are directly from browser, try to inspect http calls in
browser.

Himanshu



On Wed, Mar 18, 2015 at 10:31 AM, Erez Naim <[email protected]> wrote:

> I installed only influxDB and configured config.toml file... I can connect
> to influxDB dashboard via browser but I can't see any graphs generated by
> grafana.
>
> Thanks for your reply :)
>
> -----Original Message-----
> From: Flavio Cysne [mailto:[email protected]]
> Sent: Wednesday, March 18, 2015 7:24 PM
> To: JMeter Users List
> Subject: Re: influxdb + grafana
>
> Did you install only Influga or also InfluxDB? The config.toml file will
> only be present if you install InfluxDB. This is needed to allow graphite
> data to be inserted by JMeter into InfluxDB.
>
> Hope it helps.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to