Results 1 to 4 of 4

Thread: WHM causing high server loads

  1. #1
    Registered User
    Join Date
    Jul 2009
    Posts
    3

    Default WHM causing high server loads

    Hello. Every time I open WHM my server loads go up between 2-4.00 (4cpu)
    I'm running the latest php and mySQL any reason why it would do this.

    I'm on a VPs server and a web host. I have 3 clients and none of them are using high resources.

    Any help would be nice.

    Thanks Luke

  2. #2
    Registered User
    Join Date
    Jul 2009
    Posts
    3

    Default

    it looks like php was causing it so I recompile and it might have fixed itself

  3. #3
    Member serversignature's Avatar
    Join Date
    Nov 2007
    Location
    Bangalore
    Posts
    107

    Default

    try to post the following

    Code:
    ps -A -o "pid=" -o "pcpu=" -o "comm=" |awk '$2 > 5 {print $1 " " $2 " " $3}'
    It will list all processes consuming more than 5% of cpu

    vmstat helps you to see, more.

    Run

    Code:
     vmstat 1 10
    Serversignature.com - Professional Linux Consulting.

  4. #4
    Registered User
    Join Date
    Jul 2009
    Posts
    3

    Default

    The first one I did it didn't work. VM stats show nothing.

    But still I got a report of the server using 10.00(4CPU)

Similar Threads

  1. Replies: 11
    Last Post: 09-15-2011, 08:31 PM
  2. How do i tell what Website is causing High server loads with WHM?
    By lighthouseweb in forum cPanel & WHM Discussions
    Replies: 3
    Last Post: 02-02-2011, 06:47 PM
  3. cpsrvd-ssl - causing high loads
    By t9clkclnr in forum cPanel & WHM Discussions
    Replies: 23
    Last Post: 01-21-2008, 03:03 PM
  4. Apache causing high loads
    By Jinxey in forum New User Questions
    Replies: 6
    Last Post: 11-09-2007, 02:09 PM
  5. Horde causing high server loads
    By gflamerich in forum cPanel & WHM Discussions
    Replies: 3
    Last Post: 04-04-2006, 09:20 PM