Page 3 of 5

Re: CPU Load spike every 7 hours

Posted: Mon Jun 30, 2014 1:36 pm
by BanditBBS
My 2014 server is unusable with the CPU spikes. Here are outputs of the commands someone asked for earlier from another user:

top

Code: Select all

top - 13:33:57 up 2 days, 21:34,  1 user,  load average: 7.87, 5.41, 3.35
Tasks: 288 total,   1 running, 287 sleeping,   0 stopped,   0 zombie
Cpu(s):  0.9%us,  0.4%sy,  0.0%ni, 97.6%id,  1.1%wa,  0.0%hi,  0.0%si,  0.0%st
Mem:  32880356k total,  2034284k used, 30846072k free,   351320k buffers
Swap: 16777152k total,        0k used, 16777152k free,   743356k cached

  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND
29810 postgres  20   0  212m 2796 1212 S  3.9  0.0   0:00.09 postmaster
29811 nagios    20   0 15164 1252  808 R  1.9  0.0   0:00.01 top
    1 root      20   0 19356 1508 1196 S  0.0  0.0   0:01.35 init
    2 root      20   0     0    0    0 S  0.0  0.0   0:00.04 kthreadd
    3 root      RT   0     0    0    0 S  0.0  0.0   0:01.19 migration/0
    4 root      20   0     0    0    0 S  0.0  0.0   0:01.87 ksoftirqd/0
    5 root      RT   0     0    0    0 S  0.0  0.0   0:00.00 migration/0
    6 root      RT   0     0    0    0 S  0.0  0.0   0:00.82 watchdog/0
    7 root      RT   0     0    0    0 S  0.0  0.0   0:11.23 migration/1
    8 root      RT   0     0    0    0 S  0.0  0.0   0:00.00 migration/1
    9 root      20   0     0    0    0 S  0.0  0.0   0:02.62 ksoftirqd/1
   10 root      RT   0     0    0    0 S  0.0  0.0   0:00.83 watchdog/1
   11 root      RT   0     0    0    0 S  0.0  0.0   0:04.83 migration/2
   12 root      RT   0     0    0    0 S  0.0  0.0   0:00.00 migration/2
   13 root      20   0     0    0    0 S  0.0  0.0   0:00.86 ksoftirqd/2
   14 root      RT   0     0    0    0 S  0.0  0.0   0:00.88 watchdog/2
   15 root      RT   0     0    0    0 S  0.0  0.0   0:02.91 migration/3
   16 root      RT   0     0    0    0 S  0.0  0.0   0:00.00 migration/3
   17 root      20   0     0    0    0 S  0.0  0.0   0:00.92 ksoftirqd/3
   18 root      RT   0     0    0    0 S  0.0  0.0   0:00.97 watchdog/3
   19 root      RT   0     0    0    0 S  0.0  0.0   0:01.36 migration/4
   20 root      RT   0     0    0    0 S  0.0  0.0   0:00.00 migration/4
   21 root      20   0     0    0    0 S  0.0  0.0   0:03.42 ksoftirqd/4
   22 root      RT   0     0    0    0 S  0.0  0.0   0:01.03 watchdog/4
   23 root      RT   0     0    0    0 S  0.0  0.0   0:11.25 migration/5
   24 root      RT   0     0    0    0 S  0.0  0.0   0:00.00 migration/5
   25 root      20   0     0    0    0 S  0.0  0.0   0:03.39 ksoftirqd/5
   26 root      RT   0     0    0    0 S  0.0  0.0   0:00.93 watchdog/5
   27 root      RT   0     0    0    0 S  0.0  0.0   0:04.50 migration/6
   28 root      RT   0     0    0    0 S  0.0  0.0   0:00.00 migration/6
   29 root      20   0     0    0    0 S  0.0  0.0   0:01.30 ksoftirqd/6
   30 root      RT   0     0    0    0 S  0.0  0.0   0:00.96 watchdog/6
   31 root      RT   0     0    0    0 S  0.0  0.0   0:03.07 migration/7
   32 root      RT   0     0    0    0 S  0.0  0.0   0:00.00 migration/7
   33 root      20   0     0    0    0 S  0.0  0.0   0:00.79 ksoftirqd/7
   34 root      RT   0     0    0    0 S  0.0  0.0   0:00.97 watchdog/7
   35 root      20   0     0    0    0 S  0.0  0.0   0:21.08 events/0
   36 root      20   0     0    0    0 S  0.0  0.0   0:21.66 events/1
   37 root      20   0     0    0    0 S  0.0  0.0   0:21.69 events/2
   38 root      20   0     0    0    0 S  0.0  0.0   0:24.54 events/3
   39 root      20   0     0    0    0 S  0.0  0.0   0:28.52 events/4
ps -aef

Code: Select all

UID        PID  PPID  C STIME TTY          TIME CMD
root         1     0  0 Jun27 ?        00:00:01 /sbin/init
root         2     0  0 Jun27 ?        00:00:00 [kthreadd]
root         3     2  0 Jun27 ?        00:00:01 [migration/0]
root         4     2  0 Jun27 ?        00:00:01 [ksoftirqd/0]
root         5     2  0 Jun27 ?        00:00:00 [migration/0]
root         6     2  0 Jun27 ?        00:00:00 [watchdog/0]
root         7     2  0 Jun27 ?        00:00:11 [migration/1]
root         8     2  0 Jun27 ?        00:00:00 [migration/1]
root         9     2  0 Jun27 ?        00:00:02 [ksoftirqd/1]
root        10     2  0 Jun27 ?        00:00:00 [watchdog/1]
root        11     2  0 Jun27 ?        00:00:04 [migration/2]
root        12     2  0 Jun27 ?        00:00:00 [migration/2]
root        13     2  0 Jun27 ?        00:00:00 [ksoftirqd/2]
root        14     2  0 Jun27 ?        00:00:00 [watchdog/2]
root        15     2  0 Jun27 ?        00:00:02 [migration/3]
root        16     2  0 Jun27 ?        00:00:00 [migration/3]
root        17     2  0 Jun27 ?        00:00:00 [ksoftirqd/3]
root        18     2  0 Jun27 ?        00:00:00 [watchdog/3]
root        19     2  0 Jun27 ?        00:00:01 [migration/4]
root        20     2  0 Jun27 ?        00:00:00 [migration/4]
root        21     2  0 Jun27 ?        00:00:03 [ksoftirqd/4]
root        22     2  0 Jun27 ?        00:00:01 [watchdog/4]
root        23     2  0 Jun27 ?        00:00:11 [migration/5]
root        24     2  0 Jun27 ?        00:00:00 [migration/5]
root        25     2  0 Jun27 ?        00:00:03 [ksoftirqd/5]
root        26     2  0 Jun27 ?        00:00:00 [watchdog/5]
root        27     2  0 Jun27 ?        00:00:04 [migration/6]
root        28     2  0 Jun27 ?        00:00:00 [migration/6]
root        29     2  0 Jun27 ?        00:00:01 [ksoftirqd/6]
root        30     2  0 Jun27 ?        00:00:00 [watchdog/6]
root        31     2  0 Jun27 ?        00:00:03 [migration/7]
root        32     2  0 Jun27 ?        00:00:00 [migration/7]
root        33     2  0 Jun27 ?        00:00:00 [ksoftirqd/7]
root        34     2  0 Jun27 ?        00:00:00 [watchdog/7]
root        35     2  0 Jun27 ?        00:00:21 [events/0]
root        36     2  0 Jun27 ?        00:00:21 [events/1]
root        37     2  0 Jun27 ?        00:00:21 [events/2]
root        38     2  0 Jun27 ?        00:00:24 [events/3]
root        39     2  0 Jun27 ?        00:00:28 [events/4]
root        40     2  0 Jun27 ?        00:04:06 [events/5]
root        41     2  0 Jun27 ?        00:00:23 [events/6]
root        42     2  0 Jun27 ?        00:00:28 [events/7]
root        43     2  0 Jun27 ?        00:00:00 [cgroup]
root        44     2  0 Jun27 ?        00:00:00 [khelper]
root        45     2  0 Jun27 ?        00:00:00 [netns]
root        46     2  0 Jun27 ?        00:00:00 [async/mgr]
root        47     2  0 Jun27 ?        00:00:00 [pm]
root        48     2  0 Jun27 ?        00:00:02 [sync_supers]
root        49     2  0 Jun27 ?        00:00:02 [bdi-default]
root        50     2  0 Jun27 ?        00:00:00 [kintegrityd/0]
root        51     2  0 Jun27 ?        00:00:00 [kintegrityd/1]
root        52     2  0 Jun27 ?        00:00:00 [kintegrityd/2]
root        53     2  0 Jun27 ?        00:00:00 [kintegrityd/3]
root        54     2  0 Jun27 ?        00:00:00 [kintegrityd/4]
root        55     2  0 Jun27 ?        00:00:00 [kintegrityd/5]
root        56     2  0 Jun27 ?        00:00:00 [kintegrityd/6]
root        57     2  0 Jun27 ?        00:00:00 [kintegrityd/7]
root        58     2  0 Jun27 ?        00:00:18 [kblockd/0]
root        59     2  0 Jun27 ?        00:00:00 [kblockd/1]
root        60     2  0 Jun27 ?        00:00:00 [kblockd/2]
root        61     2  0 Jun27 ?        00:00:03 [kblockd/3]
root        62     2  0 Jun27 ?        00:00:19 [kblockd/4]
root        63     2  0 Jun27 ?        00:00:00 [kblockd/5]
root        64     2  0 Jun27 ?        00:00:00 [kblockd/6]
root        65     2  0 Jun27 ?        00:00:04 [kblockd/7]
root        66     2  0 Jun27 ?        00:00:00 [kacpid]
root        67     2  0 Jun27 ?        00:00:00 [kacpi_notify]
root        68     2  0 Jun27 ?        00:00:00 [kacpi_hotplug]
root        69     2  0 Jun27 ?        00:00:00 [ata_aux]
root        70     2  0 Jun27 ?        00:00:00 [ata_sff/0]
root        71     2  0 Jun27 ?        00:00:00 [ata_sff/1]
root        72     2  0 Jun27 ?        00:00:00 [ata_sff/2]
root        73     2  0 Jun27 ?        00:00:00 [ata_sff/3]
root        74     2  0 Jun27 ?        00:00:00 [ata_sff/4]
root        75     2  0 Jun27 ?        00:00:00 [ata_sff/5]
root        76     2  0 Jun27 ?        00:00:00 [ata_sff/6]
root        77     2  0 Jun27 ?        00:00:00 [ata_sff/7]
root        78     2  0 Jun27 ?        00:00:00 [ksuspend_usbd]
root        79     2  0 Jun27 ?        00:00:00 [khubd]
root        80     2  0 Jun27 ?        00:00:00 [kseriod]
root        81     2  0 Jun27 ?        00:00:00 [md/0]
root        82     2  0 Jun27 ?        00:00:00 [md/1]
root        83     2  0 Jun27 ?        00:00:00 [md/2]
root        84     2  0 Jun27 ?        00:00:00 [md/3]
root        85     2  0 Jun27 ?        00:00:00 [md/4]
root        86     2  0 Jun27 ?        00:00:00 [md/5]
root        87     2  0 Jun27 ?        00:00:00 [md/6]
root        88     2  0 Jun27 ?        00:00:00 [md/7]
root        89     2  0 Jun27 ?        00:00:00 [md_misc/0]
root        90     2  0 Jun27 ?        00:00:00 [md_misc/1]
root        91     2  0 Jun27 ?        00:00:00 [md_misc/2]
root        92     2  0 Jun27 ?        00:00:00 [md_misc/3]
root        93     2  0 Jun27 ?        00:00:00 [md_misc/4]
root        94     2  0 Jun27 ?        00:00:00 [md_misc/5]
root        95     2  0 Jun27 ?        00:00:00 [md_misc/6]
root        96     2  0 Jun27 ?        00:00:00 [md_misc/7]
root        97     2  0 Jun27 ?        00:00:00 [linkwatch]
root        98     2  0 Jun27 ?        00:00:00 [khungtaskd]
root        99     2  0 Jun27 ?        00:00:00 [kswapd0]
root       100     2  0 Jun27 ?        00:00:00 [ksmd]
root       101     2  0 Jun27 ?        00:00:48 [khugepaged]
root       102     2  0 Jun27 ?        00:00:00 [aio/0]
root       103     2  0 Jun27 ?        00:00:00 [aio/1]
root       104     2  0 Jun27 ?        00:00:00 [aio/2]
root       105     2  0 Jun27 ?        00:00:00 [aio/3]
root       106     2  0 Jun27 ?        00:00:00 [aio/4]
root       107     2  0 Jun27 ?        00:00:00 [aio/5]
root       108     2  0 Jun27 ?        00:00:00 [aio/6]
root       109     2  0 Jun27 ?        00:00:00 [aio/7]
root       110     2  0 Jun27 ?        00:00:00 [crypto/0]
root       111     2  0 Jun27 ?        00:00:00 [crypto/1]
root       112     2  0 Jun27 ?        00:00:00 [crypto/2]
root       113     2  0 Jun27 ?        00:00:00 [crypto/3]
root       114     2  0 Jun27 ?        00:00:00 [crypto/4]
root       115     2  0 Jun27 ?        00:00:00 [crypto/5]
root       116     2  0 Jun27 ?        00:00:00 [crypto/6]
root       117     2  0 Jun27 ?        00:00:00 [crypto/7]
root       122     2  0 Jun27 ?        00:00:00 [kthrotld/0]
root       123     2  0 Jun27 ?        00:00:00 [kthrotld/1]
root       124     2  0 Jun27 ?        00:00:00 [kthrotld/2]
root       125     2  0 Jun27 ?        00:00:00 [kthrotld/3]
root       126     2  0 Jun27 ?        00:00:00 [kthrotld/4]
root       127     2  0 Jun27 ?        00:00:00 [kthrotld/5]
root       128     2  0 Jun27 ?        00:00:00 [kthrotld/6]
root       129     2  0 Jun27 ?        00:00:00 [kthrotld/7]
root       130     2  0 Jun27 ?        00:00:00 [pciehpd]
root       132     2  0 Jun27 ?        00:00:00 [kpsmoused]
root       133     2  0 Jun27 ?        00:00:00 [usbhid_resumer]
root       164     2  0 Jun27 ?        00:00:00 [kstriped]
root       262     2  0 Jun27 ?        00:00:00 [scsi_eh_0]
root       263     2  0 Jun27 ?        00:00:00 [scsi_eh_1]
root       271     2  0 Jun27 ?        00:00:00 [scsi_eh_2]
root       272     2  0 Jun27 ?        00:00:00 [vmw_pvscsi_wq_2]
root       417     2  0 Jun27 ?        00:00:00 [kdmflush]
root       418     2  0 Jun27 ?        00:00:00 [kdmflush]
root       419     2  0 Jun27 ?        00:00:00 [kdmflush]
root       422     2  0 Jun27 ?        00:00:00 [kdmflush]
root       424     2  0 Jun27 ?        00:00:00 [kdmflush]
root       427     2  0 Jun27 ?        00:00:00 [kdmflush]
root       432     2  0 Jun27 ?        00:00:00 [kdmflush]
root       434     2  0 Jun27 ?        00:00:00 [kdmflush]
root       439     2  0 Jun27 ?        00:00:00 [kdmflush]
root       488     2  0 Jun27 ?        00:00:00 [kjournald]
root       575     1  0 Jun27 ?        00:00:00 /sbin/udevd -d
root       739     2  0 Jun27 ?        00:00:13 [vmmemctl]
root       905     2  0 Jun27 ?        00:00:00 [kdmflush]
root       907     2  0 Jun27 ?        00:00:00 [kdmflush]
root       908   575  0 Jun27 ?        00:00:00 /sbin/udevd -d
root       910     2  0 Jun27 ?        00:00:00 [kdmflush]
root       911   575  0 Jun27 ?        00:00:00 /sbin/udevd -d
root       966     2  0 Jun27 ?        00:00:00 [kjournald]
root       967     2  0 Jun27 ?        00:00:01 [kjournald]
root       968     2  0 Jun27 ?        00:00:29 [kjournald]
root       971     2  0 Jun27 ?        00:00:29 [jbd2/dm-11-8]
root       972     2  0 Jun27 ?        00:00:00 [ext4-dio-unwrit]
root      1016     2  0 Jun27 ?        00:00:14 [kauditd]
root      1038     2  0 Jun27 ?        00:00:08 [flush-253:10]
root      1039     2  0 Jun27 ?        00:00:10 [flush-253:11]
root      1149     2  0 Jun28 ?        00:00:01 [flush-253:9]
root      1308     1  0 Jun27 ?        00:00:30 auditd
root      1326     1  0 Jun27 ?        00:00:00 /sbin/portreserve
root      1333     1  0 Jun27 ?        00:00:07 /sbin/rsyslogd -i /var/run/syslogd.pid -c 5
root      1362     1  0 Jun27 ?        00:03:19 irqbalance --pid=/var/run/irqbalance.pid
rpc       1376     1  0 Jun27 ?        00:00:00 rpcbind
rpcuser   1394     1  0 Jun27 ?        00:00:00 rpc.statd
apache    3227  6100  0 Jun29 ?        00:05:26 /usr/sbin/httpd
postgres  3253  5979  0 Jun29 ?        00:00:16 postgres: nagiosxi nagiosxi [local] idle
apache    3535  6100  0 Jun29 ?        00:05:18 /usr/sbin/httpd
postgres  3541  5979  0 Jun29 ?        00:00:16 postgres: nagiosxi nagiosxi [local] idle
apache    3850  6100  0 Jun29 ?        00:05:08 /usr/sbin/httpd
postgres  3965  5979  0 Jun29 ?        00:00:16 postgres: nagiosxi nagiosxi [local] idle
apache    5568  6100  0 Jun29 ?        00:05:18 /usr/sbin/httpd
postgres  5576  5979  0 Jun29 ?        00:00:16 postgres: nagiosxi nagiosxi [local] idle
dbus      5665     1  0 Jun27 ?        00:00:00 dbus-daemon --system
root      5694     1  0 Jun27 ?        00:00:00 /usr/sbin/acpid
68        5703     1  0 Jun27 ?        00:00:03 hald
root      5704  5703  0 Jun27 ?        00:00:00 hald-runner
root      5736  5704  0 Jun27 ?        00:00:00 hald-addon-input: Listening on /dev/input/event2 /dev/input/event0
68        5748  5704  0 Jun27 ?        00:00:00 hald-addon-acpi: listening on acpid socket /var/run/acpid.socket
root      5773     1  0 Jun27 ?        00:00:01 /usr/sbin/sshd
root      5781     1  0 Jun27 ?        00:00:00 xinetd -stayalive -pidfile /var/run/xinetd.pid
ntp       5789     1  0 Jun27 ?        00:00:00 ntpd -u ntp:ntp -p /var/run/ntpd.pid -g
root      5824     1  0 Jun27 ?        00:00:00 /bin/sh /usr/bin/mysqld_safe --datadir=/var/lib/mysql --socket=/var/lib/mysql/mysql.sock --pid-file=
mysql     5926  5824  0 Jun27 ?        00:09:14 /usr/libexec/mysqld --basedir=/usr --datadir=/var/lib/mysql --user=mysql --log-error=/var/log/mysqld
postgres  5979     1  0 Jun27 ?        00:00:55 /usr/bin/postmaster -p 5432 -D /var/lib/pgsql/data
root      6060     1  0 Jun27 ?        00:00:02 /usr/libexec/postfix/master
postfix   6069  6060  0 Jun27 ?        00:00:00 qmgr -l -t fifo -u
root      6084     1  0 Jun27 ?        00:00:00 /usr/sbin/abrtd
root      6092     1  0 Jun27 ?        00:00:00 abrt-dump-oops -d /var/spool/abrt -rwx /var/log/messages
root      6100     1  0 Jun27 ?        00:00:18 /usr/sbin/httpd
root      6108     1  0 Jun27 ?        00:00:24 crond
nagios    6118     1  0 Jun27 ?        00:01:10 /usr/local/nagios/bin/npcd -d -f /usr/local/nagios/etc/pnp/npcd.cfg
root      6128     1  0 Jun27 ?        00:00:00 /usr/sbin/atd
root      6138     1  0 Jun27 ?        00:00:00 rhnsd
root      6146     1  0 Jun27 ?        00:00:00 /usr/bin/rhsmcertd
postgres  6155  5979  0 Jun27 ?        00:00:15 postgres: logger process
postgres  6157  5979  0 Jun27 ?        00:01:27 postgres: writer process
postgres  6158  5979  0 Jun27 ?        00:01:12 postgres: wal writer process
postgres  6159  5979  0 Jun27 ?        00:00:52 postgres: autovacuum launcher process
postgres  6160  5979  0 Jun27 ?        00:01:43 postgres: stats collector process
ajaxterm  6169     1  0 Jun27 ?        00:02:11 python /usr/share/ajaxterm/ajaxterm.py --daemon --port=8022 --uid=ajaxterm
nagios    6221     1  0 Jun27 ?        00:00:00 /usr/local/nagios/bin/ndo2db -c /usr/local/nagios/etc/ndo2db.cfg
root      6229     1  0 Jun27 tty1     00:00:00 /sbin/mingetty /dev/tty1
root      6231     1  0 Jun27 tty2     00:00:00 /sbin/mingetty /dev/tty2
root      6233     1  0 Jun27 tty3     00:00:00 /sbin/mingetty /dev/tty3
root      6235     1  0 Jun27 tty4     00:00:00 /sbin/mingetty /dev/tty4
root      6237     1  0 Jun27 tty5     00:00:00 /sbin/mingetty /dev/tty5
root      6239     1  0 Jun27 tty6     00:00:00 /sbin/mingetty /dev/tty6
apache    6766  6100  0 Jun29 ?        00:06:06 /usr/sbin/httpd
apache    6767  6100  0 Jun29 ?        00:06:03 /usr/sbin/httpd
apache    6768  6100  0 Jun29 ?        00:06:15 /usr/sbin/httpd
apache    6769  6100  0 Jun29 ?        00:06:02 /usr/sbin/httpd
apache    6770  6100  0 Jun29 ?        00:06:10 /usr/sbin/httpd
apache    6771  6100  0 Jun29 ?        00:06:19 /usr/sbin/httpd
apache    6772  6100  0 Jun29 ?        00:06:14 /usr/sbin/httpd
apache    6773  6100  0 Jun29 ?        00:06:16 /usr/sbin/httpd
postgres  6976  5979  0 Jun29 ?        00:00:18 postgres: nagiosxi nagiosxi [local] idle
postgres  7036  5979  0 Jun29 ?        00:00:18 postgres: nagiosxi nagiosxi [local] idle
postgres  7070  5979  0 Jun29 ?        00:00:18 postgres: nagiosxi nagiosxi [local] idle
postgres  7148  5979  0 Jun29 ?        00:00:18 postgres: nagiosxi nagiosxi [local] idle
postgres  7237  5979  0 Jun29 ?        00:00:18 postgres: nagiosxi nagiosxi [local] idle
postgres  7292  5979  0 Jun29 ?        00:00:18 postgres: nagiosxi nagiosxi [local] idle
postgres  7398  5979  0 Jun29 ?        00:00:18 postgres: nagiosxi nagiosxi [local] idle
postgres  8017  5979  0 Jun29 ?        00:00:18 postgres: nagiosxi nagiosxi [local] idle
postfix  11857  6060  0 12:23 ?        00:00:00 pickup -l -t fifo -u
root     14166  5773  0 12:32 ?        00:00:00 sshd: jclark@pts/0
root     14171  5773  0 12:32 ?        00:00:00 sshd: jclark@notty
jclark   14172 14166  0 12:32 pts/0    00:00:00 -bash
jclark   14198 14171  0 12:32 ?        00:00:00 /usr/libexec/openssh/sftp-server
root     22000 14172  0 13:03 pts/0    00:00:00 sudo su -
root     22001 22000  0 13:03 pts/0    00:00:00 su -
root     22004 22001  0 13:03 pts/0    00:00:00 -bash
root     22024 22004  0 13:03 pts/0    00:00:00 sudo su - nagios
root     22025 22024  0 13:03 pts/0    00:00:00 su - nagios
nagios   22026 22025  0 13:03 pts/0    00:00:00 -bash
root     23882     2  0 13:11 ?        00:00:00 [flush-253:2]
apache   25281  6100  0 11:17 ?        00:01:01 /usr/sbin/httpd
postgres 25293  5979  0 11:17 ?        00:00:03 postgres: nagiosxi nagiosxi [local] idle
nagios   27729     1  0 13:25 ?        00:00:00 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios   27731 27729  0 13:25 ?        00:00:00 /usr/local/nagios/bin/nagios --worker /usr/local/nagios/var/rw/nagios.qh
nagios   27732 27729  0 13:25 ?        00:00:00 /usr/local/nagios/bin/nagios --worker /usr/local/nagios/var/rw/nagios.qh
nagios   27733 27729  0 13:25 ?        00:00:00 /usr/local/nagios/bin/nagios --worker /usr/local/nagios/var/rw/nagios.qh
nagios   27735 27729  0 13:25 ?        00:00:00 /usr/local/nagios/bin/nagios --worker /usr/local/nagios/var/rw/nagios.qh
nagios   27736 27729  0 13:25 ?        00:00:00 /usr/local/nagios/bin/nagios --worker /usr/local/nagios/var/rw/nagios.qh
nagios   27737 27729  0 13:25 ?        00:00:00 /usr/local/nagios/bin/nagios --worker /usr/local/nagios/var/rw/nagios.qh
nagios   27738 27729  0 13:25 ?        00:00:00 /usr/local/nagios/bin/nagios --worker /usr/local/nagios/var/rw/nagios.qh
nagios   27739 27729  0 13:25 ?        00:00:00 /usr/local/nagios/bin/nagios --worker /usr/local/nagios/var/rw/nagios.qh
nagios   27740 27729  0 13:25 ?        00:00:00 /usr/local/nagios/bin/nagios --worker /usr/local/nagios/var/rw/nagios.qh
nagios   27741 27729  0 13:25 ?        00:00:00 /usr/local/nagios/bin/nagios --worker /usr/local/nagios/var/rw/nagios.qh
nagios   27742 27729  0 13:25 ?        00:00:00 /usr/local/nagios/bin/nagios --worker /usr/local/nagios/var/rw/nagios.qh
nagios   27743 27729  0 13:25 ?        00:00:00 /usr/local/nagios/bin/nagios --worker /usr/local/nagios/var/rw/nagios.qh
nagios   27747  6221  0 13:25 ?        00:00:00 /usr/local/nagios/bin/ndo2db -c /usr/local/nagios/etc/ndo2db.cfg
nagios   27748 27747  0 13:25 ?        00:00:00 /usr/local/nagios/bin/ndo2db -c /usr/local/nagios/etc/ndo2db.cfg
nagios   27763 27729  0 13:25 ?        00:00:00 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
apache   29370  6100  1 07:47 ?        00:03:30 /usr/sbin/httpd
postgres 29417  5979  0 07:47 ?        00:00:12 postgres: nagiosxi nagiosxi [local] idle
root     29583  6108  0 13:33 ?        00:00:00 CROND
root     29584  6108  0 13:33 ?        00:00:00 CROND
root     29585  6108  0 13:33 ?        00:00:00 CROND
root     29586  6108  0 13:33 ?        00:00:00 CROND
root     29587  6108  0 13:33 ?        00:00:00 CROND
nagios   29588 29585  0 13:33 ?        00:00:00 /bin/sh -c /usr/bin/php -q /usr/local/nagiosxi/cron/eventman.php > /usr/local/nagiosxi/var/eventman.
nagios   29590 29588  0 13:33 ?        00:00:00 /usr/bin/php -q /usr/local/nagiosxi/cron/eventman.php
nagios   29591 29583  0 13:33 ?        00:00:00 /bin/sh -c /usr/bin/php -q /usr/local/nagiosxi/cron/perfdataproc.php > /usr/local/nagiosxi/var/perfd
nagios   29592 29586  0 13:33 ?        00:00:00 /bin/sh -c /usr/bin/php -q /usr/local/nagiosxi/cron/cmdsubsys.php > /usr/local/nagiosxi/var/cmdsubsy
nagios   29595 29584  0 13:33 ?        00:00:00 /bin/sh -c /usr/bin/php -q /usr/local/nagiosxi/cron/feedproc.php > /usr/local/nagiosxi/var/feedproc.
nagios   29596 29587  0 13:33 ?        00:00:00 /bin/sh -c /usr/bin/php -q /usr/local/nagiosxi/cron/sysstat.php > /usr/local/nagiosxi/var/sysstat.lo
nagios   29598 29592  0 13:33 ?        00:00:00 /usr/bin/php -q /usr/local/nagiosxi/cron/cmdsubsys.php
nagios   29599 29591  0 13:33 ?        00:00:00 /usr/bin/php -q /usr/local/nagiosxi/cron/perfdataproc.php
nagios   29601 29595  0 13:33 ?        00:00:00 /usr/bin/php -q /usr/local/nagiosxi/cron/feedproc.php
nagios   29602 29596  0 13:33 ?        00:00:00 /usr/bin/php -q /usr/local/nagiosxi/cron/sysstat.php
postgres 29619  5979  0 13:33 ?        00:00:00 postgres: nagiosxi nagiosxi [local] idle
postgres 29628  5979  0 13:33 ?        00:00:00 postgres: nagiosxi nagiosxi [local] idle
postgres 29649  5979  0 13:33 ?        00:00:00 postgres: nagiosxi nagiosxi [local] idle
postgres 29650  5979  0 13:33 ?        00:00:00 postgres: nagiosxi nagiosxi [local] UPDATE
postgres 29651  5979  0 13:33 ?        00:00:00 postgres: nagiosxi nagiosxi [local] UPDATE
nagios   29799     1  0 13:33 ?        00:00:00 /bin/mv /usr/local/nagios/var/host-perfdata /usr/local/nagios/var/spool/xidpe/1404153222.perfdata.ho
nagios   29800 29599  0 13:33 ?        00:00:00 sh -c mv /usr/local/nagios/var/spool/xidpe/* /usr/local/nagios/var/spool/perfdata/
apache   29802 30272  1 13:33 ?        00:00:00 /usr/bin/php -q /usr/local/nagiosxi/scripts/send_to_auditlog.php --message=Service modified: extn-36
postgres 29803  5979  0 13:33 ?        00:00:00 postgres: nagiosxi nagiosxi [local] INSERT
nagios   29806 29601  1 13:33 ?        00:00:00 php -q /usr/local/nagiosxi/scripts/parse_core_eventlog.php
postgres 29807  5979  0 13:33 ?        00:00:00 postgres: nagiosxi nagiosxi [local] idle
root     29812  6108  0 13:34 ?        00:00:00 CROND
root     29813  6108  0 13:34 ?        00:00:00 CROND
root     29814  6108  0 13:34 ?        00:00:00 CROND
root     29815  6108  0 13:34 ?        00:00:00 CROND
root     29816  6108  0 13:34 ?        00:00:00 CROND
root     29817  6108  0 13:34 ?        00:00:00 CROND
root     29818  6108  0 13:34 ?        00:00:00 CROND
root     29819  6108  0 13:34 ?        00:00:00 CROND
nagios   29820 29814  0 13:34 ?        00:00:00 /bin/sh -c /usr/bin/php -q /usr/local/nagiosxi/cron/nom.php > /usr/local/nagiosxi/var/nom.log 2>&1
nagios   29821 29820  0 13:34 ?        00:00:00 /bin/sh -c /usr/bin/php -q /usr/local/nagiosxi/cron/nom.php > /usr/local/nagiosxi/var/nom.log 2>&1
nagios   29822 29812  0 13:34 ?        00:00:00 /bin/sh -c /usr/bin/php -q /usr/local/nagiosxi/cron/cleaner.php > /usr/local/nagiosxi/var/cleaner.lo
nagios   29823 29816  0 13:34 ?        00:00:00 /bin/sh -c /usr/bin/php -q /usr/local/nagiosxi/cron/feedproc.php > /usr/local/nagiosxi/var/feedproc.
nagios   29824 29813  0 13:34 ?        00:00:00 /bin/sh -c /usr/bin/php -q /usr/local/nagiosxi/cron/reportengine.php > /usr/local/nagiosxi/var/repor
nagios   29825 29819  0 13:34 ?        00:00:00 /bin/sh -c /usr/bin/php -q /usr/local/nagiosxi/cron/sysstat.php > /usr/local/nagiosxi/var/sysstat.lo
nagios   29826 29815  0 13:34 ?        00:00:00 /bin/sh -c /usr/bin/php -q /usr/local/nagiosxi/cron/perfdataproc.php > /usr/local/nagiosxi/var/perfd
nagios   29827 29817  0 13:34 ?        00:00:00 /bin/sh -c /usr/bin/php -q /usr/local/nagiosxi/cron/eventman.php > /usr/local/nagiosxi/var/eventman.
nagios   29828 29823  0 13:34 ?        00:00:00 /bin/sh -c /usr/bin/php -q /usr/local/nagiosxi/cron/feedproc.php > /usr/local/nagiosxi/var/feedproc.
nagios   29829 29825  0 13:34 ?        00:00:00 /bin/sh -c /usr/bin/php -q /usr/local/nagiosxi/cron/sysstat.php > /usr/local/nagiosxi/var/sysstat.lo
nagios   29830 29822  0 13:34 ?        00:00:00 /bin/sh -c /usr/bin/php -q /usr/local/nagiosxi/cron/cleaner.php > /usr/local/nagiosxi/var/cleaner.lo
nagios   29831 29826  0 13:34 ?        00:00:00 /bin/sh -c /usr/bin/php -q /usr/local/nagiosxi/cron/perfdataproc.php > /usr/local/nagiosxi/var/perfd
nagios   29832 29824  0 13:34 ?        00:00:00 /bin/sh -c /usr/bin/php -q /usr/local/nagiosxi/cron/reportengine.php > /usr/local/nagiosxi/var/repor
nagios   29833 29818  0 13:34 ?        00:00:00 /bin/sh -c /usr/bin/php -q /usr/local/nagiosxi/cron/cmdsubsys.php > /usr/local/nagiosxi/var/cmdsubsy
nagios   29834 29827  0 13:34 ?        00:00:00 /bin/sh -c /usr/bin/php -q /usr/local/nagiosxi/cron/eventman.php > /usr/local/nagiosxi/var/eventman.
nagios   29835 29833  0 13:34 ?        00:00:00 /bin/sh -c /usr/bin/php -q /usr/local/nagiosxi/cron/cmdsubsys.php > /usr/local/nagiosxi/var/cmdsubsy
nagios   29836 22026  0 13:34 pts/0    00:00:00 ps -aef
apache   30272  6100  1 07:50 ?        00:03:27 /usr/sbin/httpd
postgres 30306  5979  0 07:50 ?        00:00:11 postgres: nagiosxi nagiosxi [local] idle
apache   32112  6100  0 07:56 ?        00:03:20 /usr/sbin/httpd
postgres 32235  5979  0 07:57 ?        00:00:11 postgres: nagiosxi nagiosxi [local] idle
ps aux --sort -rss

Code: Select all

USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
mysql     5926  0.2  0.1 4327920 44464 ?       Sl   Jun27   9:14 /usr/libexec/mysqld --basedir=/usr --datadir=/var/lib/mysql --user=mysql --log-erro
apache   30272  1.0  0.1 457608 36664 ?        S    07:50   3:27 /usr/sbin/httpd
apache    3535  0.3  0.1 457348 36660 ?        S    Jun29   5:18 /usr/sbin/httpd
apache   32112  0.9  0.1 456304 35576 ?        S    07:56   3:20 /usr/sbin/httpd
apache    6766  0.3  0.1 455984 34048 ?        D    Jun29   6:06 /usr/sbin/httpd
apache    5568  0.3  0.1 454016 33456 ?        D    Jun29   5:18 /usr/sbin/httpd
apache    6769  0.2  0.0 453480 32400 ?        D    Jun29   6:02 /usr/sbin/httpd
apache   29370  1.0  0.0 452748 32396 ?        S    07:47   3:30 /usr/sbin/httpd
apache    3850  0.3  0.0 451136 30824 ?        S    Jun29   5:08 /usr/sbin/httpd
nagios   29590  0.3  0.0 327440 29528 ?        S    13:33   0:00 /usr/bin/php -q /usr/local/nagiosxi/cron/eventman.php
apache   29802  1.0  0.0 329256 29324 ?        S    13:33   0:00 /usr/bin/php -q /usr/local/nagiosxi/scripts/send_to_auditlog.php --message=Service
apache    3227  0.3  0.0 445088 24768 ?        S    Jun29   5:26 /usr/sbin/httpd
apache   25281  0.7  0.0 445040 24676 ?        S    11:17   1:01 /usr/sbin/httpd
apache    6770  0.3  0.0 444452 24104 ?        S    Jun29   6:10 /usr/sbin/httpd
apache    6771  0.3  0.0 444148 23820 ?        S    Jun29   6:19 /usr/sbin/httpd
apache    6767  0.2  0.0 443644 23324 ?        S    Jun29   6:03 /usr/sbin/httpd
apache    6773  0.3  0.0 443228 22920 ?        S    Jun29   6:16 /usr/sbin/httpd
apache    6768  0.3  0.0 443132 22808 ?        S    Jun29   6:15 /usr/sbin/httpd
apache    6772  0.3  0.0 443076 22736 ?        S    Jun29   6:14 /usr/sbin/httpd
nagios   29602  0.3  0.0 320020 22292 ?        D    13:33   0:00 /usr/bin/php -q /usr/local/nagiosxi/cron/sysstat.php
nagios   29598  0.2  0.0 319848 21916 ?        S    13:33   0:00 /usr/bin/php -q /usr/local/nagiosxi/cron/cmdsubsys.php
nagios   29599  0.2  0.0 319884 21912 ?        S    13:33   0:00 /usr/bin/php -q /usr/local/nagiosxi/cron/perfdataproc.php
nagios   29806  1.1  0.0 319984 21504 ?        D    13:33   0:00 php -q /usr/local/nagiosxi/scripts/parse_core_eventlog.php
nagios   29601  0.2  0.0 319476 21468 ?        S    13:33   0:00 /usr/bin/php -q /usr/local/nagiosxi/cron/feedproc.php
root      6100  0.0  0.0 336476 16520 ?        Ss   Jun27   0:18 /usr/sbin/httpd
ajaxterm  6169  0.0  0.0 170660  7804 ?        Sl   Jun27   2:11 python /usr/share/ajaxterm/ajaxterm.py --daemon --port=8022 --uid=ajaxterm
postgres  7398  0.0  0.0 218340  6524 ?        Ss   Jun29   0:18 postgres: nagiosxi nagiosxi [local] idle
postgres  7148  0.0  0.0 218284  6504 ?        Ss   Jun29   0:18 postgres: nagiosxi nagiosxi [local] idle
postgres  3965  0.0  0.0 218328  6464 ?        Ss   Jun29   0:16 postgres: nagiosxi nagiosxi [local] idle
postgres  7070  0.0  0.0 218284  6444 ?        Ss   Jun29   0:18 postgres: nagiosxi nagiosxi [local] idle
postgres  7036  0.0  0.0 218284  6428 ?        Ss   Jun29   0:18 postgres: nagiosxi nagiosxi [local] idle
postgres  8017  0.0  0.0 217768  6344 ?        Ss   Jun29   0:18 postgres: nagiosxi nagiosxi [local] idle
postgres  7237  0.0  0.0 217768  6336 ?        Ss   Jun29   0:18 postgres: nagiosxi nagiosxi [local] idle
postgres 29417  0.0  0.0 218396  6296 ?        Ss   07:47   0:12 postgres: nagiosxi nagiosxi [local] idle
postgres 32235  0.0  0.0 218284  6148 ?        Ss   07:57   0:11 postgres: nagiosxi nagiosxi [local] idle
postgres  3253  0.0  0.0 217808  6084 ?        Ss   Jun29   0:16 postgres: nagiosxi nagiosxi [local] idle
postgres  6976  0.0  0.0 217768  6048 ?        Ss   Jun29   0:18 postgres: nagiosxi nagiosxi [local] idle
postgres  5576  0.0  0.0 217768  6012 ?        Ss   Jun29   0:16 postgres: nagiosxi nagiosxi [local] idle
postgres  7292  0.0  0.0 217768  6008 ?        Ss   Jun29   0:18 postgres: nagiosxi nagiosxi [local] idle
postgres  3541  0.0  0.0 217768  6004 ?        Ss   Jun29   0:16 postgres: nagiosxi nagiosxi [local] idle
postgres 30306  0.0  0.0 217812  5816 ?        Ss   07:50   0:11 postgres: nagiosxi nagiosxi [local] idle
postgres 29651  0.0  0.0 217760  5672 ?        Ss   13:33   0:00 postgres: nagiosxi nagiosxi [local] UPDATE
postgres 25293  0.0  0.0 217768  5592 ?        Ss   11:17   0:03 postgres: nagiosxi nagiosxi [local] idle
postgres 29650  0.1  0.0 217804  5528 ?        Ds   13:33   0:00 postgres: nagiosxi nagiosxi [local] UPDATE
postgres 29803  0.0  0.0 217724  5452 ?        Ss   13:33   0:00 postgres: nagiosxi nagiosxi [local] INSERT
root     22000  0.0  0.0 191812  5236 pts/0    S    13:03   0:00 sudo su -
postgres 29649  0.0  0.0 217740  5236 ?        Ss   13:33   0:00 postgres: nagiosxi nagiosxi [local] idle
root     22024  0.0  0.0 191812  5228 pts/0    S    13:03   0:00 sudo su - nagios
postgres 29619  0.0  0.0 217740  5200 ?        Ss   13:33   0:00 postgres: nagiosxi nagiosxi [local] idle
postgres 29628  0.0  0.0 217740  5196 ?        Ss   13:33   0:00 postgres: nagiosxi nagiosxi [local] idle
postgres  5979  0.0  0.0 216372  5060 ?        S    Jun27   0:55 /usr/bin/postmaster -p 5432 -D /var/lib/pgsql/data
root      1333  0.0  0.0 249476  4564 ?        Sl   Jun27   0:07 /sbin/rsyslogd -i /var/run/syslogd.pid -c 5
root     14166  0.0  0.0  98076  4300 ?        Ss   12:32   0:00 sshd: jclark@pts/0
postgres 29807  0.0  0.0 217600  4204 ?        Ss   13:33   0:00 postgres: nagiosxi nagiosxi [local] idle
root     14171  0.0  0.0  97804  3972 ?        Ss   12:32   0:00 sshd: jclark@notty
68        5703  0.0  0.0  37920  3768 ?        Ssl  Jun27   0:03 hald
postfix   6069  0.0  0.0  81536  3488 ?        S    Jun27   0:00 qmgr -l -t fifo -u
root      6060  0.0  0.0  81284  3372 ?        Ss   Jun27   0:02 /usr/libexec/postfix/master
postfix  11857  0.0  0.0  81364  3348 ?        S    12:23   0:00 pickup -l -t fifo -u
postgres  6157  0.0  0.0 216492  3332 ?        Ss   Jun27   1:27 postgres: writer process
jclark   14198  0.0  0.0  57680  2208 ?        Ss   12:32   0:00 /usr/libexec/openssh/sftp-server
ntp       5789  0.0  0.0  30720  2084 ?        Ss   Jun27   0:00 ntpd -u ntp:ntp -p /var/run/ntpd.pid -g
root     22025  0.0  0.0 163748  1944 pts/0    S    13:03   0:00 su - nagios
root     22001  0.0  0.0 163748  1936 pts/0    S    13:03   0:00 su -
nagios   27729  0.0  0.0  26908  1828 ?        Ds   13:25   0:00 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
root     22004  0.0  0.0 108340  1756 pts/0    S    13:03   0:00 -bash
jclark   14172  0.0  0.0 108340  1740 pts/0    Ss   12:32   0:00 -bash
nagios   22026  0.0  0.0 108340  1740 pts/0    S    13:03   0:00 -bash
root     29583  0.0  0.0 140184  1712 ?        S    13:33   0:00 CROND
root     29584  0.0  0.0 140184  1712 ?        S    13:33   0:00 CROND
root     29585  0.0  0.0 140184  1712 ?        S    13:33   0:00 CROND
root     29586  0.0  0.0 140184  1712 ?        S    13:33   0:00 CROND
root     29587  0.0  0.0 140184  1712 ?        S    13:33   0:00 CROND
root     29812  0.0  0.0 140184  1712 ?        S    13:34   0:00 CROND
root     29813  0.0  0.0 140184  1712 ?        S    13:34   0:00 CROND
root     29814  0.0  0.0 140184  1712 ?        S    13:34   0:00 CROND
root     29815  0.0  0.0 140184  1712 ?        S    13:34   0:00 CROND
root     29816  0.0  0.0 140184  1712 ?        S    13:34   0:00 CROND
root     29817  0.0  0.0 140184  1712 ?        S    13:34   0:00 CROND
root     29818  0.0  0.0 140184  1712 ?        S    13:34   0:00 CROND
root     29819  0.0  0.0 140184  1712 ?        S    13:34   0:00 CROND
postgres  6159  0.0  0.0 216660  1552 ?        Ss   Jun27   0:52 postgres: autovacuum launcher process
nagios   27748  0.0  0.0  50412  1540 ?        S    13:25   0:00 /usr/local/nagios/bin/ndo2db -c /usr/local/nagios/etc/ndo2db.cfg
root         1  0.0  0.0  19356  1508 ?        Ss   Jun27   0:01 /sbin/init
root      5824  0.0  0.0 108204  1424 ?        S    Jun27   0:00 /bin/sh /usr/bin/mysqld_safe --datadir=/var/lib/mysql --socket=/var/lib/mysql/mysql
postgres  6158  0.0  0.0 216372  1372 ?        Ss   Jun27   1:12 postgres: wal writer process
nagios   29837  0.0  0.0 110504  1368 pts/0    R+   13:34   0:00 ps aux --sort -rss
nagios   27747  0.0  0.0  50276  1360 ?        S    13:25   0:00 /usr/local/nagios/bin/ndo2db -c /usr/local/nagios/etc/ndo2db.cfg
rpcuser   1394  0.0  0.0  23348  1324 ?        Ss   Jun27   0:00 rpc.statd
postgres  6160  0.0  0.0 179652  1288 ?        Ds   Jun27   1:43 postgres: stats collector process
root      6108  0.0  0.0 117300  1240 ?        Ss   Jun27   0:24 crond
root      5773  0.0  0.0  66608  1224 ?        Ss   Jun27   0:01 /usr/sbin/sshd
nagios   29800  0.0  0.0 106096  1152 ?        D    13:33   0:00 sh -c mv /usr/local/nagios/var/spool/xidpe/* /usr/local/nagios/var/spool/perfdata/
root      5704  0.0  0.0  20328  1148 ?        S    Jun27   0:00 hald-runner
nagios   29588  0.0  0.0 106096  1132 ?        Ss   13:33   0:00 /bin/sh -c /usr/bin/php -q /usr/local/nagiosxi/cron/eventman.php > /usr/local/nagio
nagios   29592  0.0  0.0 106096  1132 ?        Ss   13:33   0:00 /bin/sh -c /usr/bin/php -q /usr/local/nagiosxi/cron/cmdsubsys.php > /usr/local/nagi
nagios   29596  0.0  0.0 106096  1132 ?        Ss   13:33   0:00 /bin/sh -c /usr/bin/php -q /usr/local/nagiosxi/cron/sysstat.php > /usr/local/nagios
nagios   29822  0.0  0.0 106096  1132 ?        Ss   13:34   0:00 /bin/sh -c /usr/bin/php -q /usr/local/nagiosxi/cron/cleaner.php > /usr/local/nagios
nagios   29824  0.0  0.0 106096  1132 ?        Ss   13:34   0:00 /bin/sh -c /usr/bin/php -q /usr/local/nagiosxi/cron/reportengine.php > /usr/local/n
nagios   29825  0.0  0.0 106096  1132 ?        Ss   13:34   0:00 /bin/sh -c /usr/bin/php -q /usr/local/nagiosxi/cron/sysstat.php > /usr/local/nagios
nagios   29591  0.0  0.0 106096  1128 ?        Ss   13:33   0:00 /bin/sh -c /usr/bin/php -q /usr/local/nagiosxi/cron/perfdataproc.php > /usr/local/n
nagios   29595  0.0  0.0 106096  1128 ?        Ss   13:33   0:00 /bin/sh -c /usr/bin/php -q /usr/local/nagiosxi/cron/feedproc.php > /usr/local/nagio
nagios   29820  0.0  0.0 106096  1128 ?        Ss   13:34   0:00 /bin/sh -c /usr/bin/php -q /usr/local/nagiosxi/cron/nom.php > /usr/local/nagiosxi/v
nagios   29823  0.0  0.0 106096  1128 ?        Ss   13:34   0:00 /bin/sh -c /usr/bin/php -q /usr/local/nagiosxi/cron/feedproc.php > /usr/local/nagio
nagios   29827  0.0  0.0 106096  1128 ?        Ss   13:34   0:00 /bin/sh -c /usr/bin/php -q /usr/local/nagiosxi/cron/eventman.php > /usr/local/nagio
nagios   29833  0.0  0.0 106096  1128 ?        Ss   13:34   0:00 /bin/sh -c /usr/bin/php -q /usr/local/nagiosxi/cron/cmdsubsys.php > /usr/local/nagi
postgres  6155  0.0  0.0 179384  1124 ?        Ss   Jun27   0:15 postgres: logger process
nagios   29826  0.0  0.0 106096  1124 ?        Ss   13:34   0:00 /bin/sh -c /usr/bin/php -q /usr/local/nagiosxi/cron/perfdataproc.php > /usr/local/n
root      5736  0.0  0.0  22448  1072 ?        S    Jun27   0:00 hald-addon-input: Listening on /dev/input/event2 /dev/input/event0
68        5748  0.0  0.0  17936  1008 ?        S    Jun27   0:00 hald-addon-acpi: listening on acpid socket /var/run/acpid.socket
root      5781  0.0  0.0  22180   984 ?        Ss   Jun27   0:00 xinetd -stayalive -pidfile /var/run/xinetd.pid
nagios    6118  0.0  0.0 368888   948 ?        D    Jun27   1:10 /usr/local/nagios/bin/npcd -d -f /usr/local/nagios/etc/pnp/npcd.cfg
dbus      5665  0.0  0.0  21404   916 ?        Ss   Jun27   0:00 dbus-daemon --system
nagios   27731  0.0  0.0  10012   908 ?        S    13:25   0:00 /usr/local/nagios/bin/nagios --worker /usr/local/nagios/var/rw/nagios.qh
nagios   27742  0.0  0.0  10012   908 ?        S    13:25   0:00 /usr/local/nagios/bin/nagios --worker /usr/local/nagios/var/rw/nagios.qh
nagios   27732  0.0  0.0  10012   904 ?        S    13:25   0:00 /usr/local/nagios/bin/nagios --worker /usr/local/nagios/var/rw/nagios.qh
nagios   27735  0.0  0.0  10012   904 ?        S    13:25   0:00 /usr/local/nagios/bin/nagios --worker /usr/local/nagios/var/rw/nagios.qh
nagios   27733  0.0  0.0  10012   900 ?        S    13:25   0:00 /usr/local/nagios/bin/nagios --worker /usr/local/nagios/var/rw/nagios.qh
nagios   27737  0.0  0.0  10012   900 ?        S    13:25   0:00 /usr/local/nagios/bin/nagios --worker /usr/local/nagios/var/rw/nagios.qh
nagios   27739  0.0  0.0  10012   900 ?        S    13:25   0:00 /usr/local/nagios/bin/nagios --worker /usr/local/nagios/var/rw/nagios.qh
nagios   27740  0.0  0.0  10012   900 ?        S    13:25   0:00 /usr/local/nagios/bin/nagios --worker /usr/local/nagios/var/rw/nagios.qh
nagios   27743  0.0  0.0  10012   900 ?        S    13:25   0:00 /usr/local/nagios/bin/nagios --worker /usr/local/nagios/var/rw/nagios.qh
nagios   27736  0.0  0.0  10012   896 ?        S    13:25   0:00 /usr/local/nagios/bin/nagios --worker /usr/local/nagios/var/rw/nagios.qh
nagios   27738  0.0  0.0  10012   896 ?        S    13:25   0:00 /usr/local/nagios/bin/nagios --worker /usr/local/nagios/var/rw/nagios.qh
nagios   27741  0.0  0.0  10012   896 ?        S    13:25   0:00 /usr/local/nagios/bin/nagios --worker /usr/local/nagios/var/rw/nagios.qh
root       908  0.0  0.0  10776   884 ?        S<   Jun27   0:00 /sbin/udevd -d
rpc       1376  0.0  0.0  18976   880 ?        Ss   Jun27   0:00 rpcbind
root      1308  0.0  0.0  93200   876 ?        S<sl Jun27   0:30 auditd
root      6084  0.0  0.0 110320   876 ?        Ss   Jun27   0:00 /usr/sbin/abrtd
root       575  0.0  0.0  10780   860 ?        S<s  Jun27   0:00 /sbin/udevd -d
root       911  0.0  0.0  10776   852 ?        S<   Jun27   0:00 /sbin/udevd -d
root      6092  0.0  0.0 108204   852 ?        Ss   Jun27   0:00 abrt-dump-oops -d /var/spool/abrt -rwx /var/log/messages
nagios   27763  0.0  0.0  26392   848 ?        S    13:25   0:00 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios   29799  0.0  0.0 113628   804 ?        D    13:33   0:00 /bin/mv /usr/local/nagios/var/host-perfdata /usr/local/nagios/var/spool/xidpe/14041
root      1362  0.0  0.0  10852   692 ?        Ss   Jun27   3:19 irqbalance --pid=/var/run/irqbalance.pid
nagios    6221  0.0  0.0  50276   640 ?        Ss   Jun27   0:00 /usr/local/nagios/bin/ndo2db -c /usr/local/nagios/etc/ndo2db.cfg
root      5694  0.0  0.0   4080   628 ?        Ss   Jun27   0:00 /usr/sbin/acpid
root      6138  0.0  0.0 100928   580 ?        Ss   Jun27   0:00 rhnsd
root      1326  0.0  0.0   6160   568 ?        Ss   Jun27   0:00 /sbin/portreserve
root      6146  0.0  0.0 104020   548 ?        Ss   Jun27   0:00 /usr/bin/rhsmcertd
root      6229  0.0  0.0   4064   512 tty1     Ss+  Jun27   0:00 /sbin/mingetty /dev/tty1
root      6235  0.0  0.0   4064   512 tty4     Ss+  Jun27   0:00 /sbin/mingetty /dev/tty4
root      6239  0.0  0.0   4064   512 tty6     Ss+  Jun27   0:00 /sbin/mingetty /dev/tty6
root      6231  0.0  0.0   4064   508 tty2     Ss+  Jun27   0:00 /sbin/mingetty /dev/tty2
root      6233  0.0  0.0   4064   508 tty3     Ss+  Jun27   0:00 /sbin/mingetty /dev/tty3
root      6237  0.0  0.0   4064   508 tty5     Ss+  Jun27   0:00 /sbin/mingetty /dev/tty5
root      6128  0.0  0.0  21540   480 ?        Ss   Jun27   0:00 /usr/sbin/atd
nagios   29829  0.0  0.0 106096   380 ?        D    13:34   0:00 /bin/sh -c /usr/bin/php -q /usr/local/nagiosxi/cron/sysstat.php > /usr/local/nagios
nagios   29830  0.0  0.0 106096   380 ?        D    13:34   0:00 /bin/sh -c /usr/bin/php -q /usr/local/nagiosxi/cron/cleaner.php > /usr/local/nagios
nagios   29832  0.0  0.0 106096   380 ?        D    13:34   0:00 /bin/sh -c /usr/bin/php -q /usr/local/nagiosxi/cron/reportengine.php > /usr/local/n
nagios   29828  0.0  0.0 106096   376 ?        D    13:34   0:00 /bin/sh -c /usr/bin/php -q /usr/local/nagiosxi/cron/feedproc.php > /usr/local/nagio
nagios   29834  0.0  0.0 106096   376 ?        D    13:34   0:00 /bin/sh -c /usr/bin/php -q /usr/local/nagiosxi/cron/eventman.php > /usr/local/nagio
nagios   29835  0.0  0.0 106096   376 ?        D    13:34   0:00 /bin/sh -c /usr/bin/php -q /usr/local/nagiosxi/cron/cmdsubsys.php > /usr/local/nagi
nagios   29821  0.0  0.0 106096   372 ?        D    13:34   0:00 /bin/sh -c /usr/bin/php -q /usr/local/nagiosxi/cron/nom.php > /usr/local/nagiosxi/v
nagios   29831  0.0  0.0 106096   372 ?        D    13:34   0:00 /bin/sh -c /usr/bin/php -q /usr/local/nagiosxi/cron/perfdataproc.php > /usr/local/n
root         2  0.0  0.0      0     0 ?        S    Jun27   0:00 [kthreadd]
root         3  0.0  0.0      0     0 ?        S    Jun27   0:01 [migration/0]
root         4  0.0  0.0      0     0 ?        S    Jun27   0:01 [ksoftirqd/0]
root         5  0.0  0.0      0     0 ?        S    Jun27   0:00 [migration/0]
root         6  0.0  0.0      0     0 ?        S    Jun27   0:00 [watchdog/0]
root         7  0.0  0.0      0     0 ?        S    Jun27   0:11 [migration/1]
root         8  0.0  0.0      0     0 ?        S    Jun27   0:00 [migration/1]
root         9  0.0  0.0      0     0 ?        S    Jun27   0:02 [ksoftirqd/1]
root        10  0.0  0.0      0     0 ?        S    Jun27   0:00 [watchdog/1]
root        11  0.0  0.0      0     0 ?        S    Jun27   0:04 [migration/2]
root        12  0.0  0.0      0     0 ?        S    Jun27   0:00 [migration/2]
root        13  0.0  0.0      0     0 ?        S    Jun27   0:00 [ksoftirqd/2]
root        14  0.0  0.0      0     0 ?        S    Jun27   0:00 [watchdog/2]
root        15  0.0  0.0      0     0 ?        S    Jun27   0:02 [migration/3]
root        16  0.0  0.0      0     0 ?        S    Jun27   0:00 [migration/3]
root        17  0.0  0.0      0     0 ?        S    Jun27   0:00 [ksoftirqd/3]
root        18  0.0  0.0      0     0 ?        S    Jun27   0:00 [watchdog/3]
root        19  0.0  0.0      0     0 ?        S    Jun27   0:01 [migration/4]
root        20  0.0  0.0      0     0 ?        S    Jun27   0:00 [migration/4]
root        21  0.0  0.0      0     0 ?        S    Jun27   0:03 [ksoftirqd/4]
root        22  0.0  0.0      0     0 ?        S    Jun27   0:01 [watchdog/4]
root        23  0.0  0.0      0     0 ?        S    Jun27   0:11 [migration/5]
root        24  0.0  0.0      0     0 ?        S    Jun27   0:00 [migration/5]
root        25  0.0  0.0      0     0 ?        S    Jun27   0:03 [ksoftirqd/5]
root        26  0.0  0.0      0     0 ?        S    Jun27   0:00 [watchdog/5]
root        27  0.0  0.0      0     0 ?        S    Jun27   0:04 [migration/6]
root        28  0.0  0.0      0     0 ?        S    Jun27   0:00 [migration/6]
root        29  0.0  0.0      0     0 ?        S    Jun27   0:01 [ksoftirqd/6]
root        30  0.0  0.0      0     0 ?        S    Jun27   0:00 [watchdog/6]
root        31  0.0  0.0      0     0 ?        S    Jun27   0:03 [migration/7]
root        32  0.0  0.0      0     0 ?        S    Jun27   0:00 [migration/7]
root        33  0.0  0.0      0     0 ?        S    Jun27   0:00 [ksoftirqd/7]
root        34  0.0  0.0      0     0 ?        S    Jun27   0:00 [watchdog/7]
root        35  0.0  0.0      0     0 ?        S    Jun27   0:21 [events/0]
root        36  0.0  0.0      0     0 ?        S    Jun27   0:21 [events/1]
root        37  0.0  0.0      0     0 ?        S    Jun27   0:21 [events/2]
root        38  0.0  0.0      0     0 ?        S    Jun27   0:24 [events/3]
root        39  0.0  0.0      0     0 ?        S    Jun27   0:28 [events/4]
root        40  0.0  0.0      0     0 ?        S    Jun27   4:06 [events/5]
root        41  0.0  0.0      0     0 ?        S    Jun27   0:23 [events/6]
root        42  0.0  0.0      0     0 ?        S    Jun27   0:28 [events/7]
root        43  0.0  0.0      0     0 ?        S    Jun27   0:00 [cgroup]
root        44  0.0  0.0      0     0 ?        S    Jun27   0:00 [khelper]
root        45  0.0  0.0      0     0 ?        S    Jun27   0:00 [netns]
root        46  0.0  0.0      0     0 ?        S    Jun27   0:00 [async/mgr]
root        47  0.0  0.0      0     0 ?        S    Jun27   0:00 [pm]
root        48  0.0  0.0      0     0 ?        S    Jun27   0:02 [sync_supers]
root        49  0.0  0.0      0     0 ?        S    Jun27   0:02 [bdi-default]
root        50  0.0  0.0      0     0 ?        S    Jun27   0:00 [kintegrityd/0]
root        51  0.0  0.0      0     0 ?        S    Jun27   0:00 [kintegrityd/1]
root        52  0.0  0.0      0     0 ?        S    Jun27   0:00 [kintegrityd/2]
root        53  0.0  0.0      0     0 ?        S    Jun27   0:00 [kintegrityd/3]
root        54  0.0  0.0      0     0 ?        S    Jun27   0:00 [kintegrityd/4]
root        55  0.0  0.0      0     0 ?        S    Jun27   0:00 [kintegrityd/5]
root        56  0.0  0.0      0     0 ?        S    Jun27   0:00 [kintegrityd/6]
root        57  0.0  0.0      0     0 ?        S    Jun27   0:00 [kintegrityd/7]
root        58  0.0  0.0      0     0 ?        S    Jun27   0:18 [kblockd/0]
root        59  0.0  0.0      0     0 ?        S    Jun27   0:00 [kblockd/1]
root        60  0.0  0.0      0     0 ?        S    Jun27   0:00 [kblockd/2]
root        61  0.0  0.0      0     0 ?        S    Jun27   0:03 [kblockd/3]
root        62  0.0  0.0      0     0 ?        S    Jun27   0:19 [kblockd/4]
root        63  0.0  0.0      0     0 ?        S    Jun27   0:00 [kblockd/5]
root        64  0.0  0.0      0     0 ?        S    Jun27   0:00 [kblockd/6]
root        65  0.0  0.0      0     0 ?        S    Jun27   0:04 [kblockd/7]
root        66  0.0  0.0      0     0 ?        S    Jun27   0:00 [kacpid]
root        67  0.0  0.0      0     0 ?        S    Jun27   0:00 [kacpi_notify]
root        68  0.0  0.0      0     0 ?        S    Jun27   0:00 [kacpi_hotplug]
root        69  0.0  0.0      0     0 ?        S    Jun27   0:00 [ata_aux]
root        70  0.0  0.0      0     0 ?        S    Jun27   0:00 [ata_sff/0]
root        71  0.0  0.0      0     0 ?        S    Jun27   0:00 [ata_sff/1]
root        72  0.0  0.0      0     0 ?        S    Jun27   0:00 [ata_sff/2]
root        73  0.0  0.0      0     0 ?        S    Jun27   0:00 [ata_sff/3]
root        74  0.0  0.0      0     0 ?        S    Jun27   0:00 [ata_sff/4]
root        75  0.0  0.0      0     0 ?        S    Jun27   0:00 [ata_sff/5]
root        76  0.0  0.0      0     0 ?        S    Jun27   0:00 [ata_sff/6]
root        77  0.0  0.0      0     0 ?        S    Jun27   0:00 [ata_sff/7]
root        78  0.0  0.0      0     0 ?        S    Jun27   0:00 [ksuspend_usbd]
root        79  0.0  0.0      0     0 ?        S    Jun27   0:00 [khubd]
root        80  0.0  0.0      0     0 ?        S    Jun27   0:00 [kseriod]
root        81  0.0  0.0      0     0 ?        S    Jun27   0:00 [md/0]
root        82  0.0  0.0      0     0 ?        S    Jun27   0:00 [md/1]
root        83  0.0  0.0      0     0 ?        S    Jun27   0:00 [md/2]
root        84  0.0  0.0      0     0 ?        S    Jun27   0:00 [md/3]
root        85  0.0  0.0      0     0 ?        S    Jun27   0:00 [md/4]
root        86  0.0  0.0      0     0 ?        S    Jun27   0:00 [md/5]
root        87  0.0  0.0      0     0 ?        S    Jun27   0:00 [md/6]
root        88  0.0  0.0      0     0 ?        S    Jun27   0:00 [md/7]
root        89  0.0  0.0      0     0 ?        S    Jun27   0:00 [md_misc/0]
root        90  0.0  0.0      0     0 ?        S    Jun27   0:00 [md_misc/1]
root        91  0.0  0.0      0     0 ?        S    Jun27   0:00 [md_misc/2]
root        92  0.0  0.0      0     0 ?        S    Jun27   0:00 [md_misc/3]
root        93  0.0  0.0      0     0 ?        S    Jun27   0:00 [md_misc/4]
root        94  0.0  0.0      0     0 ?        S    Jun27   0:00 [md_misc/5]
root        95  0.0  0.0      0     0 ?        S    Jun27   0:00 [md_misc/6]
root        96  0.0  0.0      0     0 ?        S    Jun27   0:00 [md_misc/7]
root        97  0.0  0.0      0     0 ?        S    Jun27   0:00 [linkwatch]
root        98  0.0  0.0      0     0 ?        S    Jun27   0:00 [khungtaskd]
root        99  0.0  0.0      0     0 ?        S    Jun27   0:00 [kswapd0]
root       100  0.0  0.0      0     0 ?        SN   Jun27   0:00 [ksmd]
root       101  0.0  0.0      0     0 ?        SN   Jun27   0:48 [khugepaged]
root       102  0.0  0.0      0     0 ?        S    Jun27   0:00 [aio/0]
root       103  0.0  0.0      0     0 ?        S    Jun27   0:00 [aio/1]
root       104  0.0  0.0      0     0 ?        S    Jun27   0:00 [aio/2]
root       105  0.0  0.0      0     0 ?        S    Jun27   0:00 [aio/3]
root       106  0.0  0.0      0     0 ?        S    Jun27   0:00 [aio/4]
root       107  0.0  0.0      0     0 ?        S    Jun27   0:00 [aio/5]
root       108  0.0  0.0      0     0 ?        S    Jun27   0:00 [aio/6]
root       109  0.0  0.0      0     0 ?        S    Jun27   0:00 [aio/7]
root       110  0.0  0.0      0     0 ?        S    Jun27   0:00 [crypto/0]
root       111  0.0  0.0      0     0 ?        S    Jun27   0:00 [crypto/1]
root       112  0.0  0.0      0     0 ?        S    Jun27   0:00 [crypto/2]
root       113  0.0  0.0      0     0 ?        S    Jun27   0:00 [crypto/3]
root       114  0.0  0.0      0     0 ?        S    Jun27   0:00 [crypto/4]
root       115  0.0  0.0      0     0 ?        S    Jun27   0:00 [crypto/5]
root       116  0.0  0.0      0     0 ?        S    Jun27   0:00 [crypto/6]
root       117  0.0  0.0      0     0 ?        S    Jun27   0:00 [crypto/7]
root       122  0.0  0.0      0     0 ?        S    Jun27   0:00 [kthrotld/0]
root       123  0.0  0.0      0     0 ?        S    Jun27   0:00 [kthrotld/1]
root       124  0.0  0.0      0     0 ?        S    Jun27   0:00 [kthrotld/2]
root       125  0.0  0.0      0     0 ?        S    Jun27   0:00 [kthrotld/3]
root       126  0.0  0.0      0     0 ?        S    Jun27   0:00 [kthrotld/4]
root       127  0.0  0.0      0     0 ?        S    Jun27   0:00 [kthrotld/5]
root       128  0.0  0.0      0     0 ?        S    Jun27   0:00 [kthrotld/6]
root       129  0.0  0.0      0     0 ?        S    Jun27   0:00 [kthrotld/7]
root       130  0.0  0.0      0     0 ?        S    Jun27   0:00 [pciehpd]
root       132  0.0  0.0      0     0 ?        S    Jun27   0:00 [kpsmoused]
root       133  0.0  0.0      0     0 ?        S    Jun27   0:00 [usbhid_resumer]
root       164  0.0  0.0      0     0 ?        S    Jun27   0:00 [kstriped]
root       262  0.0  0.0      0     0 ?        S    Jun27   0:00 [scsi_eh_0]
root       263  0.0  0.0      0     0 ?        S    Jun27   0:00 [scsi_eh_1]
root       271  0.0  0.0      0     0 ?        S    Jun27   0:00 [scsi_eh_2]
root       272  0.0  0.0      0     0 ?        S    Jun27   0:00 [vmw_pvscsi_wq_2]
root       417  0.0  0.0      0     0 ?        S    Jun27   0:00 [kdmflush]
root       418  0.0  0.0      0     0 ?        S    Jun27   0:00 [kdmflush]
root       419  0.0  0.0      0     0 ?        S    Jun27   0:00 [kdmflush]
root       422  0.0  0.0      0     0 ?        S    Jun27   0:00 [kdmflush]
root       424  0.0  0.0      0     0 ?        S    Jun27   0:00 [kdmflush]
root       427  0.0  0.0      0     0 ?        S    Jun27   0:00 [kdmflush]
root       432  0.0  0.0      0     0 ?        S    Jun27   0:00 [kdmflush]
root       434  0.0  0.0      0     0 ?        S    Jun27   0:00 [kdmflush]
root       439  0.0  0.0      0     0 ?        S    Jun27   0:00 [kdmflush]
root       488  0.0  0.0      0     0 ?        S    Jun27   0:00 [kjournald]
root       739  0.0  0.0      0     0 ?        S    Jun27   0:13 [vmmemctl]
root       905  0.0  0.0      0     0 ?        S    Jun27   0:00 [kdmflush]
root       907  0.0  0.0      0     0 ?        S    Jun27   0:00 [kdmflush]
root       910  0.0  0.0      0     0 ?        S    Jun27   0:00 [kdmflush]
root       966  0.0  0.0      0     0 ?        S    Jun27   0:00 [kjournald]
root       967  0.0  0.0      0     0 ?        D    Jun27   0:01 [kjournald]
root       968  0.0  0.0      0     0 ?        D    Jun27   0:29 [kjournald]
root       971  0.0  0.0      0     0 ?        D    Jun27   0:29 [jbd2/dm-11-8]
root       972  0.0  0.0      0     0 ?        S    Jun27   0:00 [ext4-dio-unwrit]
root      1016  0.0  0.0      0     0 ?        S    Jun27   0:14 [kauditd]
root      1038  0.0  0.0      0     0 ?        S    Jun27   0:08 [flush-253:10]
root      1039  0.0  0.0      0     0 ?        D    Jun27   0:10 [flush-253:11]
root      1149  0.0  0.0      0     0 ?        S    Jun28   0:01 [flush-253:9]
root     23882  0.0  0.0      0     0 ?        S    13:11   0:00 [flush-253:2]

Re: CPU Load spike every 7 hours

Posted: Mon Jun 30, 2014 2:32 pm
by slansing
Would anyone be brave enough to try switching from their gearman systems to straight core 4 workers for a test? It seems to have had a pretty good impact for Mrochelle:

http://support.nagios.com/forum/viewtop ... 11#p102911

Re: CPU Load spike every 7 hours

Posted: Mon Jun 30, 2014 2:33 pm
by BanditBBS
slansing wrote:Would anyone be brave enough to try switching from their gearman systems to straight core 4 workers for a test? It seems to have had a pretty good impact for Mrochelle:

http://support.nagios.com/forum/viewtop ... 11#p102911
I'm not using gearman

Re: CPU Load spike every 7 hours

Posted: Mon Jun 30, 2014 2:57 pm
by slansing
The same rule should apply in either case, try dropping your worker count down if they are enabled, if they are not enabled, set your number relatively close as mrochelle did.

Re: CPU Load spike every 7 hours

Posted: Mon Jun 30, 2014 3:23 pm
by BanditBBS
slansing wrote:The same rule should apply in either case, try dropping your worker count down if they are enabled, if they are not enabled, set your number relatively close as mrochelle did.
Umm, how do you enable the core workers? max_workers is not in /usr/local/nagios/etc/nagios.cfg as stated in that other thread. If I add it I get unrecognized variable.

The server gets so overloaded with something that I can barely use vi to modify files, just moving around the OS takes forever. This has happened on multiple fresh installs of 2014 without adding anything. I'll test whatever for you though as I really want to use 2014!

Re: CPU Load spike every 7 hours

Posted: Mon Jun 30, 2014 3:40 pm
by lmiltchev
Umm, how do you enable the core workers? max_workers is not in /usr/local/nagios/etc/nagios.cfg as stated in that other thread. If I add it I get unrecognized variable.
Are you adding "max_workers= "? You should be adding "check_workers= ".

Example:

Code: Select all

check_workers=2

Re: CPU Load spike every 7 hours

Posted: Mon Jun 30, 2014 3:43 pm
by BanditBBS
lmiltchev wrote:
Umm, how do you enable the core workers? max_workers is not in /usr/local/nagios/etc/nagios.cfg as stated in that other thread. If I add it I get unrecognized variable.
Are you adding "max_workers= "? You should be adding "check_workers= ".

Example:

Code: Select all

check_workers=2
Ok, now that I learned to read, I have made all settings mentioned and I will report back in a day I guess.

Re: CPU Load spike every 7 hours

Posted: Mon Jun 30, 2014 3:59 pm
by lmiltchev
Ok, now that I learned to read, I have made all settings mentioned and I will report back in a day I guess.
Sounds good, BanditBBS! :)

Re: CPU Load spike every 7 hours

Posted: Tue Jul 01, 2014 6:35 am
by WillemDH
A graph with load from last month:

Re: CPU Load spike every 7 hours

Posted: Tue Jul 01, 2014 8:13 am
by mikew
I have been watching this post and seeing that you are using a low number for workers. I have a 32 Core system with 8 GB of RAM and I am running 50 workers.

##### Modify Workers #####
check_workers=50


Though I do see the regular spikes my system is not bogged down like other examples it seems to take the load and churn through it. I have been pushing the worker limit trying to figure out where it breaks. I have been running 50 workers for 6 weeks now and do not see any issues with that number of workers.

I am also running Mod-Gearman on this box but it is restricted to only a few checks for testing.

I am just adding this information as others seem to be using very low worker numbers.