Articles tagged "monitoring"
Identify disk/swap hungry processes with iotop
If you need to find out what processes on your desktop or server are doing a lot of disk I/O (reads/writes) or swapping in and …
Monitoring per process network bandwidth usage with NetHogs
Do you suspect that some process running on your box is using up a lot of network bandwidth? Would like to investigate and identify the …
Using ps to list processes (advanced)
The ps program can be used to identify problematic processes, for example you can use it to identify hung processes, cpu busy processes and memory …