telegraf/plugins/inputs/system
Foxlik 5a3f2e61f3 Fix improper total of CPU times (#2123)
On linux, the cpu timer counters of user and nice include the respective guest and guest_nice counters. This results in improper calculation of percentages.

Please see:
https://github.com/torvalds/linux/blob/447976e/kernel/sched/cputime.c#L169
https://lists.linuxfoundation.org/pipermail/virtualization/2009-August/013459.html
https://github.com/giampaolo/psutil/pull/940
2016-12-05 08:35:59 +00:00
..
CPU_README.md
DISK_README.md
KERNEL_README.md
KERNEL_VMSTAT_README.md Addressing PR feedback 2016-05-31 10:47:26 +01:00
MEM_README.md fix used_percent Calculation formula (#1313) 2016-06-02 14:24:48 +01:00
NETSTAT_README.md
PROCESSES_README.md
SYSTEM_README.md
cpu.go Fix improper total of CPU times (#2123) 2016-12-05 08:35:59 +00:00
cpu_test.go Fix improper total of CPU times (#2123) 2016-12-05 08:35:59 +00:00
disk.go Added IopsInProgress to diskio stats (#2037) 2016-11-16 13:16:16 +00:00
disk_test.go
kernel.go Implement AddGauge & AddCounter functions 2016-09-02 16:51:26 +01:00
kernel_notlinux.go
kernel_test.go
kernel_vmstat.go Addressing PR feedback 2016-05-31 10:47:26 +01:00
kernel_vmstat_test.go Add kernel_vmstat input plugins 2016-05-31 10:46:34 +01:00
memory.go Implement AddGauge & AddCounter functions 2016-09-02 16:51:26 +01:00
memory_test.go Implement AddGauge & AddCounter functions 2016-09-02 16:51:26 +01:00
mock_PS.go
net.go Implement AddGauge & AddCounter functions 2016-09-02 16:51:26 +01:00
net_test.go
netstat.go
processes.go Major Logging Overhaul 2016-10-03 17:13:03 +01:00
processes_test.go
ps.go Remove Add() function from accumulator 2016-09-02 16:35:27 +01:00
system.go Implement AddGauge & AddCounter functions 2016-09-02 16:51:26 +01:00