I need to monitor java heap memory usage in my production server JBOSS EAP and web server nginx in order to avoid OutofMemory Error. Please suggest
You can use Jboss CLI to check JVM memory details,
./jboss-cli.sh -c --controller=localhost:9999
/core-service=platform-mbean/type=memory/:read-resource(recursive=true,proxies=true,include-runtime=true,include-defaults=true)
Or you can use JBoss management console,
Runtime tab JVM from Sytem statusOr you can use JConsole
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With