mirror of
https://github.com/opnsense/src.git
synced 2026-03-03 05:41:01 -05:00
Use the correct value of hz (stathz if it is nonzero) for interpretion of dk_time[] and cp_time[] in iostat.c. Avoid multiple conversions of this value in iostat.c and vmstat.c iostat.c: Implement the display of cp_time[CP_INTR]. Fix the display of cp_time[CP_IDLE] (the display was always null because cp_time[CP_INTR] == 0 was displayed instead). systat.1: Document the display of cp_time[CP_INTR]. vmstat.c: Implement the display of cp_time[CP_INTR]. |
||
|---|---|---|
| .. | ||
| cmds.c | ||
| cmdtab.c | ||
| disks.c | ||
| extern.h | ||
| fetch.c | ||
| iostat.c | ||
| keyboard.c | ||
| main.c | ||
| Makefile | ||
| mbufs.c | ||
| netcmds.c | ||
| netstat.c | ||
| pigs.c | ||
| swap.c | ||
| systat.1 | ||
| systat.h | ||
| vmstat.c | ||