Move UVM "swpgonly" from Daemon Counters to Swap Counters
authorkn <kn@openbsd.org>
Sun, 27 Nov 2022 23:18:54 +0000 (23:18 +0000)
committerkn <kn@openbsd.org>
Sun, 27 Nov 2022 23:18:54 +0000 (23:18 +0000)
commitf2384b243ce881a8c6e0f64187c436f57e424c4f
tree469a0ce3bc299c20306de9f277e87e3676586275
parentc7f2c3aae3c6780696eb80bee522d2547b901782
Move UVM "swpgonly" from Daemon Counters to Swap Counters

Put it below "swpginuse" as systat(1) and uvm_init(9) already have it.

(uvm.c struct uvmline uvmline[] makes it easy to misplace counters without
double-checking against actual systat output.)
usr.bin/systat/uvm.c