Files
ports/sysutils/whowatch/pkg-descr
T
Jishan Alam 55476368cc sysutils/whowatch: Update 1.4 => 1.8.6.2, take maintainership
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>
2026-03-08 00:04:18 +03:00

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.