I'm looking for that thing that shows running processes, lets me affect them by clicking on them and maybe shows some nice charts like CPU usage, that kind of thing.
|
In Unity you can access the System Monitor by clicking on the power applet (on the top right of the screen) and clicking on "System Settings" or by simply searching for "System Monitor" in the Unity Menu:
|
|||||||||||
|
|
The "task manager" for Ubuntu is called Gnome System Monitor and you can find it under System → Administration → System Monitor. To have it appear using the keyboard you can set a shortcut like this:
You're set. Now when you press Ctrl+Escape the System Monitor will appear. |
|||||
|
|
If you want to have a nifty set of bar graphs showing what your system is up to, you can
You should find a bar graph on your panel showing the system load. If you right click on it, you can add more displays (network usage, memory use, io). |
|||
|
For the command line option. Open a terminal and type:
You'll get a pretty simple listing of the processes using the most CPU time. For a more interactive version that includes more features such as total CPU, memory, swap usage; and the ability to scroll through all of the running processes, install htop.
Then in the terminal type:
Note: htop shows a much more detailed breakdown of the processes running on your system. |
|||
|
|

