Wednesday, 15 July 2009

Excellent new blog from IBM's Java team ....

Wanted to highlight some great work being done by the Java team at IBM Hursley Park, resulting in a new blog here: -


Here's an example of one of their most recent posts: -

<snip>
The team I'm in at the moment have been developing a tool - IBM Monitoring and Diagnostic Tools for Java - Health Center. The Health Center tool provides live diagnostic information about the VM, and helps you identify some bottlenecks that can occur in your application. This information is gathered with a low overhead, so there is almost no impact on your application.

The kind of information you can get from Health Center includes method profiling, GC details, locking information, class loading, and details about the JVM environment. Here's a screenshot of the profiling information to whet your appetite:

profiling_snippet.jpg

</snip>

Enjoy !

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="{...