Does it hurt to have more than I need? All of the Shinken servers
have plenty of resources to spare. I'd rather they have more
threads than they need than too few. Unless that creates other
problems.
I've removed the extra schedulers and pollers I had added thinking
it would help (now a total of 4 each plus a spare) and raised the
thread pool size on all daemons to 50 and I'm still having issues
with timeouts.
On 5/12/15 2:34 AM, Felipe openglx
wrote:
Those timeout issues happened to me on a similar sized
structure.
One of my realms was never getting stable and I discovered
it wasn't timeout but actually number of threads on Cherrypy
due number of other Shinken components.
Try allowing more threads on your scheduler (as it is the most
central component):
daemon_thread_pool_size=12
Twelve threads was good enough for me but your number
will be higher. So you have:
* 2 "master": 1 arbiter, 1 broker, 1 reactionner, 1
receiver, 2 schedulers, 2 pollers
* 3 nodes: 2 schedulers, 2 pollers
That means that you have 2*8 + 3*4 = 28 daemons. Maybe
bring your thread pool size to 30 ?
I'd suspect root cause is your setup having way too many
schedulers for no apparent reason. If you are having them
distributed please take some read on setting up some realms.
Regards
------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Shinken-devel mailing list
Shinken-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/shinken-devel
|
------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Shinken-devel mailing list
Shinken-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/shinken-devel