Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/iostat/
H A Diostat.c608 long double busy_seconds; in devstats() local
616 busy_seconds = compute_etime(cur.busy_time, last.busy_time); in devstats()
627 &last.dinfo->devices[di], busy_seconds, in devstats()
634 &last.dinfo->devices[di], busy_seconds, in devstats()
641 &last.dinfo->devices[di], busy_seconds, in devstats()
/dragonfly/usr.bin/systat/
H A Diostat.c302 long double busy_seconds; in devstats() local
307 busy_seconds = compute_etime(cur.busy_time, last.busy_time); in devstats()
310 busy_seconds, NULL, NULL, NULL, in devstats()
/dragonfly/usr.bin/vmstat/
H A Dvmstat.c840 long double busy_seconds; in devstats() local
849 busy_seconds = compute_etime(cur.busy_time, last.busy_time); in devstats()
861 &last.dinfo->devices[di], busy_seconds, in devstats()