]> arthur.barton.de Git - netdata.git/blobdiff - src/proc_vmstat.c
added IPv6 performance metrics #60
[netdata.git] / src / proc_vmstat.c
index 46ddbae7f5e5b70a4175dd6072bbfbd60a0f5175..c8222390c5f07175f0cee9f690e912f68d58d174 100755 (executable)
@@ -13,9 +13,6 @@
 #include "rrd.h"
 #include "plugin_proc.h"
 
-#define MAX_PROC_VMSTAT_LINE 4096
-#define MAX_PROC_VMSTAT_NAME 1024
-
 int do_proc_vmstat(int update_every, unsigned long long dt) {
        static procfile *ff = NULL;
        static int do_swapio = -1, do_io = -1, do_pgfaults = -1, gen_hashes = -1;