-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Information about the collected stats from the System #2692
Comments
There is an issue open for writing net plugin documentation: #2166 The disk and diskio plugins are documented under plugins/input/system, some of your questions are answered there [1]. The bytes values are all going to incrementing values. You can reference the system docs [2], the load values are the standard unix load average numbers [3]. [1] https://github.com/influxdata/telegraf/blob/master/plugins/inputs/system/DISK_README.md |
Thank you, that helped. You said that documentation is being made for net plugin, but for the time being, Can you tell me from where the net plugin takes all it's data ? |
On linux it uses |
Hey @danielnelson How can we get total keys in Redis ?
It gives this output per redis db, So how can we get total keys in each database ? I am having a tough time figuring this out. |
@sLuvpreet33 #2706 |
I am using latest version of Telegraf in ubuntu 16.04 Dell laptop.
I want to know about the stats Telegraf collects about the system. I searched for them on the input plugins page of Telegraf on github, but these were not definde there, but given in the conf file.
Firstly,
about the net measurement that is created in the influxdb by
[inputs.net]
plugiin,What is the unit(b/s, kb/s, mb/s) of bytes_recv and bytes_sent, packets_sent and packets_recv ? And Is this the current live value OR this is incrementing value ? Units are required as we have to see those things in grafana.
Secondly , I want to know about the Disk stats,
The units of Memory and Inodes .
Next is
diskio
plugin ,Unit of
1 - iotime
2 - read_time
3 -write-time
Also, the reads, writes, read_bytes, write_bytes are current values OR incrementing values ?
And the last I want to ask is the system input plugin,
what is load1, load15 and load5 and there units?
The text was updated successfully, but these errors were encountered: