Package com.codahale.metrics.jvm
Class ThreadDump
java.lang.Object
com.codahale.metrics.jvm.ThreadDump
A convenience class for getting a thread dump.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
dump
(OutputStream out) Dumps all of the threads' current information to an output stream.
-
Field Details
-
UTF_8
-
threadMXBean
-
-
Constructor Details
-
ThreadDump
-
-
Method Details
-
dump
Dumps all of the threads' current information to an output stream.- Parameters:
out
- an output stream
-