Liking cljdoc? Tell your friends :D

clojusc.process.manager.core


execclj

(exec & cmd-and-args)

Executes the command and args in a sub-process, returning the result. Will log an error in the event the process writes to stderr; will log the result to stdout if the log-level is set to :trace.

Executes the command and args in a sub-process, returning the result. Will
log an error in the event the process writes to `stderr`; will log the result
to `stdout` if the log-level is set to `:trace`.
sourceraw docstring

get-cpuclj

(get-cpu process-data)
source

get-cpu-memclj

(get-cpu-mem process-data)
source

get-descendantsclj

(get-descendants process-data)
source

get-memclj

(get-mem process-data)
source

get-pidclj

(get-pid process-data)

Linux/Mac only!

Linux/Mac only!
sourceraw docstring

no-bytesclj

source

read-streamclj

(read-stream stream bytes)
source

terminate-descendants!clj

(terminate-descendants! process-data)
source

terminate-external-process!clj

(terminate-external-process! pid)
source

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

× close