Page 1 of 1

Slow Gui

Posted: Mon Jul 24, 2017 11:59 am
by CameronWP
Hello:

We have Log Server running on a pretty beefy machine (64GB of RAM for example) but over time the GUI gets slower and slower. Are there any fixes for this? Thanks!

Re: Slow Gui

Posted: Mon Jul 24, 2017 12:27 pm
by dwhitfield
What's the output of the following? Please put the output in a code block. The "Code" button is the fifth from the left on the post input screen (between Quote and List).

Code: Select all

top
free -m
df -h
df -i
ps aux
It's really hard to know at this point, but the following might help:

Code: Select all

service elasticsearch stop
ulimit -l unlimited
service elasticsearch start
curl http://localhost:9200/_nodes/process?pretty
"mlockall" : true

Re: Slow Gui

Posted: Mon Aug 14, 2017 9:38 am
by CameronWP
Thanks for the response, sorry for the slow reply! I increased the memory allocation in the php.ini file and it seems to have resolved the issue. Thanks!

Re: Slow Gui

Posted: Mon Aug 14, 2017 9:50 am
by bolson
Closing topic as resolved.

Thank you for using the Nagios Support Forum.