Liking cljdoc? Tell your friends :D

bsless.tools.jvm


class-pathclj

(class-path)

Get the JVM's class path as a vector of strings.

Get the JVM's class path as a vector of strings.
raw docstring

input-argumentsclj

(input-arguments)

Get the JVM's input arguments. Useful for making sure there are no surprises.

Get the JVM's input arguments.
Useful for making sure there are no surprises.
raw docstring

java-homeclj

(java-home)
(java-home trim-jre?)

Get current JVM's java.home. By default trims the jre directory from the path.

Get current JVM's java.home.
By default trims the jre directory from the path.
raw docstring

pidclj

(pid)

Get current JVM's PID as a string.

Get current JVM's PID as a string.
raw docstring

propertiesclj

(properties)

Get all of the current JVM's properties.

Get all of the current JVM's properties.
raw docstring

runtime-beanclj

(runtime-bean)

Get the current RuntimeMXBean. Useful for getting information like process input arguments

Get the current RuntimeMXBean.
Useful for getting information like process input arguments
raw docstring

visual-vm!clj

(visual-vm!)
(visual-vm! opts)

Attach a visualvm process to the current JVM. Optionally takes a map of arguments which correspond to the visualvm flags: --jdkhome => :jdkhome :openpid - the PID to attach to, defaults to current process's PID.

Attach a visualvm process to the current JVM.
Optionally takes a map of arguments which correspond to the visualvm flags:
--jdkhome => `:jdkhome`
`:openpid` - the PID to attach to, defaults to current process's PID.
raw docstring

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

× close