CVSROOT: /cvs Module name: src Changes by: chel...@cvs.openbsd.org 2019/07/11 18:04:59
Modified files: sbin/sysctl : sysctl.c sys/kern : kern_sysctl.c kern_timeout.c sys/sys : sysctl.h timeout.h Log message: sysctl(2): add KERN_TIMEOUT_STATS: timeout(9) status and statistics. With these totals one can track the throughput of the timeout(9) layer from userspace. With input from mpi@. ok mpi@