LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Your web server is running very slowly. If you can login to the server, what command (https://www.linuxquestions.org/questions/linux-newbie-8/your-web-server-is-running-very-slowly-if-you-can-login-to-the-server-what-command-859939/)

Prince Agrawal 02-01-2011 03:29 AM

Your web server is running very slowly. If you can login to the server, what command
 
Your web server is running very slowly. If you can login to the server, what command will you run to find out cpu and memory use?

Sayan Acharjee 02-01-2011 03:31 AM

Quote:

Originally Posted by Prince Agrawal (Post 4244398)
Your web server is running very slowly. If you can login to the server, what command will you run to find out cpu and memory use?

Use top or ps -ef.

goodhombre 02-01-2011 04:08 AM

Hi,

Also you can check memory usage with
Code:

free -m
And check network connections with
Code:

netstat -taenp

michaelk 02-01-2011 05:36 AM

Obviously a homework question...

onebuck 02-01-2011 10:20 AM

Hi,

Welcome to LQ!

Quote:

Originally Posted by Prince Agrawal (Post 4244398)
Your web server is running very slowly. If you can login to the server, what command will you run to find out cpu and memory use?

Per the LQ Rules, please do not post homework assignments verbatim. We're happy to assist if you have specific questions or have hit a stumbling point, however. Let us know what you've already tried and what references you have used (including class notes, books, and Google searches) and we'll do our best to help. Also, keep in mind that your instructor might also be an LQ member.


All times are GMT -5. The time now is 12:56 AM.