]> arthur.barton.de Git - netdata.git/blob - src/proc_net_rpc_nfsd.c
use usec_t for microseconds time variables
[netdata.git] / src / proc_net_rpc_nfsd.c
1 #include "common.h"
2
3 struct nfsd_procs {
4     char name[30];
5     unsigned long long value;
6     int present;
7 };
8
9 struct nfsd_procs nfsd_proc2_values[] = {
10     { "null", 0ULL, 0 },
11     { "getattr", 0ULL, 0 },
12     { "setattr", 0ULL, 0 },
13     { "root", 0ULL, 0 },
14     { "lookup", 0ULL, 0 },
15     { "readlink", 0ULL, 0 },
16     { "read", 0ULL, 0 },
17     { "wrcache", 0ULL, 0 },
18     { "write", 0ULL, 0 },
19     { "create", 0ULL, 0 },
20     { "remove", 0ULL, 0 },
21     { "rename", 0ULL, 0 },
22     { "link", 0ULL, 0 },
23     { "symlink", 0ULL, 0 },
24     { "mkdir", 0ULL, 0 },
25     { "rmdir", 0ULL, 0 },
26     { "readdir", 0ULL, 0 },
27     { "fsstat", 0ULL, 0 },
28
29     /* termination */
30     { "", 0ULL, 0 }
31 };
32
33 struct nfsd_procs nfsd_proc3_values[] = {
34     { "null", 0ULL, 0 },
35     { "getattr", 0ULL, 0 },
36     { "setattr", 0ULL, 0 },
37     { "lookup", 0ULL, 0 },
38     { "access", 0ULL, 0 },
39     { "readlink", 0ULL, 0 },
40     { "read", 0ULL, 0 },
41     { "write", 0ULL, 0 },
42     { "create", 0ULL, 0 },
43     { "mkdir", 0ULL, 0 },
44     { "symlink", 0ULL, 0 },
45     { "mknod", 0ULL, 0 },
46     { "remove", 0ULL, 0 },
47     { "rmdir", 0ULL, 0 },
48     { "rename", 0ULL, 0 },
49     { "link", 0ULL, 0 },
50     { "readdir", 0ULL, 0 },
51     { "readdirplus", 0ULL, 0 },
52     { "fsstat", 0ULL, 0 },
53     { "fsinfo", 0ULL, 0 },
54     { "pathconf", 0ULL, 0 },
55     { "commit", 0ULL, 0 },
56
57     /* termination */
58     { "", 0ULL, 0 }
59 };
60
61 struct nfsd_procs nfsd_proc4_values[] = {
62     { "null", 0ULL, 0 },
63     { "read", 0ULL, 0 },
64     { "write", 0ULL, 0 },
65     { "commit", 0ULL, 0 },
66     { "open", 0ULL, 0 },
67     { "open_conf", 0ULL, 0 },
68     { "open_noat", 0ULL, 0 },
69     { "open_dgrd", 0ULL, 0 },
70     { "close", 0ULL, 0 },
71     { "setattr", 0ULL, 0 },
72     { "fsinfo", 0ULL, 0 },
73     { "renew", 0ULL, 0 },
74     { "setclntid", 0ULL, 0 },
75     { "confirm", 0ULL, 0 },
76     { "lock", 0ULL, 0 },
77     { "lockt", 0ULL, 0 },
78     { "locku", 0ULL, 0 },
79     { "access", 0ULL, 0 },
80     { "getattr", 0ULL, 0 },
81     { "lookup", 0ULL, 0 },
82     { "lookup_root", 0ULL, 0 },
83     { "remove", 0ULL, 0 },
84     { "rename", 0ULL, 0 },
85     { "link", 0ULL, 0 },
86     { "symlink", 0ULL, 0 },
87     { "create", 0ULL, 0 },
88     { "pathconf", 0ULL, 0 },
89     { "statfs", 0ULL, 0 },
90     { "readlink", 0ULL, 0 },
91     { "readdir", 0ULL, 0 },
92     { "server_caps", 0ULL, 0 },
93     { "delegreturn", 0ULL, 0 },
94     { "getacl", 0ULL, 0 },
95     { "setacl", 0ULL, 0 },
96     { "fs_locations", 0ULL, 0 },
97     { "rel_lkowner", 0ULL, 0 },
98     { "secinfo", 0ULL, 0 },
99     { "fsid_present", 0ULL, 0 },
100
101     /* nfsv4.1 client ops */
102     { "exchange_id", 0ULL, 0 },
103     { "create_session", 0ULL, 0 },
104     { "destroy_session", 0ULL, 0 },
105     { "sequence", 0ULL, 0 },
106     { "get_lease_time", 0ULL, 0 },
107     { "reclaim_comp", 0ULL, 0 },
108     { "layoutget", 0ULL, 0 },
109     { "getdevinfo", 0ULL, 0 },
110     { "layoutcommit", 0ULL, 0 },
111     { "layoutreturn", 0ULL, 0 },
112     { "secinfo_no", 0ULL, 0 },
113     { "test_stateid", 0ULL, 0 },
114     { "free_stateid", 0ULL, 0 },
115     { "getdevicelist", 0ULL, 0 },
116     { "bind_conn_to_ses", 0ULL, 0 },
117     { "destroy_clientid", 0ULL, 0 },
118
119     /* nfsv4.2 client ops */
120     { "seek", 0ULL, 0 },
121     { "allocate", 0ULL, 0 },
122     { "deallocate", 0ULL, 0 },
123     { "layoutstats", 0ULL, 0 },
124     { "clone", 0ULL, 0 },
125
126     /* termination */
127     { "", 0ULL, 0 }
128 };
129
130 struct nfsd_procs nfsd4_ops_values[] = {
131     { "unused_op0", 0ULL, 0},
132     { "unused_op1", 0ULL, 0},
133     { "future_op2", 0ULL, 0},
134     { "access", 0ULL, 0},
135     { "close", 0ULL, 0},
136     { "commit", 0ULL, 0},
137     { "create", 0ULL, 0},
138     { "delegpurge", 0ULL, 0},
139     { "delegreturn", 0ULL, 0},
140     { "getattr", 0ULL, 0},
141     { "getfh", 0ULL, 0},
142     { "link", 0ULL, 0},
143     { "lock", 0ULL, 0},
144     { "lockt", 0ULL, 0},
145     { "locku", 0ULL, 0},
146     { "lookup", 0ULL, 0},
147     { "lookup_root", 0ULL, 0},
148     { "nverify", 0ULL, 0},
149     { "open", 0ULL, 0},
150     { "openattr", 0ULL, 0},
151     { "open_confirm", 0ULL, 0},
152     { "open_downgrade", 0ULL, 0},
153     { "putfh", 0ULL, 0},
154     { "putpubfh", 0ULL, 0},
155     { "putrootfh", 0ULL, 0},
156     { "read", 0ULL, 0},
157     { "readdir", 0ULL, 0},
158     { "readlink", 0ULL, 0},
159     { "remove", 0ULL, 0},
160     { "rename", 0ULL, 0},
161     { "renew", 0ULL, 0},
162     { "restorefh", 0ULL, 0},
163     { "savefh", 0ULL, 0},
164     { "secinfo", 0ULL, 0},
165     { "setattr", 0ULL, 0},
166     { "setclientid", 0ULL, 0},
167     { "setclientid_confirm", 0ULL, 0},
168     { "verify", 0ULL, 0},
169     { "write", 0ULL, 0},
170     { "release_lockowner", 0ULL, 0},
171
172     /* nfs41 */
173     { "backchannel_ctl", 0ULL, 0},
174     { "bind_conn_to_session", 0ULL, 0},
175     { "exchange_id", 0ULL, 0},
176     { "create_session", 0ULL, 0},
177     { "destroy_session", 0ULL, 0},
178     { "free_stateid", 0ULL, 0},
179     { "get_dir_delegation", 0ULL, 0},
180     { "getdeviceinfo", 0ULL, 0},
181     { "getdevicelist", 0ULL, 0},
182     { "layoutcommit", 0ULL, 0},
183     { "layoutget", 0ULL, 0},
184     { "layoutreturn", 0ULL, 0},
185     { "secinfo_no_name", 0ULL, 0},
186     { "sequence", 0ULL, 0},
187     { "set_ssv", 0ULL, 0},
188     { "test_stateid", 0ULL, 0},
189     { "want_delegation", 0ULL, 0},
190     { "destroy_clientid", 0ULL, 0},
191     { "reclaim_complete", 0ULL, 0},
192
193     /* nfs42 */
194     { "allocate", 0ULL, 0},
195     { "copy", 0ULL, 0},
196     { "copy_notify", 0ULL, 0},
197     { "deallocate", 0ULL, 0},
198     { "ioadvise", 0ULL, 0},
199     { "layouterror", 0ULL, 0},
200     { "layoutstats", 0ULL, 0},
201     { "offload_cancel", 0ULL, 0},
202     { "offload_status", 0ULL, 0},
203     { "read_plus", 0ULL, 0},
204     { "seek", 0ULL, 0},
205     { "write_same", 0ULL, 0},
206
207     /* termination */
208     { "", 0ULL, 0 }
209 };
210
211
212 int do_proc_net_rpc_nfsd(int update_every, usec_t dt) {
213     static procfile *ff = NULL;
214     static int do_rc = -1, do_fh = -1, do_io = -1, do_th = -1, do_ra = -1, do_net = -1, do_rpc = -1, do_proc2 = -1, do_proc3 = -1, do_proc4 = -1, do_proc4ops = -1;
215     static int ra_warning = 0, th_warning = 0, proc2_warning = 0, proc3_warning = 0, proc4_warning = 0, proc4ops_warning = 0;
216
217     if(dt) {};
218
219     if(!ff) {
220         char filename[FILENAME_MAX + 1];
221         snprintfz(filename, FILENAME_MAX, "%s%s", global_host_prefix, "/proc/net/rpc/nfsd");
222         ff = procfile_open(config_get("plugin:proc:/proc/net/rpc/nfsd", "filename to monitor", filename), " \t", PROCFILE_FLAG_DEFAULT);
223     }
224     if(!ff) return 1;
225
226     ff = procfile_readall(ff);
227     if(!ff) return 0; // we return 0, so that we will retry to open it next time
228
229     if(do_rc == -1) do_rc = config_get_boolean("plugin:proc:/proc/net/rpc/nfsd", "read cache", 1);
230     if(do_fh == -1) do_fh = config_get_boolean("plugin:proc:/proc/net/rpc/nfsd", "file handles", 1);
231     if(do_io == -1) do_io = config_get_boolean("plugin:proc:/proc/net/rpc/nfsd", "I/O", 1);
232     if(do_th == -1) do_th = config_get_boolean("plugin:proc:/proc/net/rpc/nfsd", "threads", 1);
233     if(do_ra == -1) do_ra = config_get_boolean("plugin:proc:/proc/net/rpc/nfsd", "read ahead", 1);
234     if(do_net == -1) do_net = config_get_boolean("plugin:proc:/proc/net/rpc/nfsd", "network", 1);
235     if(do_rpc == -1) do_rpc = config_get_boolean("plugin:proc:/proc/net/rpc/nfsd", "rpc", 1);
236     if(do_proc2 == -1) do_proc2 = config_get_boolean("plugin:proc:/proc/net/rpc/nfsd", "NFS v2 procedures", 1);
237     if(do_proc3 == -1) do_proc3 = config_get_boolean("plugin:proc:/proc/net/rpc/nfsd", "NFS v3 procedures", 1);
238     if(do_proc4 == -1) do_proc4 = config_get_boolean("plugin:proc:/proc/net/rpc/nfsd", "NFS v4 procedures", 1);
239     if(do_proc4ops == -1) do_proc4ops = config_get_boolean("plugin:proc:/proc/net/rpc/nfsd", "NFS v4 operations", 1);
240
241     // if they are enabled, reset them to 1
242     // later we do them =2 to avoid doing strcmp for all lines
243     if(do_rc) do_rc = 1;
244     if(do_fh) do_fh = 1;
245     if(do_io) do_io = 1;
246     if(do_th) do_th = 1;
247     if(do_ra) do_ra = 1;
248     if(do_net) do_net = 1;
249     if(do_rpc) do_rpc = 1;
250     if(do_proc2) do_proc2 = 1;
251     if(do_proc3) do_proc3 = 1;
252     if(do_proc4) do_proc4 = 1;
253     if(do_proc4ops) do_proc4ops = 1;
254
255     uint32_t lines = procfile_lines(ff), l;
256
257     char *type;
258     unsigned long long rc_hits = 0, rc_misses = 0, rc_nocache = 0;
259     unsigned long long fh_stale = 0, fh_total_lookups = 0, fh_anonymous_lookups = 0, fh_dir_not_in_dcache = 0, fh_non_dir_not_in_dcache = 0;
260     unsigned long long io_read = 0, io_write = 0;
261     unsigned long long th_threads = 0, th_fullcnt = 0, th_hist10 = 0, th_hist20 = 0, th_hist30 = 0, th_hist40 = 0, th_hist50 = 0, th_hist60 = 0, th_hist70 = 0, th_hist80 = 0, th_hist90 = 0, th_hist100 = 0;
262     unsigned long long ra_size = 0, ra_hist10 = 0, ra_hist20 = 0, ra_hist30 = 0, ra_hist40 = 0, ra_hist50 = 0, ra_hist60 = 0, ra_hist70 = 0, ra_hist80 = 0, ra_hist90 = 0, ra_hist100 = 0, ra_none = 0;
263     unsigned long long net_count = 0, net_udp_count = 0, net_tcp_count = 0, net_tcp_connections = 0;
264     unsigned long long rpc_calls = 0, rpc_bad_format = 0, rpc_bad_auth = 0, rpc_bad_client = 0;
265
266     for(l = 0; l < lines ;l++) {
267         uint32_t words = procfile_linewords(ff, l);
268         if(!words) continue;
269
270         type = procfile_lineword(ff, l, 0);
271
272         if(do_rc == 1 && strcmp(type, "rc") == 0) {
273             if(words < 4) {
274                 error("%s line of /proc/net/rpc/nfsd has %u words, expected %d", type, words, 4);
275                 continue;
276             }
277
278             rc_hits = strtoull(procfile_lineword(ff, l, 1), NULL, 10);
279             rc_misses = strtoull(procfile_lineword(ff, l, 2), NULL, 10);
280             rc_nocache = strtoull(procfile_lineword(ff, l, 3), NULL, 10);
281
282             unsigned long long sum = rc_hits + rc_misses + rc_nocache;
283             if(sum == 0ULL) do_rc = -1;
284             else do_rc = 2;
285         }
286         else if(do_fh == 1 && strcmp(type, "fh") == 0) {
287             if(words < 6) {
288                 error("%s line of /proc/net/rpc/nfsd has %u words, expected %d", type, words, 6);
289                 continue;
290             }
291
292             fh_stale = strtoull(procfile_lineword(ff, l, 1), NULL, 10);
293             fh_total_lookups = strtoull(procfile_lineword(ff, l, 2), NULL, 10);
294             fh_anonymous_lookups = strtoull(procfile_lineword(ff, l, 3), NULL, 10);
295             fh_dir_not_in_dcache = strtoull(procfile_lineword(ff, l, 4), NULL, 10);
296             fh_non_dir_not_in_dcache = strtoull(procfile_lineword(ff, l, 5), NULL, 10);
297
298             unsigned long long sum = fh_stale + fh_total_lookups + fh_anonymous_lookups + fh_dir_not_in_dcache + fh_non_dir_not_in_dcache;
299             if(sum == 0ULL) do_fh = -1;
300             else do_fh = 2;
301         }
302         else if(do_io == 1 && strcmp(type, "io") == 0) {
303             if(words < 3) {
304                 error("%s line of /proc/net/rpc/nfsd has %u words, expected %d", type, words, 3);
305                 continue;
306             }
307
308             io_read = strtoull(procfile_lineword(ff, l, 1), NULL, 10);
309             io_write = strtoull(procfile_lineword(ff, l, 2), NULL, 10);
310
311             unsigned long long sum = io_read + io_write;
312             if(sum == 0ULL) do_io = -1;
313             else do_io = 2;
314         }
315         else if(do_th == 1 && strcmp(type, "th") == 0) {
316             if(words < 13) {
317                 error("%s line of /proc/net/rpc/nfsd has %u words, expected %d", type, words, 13);
318                 continue;
319             }
320
321             th_threads = strtoull(procfile_lineword(ff, l, 1), NULL, 10);
322             th_fullcnt = strtoull(procfile_lineword(ff, l, 2), NULL, 10);
323             th_hist10 = (unsigned long long)(atof(procfile_lineword(ff, l, 3)) * 1000.0);
324             th_hist20 = (unsigned long long)(atof(procfile_lineword(ff, l, 4)) * 1000.0);
325             th_hist30 = (unsigned long long)(atof(procfile_lineword(ff, l, 5)) * 1000.0);
326             th_hist40 = (unsigned long long)(atof(procfile_lineword(ff, l, 6)) * 1000.0);
327             th_hist50 = (unsigned long long)(atof(procfile_lineword(ff, l, 7)) * 1000.0);
328             th_hist60 = (unsigned long long)(atof(procfile_lineword(ff, l, 8)) * 1000.0);
329             th_hist70 = (unsigned long long)(atof(procfile_lineword(ff, l, 9)) * 1000.0);
330             th_hist80 = (unsigned long long)(atof(procfile_lineword(ff, l, 10)) * 1000.0);
331             th_hist90 = (unsigned long long)(atof(procfile_lineword(ff, l, 11)) * 1000.0);
332             th_hist100 = (unsigned long long)(atof(procfile_lineword(ff, l, 12)) * 1000.0);
333
334             // threads histogram has been disabled on recent kernels
335             // http://permalink.gmane.org/gmane.linux.nfs/24528
336             unsigned long long sum = th_hist10 + th_hist20 + th_hist30 + th_hist40 + th_hist50 + th_hist60 + th_hist70 + th_hist80 + th_hist90 + th_hist100;
337             if(sum == 0ULL) {
338                 if(!th_warning) {
339                     info("Disabling /proc/net/rpc/nfsd threads histogram. It seems unused on this machine. It will be enabled automatically when found with data in it.");
340                     th_warning = 1;
341                 }
342                 do_th = -1;
343             }
344             else do_th = 2;
345         }
346         else if(do_ra == 1 && strcmp(type, "ra") == 0) {
347             if(words < 13) {
348                 error("%s line of /proc/net/rpc/nfsd has %u words, expected %d", type, words, 13);
349                 continue;
350             }
351
352             ra_size = strtoull(procfile_lineword(ff, l, 1), NULL, 10);
353             ra_hist10 = strtoull(procfile_lineword(ff, l, 2), NULL, 10);
354             ra_hist20 = strtoull(procfile_lineword(ff, l, 3), NULL, 10);
355             ra_hist30 = strtoull(procfile_lineword(ff, l, 4), NULL, 10);
356             ra_hist40 = strtoull(procfile_lineword(ff, l, 5), NULL, 10);
357             ra_hist50 = strtoull(procfile_lineword(ff, l, 6), NULL, 10);
358             ra_hist60 = strtoull(procfile_lineword(ff, l, 7), NULL, 10);
359             ra_hist70 = strtoull(procfile_lineword(ff, l, 8), NULL, 10);
360             ra_hist80 = strtoull(procfile_lineword(ff, l, 9), NULL, 10);
361             ra_hist90 = strtoull(procfile_lineword(ff, l, 10), NULL, 10);
362             ra_hist100 = strtoull(procfile_lineword(ff, l, 11), NULL, 10);
363             ra_none = strtoull(procfile_lineword(ff, l, 12), NULL, 10);
364
365             unsigned long long sum = ra_hist10 + ra_hist20 + ra_hist30 + ra_hist40 + ra_hist50 + ra_hist60 + ra_hist70 + ra_hist80 + ra_hist90 + ra_hist100 + ra_none;
366             if(sum == 0ULL) {
367                 if(!ra_warning) {
368                     info("Disabling /proc/net/rpc/nfsd read ahead histogram. It seems unused on this machine. It will be enabled automatically when found with data in it.");
369                     ra_warning = 1;
370                 }
371                 do_ra = -1;
372             }
373             else do_ra = 2;
374         }
375         else if(do_net == 1 && strcmp(type, "net") == 0) {
376             if(words < 5) {
377                 error("%s line of /proc/net/rpc/nfsd has %u words, expected %d", type, words, 5);
378                 continue;
379             }
380
381             net_count = strtoull(procfile_lineword(ff, l, 1), NULL, 10);
382             net_udp_count = strtoull(procfile_lineword(ff, l, 2), NULL, 10);
383             net_tcp_count = strtoull(procfile_lineword(ff, l, 3), NULL, 10);
384             net_tcp_connections = strtoull(procfile_lineword(ff, l, 4), NULL, 10);
385
386             unsigned long long sum = net_count + net_udp_count + net_tcp_count + net_tcp_connections;
387             if(sum == 0ULL) do_net = -1;
388             else do_net = 2;
389         }
390         else if(do_rpc == 1 && strcmp(type, "rpc") == 0) {
391             if(words < 6) {
392                 error("%s line of /proc/net/rpc/nfsd has %u words, expected %d", type, words, 6);
393                 continue;
394             }
395
396             rpc_calls = strtoull(procfile_lineword(ff, l, 1), NULL, 10);
397             rpc_bad_format = strtoull(procfile_lineword(ff, l, 2), NULL, 10);
398             rpc_bad_auth = strtoull(procfile_lineword(ff, l, 3), NULL, 10);
399             rpc_bad_client = strtoull(procfile_lineword(ff, l, 4), NULL, 10);
400
401             unsigned long long sum = rpc_calls + rpc_bad_format + rpc_bad_auth + rpc_bad_client;
402             if(sum == 0ULL) do_rpc = -1;
403             else do_rpc = 2;
404         }
405         else if(do_proc2 == 1 && strcmp(type, "proc2") == 0) {
406             // the first number is the count of numbers present
407             // so we start for word 2
408
409             unsigned long long sum = 0;
410             unsigned int i, j;
411             for(i = 0, j = 2; j < words && nfsd_proc2_values[i].name[0] ; i++, j++) {
412                 nfsd_proc2_values[i].value = strtoull(procfile_lineword(ff, l, j), NULL, 10);
413                 nfsd_proc2_values[i].present = 1;
414                 sum += nfsd_proc2_values[i].value;
415             }
416
417             if(sum == 0ULL) {
418                 if(!proc2_warning) {
419                     error("Disabling /proc/net/rpc/nfsd v2 procedure calls chart. It seems unused on this machine. It will be enabled automatically when found with data in it.");
420                     proc2_warning = 1;
421                 }
422                 do_proc2 = 0;
423             }
424             else do_proc2 = 2;
425         }
426         else if(do_proc3 == 1 && strcmp(type, "proc3") == 0) {
427             // the first number is the count of numbers present
428             // so we start for word 2
429
430             unsigned long long sum = 0;
431             unsigned int i, j;
432             for(i = 0, j = 2; j < words && nfsd_proc3_values[i].name[0] ; i++, j++) {
433                 nfsd_proc3_values[i].value = strtoull(procfile_lineword(ff, l, j), NULL, 10);
434                 nfsd_proc3_values[i].present = 1;
435                 sum += nfsd_proc3_values[i].value;
436             }
437
438             if(sum == 0ULL) {
439                 if(!proc3_warning) {
440                     info("Disabling /proc/net/rpc/nfsd v3 procedure calls chart. It seems unused on this machine. It will be enabled automatically when found with data in it.");
441                     proc3_warning = 1;
442                 }
443                 do_proc3 = 0;
444             }
445             else do_proc3 = 2;
446         }
447         else if(do_proc4 == 1 && strcmp(type, "proc4") == 0) {
448             // the first number is the count of numbers present
449             // so we start for word 2
450
451             unsigned long long sum = 0;
452             unsigned int i, j;
453             for(i = 0, j = 2; j < words && nfsd_proc4_values[i].name[0] ; i++, j++) {
454                 nfsd_proc4_values[i].value = strtoull(procfile_lineword(ff, l, j), NULL, 10);
455                 nfsd_proc4_values[i].present = 1;
456                 sum += nfsd_proc4_values[i].value;
457             }
458
459             if(sum == 0ULL) {
460                 if(!proc4_warning) {
461                     info("Disabling /proc/net/rpc/nfsd v4 procedure calls chart. It seems unused on this machine. It will be enabled automatically when found with data in it.");
462                     proc4_warning = 1;
463                 }
464                 do_proc4 = 0;
465             }
466             else do_proc4 = 2;
467         }
468         else if(do_proc4ops == 1 && strcmp(type, "proc4ops") == 0) {
469             // the first number is the count of numbers present
470             // so we start for word 2
471
472             unsigned long long sum = 0;
473             unsigned int i, j;
474             for(i = 0, j = 2; j < words && nfsd4_ops_values[i].name[0] ; i++, j++) {
475                 nfsd4_ops_values[i].value = strtoull(procfile_lineword(ff, l, j), NULL, 10);
476                 nfsd4_ops_values[i].present = 1;
477                 sum += nfsd4_ops_values[i].value;
478             }
479
480             if(sum == 0ULL) {
481                 if(!proc4ops_warning) {
482                     info("Disabling /proc/net/rpc/nfsd v4 operations chart. It seems unused on this machine. It will be enabled automatically when found with data in it.");
483                     proc4ops_warning = 1;
484                 }
485                 do_proc4ops = 0;
486             }
487             else do_proc4ops = 2;
488         }
489     }
490
491     RRDSET *st;
492
493     // --------------------------------------------------------------------
494
495     if(do_rc == 2) {
496         st = rrdset_find_bytype("nfsd", "readcache");
497         if(!st) {
498             st = rrdset_create("nfsd", "readcache", NULL, "cache", NULL, "NFS Server Read Cache", "reads/s", 5000, update_every, RRDSET_TYPE_STACKED);
499
500             rrddim_add(st, "hits", NULL, 1, 1, RRDDIM_INCREMENTAL);
501             rrddim_add(st, "misses", NULL, 1, 1, RRDDIM_INCREMENTAL);
502             rrddim_add(st, "nocache", NULL, 1, 1, RRDDIM_INCREMENTAL);
503         }
504         else rrdset_next(st);
505
506         rrddim_set(st, "hits", rc_hits);
507         rrddim_set(st, "misses", rc_misses);
508         rrddim_set(st, "nocache", rc_nocache);
509         rrdset_done(st);
510     }
511
512     // --------------------------------------------------------------------
513
514     if(do_fh == 2) {
515         st = rrdset_find_bytype("nfsd", "filehandles");
516         if(!st) {
517             st = rrdset_create("nfsd", "filehandles", NULL, "filehandles", NULL, "NFS Server File Handles", "handles/s", 5001, update_every, RRDSET_TYPE_LINE);
518             st->isdetail = 1;
519
520             rrddim_add(st, "stale", NULL, 1, 1, RRDDIM_ABSOLUTE);
521             rrddim_add(st, "total_lookups", NULL, 1, 1, RRDDIM_INCREMENTAL);
522             rrddim_add(st, "anonymous_lookups", NULL, 1, 1, RRDDIM_INCREMENTAL);
523             rrddim_add(st, "dir_not_in_dcache", NULL, -1, 1, RRDDIM_INCREMENTAL);
524             rrddim_add(st, "non_dir_not_in_dcache", NULL, -1, 1, RRDDIM_INCREMENTAL);
525         }
526         else rrdset_next(st);
527
528         rrddim_set(st, "stale", fh_stale);
529         rrddim_set(st, "total_lookups", fh_total_lookups);
530         rrddim_set(st, "anonymous_lookups", fh_anonymous_lookups);
531         rrddim_set(st, "dir_not_in_dcache", fh_dir_not_in_dcache);
532         rrddim_set(st, "non_dir_not_in_dcache", fh_non_dir_not_in_dcache);
533         rrdset_done(st);
534     }
535
536     // --------------------------------------------------------------------
537
538     if(do_io == 2) {
539         st = rrdset_find_bytype("nfsd", "io");
540         if(!st) {
541             st = rrdset_create("nfsd", "io", NULL, "io", NULL, "NFS Server I/O", "kilobytes/s", 5002, update_every, RRDSET_TYPE_AREA);
542
543             rrddim_add(st, "read", NULL, 1, 1000, RRDDIM_INCREMENTAL);
544             rrddim_add(st, "write", NULL, -1, 1000, RRDDIM_INCREMENTAL);
545         }
546         else rrdset_next(st);
547
548         rrddim_set(st, "read", io_read);
549         rrddim_set(st, "write", io_write);
550         rrdset_done(st);
551     }
552
553     // --------------------------------------------------------------------
554
555     if(do_th == 2) {
556         st = rrdset_find_bytype("nfsd", "threads");
557         if(!st) {
558             st = rrdset_create("nfsd", "threads", NULL, "threads", NULL, "NFS Server Threads", "threads", 5003, update_every, RRDSET_TYPE_LINE);
559
560             rrddim_add(st, "threads", NULL, 1, 1, RRDDIM_ABSOLUTE);
561         }
562         else rrdset_next(st);
563
564         rrddim_set(st, "threads", th_threads);
565         rrdset_done(st);
566
567         st = rrdset_find_bytype("nfsd", "threads_fullcnt");
568         if(!st) {
569             st = rrdset_create("nfsd", "threads_fullcnt", NULL, "threads", NULL, "NFS Server Threads Full Count", "ops/s", 5004, update_every, RRDSET_TYPE_LINE);
570
571             rrddim_add(st, "full_count", NULL, 1, 1, RRDDIM_INCREMENTAL);
572         }
573         else rrdset_next(st);
574
575         rrddim_set(st, "full_count", th_fullcnt);
576         rrdset_done(st);
577
578         st = rrdset_find_bytype("nfsd", "threads_histogram");
579         if(!st) {
580             st = rrdset_create("nfsd", "threads_histogram", NULL, "threads", NULL, "NFS Server Threads Usage Histogram", "percentage", 5005, update_every, RRDSET_TYPE_LINE);
581
582             rrddim_add(st, "0%-10%", NULL, 1, 1000, RRDDIM_ABSOLUTE);
583             rrddim_add(st, "10%-20%", NULL, 1, 1000, RRDDIM_ABSOLUTE);
584             rrddim_add(st, "20%-30%", NULL, 1, 1000, RRDDIM_ABSOLUTE);
585             rrddim_add(st, "30%-40%", NULL, 1, 1000, RRDDIM_ABSOLUTE);
586             rrddim_add(st, "40%-50%", NULL, 1, 1000, RRDDIM_ABSOLUTE);
587             rrddim_add(st, "50%-60%", NULL, 1, 1000, RRDDIM_ABSOLUTE);
588             rrddim_add(st, "60%-70%", NULL, 1, 1000, RRDDIM_ABSOLUTE);
589             rrddim_add(st, "70%-80%", NULL, 1, 1000, RRDDIM_ABSOLUTE);
590             rrddim_add(st, "80%-90%", NULL, 1, 1000, RRDDIM_ABSOLUTE);
591             rrddim_add(st, "90%-100%", NULL, 1, 1000, RRDDIM_ABSOLUTE);
592         }
593         else rrdset_next(st);
594
595         rrddim_set(st, "0%-10%", th_hist10);
596         rrddim_set(st, "10%-20%", th_hist20);
597         rrddim_set(st, "20%-30%", th_hist30);
598         rrddim_set(st, "30%-40%", th_hist40);
599         rrddim_set(st, "40%-50%", th_hist50);
600         rrddim_set(st, "50%-60%", th_hist60);
601         rrddim_set(st, "60%-70%", th_hist70);
602         rrddim_set(st, "70%-80%", th_hist80);
603         rrddim_set(st, "80%-90%", th_hist90);
604         rrddim_set(st, "90%-100%", th_hist100);
605         rrdset_done(st);
606     }
607
608     // --------------------------------------------------------------------
609
610     if(do_ra == 2) {
611         st = rrdset_find_bytype("nfsd", "readahead");
612         if(!st) {
613             st = rrdset_create("nfsd", "readahead", NULL, "readahead", NULL, "NFS Server Read Ahead Depth", "percentage", 5005, update_every, RRDSET_TYPE_STACKED);
614
615             rrddim_add(st, "10%", NULL, 1, 1, RRDDIM_PCENT_OVER_DIFF_TOTAL);
616             rrddim_add(st, "20%", NULL, 1, 1, RRDDIM_PCENT_OVER_DIFF_TOTAL);
617             rrddim_add(st, "30%", NULL, 1, 1, RRDDIM_PCENT_OVER_DIFF_TOTAL);
618             rrddim_add(st, "40%", NULL, 1, 1, RRDDIM_PCENT_OVER_DIFF_TOTAL);
619             rrddim_add(st, "50%", NULL, 1, 1, RRDDIM_PCENT_OVER_DIFF_TOTAL);
620             rrddim_add(st, "60%", NULL, 1, 1, RRDDIM_PCENT_OVER_DIFF_TOTAL);
621             rrddim_add(st, "70%", NULL, 1, 1, RRDDIM_PCENT_OVER_DIFF_TOTAL);
622             rrddim_add(st, "80%", NULL, 1, 1, RRDDIM_PCENT_OVER_DIFF_TOTAL);
623             rrddim_add(st, "90%", NULL, 1, 1, RRDDIM_PCENT_OVER_DIFF_TOTAL);
624             rrddim_add(st, "100%", NULL, 1, 1, RRDDIM_PCENT_OVER_DIFF_TOTAL);
625             rrddim_add(st, "misses", NULL, 1, 1, RRDDIM_PCENT_OVER_DIFF_TOTAL);
626         }
627         else rrdset_next(st);
628
629         // ignore ra_size
630         if(ra_size) {};
631
632         rrddim_set(st, "10%", ra_hist10);
633         rrddim_set(st, "20%", ra_hist20);
634         rrddim_set(st, "30%", ra_hist30);
635         rrddim_set(st, "40%", ra_hist40);
636         rrddim_set(st, "50%", ra_hist50);
637         rrddim_set(st, "60%", ra_hist60);
638         rrddim_set(st, "70%", ra_hist70);
639         rrddim_set(st, "80%", ra_hist80);
640         rrddim_set(st, "90%", ra_hist90);
641         rrddim_set(st, "100%", ra_hist100);
642         rrddim_set(st, "misses", ra_none);
643         rrdset_done(st);
644     }
645
646     // --------------------------------------------------------------------
647
648     if(do_net == 2) {
649         st = rrdset_find_bytype("nfsd", "net");
650         if(!st) {
651             st = rrdset_create("nfsd", "net", NULL, "network", NULL, "NFS Server Network Statistics", "packets/s", 5007, update_every, RRDSET_TYPE_STACKED);
652             st->isdetail = 1;
653
654             rrddim_add(st, "udp", NULL, 1, 1, RRDDIM_INCREMENTAL);
655             rrddim_add(st, "tcp", NULL, 1, 1, RRDDIM_INCREMENTAL);
656         }
657         else rrdset_next(st);
658
659         // ignore net_count, net_tcp_connections
660         if(net_count) {};
661         if(net_tcp_connections) {};
662
663         rrddim_set(st, "udp", net_udp_count);
664         rrddim_set(st, "tcp", net_tcp_count);
665         rrdset_done(st);
666     }
667
668     // --------------------------------------------------------------------
669
670     if(do_rpc == 2) {
671         st = rrdset_find_bytype("nfsd", "rpc");
672         if(!st) {
673             st = rrdset_create("nfsd", "rpc", NULL, "rpc", NULL, "NFS Server Remote Procedure Calls Statistics", "calls/s", 5008, update_every, RRDSET_TYPE_LINE);
674             st->isdetail = 1;
675
676             rrddim_add(st, "calls", NULL, 1, 1, RRDDIM_INCREMENTAL);
677             rrddim_add(st, "bad_format", NULL, -1, 1, RRDDIM_INCREMENTAL);
678             rrddim_add(st, "bad_auth", NULL, -1, 1, RRDDIM_INCREMENTAL);
679         }
680         else rrdset_next(st);
681
682         // ignore rpc_bad_client
683         if(rpc_bad_client) {};
684
685         rrddim_set(st, "calls", rpc_calls);
686         rrddim_set(st, "bad_format", rpc_bad_format);
687         rrddim_set(st, "bad_auth", rpc_bad_auth);
688         rrdset_done(st);
689     }
690
691     // --------------------------------------------------------------------
692
693     if(do_proc2 == 2) {
694         unsigned int i;
695         st = rrdset_find_bytype("nfsd", "proc2");
696         if(!st) {
697             st = rrdset_create("nfsd", "proc2", NULL, "nfsv2rpc", NULL, "NFS v2 Server Remote Procedure Calls", "calls/s", 5009, update_every, RRDSET_TYPE_STACKED);
698
699             for(i = 0; nfsd_proc2_values[i].present ; i++)
700                 rrddim_add(st, nfsd_proc2_values[i].name, NULL, 1, 1, RRDDIM_INCREMENTAL);
701         }
702         else rrdset_next(st);
703
704         for(i = 0; nfsd_proc2_values[i].present ; i++)
705             rrddim_set(st, nfsd_proc2_values[i].name, nfsd_proc2_values[i].value);
706
707         rrdset_done(st);
708     }
709
710     // --------------------------------------------------------------------
711
712     if(do_proc3 == 2) {
713         unsigned int i;
714         st = rrdset_find_bytype("nfsd", "proc3");
715         if(!st) {
716             st = rrdset_create("nfsd", "proc3", NULL, "nfsv3rpc", NULL, "NFS v3 Server Remote Procedure Calls", "calls/s", 5010, update_every, RRDSET_TYPE_STACKED);
717
718             for(i = 0; nfsd_proc3_values[i].present ; i++)
719                 rrddim_add(st, nfsd_proc3_values[i].name, NULL, 1, 1, RRDDIM_INCREMENTAL);
720         }
721         else rrdset_next(st);
722
723         for(i = 0; nfsd_proc3_values[i].present ; i++)
724             rrddim_set(st, nfsd_proc3_values[i].name, nfsd_proc3_values[i].value);
725
726         rrdset_done(st);
727     }
728
729     // --------------------------------------------------------------------
730
731     if(do_proc4 == 2) {
732         unsigned int i;
733         st = rrdset_find_bytype("nfsd", "proc4");
734         if(!st) {
735             st = rrdset_create("nfsd", "proc4", NULL, "nfsv4rpc", NULL, "NFS v4 Server Remote Procedure Calls", "calls/s", 5011, update_every, RRDSET_TYPE_STACKED);
736
737             for(i = 0; nfsd_proc4_values[i].present ; i++)
738                 rrddim_add(st, nfsd_proc4_values[i].name, NULL, 1, 1, RRDDIM_INCREMENTAL);
739         }
740         else rrdset_next(st);
741
742         for(i = 0; nfsd_proc4_values[i].present ; i++)
743             rrddim_set(st, nfsd_proc4_values[i].name, nfsd_proc4_values[i].value);
744
745         rrdset_done(st);
746     }
747
748     // --------------------------------------------------------------------
749
750     if(do_proc4ops == 2) {
751         unsigned int i;
752         st = rrdset_find_bytype("nfsd", "proc4ops");
753         if(!st) {
754             st = rrdset_create("nfsd", "proc4ops", NULL, "nfsv2ops", NULL, "NFS v4 Server Operations", "operations/s", 5012, update_every, RRDSET_TYPE_STACKED);
755
756             for(i = 0; nfsd4_ops_values[i].present ; i++)
757                 rrddim_add(st, nfsd4_ops_values[i].name, NULL, 1, 1, RRDDIM_INCREMENTAL);
758         }
759         else rrdset_next(st);
760
761         for(i = 0; nfsd4_ops_values[i].present ; i++)
762             rrddim_set(st, nfsd4_ops_values[i].name, nfsd4_ops_values[i].value);
763
764         rrdset_done(st);
765     }
766
767     return 0;
768 }