Searched refs:oldsys (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/stat/vmstat/ |
H A D | vmstat.c | 243 kstat_t *oldsys = NULL; in dovmstats() 254 oldsys = &old->s_sys.ss_agg_sys; in dovmstats() 258 etime = cpu_ticks_delta(oldsys, newsys); in dovmstats() 345 adjprintf(" %*.0f", 4, kstat_delta(oldsys, newsys, "intr") / etime); in dovmstats() 346 adjprintf(" %*.0f", 4, kstat_delta(oldsys, newsys, "syscall") / etime); in dovmstats() 347 adjprintf(" %*.0f", 4, kstat_delta(oldsys, newsys, "pswitch") / etime); in dovmstats() 349 kstat_delta(oldsys, newsys, "cpu_ticks_user") * percent_factor); in dovmstats() 350 adjprintf(" %*.0f", 2, kstat_delta(oldsys, newsys, "cpu_ticks_kernel") in dovmstats() 352 adjprintf(" %*.0f\n", 2, (kstat_delta(oldsys, newsys, "cpu_ticks_idle") in dovmstats() 353 + kstat_delta(oldsys, newsy in dovmstats() 245 kstat_t *oldsys = NULL; dovmstats() local [all...] |