We look at several tools for querying the JVM so that we can monitor it.
Video Lessons
Parts of courses on specific topics
There's a lot of stuff on this site. Try searching.
Or try browsing topics.
jstat queries the Java Virtual Machine and displays performance statistics. It is a command line tool. jstat comes with the Java Development Kit and is an advanced tool.
Parts of courses on specific topics
Updated June 28, 2018
We look at several tools for querying the JVM so that we can monitor it.