Skip to content

Instantly share code, notes, and snippets.

@ravibhure
Created November 3, 2014 05:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ravibhure/485670b477118309c8b3 to your computer and use it in GitHub Desktop.
Save ravibhure/485670b477118309c8b3 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