Displaying usage of processes with top command
If is command will give a list of running processes, than top command will give more information about running processes.
Top command will display processes sorted by their current CPU usage.
Output of top command will be refreshed every few seconds, so it is possible to see near real time information about system usage.
Pressing letter ‘q’ will exit the top command.
It is possible to sort directly output of too.
Pressing shift + P will sort processes by their CPU usage.
Pressing shift + M will sort processes by their memory usage.
Comments
Post a Comment