ROBSD-STAT(8) System Manager's Manual ROBSD-STAT(8)

robsd-statstatistics collector

robsd-stat -i interval

The robsd-stat utility collects statistics while robsd(8), robsd-cross(8), robsd-ports(8) or robsd-regress(8) is running. It periodically outputs a line with comma separated values (CSV) using the columns as follows:

time
The current time, expressed as the number of second since the Epoch.
load
The current load normalized with the number of CPUs.
user
Fraction of time spent in user space.
sys
Fraction of time spent in kernel space.
spin
Fraction of time spent spinning on locks.
intr
Fraction of time spent in interrupt context.
idle
Fraction of time doing nothing.
nprocs
The number of entries in the kernel process table.
nthreads
The number of entries in the kernel thread table.
directory
Estimate of the current working directory for the corresponding robsd process. Could be empty.

The options are as follows:

interval
Collect statistics every interval expressed in seconds.

The robsd-stat utility exits 0 on success, and >0 if an error occurs.

robsd(8), robsd-cross(8), robsd-ports(8), robsd-regress(8)

Anton Lindqvist <anton@basename.se>

December 1, 2021 OpenBSD 7.6