Searched refs:wbytes (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Apps/
H A Dnfswizard.d54 @wbytes = sum(args[0]->b_flags & B_READ ? 0 : args[0]->b_bcount);
77 printa("Write: %@d bytes ", @wbytes);
78 normalize(@wbytes, 1000000);
79 printa("(%@d Mb)\n\n", @wbytes);
85 denormalize(@wbytes);
86 normalize(@wbytes, (timestamp - timestart) / 1000000);
87 printa("Write: %@d Kb/sec\n\n", @wbytes);
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Dnfswizard.d54 @wbytes = sum(args[0]->b_flags & B_READ ? 0 : args[0]->b_bcount);
77 printa("Write: %@d bytes ", @wbytes);
78 normalize(@wbytes, 1000000);
79 printa("(%@d Mb)\n\n", @wbytes);
85 denormalize(@wbytes);
86 normalize(@wbytes, (timestamp - timestart) / 1000000);
87 printa("Write: %@d Kb/sec\n\n", @wbytes);
/osnet-11/usr/src/lib/libzpool/common/
H A Dutil.c76 char rops[6], wops[6], rbytes[6], wbytes[6], rerr[6], werr[6], cerr[6]; local
103 nicenum(vs->vs_bytes[ZIO_TYPE_WRITE] / sec, wbytes);
115 rops, wops, rbytes, wbytes, rerr, werr, cerr);

Completed in 15 milliseconds