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;
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
add a comment |
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
add a comment |
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
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
linux process apache2 cpu htop
asked Mar 22 at 17:21
Ulises Tejeda ChávezUlises Tejeda Chávez
11
11
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
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.
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
add a comment |
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.
add a comment |
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.
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.
edited Mar 22 at 18:41
answered Mar 22 at 18:29
Mason SipeMason Sipe
14
14
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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