CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/07/06 01:09:50
Added files:
usr.bin/kstat : Makefile kstat.c
Log message:
add kstat(8), the userland side of kstat(4).
this currently just dumps all the kstats it can find and prints out
their current values. in the future i want to be able to pass what
kstats im intersted in as arguments, and tell it to poll stats and
show rates instead of current values when appropriate.
