Who is looking for a program that reads the system processes and their impact? Try the Linux Application htop. htop is loading the system utilization, as opposed to ps constantly, so you always "live" since.
The great thing about htop that the CPU and memory usage in an ASCII art is displayed. In addition, you can assign the function of the processes. Another nice feature is that you can scroll through the processes.
To Install htop in Debian:
# apt-get install htop
Calling it can simply by typing it into the command line as follows:
# htop
No comments:
Post a Comment