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;








0















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?










share|improve this question






























    0















    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?










    share|improve this question


























      0












      0








      0








      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?










      share|improve this question
















      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






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Feb 16 '12 at 8:21









      Khaled

      31.6k65487




      31.6k65487










      asked Feb 16 '12 at 5:27









      harithahvharithahv

      23124




      23124




















          2 Answers
          2






          active

          oldest

          votes


















          0














          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).






          share|improve this answer
































            0














            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.






            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%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









              0














              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).






              share|improve this answer





























                0














                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).






                share|improve this answer



























                  0












                  0








                  0







                  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).






                  share|improve this answer















                  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).







                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited Feb 16 '12 at 9:59

























                  answered Feb 16 '12 at 9:11









                  Stephan BStephan B

                  1014




                  1014























                      0














                      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.






                      share|improve this answer



























                        0














                        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.






                        share|improve this answer

























                          0












                          0








                          0







                          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.






                          share|improve this answer













                          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.







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered Aug 1 '12 at 11:31







                          user130370


































                              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%2f360672%2fmonitor-memory-and-cpu-usage-per-website%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

                              How to write a 12-bar blues melodyI-IV-V blues progressionHow to play the bridges in a standard blues progressionHow does Gdim7 fit in C# minor?question on a certain chord progressionMusicology of Melody12 bar blues, spread rhythm: alternative to 6th chord to avoid finger stretchChord progressions/ Root key/ MelodiesHow to put chords (POP-EDM) under a given lead vocal melody (starting from a good knowledge in music theory)Are there “rules” for improvising with the minor pentatonic scale over 12-bar shuffle?Confusion about blues scale and chords

                              What if the end-user didn't have the required library?What is setup.py?What is a clean, pythonic way to have multiple constructors in Python?What does Ruby have that Python doesn't, and vice versa?What is the reason for having '//' in Python?How do I create a namespace package in Python?How to package shared objects that python modules depend on?setuptools vs. distutils: why is distutils still a thing?Navigation in Windows 10 vs code not going to virtualenv library when the same library is installed at user levelPython create package for local usePackaging a project that uses multiple python versionsWhy is permission denied on pip install except for when “--user” is included at end of command?

                              Esgonzo ibérico Índice Descrición Distribución Hábitat Ameazas Notas Véxase tamén "Acerca dos nomes dos anfibios e réptiles galegos""Chalcides bedriagai"Chalcides bedriagai en Carrascal, L. M. Salvador, A. (Eds). Enciclopedia virtual de los vertebrados españoles. Museo Nacional de Ciencias Naturales, Madrid. España.Fotos