Hello,
I can see higher CPU utilization after upgrade to 5.5.1 on 19th of July.
Previous values were about 0,7. After upgrade it's constantly above 1.
Is that correct? Or anything wrong?
Best regards
Jakub
Higher CPU utilization after upgrade to 5.5.1
Higher CPU utilization after upgrade to 5.5.1
You do not have the required permissions to view the files attached to this post.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Higher CPU utilization after upgrade to 5.5.1
Can you post the output of the following
Code: Select all
ps -ef|grep nagios.cfgRe: Higher CPU utilization after upgrade to 5.5.1
This is output:
[root@localhost ~]# ps -ef|grep nagios.cfg
root 17773 13519 0 09:12 pts/0 00:00:00 grep nagios.cfg
nagios 23565 1 0 Jul22 ? 00:32:34 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 24289 23565 0 Jul22 ? 00:00:10 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 26157 1 0 Jul16 ? 01:45:12 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 26225 26157 0 Jul16 ? 00:00:34 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
[root@localhost ~]#
[root@localhost ~]# ps -ef|grep nagios.cfg
root 17773 13519 0 09:12 pts/0 00:00:00 grep nagios.cfg
nagios 23565 1 0 Jul22 ? 00:32:34 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 24289 23565 0 Jul22 ? 00:00:10 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 26157 1 0 Jul16 ? 01:45:12 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 26225 26157 0 Jul16 ? 00:00:34 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
[root@localhost ~]#
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Higher CPU utilization after upgrade to 5.5.1
You have 2 nagios parent processes.
Run the following
Run the following
Code: Select all
service nagios stop
killall -9 nagios
service nagios startRe: Higher CPU utilization after upgrade to 5.5.1
After killing processes it looks like this:
Load average is still higher. I will monitore that for one day.
Code: Select all
[root@localhost ~]# ps -ef|grep nagios.cfg
nagios 8551 1 3 14:29 ? 00:00:00 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 8655 8551 0 14:29 ? 00:00:00 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
root 10515 13519 0 14:29 pts/0 00:00:00 grep nagios.cfg
[root@localhost ~]#-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Higher CPU utilization after upgrade to 5.5.1
That looks better it should start to drop, will take a bit of time..Kujab wrote:After killing processes it looks like this:Load average is still higher. I will monitore that for one day.Code: Select all
[root@localhost ~]# ps -ef|grep nagios.cfg nagios 8551 1 3 14:29 ? 00:00:00 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg nagios 8655 8551 0 14:29 ? 00:00:00 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg root 10515 13519 0 14:29 pts/0 00:00:00 grep nagios.cfg [root@localhost ~]#
Let us know how it turns out
Re: Higher CPU utilization after upgrade to 5.5.1
Looks better:
Also processes are still the same:
[root@localhost ~]# ps -ef|grep nagios.cfg
nagios 8551 1 1 Jul24 ? 00:12:53 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 8655 8551 0 Jul24 ? 00:00:03 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
root 13041 10146 0 09:01 pts/0 00:00:00 grep nagios.cfg
[root@localhost ~]#
I suppose we can close this ticket.
Should be fixed in upgrade procedure, it never happened before.
[root@localhost ~]# ps -ef|grep nagios.cfg
nagios 8551 1 1 Jul24 ? 00:12:53 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 8655 8551 0 Jul24 ? 00:00:03 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
root 13041 10146 0 09:01 pts/0 00:00:00 grep nagios.cfg
[root@localhost ~]#
I suppose we can close this ticket.
Should be fixed in upgrade procedure, it never happened before.
You do not have the required permissions to view the files attached to this post.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Higher CPU utilization after upgrade to 5.5.1
Kujab wrote:Looks better: Also processes are still the same:
[root@localhost ~]# ps -ef|grep nagios.cfg
nagios 8551 1 1 Jul24 ? 00:12:53 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 8655 8551 0 Jul24 ? 00:00:03 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
root 13041 10146 0 09:01 pts/0 00:00:00 grep nagios.cfg
[root@localhost ~]#
I suppose we can close this ticket.
Should be fixed in upgrade procedure, it never happened before.
Great Locking