Linux and UNIX interactive, process and users monitoring tool
whowatch is a interactive, ncurses-based, process and users monitoring tool, which updates information in real time. This is a perfect tool for local and remote servers. With this tool you can easily answer following question:
"How do I know who are logged on in using telnet , ssh, ftp etc and what resources are they are using?"
Output of whowatch command
It displays information about the users currently logged on to the machine, in real-time. Besides standard information (login name, tty, host, user's process), the type of the connection (ie. telnet or ssh) is shown. Display of users command line can be switch
to tty idle time. Certain user can be selected and his processes tree may be viewed as well as tree of all system processes. Tree may be displayed with additional column that shows owner of each process. In the process tree mode SIGINT and SIGKILL signals can be sent to the selected process. Killing processes is just as simple and fun as deleting lines on the screen.
How do I install whowatch tool?
If you are using Debian Linux, type the following command:
# apt-get install whowatch
If you are using FreeBSD, type the any one of the following command:
# pkg_add -r -v whowatch
You can also use ports collection under FreeBSD:
# cd /ports/sysutils/whowatch
# make; make install; make clean
ALTERNATIVELY, download from official website.
How do I use whowatch?
Simply type whowatch at command prompt:
$ whowatch
Detailed information about process / user
Menu (press F9 key to activate menu option)
You may also be interested in other helpful articles:
- Get Free Interactive Shell Access to Linux / BSD and UNIX Like Operating Systems
- How To Track Changes in Your Linux Filesystem
- Download of the day: AutoScan Network Monitoring - Management Tool
- Understanding UNIX process creation
- Killing zombie process
Discussion on This Article:
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!
Tags: command prompt, currently logged, Debian Linux, default output, f9 key, FreeBSD, host user, menu option, monitoring tool, ncurses, real time, sigint, ssh ftp, system processes, telnet ssh, tree mode, tty, using telnet, whowatch_command






[...] I have already written how to install and configure whowatch. Please refer this previous article. [...]