Liking cljdoc? Tell your friends :D

io.github.bsless/tools.jcmd.jfr

Record JFR recordings from within a JVM process or as a tool

API docs

See API.md

Dependency

Deps

io.github.bsless/tools.jcmd.jfr {:mvn/version "0.0.3"}

Leiningen

[io.github.bsless/tools.jcmd.jfr "0.0.3"]

As Tool

clj -Ttools install io.github.bsless/tools.jcmd.jfr '{:git/tag "v0.0.3"}' :as jfr

Then invoke:

clojure -Tjfr record! :pid 112848

Development

Run the project's tests:

$ clojure -T:build test

Run the project's CI pipeline and build a JAR:

$ clojure -T:build ci

Install it locally (requires the ci task be run first):

$ clojure -T:build install

Generate docs:

$ clojure -M:quickdoc

License

Copyright © 2022 Bsless

Distributed under the Eclipse Public License version 1.0.

Can you improve this documentation?Edit on GitHub

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

× close