Thanks Sean.  

On Monday, November 21, 2016 at 3:28:22 AM UTC+5:30, Sean Beckett wrote:
> https://github.com/influxdata/telegraf/blob/master/plugins/inputs/system/DISK_README.md
> 
> 
> 
> On Fri, Nov 18, 2016 at 7:50 PM, VeeraReddy Ganta <[email protected]> 
> wrote:
> 
> Thanks for your reply.
> 
> I did not explain my question in detail.  Sorry for that.
> 
> I have server1 and server2. Influxdb is Installed on server1.  I am currently 
> monitoring cup and memory of these 2 serves from grafana by configuring 
> telegraf on these 2 servers and telegraf on server1.  I see that telegraf 
> conf file does have only cpu and memory plugins.  I want to monitor disk 
> usage o these 2 servers during a load test in grafana by capturing its value 
> into influxdb using telegraf or some ther tool.  Can this be achieved using 
> telegraf?  If not, which tool can be used to achieve the same
> 
> Thanks.
> 
> 
> 
> 
> 
> On Fri, Nov 18, 2016 at 8:49 PM Ross McDonald <[email protected]> wrote:
> 
> 
> You can see the approximate size of the InfluxDB data directory by running 
> the following query against the `_internal` databases `shard` measurement:
> 
> ```
> select sum(diskBytes) / 1024 / 1024 /1024 from _internal."monitor"."shard" 
> where time > now() - 10s
> ```
> 
> 
> The result will be in gigabytes. You can also see the size per database by 
> adding a `group by "database"`:
> 
> ```
> select sum(diskBytes) / 1024 / 1024 /1024 from _internal."monitor"."shard" 
> where time > now() - 10s group by "database"
> ```
> 
> 
> 
> 
> 
> On Fri, Nov 18, 2016 at 5:59 AM,  <[email protected]> wrote:
> 
> 
> I would like to check disk usage percentage on a server during a load tes.
> 
> Is there any way to capture disk usage metric in influxdb?
> 
> 
> 
> 
> 
> --
> 
> Remember to include the version number!
> 
> ---
> 
> 
> 
> You received this message because you are subscribed to the Google Groups 
> "InfluxData" 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/8812fbce-a17f-4168-aa72-c319a0b31bc6%40googlegroups.com.
> 
> For more options, visit https://groups.google.com/d/optout.
> 
> 
> 
> 
> 
> 
> -- 
> 
> Remember to include the version number!
> 
> --- 
> 
> You received this message because you are subscribed to a topic in the Google 
> Groups "InfluxData" group.
> 
> To unsubscribe from this topic, visit 
> https://groups.google.com/d/topic/influxdb/I5eady_Ta5Y/unsubscribe.
> 
> To unsubscribe from this group and all its topics, 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/CAD8sRLCCav3fozAcm%2B91iimqekAO6Bs%2Bag7skXozySQpTAFMvg%40mail.gmail.com.
> 
> For more options, visit https://groups.google.com/d/optout.
> 
> 
> 
> 
> 
> 
> -- 
> 
> Remember to include the version number!
> 
> --- 
> 
> You received this message because you are subscribed to the Google Groups 
> "InfluxData" 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/CALOPAeDpF5_9-bniGn-C9u4mx-%3DgW3iqHAb8yKD_h60YDnJ3%2BA%40mail.gmail.com.
> 
> 
> 
> For more options, visit https://groups.google.com/d/optout.
> 
> 
> 
> 
> 
> -- 
> 
> 
> Sean Beckett
> Director of Support and Professional Services
> InfluxDB

-- 
Remember to include the version number!
--- 
You received this message because you are subscribed to the Google Groups 
"InfluxData" 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/20f9e878-206e-4c1c-9904-13953470af75%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to