Monitor memory and CPU usage per websiteHigh Memory Usage on Linux ServerMemory running consistently high on media temple VPSWhich Website/User uses the Server resources on Windows Server 2008?How to configure Apache so that I can get server resource stats per website / per scriptCpu, memory, network usage monitor for linux vpsWebsite performance sluggish - High CPU and Disk UsageHow can I reduce the Cache usage of MySQL and raise the free memory?CPU usage spikes when calling websiteCPU usage in a VM is over 100%Profiling CPU, memory, networking performance and generating reports
Is there any reason to use string.Format() with just a string parameter?
What does it mean by "d-ism of Leibniz" and "dotage of Newton" in simple English?
Can Green-Flame Blade be cast twice with the Hunter ranger's Horde Breaker ability?
Why do guitarists wave their guitars?
Will TSA allow me to carry a Continuous Positive Airway Pressure (CPAP) device?
Diet Coke or water?
What are the words for people who cause trouble believing they know better?
What do we gain with higher order logics?
What does War Machine's "Canopy! Canopy!" line mean in "Avengers: Endgame"?
Is it legal in the UK for politicians to lie to the public for political gain?
Chopin: marche funèbre bar 15 impossible place
Working in the USA for living expenses only; allowed on VWP?
Credit card offering 0.5 miles for every cent rounded up. Too good to be true?
Pros and cons of writing a book review?
What happened to all the nuclear material being smuggled after the fall of the USSR?
Why don't B747s start takeoffs with full throttle?
Does any lore text explain why the planes of Acheron, Gehenna, and Carceri are the alignment they are?
Comma Code - Ch. 4 Automate the Boring Stuff
How much water is needed to create a Katana capable of cutting flesh, bones and wood?
Accidentally renamed tar.gz file to a non tar.gz file, will my file be messed up
Can I ask a publisher for a paper that I need for reviewing
Metal bar on DMM PCB
Why was it possible to cause an Apple //e to shut down with SHIFT and paddle button 2?
The term for the person/group a political party aligns themselves with to appear concerned about the general public
Monitor memory and CPU usage per website
High Memory Usage on Linux ServerMemory running consistently high on media temple VPSWhich Website/User uses the Server resources on Windows Server 2008?How to configure Apache so that I can get server resource stats per website / per scriptCpu, memory, network usage monitor for linux vpsWebsite performance sluggish - High CPU and Disk UsageHow can I reduce the Cache usage of MySQL and raise the free memory?CPU usage spikes when calling websiteCPU usage in a VM is over 100%Profiling CPU, memory, networking performance and generating reports
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
The Plesk panel associated with my Linux RHEL5 server reports the CPU, memory and disk space of the server in real time although it's not possible for me to find out which websites are consuming most of the resources. Is there any service or software that I can install in my server so that I can monitor the memory, CPU, disk usage, etc of each individual website hosted in my server through firefox or chrome?
linux monitoring website memory-usage cpu-usage
add a comment |
The Plesk panel associated with my Linux RHEL5 server reports the CPU, memory and disk space of the server in real time although it's not possible for me to find out which websites are consuming most of the resources. Is there any service or software that I can install in my server so that I can monitor the memory, CPU, disk usage, etc of each individual website hosted in my server through firefox or chrome?
linux monitoring website memory-usage cpu-usage
add a comment |
The Plesk panel associated with my Linux RHEL5 server reports the CPU, memory and disk space of the server in real time although it's not possible for me to find out which websites are consuming most of the resources. Is there any service or software that I can install in my server so that I can monitor the memory, CPU, disk usage, etc of each individual website hosted in my server through firefox or chrome?
linux monitoring website memory-usage cpu-usage
The Plesk panel associated with my Linux RHEL5 server reports the CPU, memory and disk space of the server in real time although it's not possible for me to find out which websites are consuming most of the resources. Is there any service or software that I can install in my server so that I can monitor the memory, CPU, disk usage, etc of each individual website hosted in my server through firefox or chrome?
linux monitoring website memory-usage cpu-usage
linux monitoring website memory-usage cpu-usage
edited Feb 16 '12 at 8:21
Khaled
31.6k65487
31.6k65487
asked Feb 16 '12 at 5:27
harithahvharithahv
23124
23124
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
I don't know how to do it in Plesk, but you could seperate each website (and all its resources, CPU, Disk, Net) to its own linux user and use Accounting. This requires to run one apache per Website and wastes CPU and RAM but you should blame Heisenberg for this.
Edited to add: Linux accounting does not show statistics for currently running processes, only for those that already ended (ie it does not show cpu usage for the current apache process but yesterday may be complete).
add a comment |
You can install software like cacti, munin or any other. Then you are likely to write or find some custom script to obtain the graphs you want. Parsing apache server-status gives useful metrics for each website.
add a comment |
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
);
);
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%2fserverfault.com%2fquestions%2f360672%2fmonitor-memory-and-cpu-usage-per-website%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
I don't know how to do it in Plesk, but you could seperate each website (and all its resources, CPU, Disk, Net) to its own linux user and use Accounting. This requires to run one apache per Website and wastes CPU and RAM but you should blame Heisenberg for this.
Edited to add: Linux accounting does not show statistics for currently running processes, only for those that already ended (ie it does not show cpu usage for the current apache process but yesterday may be complete).
add a comment |
I don't know how to do it in Plesk, but you could seperate each website (and all its resources, CPU, Disk, Net) to its own linux user and use Accounting. This requires to run one apache per Website and wastes CPU and RAM but you should blame Heisenberg for this.
Edited to add: Linux accounting does not show statistics for currently running processes, only for those that already ended (ie it does not show cpu usage for the current apache process but yesterday may be complete).
add a comment |
I don't know how to do it in Plesk, but you could seperate each website (and all its resources, CPU, Disk, Net) to its own linux user and use Accounting. This requires to run one apache per Website and wastes CPU and RAM but you should blame Heisenberg for this.
Edited to add: Linux accounting does not show statistics for currently running processes, only for those that already ended (ie it does not show cpu usage for the current apache process but yesterday may be complete).
I don't know how to do it in Plesk, but you could seperate each website (and all its resources, CPU, Disk, Net) to its own linux user and use Accounting. This requires to run one apache per Website and wastes CPU and RAM but you should blame Heisenberg for this.
Edited to add: Linux accounting does not show statistics for currently running processes, only for those that already ended (ie it does not show cpu usage for the current apache process but yesterday may be complete).
edited Feb 16 '12 at 9:59
answered Feb 16 '12 at 9:11
Stephan BStephan B
1014
1014
add a comment |
add a comment |
You can install software like cacti, munin or any other. Then you are likely to write or find some custom script to obtain the graphs you want. Parsing apache server-status gives useful metrics for each website.
add a comment |
You can install software like cacti, munin or any other. Then you are likely to write or find some custom script to obtain the graphs you want. Parsing apache server-status gives useful metrics for each website.
add a comment |
You can install software like cacti, munin or any other. Then you are likely to write or find some custom script to obtain the graphs you want. Parsing apache server-status gives useful metrics for each website.
You can install software like cacti, munin or any other. Then you are likely to write or find some custom script to obtain the graphs you want. Parsing apache server-status gives useful metrics for each website.
answered Aug 1 '12 at 11:31
user130370
add a comment |
add a comment |
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.
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%2fserverfault.com%2fquestions%2f360672%2fmonitor-memory-and-cpu-usage-per-website%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