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; local
880 for (i = 2, tot_ops = 0; i < req->ks_ndata; i++)
881 tot_ops += kptr[i].value.ui64;
887 tot_ops -= old_tot_ops;
917 printf("Version 4: (%" PRIu64 " operations)\n", tot_ops);
924 if (tot_ops && interval && kptr_old != NULL)
926 kptr_old[j].value.ui64) * 100 / tot_ops);
927 else if (tot_ops)
928 per = (int)(knp[j].value.ui64 * 100 / tot_ops);

Completed in 45 milliseconds