-
1. Re: Monitoring mod_cluster
jfclere Jan 10, 2012 3:33 AM (in response to willemnoorduin)A part JBoss Operation Networking / RHQ not to my knowledge.
-
2. Re: Monitoring mod_cluster
rhusar Jan 10, 2012 9:19 AM (in response to willemnoorduin)I dont know about anything either, but contributions are welcome :-)
-
3. Re: Monitoring mod_cluster
yves.p Jan 19, 2012 2:49 PM (in response to willemnoorduin)Well mod_cluster uses Apache httpd so you could use those tools to monitor it. Here are two I have used:
Mod_status: http://httpd.apache.org/docs/2.0/mod/mod_status.html
AWStats: http://awstats.sourceforge.net/
There are plenty of other log analyzer tools out there for apache.
Also if you have a separate host for Apache you could use a system monitoring tool like nmon for monitoring throughput, CPU utilization and such.
-
4. Re: Monitoring mod_cluster
kbsivacse Jan 9, 2017 4:06 AM (in response to yves.p)Thanks for the details!
Do we have similar utility like JKManager to control the traffic dynamically? For example, stop traffic going to specific node
-
5. Re: Monitoring mod_cluster
jfclere Jan 27, 2017 7:49 AM (in response to kbsivacse)There isn't a JKManager but the mod_cluster-manager page allows to enter commands to stop a node, it is quite easy to write a client to sned the commands.