summaryrefslogtreecommitdiffstats
path: root/collectors/all.h
diff options
context:
space:
mode:
authorthiagoftsm <thiagoftsm@gmail.com>2021-05-28 18:57:59 +0000
committerGitHub <noreply@github.com>2021-05-28 18:57:59 +0000
commit0b09b6199715870df7d394545709f7ff009bdee9 (patch)
treed4733ea9059c2201ba6483527652948e578c4cb0 /collectors/all.h
parent4561d6a5a92e71ef7652651ac4802a22191aa7c5 (diff)
VFS new thread (#11187)
Split process thread in two different threads.
Diffstat (limited to 'collectors/all.h')
-rw-r--r--collectors/all.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/collectors/all.h b/collectors/all.h
index 1817c4cae0..db5b0a5bbe 100644
--- a/collectors/all.h
+++ b/collectors/all.h
@@ -138,6 +138,17 @@
#define NETDATA_CHART_PRIO_MDSTAT_FINISH 2105
#define NETDATA_CHART_PRIO_MDSTAT_SPEED 2106
+// Filesystem
+#define NETDATA_CHART_PRIO_FILESYSTEM_VFS_CLEAN 2150
+#define NETDATA_CHART_PRIO_FILESYSTEM_VFS_IO_COUNT 2151
+#define NETDATA_CHART_PRIO_FILESYSTEM_VFS_IO_BYTES 2152
+#define NETDATA_CHART_PRIO_FILESYSTEM_VFS_IO_EBYTES 2153
+#define NETDATA_CHART_PRIO_FILESYSTEM_VFS_IO_FSYNC 2154
+#define NETDATA_CHART_PRIO_FILESYSTEM_VFS_IO_EFSYNC 2155
+#define NETDATA_CHART_PRIO_FILESYSTEM_VFS_IO_OPEN 2156
+#define NETDATA_CHART_PRIO_FILESYSTEM_VFS_IO_EOPEN 2157
+#define NETDATA_CHART_PRIO_FILESYSTEM_VFS_IO_CREATE 2158
+#define NETDATA_CHART_PRIO_FILESYSTEM_VFS_IO_ECREATE 2159
// NFS (server)