Utility helpers for JVM.
Utility helpers for JVM.
(heap-dump out-filename live?)Perform heap dump for current JVM process. Params:
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?}(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.cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |