Several Apache2 processes running, using 100% CPUHow to determine CPU and memory consumption from inside a process?How to measure actual memory usage of an application or process?What is the difference between a process and a thread?Limiting certain processes to CPU % - LinuxWhat killed my process and why?Find (and kill) process locking port 3000 on MacHow to obtain the number of CPUs/cores in Linux from the command line?How can I find out which PHP script a process is running in Linux?What word can be used to describe a process that has not exited when it should have and is using 100% cpuXcode process launch failed: Security

How to have a sharp product image?

Is the claim "Employers won't employ people with no 'social media presence'" realistic?

Does a large simulator bay have standard public address announcements?

How to prevent z-fighting in OpenSCAD?

Mistake in years of experience in resume?

Apply MapThread to all but one variable

How could Tony Stark make this in Endgame?

Alignment of various blocks in tikz

Can an Area of Effect spell cast outside a Prismatic Wall extend inside it?

bldc motor, esc and battery draw, nominal vs peak

Can we say “you can pay when the order gets ready”?

Which big number is bigger?

Extension of 2-adic valuation to the real numbers

What is the most expensive material in the world that could be used to create Pun-Pun's lute?

"The cow" OR "a cow" OR "cows" in this context

Could the terminal length of components like resistors be reduced?

How does Captain America channel this power?

How would 10 generations of living underground change the human body?

How to write a column outside the braces in a matrix?

What does ゆーか mean?

What does the integral of a function times a function of a random variable represent, conceptually?

Is Diceware more secure than a long passphrase?

What is causing the white spot to appear in some of my pictures

"You've called the wrong number" or "You called the wrong number"



Several Apache2 processes running, using 100% CPU


How to determine CPU and memory consumption from inside a process?How to measure actual memory usage of an application or process?What is the difference between a process and a thread?Limiting certain processes to CPU % - LinuxWhat killed my process and why?Find (and kill) process locking port 3000 on MacHow to obtain the number of CPUs/cores in Linux from the command line?How can I find out which PHP script a process is running in Linux?What word can be used to describe a process that has not exited when it should have and is using 100% cpuXcode process launch failed: Security






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








-1















I'm having this issue where the Apache service runs like 15 processes, using like 14% of CPU each, and I don't know how to track them. I'm using Linux in a DigitalOcean droplet, and I have like 6 sites enabled (some Wordpress ones). I already disabled some of the sites in order to find out wich one is causing the problem, but I can't find anything. Is there any way to find out the domain or something that is creating the apache process?



Using htop, I recieve this list:
htop processes running



Thanks in advance!










share|improve this question




























    -1















    I'm having this issue where the Apache service runs like 15 processes, using like 14% of CPU each, and I don't know how to track them. I'm using Linux in a DigitalOcean droplet, and I have like 6 sites enabled (some Wordpress ones). I already disabled some of the sites in order to find out wich one is causing the problem, but I can't find anything. Is there any way to find out the domain or something that is creating the apache process?



    Using htop, I recieve this list:
    htop processes running



    Thanks in advance!










    share|improve this question
























      -1












      -1








      -1








      I'm having this issue where the Apache service runs like 15 processes, using like 14% of CPU each, and I don't know how to track them. I'm using Linux in a DigitalOcean droplet, and I have like 6 sites enabled (some Wordpress ones). I already disabled some of the sites in order to find out wich one is causing the problem, but I can't find anything. Is there any way to find out the domain or something that is creating the apache process?



      Using htop, I recieve this list:
      htop processes running



      Thanks in advance!










      share|improve this question














      I'm having this issue where the Apache service runs like 15 processes, using like 14% of CPU each, and I don't know how to track them. I'm using Linux in a DigitalOcean droplet, and I have like 6 sites enabled (some Wordpress ones). I already disabled some of the sites in order to find out wich one is causing the problem, but I can't find anything. Is there any way to find out the domain or something that is creating the apache process?



      Using htop, I recieve this list:
      htop processes running



      Thanks in advance!







      linux process apache2 cpu htop






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 22 at 17:21









      Ulises Tejeda ChávezUlises Tejeda Chávez

      11




      11






















          1 Answer
          1






          active

          oldest

          votes


















          0














          I don’t have a definite answer for what is happening but I can suggest a few things that may help you. Try using a more recent web server such as nginx. Apache has been outdated and is to some configurations insecure. It would be easier to just use that. Also there is a tool you can use it’s called Prometheus. It keeps track of what is happening to your hardware and can help you troubleshoot this problem. Also on the image you posted of htop, it’s describing the actual data being used is taking up the cpu. There’s not enough information provided to determine why this is happening. Send a screenshot of ps -aux | grep apache2 or ps -aux | grep www-data then use the strace program to identify what is happening to the data in the process.






          share|improve this answer

























            Your Answer






            StackExchange.ifUsing("editor", function ()
            StackExchange.using("externalEditor", function ()
            StackExchange.using("snippets", function ()
            StackExchange.snippets.init();
            );
            );
            , "code-snippets");

            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "1"
            ;
            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%2fstackoverflow.com%2fquestions%2f55304822%2fseveral-apache2-processes-running-using-100-cpu%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














            I don’t have a definite answer for what is happening but I can suggest a few things that may help you. Try using a more recent web server such as nginx. Apache has been outdated and is to some configurations insecure. It would be easier to just use that. Also there is a tool you can use it’s called Prometheus. It keeps track of what is happening to your hardware and can help you troubleshoot this problem. Also on the image you posted of htop, it’s describing the actual data being used is taking up the cpu. There’s not enough information provided to determine why this is happening. Send a screenshot of ps -aux | grep apache2 or ps -aux | grep www-data then use the strace program to identify what is happening to the data in the process.






            share|improve this answer





























              0














              I don’t have a definite answer for what is happening but I can suggest a few things that may help you. Try using a more recent web server such as nginx. Apache has been outdated and is to some configurations insecure. It would be easier to just use that. Also there is a tool you can use it’s called Prometheus. It keeps track of what is happening to your hardware and can help you troubleshoot this problem. Also on the image you posted of htop, it’s describing the actual data being used is taking up the cpu. There’s not enough information provided to determine why this is happening. Send a screenshot of ps -aux | grep apache2 or ps -aux | grep www-data then use the strace program to identify what is happening to the data in the process.






              share|improve this answer



























                0












                0








                0







                I don’t have a definite answer for what is happening but I can suggest a few things that may help you. Try using a more recent web server such as nginx. Apache has been outdated and is to some configurations insecure. It would be easier to just use that. Also there is a tool you can use it’s called Prometheus. It keeps track of what is happening to your hardware and can help you troubleshoot this problem. Also on the image you posted of htop, it’s describing the actual data being used is taking up the cpu. There’s not enough information provided to determine why this is happening. Send a screenshot of ps -aux | grep apache2 or ps -aux | grep www-data then use the strace program to identify what is happening to the data in the process.






                share|improve this answer















                I don’t have a definite answer for what is happening but I can suggest a few things that may help you. Try using a more recent web server such as nginx. Apache has been outdated and is to some configurations insecure. It would be easier to just use that. Also there is a tool you can use it’s called Prometheus. It keeps track of what is happening to your hardware and can help you troubleshoot this problem. Also on the image you posted of htop, it’s describing the actual data being used is taking up the cpu. There’s not enough information provided to determine why this is happening. Send a screenshot of ps -aux | grep apache2 or ps -aux | grep www-data then use the strace program to identify what is happening to the data in the process.







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Mar 22 at 18:41

























                answered Mar 22 at 18:29









                Mason SipeMason Sipe

                14




                14





























                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Stack Overflow!


                    • 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%2fstackoverflow.com%2fquestions%2f55304822%2fseveral-apache2-processes-running-using-100-cpu%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

                    Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

                    Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

                    Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript