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 interste
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.
show more ...
|