Wednesday, 1 November 2017

IBM WebSphere Application Server - Tuning and Monitoring and Tuning - IBM Garbage Collection and Memory Visualizer (GCMV)

Following on from an earlier post: -


I've also been looking at Garbage Collection and Memory Visualizer (GCMV), which is another part of the overall IBM Support Assistant (ISA) tool, and which also plugs nicely into Eclipse.

As per the previous post, I'm using Eclipse Oxygen, and added GCMV via the Help -> Install New Software 


from this location: -


Having restarted Eclipse, I switched to the GCMV perspective, via 


and then chose File -> Load File: -


and brought in a native_stderr.log file that I'd previously exported from my BPM 8.6 / WAS 8.5.5.12 / Java 8 environment: -


Immediately, GCMV gave me a useful report: -




There's also a set of templates: -

which gives me a lot into which to get my teeth ….



No comments:

Note to self - use kubectl to query images in a pod or deployment

In both cases, we use JSON ... For a deployment, we can do this: - kubectl get deployment foobar --namespace snafu --output jsonpath="{...