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

/osnet-11/usr/src/lib/libdladm/common/
H A Dusage.c609 uint64_t tottime; local
619 tottime = pe[count].net_pe_tottime;
620 usage.du_bandwidth = (tottime > 0) ?
621 ((pe[count].net_pe_totbytes * 8) / tottime) : 0;

Completed in 17 milliseconds