KSYMS(4) - Device Drivers Manual # KSYMS(4) - Device Drivers Manual
NAME # ksyms - kernel symbol table device
SYNOPSIS # pseudo-device ksyms [count]
DESCRIPTION # The /dev/ksyms device masquerades as an OpenBSD native executable with the symbols from the running kernel as its symbol segment. Use of /dev/ksyms requires that the boot loader preserve the kernel symbols and place them at the end of the kernel’s address space.
...
NFSSTAT(1) - General Commands Manual # NFSSTAT(1) - General Commands Manual
NAME # nfsstat - display NFS statistics
SYNOPSIS # nfsstat [-cs] [-M core] [-N system] [-w wait]
DESCRIPTION # nfsstat displays statistics kept about NFS client and server activity. If neither -M nor -N option was specified, statistics will be obtained from the running system by calling sysctl(2). Otherwise the specified core and system will be used to fetch data by means of kvm(3).
...
PROCMAP(1) - General Commands Manual # PROCMAP(1) - General Commands Manual
NAME # procmap - display process memory map
SYNOPSIS # procmap [-AadlmPsv] [-D number] [-M core] [-N system] [-p pid] [pid …]
DESCRIPTION # The procmap utility lists the virtual memory mappings underlying the given process. The start address of each entry is always given and, depending on the options given, other information such as the end address, the underlying file’s device and inode numbers, and various protection information will be displayed, along with the path to the file, if such data is available.
...
Vmstat,
Top,
Pkill,
Fstat,
Pgrep,
W,
Kill,
Netstat,
Procmap,
Systat,
Kvm,
Iostat,
Pstat,
Strftime,
Dev_mkdb,
Ps PS(1) - General Commands Manual # PS(1) - General Commands Manual
NAME # ps - display process status
SYNOPSIS # ps [[-]AacefHhjkLlmrSTuvwx] [-M core] [-N system] [-O fmt] [-o fmt] [-p pid] [-t tty] [-U user] [-W swap]
DESCRIPTION # The ps utility displays information about active processes. When given no options, ps prints information about processes of the current user that have a controlling terminal.
The information displayed is selected based on a set of keywords (and for even more control, see the -L, -O, and -o options).
...