webserver - How to get cluster status from IHS WAS plugin? -
webserver - How to get cluster status from IHS WAS plugin? -
i'm fronting cluster of websphere app servers ihs(ibm http server) , plugin load balancer. , want cluster statistics request rate each cluster. went through few ibm docs, found related status_mod or log analyse, looks hard cluster stats out of them. i'm wondering if there improve ways.
for example, when using apache + mod_jk + tomcat, have jk status manager showing load balance worker stats nicely. there alike ihs + was?
any help appreciated!
try (in plugin config file):
<config ...> <log loglevel="stats" name="/path/to/http_plugin_stats.log" /> ... </config> webserver websphere monitor
Comments
Post a Comment