Skip to content

Instantly share code, notes, and snippets.

@softprops
Last active August 29, 2015 13:57
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save softprops/9679754 to your computer and use it in GitHub Desktop.
Save softprops/9679754 to your computer and use it in GitHub Desktop.
some ( not all ) helpful tools the jvm provides out of the box
  • hprof a builtin java agent which dumps profiling info at runtime
  • class sharing class file cache used for faster startup times
  • pack200 unpack200 uber packed jars
  • mission control a Profiling, Monitoring, and Diagnostics Tools Suite
  • jstat performance stats tool
  • jhat heap dump browser
  • jmap memory maps
  • jstack prints stack trace of running process
  • jrunscript js repl
  • jdb debugger
  • javap classfile disassembler
  • keytool Manage keystores and certificates.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment