]> arthur.barton.de Git - netdata.git/commit - CMakeLists.txt
diskspace statistics are now a separate thread, to isolate the delays introduced...
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sat, 14 Jan 2017 13:47:02 +0000 (15:47 +0200)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sat, 14 Jan 2017 13:47:02 +0000 (15:47 +0200)
commit0ff3db703848117e59a7b2d1b9e3401348f3715e
tree9d3333bd3580ba5a2e5377621e48aa436e26f17b
parentaf41d66aa7254422c77224c445a8691a6c0f0503
diskspace statistics are now a separate thread, to isolate the delays introduced by statvfs()
CMakeLists.txt
src/Makefile.am
src/common.h
src/main.c
src/plugin_proc_diskspace.c [new file with mode: 0644]
src/plugin_proc_diskspace.h [new file with mode: 0644]
src/proc_diskstats.c