System Monitoring Tools

Top - provides a dynamic real-time view of a running system i.e. actual process activity

Vmstat - reports information about memory, paging, block IO, processes and cpu activity.

w - displays information about the users currently on the machine, and the processes they are running.

uptime - displays how long the system has been running.

ps gives a snapshot of the current processes. use the -A or -e option to display all processes.