Liking cljdoc? Tell your friends :D

org.rssys.util.jvm

Utility helpers for JVM.

Utility helpers for JVM.
raw docstring

heap-dumpclj

(heap-dump out-filename live?)

Perform heap dump for current JVM process. Params:

  • filename - String.
  • live? - if true then catch only live objects (throw away garbage), if false then catch all objects. Returns: {:filename string? :size pos-int?}
Perform heap dump for current JVM process.
Params:
* filename - String.
* live? - if true then catch only live objects (throw away garbage), if false then catch all objects.
Returns: {:filename string? :size pos-int?}
raw docstring

HOTSPOT_BEAN_NAMEclj


thread-dump-jvmclj

(thread-dump-jvm)
(thread-dump-jvm out-filename)

Perform thread dump for current JVM process. Returns: {:filename string? :size pos-int?} if out-filename is specified {:dump string? :size pos-int?} - if no arg is specified.

Perform thread dump for current JVM process.
Returns: {:filename string? :size pos-int?} if out-filename is specified
{:dump string? :size pos-int?} - if no arg is specified.
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close