HomeSort by: relevance | last modified time | path
    Searched defs:stat_us (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/vmstat/
vmstat.c 1231 double stat_us, stat_sy, stat_id; local in function:cpustats
1241 stat_us = (cur.cp_time[CP_USER] + cur.cp_time[CP_NICE]) * pcnt;
1244 PRWORD(ovflw, " %*.0f", ((stat_sy >= 100) ? 2 : 3), 1, stat_us);
1245 PRWORD(ovflw, " %*.0f", ((stat_us >= 100 || stat_id >= 100) ? 2 : 3), 1,

Completed in 14 milliseconds