- ttop - show thread CPU usage for JVM
- jps - list JVM processes
- hh - head histogram
- gc - GC tracker
- mx - generic JMX invocation
- stcap - thread dump sampler
- ssa - thread dump file analyzer
- flame - generate HTML based flame graph from thread sampling data
- stcpy - copy tool for "dense" thread dump files
- dexp - extract metrics form compressed dump into tabular format
- mprx - expose JMX port for remote connection on target JVM process
Use java -jar sjk.jar --commands
for full list of command available.