55476368cc
Switch to upstream with FreeBSD support: - The new update wasn't working on FreeBSD due to Linuxisms and FreeBSD wrong API usages. - Overhauled the codebase in a fork and updated it to work on both Linux and FreeBSD. - Uses of sysctl, libprocstat, kvm etc to gather the system informations. PR: 293113 MFH: 2026Q1 Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org>
9 lines
570 B
Plaintext
9 lines
570 B
Plaintext
Whowatch is an interactive, ncurses-based, process and users monitoring tool
|
|
which updates information in real time. It can be described as a some kind of
|
|
interactive mix of ps, pstree, lsof, w, finger and kill. You can watch
|
|
information about users currently logged on to the machine: login type - ie.
|
|
"ssh" "telnet", tty, host, idle time and command line of their current process.
|
|
You can also naviagate in processes tree, watch process details (memory, uid,
|
|
open descriptors with TCP sockets mapped on IP:port -> IP:port pair etc.).
|
|
Whowatch has support for plugins.
|