Average writes / second grouped in 10s intervals

SELECT non_negative_derivative(mean("pointReq"), 1s) FROM
"_internal"."monitor"."write" WHERE time > now() - 1m GROUP BY time(10s)

Average queries / second grouped in 10s intervals (This won't include all
queries. It's just a snapshot taken every 10s of the of the number of
queries then currently running. The system does not yet record or count
every submitted query.)

SELECT non_negative_derivative(mean("queryReq"), 1s) FROM
"_internal"."monitor"."httpd" WHERE time > now() - 1m GROUP BY time(10s)

On Tue, Aug 16, 2016 at 12:33 PM, <[email protected]> wrote:

> Hello,
>
> I am trying to monitor the performance of my InfluxDB instance.
> I am interested in simple metrics like:
> - writes per second
> - reads per second
> - amount of memory stored on disk for influx data
> etc.
>
> Is there a functionality like this built in or is the recommended way to
> use tools like iostat, etc?
>
> Thank you.
>
> P.S.
> this might be related to this: https://github.com/influxdata/
> influxdb/issues/1470.
> not sure if it was implemented
>
> --
> Remember to include the InfluxDB version number with all issue reports
> ---
> You received this message because you are subscribed to the Google Groups
> "InfluxDB" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at https://groups.google.com/group/influxdb.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/influxdb/f80ca878-ca0e-4fb0-b3d2-ee1963374cd5%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Sean Beckett
Director of Support and Professional Services
InfluxDB

-- 
Remember to include the InfluxDB version number with all issue reports
--- 
You received this message because you are subscribed to the Google Groups 
"InfluxDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/influxdb.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/influxdb/CALGqCvP1q9U0c0WFm%3DBVfhWXz_0_Ntmtxxa32S20ws60AT_urA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to