Apache Server status, is this a bad sign?Running out of swap space on web servers, what to do?Monit is...

Why are there 40 737 Max planes in flight when they have been grounded as not airworthy?

How to deal with a cynical class?

Why must traveling waves have the same amplitude to form a standing wave?

Co-worker team leader wants to inject his friend's awful software into our development. What should I say to our common boss?

Is a lawful good "antagonist" effective?

How to generate globally unique ids for different tables of the same database?

How to explain that I do not want to visit a country due to personal safety concern?

Is it true that real estate prices mainly go up?

What does it mean to make a bootable LiveUSB?

Does this AnyDice function accurately calculate the number of ogres you make unconcious with three 4th-level castings of Sleep?

Russian cases: A few examples, I'm really confused

Fill color and outline color with the same value

How to deal with taxi scam when on vacation?

Instead of Universal Basic Income, why not Universal Basic NEEDS?

Schematic conventions for different supply rails

Does the statement `int val = (++i > ++j) ? ++i : ++j;` invoke undefined behavior?

How Did the Space Junk Stay in Orbit in Wall-E?

My story is written in English, but is set in my home country. What language should I use for the dialogue?

Does splitting a potentially monolithic application into several smaller ones help prevent bugs?

Life insurance that covers only simultaneous/dual deaths

Informing my boss about remarks from a nasty colleague

Be in awe of my brilliance!

Why is "das Weib" grammatically neuter?

Official degrees of earth’s rotation per day



Apache Server status, is this a bad sign?


Running out of swap space on web servers, what to do?Monit is restarting apache2, should I fix the monit config, or the server config?Why are processes increasing continuously on my apache web server?Apache Performance analysisOptimizing Web Server(apache2+nginx+memcached+eaccelerator) for high-loaded heavy applicationPHP pages working slow from time to timeAmazon EC2 Server running very slowIs it bad to redirect http to https?Apache: “Server seems busy”, but lots of idle processesTraffic increase causes VPS to crash due to RAM utilisation













2















I've been monitoring my Apache Status lately, and a lot of my users are saying how slow the site is to respond. Here is the Apache Status:



Current Time: Tuesday, 21-Jun-2011 20:58:45 EDT
Restart Time: Sunday, 19-Jun-2011 13:06:38 EDT
Parent Server Generation: 299
Server uptime: 2 days 7 hours 52 minutes 7 seconds
Total accesses: 5586382 - Total Traffic: 3.5 GB
CPU Usage: u10.71 s12.32 cu295.34 cs0 - .158% CPU load
27.8 requests/sec - 18.2 kB/second - 671 B/request
39 requests currently being processed, 10 idle workers


I'm comparing that with Apache's status found here:
http://www.apache.org/server-status
And mine looks really slow compared to their average 4.5MB/Sec!



Here is my beloved httpd.conf:



Timeout 60
TraceEnable Off
ServerSignature Off
ServerTokens ProductOnly
FileETag None
<IfModule prefork.c>
MinSpareServers 6
MaxSpareServers 16
</IfModule>
ServerLimit 350
MaxClients 250
MaxRequestsPerChild 5000
KeepAlive On
KeepAliveTimeout 3
MaxKeepAliveRequests 200


Server Specs are:



Intel(R) Xeon(R) CPU E5620 @ 2.40GHz x 10
2GB Ram


Is this a problem, or just typical results?
What can I do to boost the speed of my connections?










share|improve this question














bumped to the homepage by Community 4 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.






migrated from superuser.com Jun 22 '11 at 2:45


This question came from our site for computer enthusiasts and power users.



















  • You forgot to tell us how fast your Internet connection is. Especially the uplink speed is important.

    – Flimzy
    Jun 22 '11 at 5:34
















2















I've been monitoring my Apache Status lately, and a lot of my users are saying how slow the site is to respond. Here is the Apache Status:



Current Time: Tuesday, 21-Jun-2011 20:58:45 EDT
Restart Time: Sunday, 19-Jun-2011 13:06:38 EDT
Parent Server Generation: 299
Server uptime: 2 days 7 hours 52 minutes 7 seconds
Total accesses: 5586382 - Total Traffic: 3.5 GB
CPU Usage: u10.71 s12.32 cu295.34 cs0 - .158% CPU load
27.8 requests/sec - 18.2 kB/second - 671 B/request
39 requests currently being processed, 10 idle workers


I'm comparing that with Apache's status found here:
http://www.apache.org/server-status
And mine looks really slow compared to their average 4.5MB/Sec!



Here is my beloved httpd.conf:



Timeout 60
TraceEnable Off
ServerSignature Off
ServerTokens ProductOnly
FileETag None
<IfModule prefork.c>
MinSpareServers 6
MaxSpareServers 16
</IfModule>
ServerLimit 350
MaxClients 250
MaxRequestsPerChild 5000
KeepAlive On
KeepAliveTimeout 3
MaxKeepAliveRequests 200


Server Specs are:



Intel(R) Xeon(R) CPU E5620 @ 2.40GHz x 10
2GB Ram


Is this a problem, or just typical results?
What can I do to boost the speed of my connections?










share|improve this question














bumped to the homepage by Community 4 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.






migrated from superuser.com Jun 22 '11 at 2:45


This question came from our site for computer enthusiasts and power users.



















  • You forgot to tell us how fast your Internet connection is. Especially the uplink speed is important.

    – Flimzy
    Jun 22 '11 at 5:34














2












2








2








I've been monitoring my Apache Status lately, and a lot of my users are saying how slow the site is to respond. Here is the Apache Status:



Current Time: Tuesday, 21-Jun-2011 20:58:45 EDT
Restart Time: Sunday, 19-Jun-2011 13:06:38 EDT
Parent Server Generation: 299
Server uptime: 2 days 7 hours 52 minutes 7 seconds
Total accesses: 5586382 - Total Traffic: 3.5 GB
CPU Usage: u10.71 s12.32 cu295.34 cs0 - .158% CPU load
27.8 requests/sec - 18.2 kB/second - 671 B/request
39 requests currently being processed, 10 idle workers


I'm comparing that with Apache's status found here:
http://www.apache.org/server-status
And mine looks really slow compared to their average 4.5MB/Sec!



Here is my beloved httpd.conf:



Timeout 60
TraceEnable Off
ServerSignature Off
ServerTokens ProductOnly
FileETag None
<IfModule prefork.c>
MinSpareServers 6
MaxSpareServers 16
</IfModule>
ServerLimit 350
MaxClients 250
MaxRequestsPerChild 5000
KeepAlive On
KeepAliveTimeout 3
MaxKeepAliveRequests 200


Server Specs are:



Intel(R) Xeon(R) CPU E5620 @ 2.40GHz x 10
2GB Ram


Is this a problem, or just typical results?
What can I do to boost the speed of my connections?










share|improve this question














I've been monitoring my Apache Status lately, and a lot of my users are saying how slow the site is to respond. Here is the Apache Status:



Current Time: Tuesday, 21-Jun-2011 20:58:45 EDT
Restart Time: Sunday, 19-Jun-2011 13:06:38 EDT
Parent Server Generation: 299
Server uptime: 2 days 7 hours 52 minutes 7 seconds
Total accesses: 5586382 - Total Traffic: 3.5 GB
CPU Usage: u10.71 s12.32 cu295.34 cs0 - .158% CPU load
27.8 requests/sec - 18.2 kB/second - 671 B/request
39 requests currently being processed, 10 idle workers


I'm comparing that with Apache's status found here:
http://www.apache.org/server-status
And mine looks really slow compared to their average 4.5MB/Sec!



Here is my beloved httpd.conf:



Timeout 60
TraceEnable Off
ServerSignature Off
ServerTokens ProductOnly
FileETag None
<IfModule prefork.c>
MinSpareServers 6
MaxSpareServers 16
</IfModule>
ServerLimit 350
MaxClients 250
MaxRequestsPerChild 5000
KeepAlive On
KeepAliveTimeout 3
MaxKeepAliveRequests 200


Server Specs are:



Intel(R) Xeon(R) CPU E5620 @ 2.40GHz x 10
2GB Ram


Is this a problem, or just typical results?
What can I do to boost the speed of my connections?







apache-2.2 performance connection optimization






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Jun 22 '11 at 1:07







Moe












bumped to the homepage by Community 4 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community 4 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.






migrated from superuser.com Jun 22 '11 at 2:45


This question came from our site for computer enthusiasts and power users.









migrated from superuser.com Jun 22 '11 at 2:45


This question came from our site for computer enthusiasts and power users.















  • You forgot to tell us how fast your Internet connection is. Especially the uplink speed is important.

    – Flimzy
    Jun 22 '11 at 5:34



















  • You forgot to tell us how fast your Internet connection is. Especially the uplink speed is important.

    – Flimzy
    Jun 22 '11 at 5:34

















You forgot to tell us how fast your Internet connection is. Especially the uplink speed is important.

– Flimzy
Jun 22 '11 at 5:34





You forgot to tell us how fast your Internet connection is. Especially the uplink speed is important.

– Flimzy
Jun 22 '11 at 5:34










1 Answer
1






active

oldest

votes


















0














There are a whole host of issues that can be causing Apache to slow down - insufficient RAM, insufficient CPU, insufficient network bandwidth, slow harddisks, etc.



That said, you need to use a proper benchmarking tool to stress out your machine and see where any bottlenecks lie.



A popular benchmark tool for Apache is - Apache Bench. You can use it and monitor your server under different types of load.






share|improve this answer























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "2"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f282856%2fapache-server-status-is-this-a-bad-sign%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown
























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    There are a whole host of issues that can be causing Apache to slow down - insufficient RAM, insufficient CPU, insufficient network bandwidth, slow harddisks, etc.



    That said, you need to use a proper benchmarking tool to stress out your machine and see where any bottlenecks lie.



    A popular benchmark tool for Apache is - Apache Bench. You can use it and monitor your server under different types of load.






    share|improve this answer




























      0














      There are a whole host of issues that can be causing Apache to slow down - insufficient RAM, insufficient CPU, insufficient network bandwidth, slow harddisks, etc.



      That said, you need to use a proper benchmarking tool to stress out your machine and see where any bottlenecks lie.



      A popular benchmark tool for Apache is - Apache Bench. You can use it and monitor your server under different types of load.






      share|improve this answer


























        0












        0








        0







        There are a whole host of issues that can be causing Apache to slow down - insufficient RAM, insufficient CPU, insufficient network bandwidth, slow harddisks, etc.



        That said, you need to use a proper benchmarking tool to stress out your machine and see where any bottlenecks lie.



        A popular benchmark tool for Apache is - Apache Bench. You can use it and monitor your server under different types of load.






        share|improve this answer













        There are a whole host of issues that can be causing Apache to slow down - insufficient RAM, insufficient CPU, insufficient network bandwidth, slow harddisks, etc.



        That said, you need to use a proper benchmarking tool to stress out your machine and see where any bottlenecks lie.



        A popular benchmark tool for Apache is - Apache Bench. You can use it and monitor your server under different types of load.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Jun 22 '11 at 4:42









        sybreonsybreon

        7,02711518




        7,02711518






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Server Fault!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f282856%2fapache-server-status-is-this-a-bad-sign%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            117736 Шеррод Примітки | Див. також | Посилання | Навігаційне...

            As a Security Precaution, the user account has been locked The Next CEO of Stack OverflowMS...

            Маріан Котлеба Зміст Життєпис | Політичні погляди |...