Jul
24
2016
Chapter 23. Process Monitoring
By abernal
Introduction
Keep track of processes is a very important task which can be performed by the ps and top utility
Linux related stuff
Keep track of processes is a very important task which can be performed by the ps and top utility
We will cover common utilities for process monitoring like ps, top and sar. Most of this commands make heavy access to the pseudo-filesystems mounted at /proc and /sys.
Objectives