-
1. Re: How to monitor CPU and memory usage of Node level of JBoss EAP ?
lzoubek Mar 31, 2015 6:33 AM (in response to arun2arunraj)Hi Arun,
You need to deploy RHQ Agents on your Host Controller nodes, but to be able to discover and monitor them, you need to enable http management interface on those host controllers (only native interface is enabled in host-slave.xml profile by default).
-
2. Re: How to monitor CPU and memory usage of Node level of JBoss EAP ?
arun2arunraj Mar 31, 2015 11:39 AM (in response to lzoubek)Hi Libor,
Can you please provide the configurations ? We tried to change the port. It is not working for us.
Thanks & Regards,
ArunRaj. R -
3. Re: How to monitor CPU and memory usage of Node level of JBoss EAP ?
arun2arunraj Apr 1, 2015 4:59 AM (in response to arun2arunraj)Hi Libor,
Thanks for the hint. Found the issue. And fixed it out by using the following configuration.
<management-interfaces>
<native-interface security-realm="ManagementRealm">
<socket interface="management" port="${jboss.management.native.port:9999}"/>
</native-interface>
<http-interface security-realm="ManagementRealm">
<socket interface="management" port="${jboss.management.http.port:9990}"/>
</http-interface>
</management-interfaces>
Thanks & Regards,
ArunRaj.R -
4. Re: How to monitor CPU and memory usage of Node level of JBoss EAP ?
arun2arunraj Apr 6, 2015 3:06 AM (in response to arun2arunraj)Hi Team,
We would like to monitor CPU usage and Memory usage of around 50 nodes or 50 JVM's. We can able to collect the values in the MemoryPool Resoures for each node.
But We would like to monitor all the nodes in the dashboard. Is it possible ?Actually We would like to monitor each node level for Memory and CPU Usage in Dashboard. Also, One graph should populate aggregated values of all the nodes. If these requirements are possible !!!
Please help us as much as possible to monitor our Nodes in Production.
Thanks & Regards,
ArunRaj.R -
5. Re: How to monitor CPU and memory usage of Node level of JBoss EAP ?
tsegismont Apr 7, 2015 4:12 AM (in response to arun2arunraj)Hi Arun,
You could create a resource group of the MemoryPool resources. The resource group view lets you navigate through the group children.
Regards,
Thomas