Task Manager alternative for Linux

Task Manager is extremely useful for Windows DBAs, however in the Linux world the use of GUIs may be few and far between.
 
To your rescue is the top command
 
Simply open a command/terminal prompt and run top
image
It may appear to be very basic, but the power is in the options available via simple key presses.
 
Pressing h on the keyboard will show the options available to you.
image2
So if for example you pressed c you would now see the full command/path information:
image3
To show CPU/Memory info simply press m
image4
To change the refresh rate press d and enter a new refresh rate
image6
If you need to kill a problem PID, you can use k
image5
Try out the various available options to get a real insight into the Linux server activity and press q once finished to close it.

Leave a Reply