LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   process status (https://www.linuxquestions.org/questions/linux-newbie-8/process-status-723526/)

ak.lokesh 05-04-2009 06:32 AM

process status
 
Dear All,
I want to know answers for the following questions.

how to find out particular port status?
how to check a process status?
what is the command to see the cpu utilization?

Thanks in advance.

mikepeters76 05-04-2009 06:48 AM

"netstat -na" should give you open ports;

"ps -efax" will give you a list of running processes, "top" will give you a continually updating list which also lists cpu utilisation; and

"uptime" will also give you cpu utilisation (the last three figures, for 1, 5 and the last 15 minutes).

Hope this is what you were looking for.

ak.lokesh 01-21-2011 02:44 PM

Quote:

Originally Posted by mikepeters76 (Post 3529407)
"netstat -na" should give you open ports;

"ps -efax" will give you a list of running processes, "top" will give you a continually updating list which also lists cpu utilisation; and

"uptime" will also give you cpu utilisation (the last three figures, for 1, 5 and the last 15 minutes).

Hope this is what you were looking for.

Thanks a ton... exactly same I'm looking.


All times are GMT -5. The time now is 03:11 PM.