Skip to content

ncisoft/jvm-attach

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JVM Attach Protocol Wrapper

JVM Attach Protocol allow diagnostic tools send various commands to JVM identified by PID. Exact attach protocol is platform dependend, but standarized can comatible between JVM versions.

Usage of JVM Attach Protocol requires tools.jar in class path.

This project wraps API available via tools.jar with some helper code to

  • add tools.jar to classpath automatically
  • provide timeouts for command invocation
  • offer utility to parse JVM command output (e.g. heap histogram or stack trace)

In addition, API for HotSpot JVM perf counter is also included.

About

Wraper around attach API and other JVM diagnostic interfaces

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%