telegraf/plugins/system/ps/disk
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
..
binary.go Vendor psutils and remove neko 2015-04-03 17:22:31 -07:00
disk.go Vendor psutils and remove neko 2015-04-03 17:22:31 -07:00
disk_darwin.go Tivan is dead, long live Telegraf. Fixes #3 2015-05-22 16:45:14 -07:00
disk_darwin_amd64.go Vendor psutils and remove neko 2015-04-03 17:22:31 -07:00
disk_freebsd.go Tivan is dead, long live Telegraf. Fixes #3 2015-05-22 16:45:14 -07:00
disk_freebsd_amd64.go Vendor psutils and remove neko 2015-04-03 17:22:31 -07:00
disk_linux.go Filter disk stats by filesystem type, for Linux. 2015-07-30 17:02:58 +01:00
disk_test.go Tivan is dead, long live Telegraf. Fixes #3 2015-05-22 16:45:14 -07:00
disk_unix.go Vendor psutils and remove neko 2015-04-03 17:22:31 -07:00
disk_windows.go Tivan is dead, long live Telegraf. Fixes #3 2015-05-22 16:45:14 -07:00
types_freebsd.go Vendor psutils and remove neko 2015-04-03 17:22:31 -07:00