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

                    SQL error code 1064 with creating Laravel foreign keysForeign key constraints: When to use ON UPDATE and ON DELETEDropping column with foreign key Laravel error: General error: 1025 Error on renameLaravel SQL Can't create tableLaravel Migration foreign key errorLaravel php artisan migrate:refresh giving a syntax errorSQLSTATE[42S01]: Base table or view already exists or Base table or view already exists: 1050 Tableerror in migrating laravel file to xampp serverSyntax error or access violation: 1064:syntax to use near 'unsigned not null, modelName varchar(191) not null, title varchar(191) not nLaravel cannot create new table field in mysqlLaravel 5.7:Last migration creates table but is not registered in the migration table

                    은진 송씨 목차 역사 본관 분파 인물 조선 왕실과의 인척 관계 집성촌 항렬자 인구 같이 보기 각주 둘러보기 메뉴은진 송씨세종실록 149권, 지리지 충청도 공주목 은진현