Home
last modified time | relevance | path

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

/dragonfly/usr.bin/vmstat/
H A Dvmstat.c876 double totusage; in cpustats() local
882 totusage = 100.0 / total; in cpustats()
884 totusage = 0; in cpustats()
886 (diff_cp_time.cp_user + diff_cp_time.cp_nice) * totusage); in cpustats()
888 (diff_cp_time.cp_sys + diff_cp_time.cp_intr) * totusage); in cpustats()
890 diff_cp_time.cp_idle * totusage); in cpustats()