memory issue - CentOS6.5 XI2012R2.9
memory issue - CentOS6.5 XI2012R2.9
Re: Memory Issue
Postby zaji_nms » Mon Apr 07, 2014 9:02 am
Dear Expert,
we are running Nagios XI 2012R2.9 "Linux nagoisxi-Cust2 2.6.32-431.5.1.el6.x86_64 #1 SMP Wed Feb 12 00:41:43 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux" , centos 6.5 , but we are having memory utilization issue since beginning , would like to know is it a normal behavior or something to do in our system. kindly check the attached snap. after reboot it gets normal.
total hosts/services : 262/4000
Postby zaji_nms » Mon Apr 07, 2014 9:02 am
Dear Expert,
we are running Nagios XI 2012R2.9 "Linux nagoisxi-Cust2 2.6.32-431.5.1.el6.x86_64 #1 SMP Wed Feb 12 00:41:43 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux" , centos 6.5 , but we are having memory utilization issue since beginning , would like to know is it a normal behavior or something to do in our system. kindly check the attached snap. after reboot it gets normal.
total hosts/services : 262/4000
You do not have the required permissions to view the files attached to this post.
Zajil NMS
Re: memory issue - CentOS6.5 XI2012R2.9
Lets check to see if the usage is just disk buffers:
Code: Select all
free -mFormer Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Re: memory issue - CentOS6.5 XI2012R2.9
What is the hardware like on your Nagios XI server (HDD, CPU, RAM)?
Have you checked which processes utilize the most memory?
Go to:
and
and post screenshots of these two pages.
Have you checked which processes utilize the most memory?
Go to:
Code: Select all
Admin->System StatusCode: Select all
Admin->Monitoring Engine StatusBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: memory issue - CentOS6.5 XI2012R2.9
kindly check attached snap as requested
You do not have the required permissions to view the files attached to this post.
Zajil NMS
Re: memory issue - CentOS6.5 XI2012R2.9
Can you please respond to these two questions?lmiltchev wrote:What is the hardware like on your Nagios XI server (HDD, CPU, RAM)?
Have you checked which processes utilize the most memory?
Former Nagios employee
Re: memory issue - CentOS6.5 XI2012R2.9
HDD 127G available 97G
CPU 4 virtual ( cpu MHz : 2396.864 )
MEM 16Gb
when i use top command i can see ofently httpd / mysqld the most and other nagios check execution
Regards
CPU 4 virtual ( cpu MHz : 2396.864 )
MEM 16Gb
when i use top command i can see ofently httpd / mysqld the most and other nagios check execution
Regards
Zajil NMS
Re: memory issue - CentOS6.5 XI2012R2.9
Do you have anything else running on this system beside Nagios XI? Any virus scanners, mail servers, possibly a DNS server?
Also can you please reply to abrist's question from a few posts back?
Also can you please reply to abrist's question from a few posts back?
We need you to answer the questions we ask otherwise we won't be able to help.abrist wrote:Lets check to see if the usage is just disk buffers:Code: Select all
free -m
Former Nagios employee
Re: memory issue - CentOS6.5 XI2012R2.9
we are only running xi ,
Mod Note: Please wrap this sort of thing in code tags so as to preserve the spacing, as I have done in this post
Code: Select all
# free -m
total used free shared buffers cached
Mem: 15951 11383 4568 0 174 9562
-/+ buffers/cache: 1645 14306
Swap: 16383 0 16383Zajil NMS
Re: memory issue - CentOS6.5 XI2012R2.9
Your server is only actually using 1.6gb. The other usage is for disk cache/buffers and should not effect performance at all as the kernel will de-allocate disk buffer memory as needed.zaji_nms wrote:-/+ buffers/cache: 1645 14306
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Re: memory issue - CentOS6.5 XI2012R2.9
then why it is showing
total used free
Mem: 15951 11383 4568
why it not gets normal is it default behavior or is there any memory leak issue ?
total used free
Mem: 15951 11383 4568
why it not gets normal is it default behavior or is there any memory leak issue ?
Zajil NMS