CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2018/05/19 07:24:10
Modified files: usr.bin/systat : vmstat.c Log message: Do not ignore nice time in systat(1). The sum would not be 100%, a busy machine would look idle. As %Nic does not fit in the columns, add it to %Usr. Introduce @ for spinning time to keep the characters people are used to. Put %Spn between %Int and %Sys like in top. OK visa@ mpi@