Liking cljdoc? Tell your friends :D

org.rssys.util.jvm

Utilities for JVM monitoring.

Utilities for JVM monitoring.
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?}
sourceraw docstring

HOTSPOT_BEAN_NAMEclj

source

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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close