top command in linux

I guide to the Linux "Top command". The top command allow monitor processes and system resource usage on Linux. It is a best tools for system admin.

Top command in linux

Getting start top command

you can type "top" in terminal very simple.
[huupv@huupv huuphan.com]$ top
 If you want to quit, then press "q"



The screen output terminal as below


top command in linux



Top command usage example

How to killing processes, sorting the process list, showing full paths, forest view and Listing processes from an user.

Killing processes

you want to kill a process, press "k" when top command is running and ask for the process ID and press enter. If you leave the process ID blank and hit enter.

top command in linux 1

Sorting the process list

The most frequent reasons to use a tool like top is to find out the consuming the most resources. you can press key for sorting list.
  • ‘M’ to sort by memory usage
  • ‘P’ to sort by CPU usage
  • ‘N’ to sort by process ID
  • ‘T’ to sort by the running time

Showing full paths

The default, top command not show full path for program. You press "c" while top is running. and Press "c" again to go backup the default.

top command in linux

Forest view

you want to see the child-parent hierarchy of process. To view forest by pressing "v"/"V" while top is running.
top command in linux

Listing processes from an user

To list processes from a certain user, press ‘u’ when top is running. or leave it blank to display processes for all users.
top command in linux

Conclusion

Top command is helpful for monitoring and managing processes on a Linux system.

Comments

  1. Nice article, Which you have shared here about the Linux top commands. Your article is very informative and useful for those who are interested to know more about the various Linux commands. If anyone looking for the Linux Screen Command, Visit linoxide

    ReplyDelete

Post a Comment

Popular posts from this blog

zimbra some services are not running [Solve problem]

Bash script list all IP addresses connected to Server

How to install php7 on centos 6