vmstat.c | 22 of CPU time spent running user code, system code, idle, and awaiting I/O. 33 uint64_t user, nice, sys, idle, wait, irq, sirq, intr, ctxt, running, blocked; member in struct:vmstat_proc 128 // add up user, sys, idle, and wait time used since last time 134 // cache, swap_in, swap_out, io_in, io_out, sirq, ctxt, user, sys, idle,wait
|