Create account Login Webmail Contact Us



 
Knowledgebase
How to view your server's processes.
Posted by admin on 11 September 2009 10:43 PM
There are two ways to view the current processes running on your server. You can view a snap shot of the running processes with the following command:

# ps auxf

Alternatively, you can also view them in real time with the following command:

# top

Please note: If you are looking for a specific process, you can search for it in the output of ps auxf with the following command:

# ps auxf | grep process_name
(419 vote(s))
Helpful
Not helpful

Comments (0)
Post a new comment
 
 
Full Name:
Email:
Comments: