Home
last modified time | relevance | path

Searched refs:tot_ops (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/nfsstat/
H A Dnfsstat.c854 uint64_t tot, tot_ops, old_tot, old_tot_ops; in req_print_v4() local
880 for (i = 2, tot_ops = 0; i < req->ks_ndata; i++) in req_print_v4()
881 tot_ops += kptr[i].value.ui64; in req_print_v4()
887 tot_ops -= old_tot_ops; in req_print_v4()
917 printf("Version 4: (%" PRIu64 " operations)\n", tot_ops); in req_print_v4()
924 if (tot_ops && interval && kptr_old != NULL) in req_print_v4()
926 kptr_old[j].value.ui64) * 100 / tot_ops); in req_print_v4()
927 else if (tot_ops) in req_print_v4()
928 per = (int)(knp[j].value.ui64 * 100 / tot_ops); in req_print_v4()