telegraf/plugins/system
Simon Fraser f1af559f11 Filter disk stats by filesystem type, for Linux.
If we don't want to record the stats of NFS, tmpfs, /proc and
similar then specify:

fstypes = ["ext4", "xfs"]

In the config file.
2015-07-30 17:02:58 +01:00
..
ps Filter disk stats by filesystem type, for Linux. 2015-07-30 17:02:58 +01:00
cpu.go Tivan is dead, long live Telegraf. Fixes #3 2015-05-22 16:45:14 -07:00
disk.go Filter disk stats by filesystem type, for Linux. 2015-07-30 17:02:58 +01:00
docker.go Tivan is dead, long live Telegraf. Fixes #3 2015-05-22 16:45:14 -07:00
memory.go Tivan is dead, long live Telegraf. Fixes #3 2015-05-22 16:45:14 -07:00
mock_PS.go Tivan is dead, long live Telegraf. Fixes #3 2015-05-22 16:45:14 -07:00
net.go A set of fixes to fix the tests 2015-05-26 22:15:05 -07:00
ps.go Filter disk stats by filesystem type, for Linux. 2015-07-30 17:02:58 +01:00
system.go Tivan is dead, long live Telegraf. Fixes #3 2015-05-22 16:45:14 -07:00
system_test.go Improve test infrastructure 2015-06-24 22:15:58 +01:00