Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bsless/tools.jvm
Tools for introspecting the current JVM process in Clojure
https://github.com/bsless/tools.jvm
Last synced: 3 months ago
JSON representation
Tools for introspecting the current JVM process in Clojure
- Host: GitHub
- URL: https://github.com/bsless/tools.jvm
- Owner: bsless
- License: epl-1.0
- Created: 2022-07-18T15:02:01.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-04T07:38:25.000Z (over 2 years ago)
- Last Synced: 2024-06-25T18:38:54.621Z (7 months ago)
- Language: Clojure
- Size: 20.5 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Clojars Project](https://img.shields.io/clojars/v/io.github.bsless/tools.jvm.svg)](https://clojars.org/io.github.bsless/tools.jvm)
# io.github.bsless/tools.jvm
Tools for introspecting the current JVM process.
Easily answer questions ranging from "what flags did my process start with?"
to "Which of those 10 processes do I need to attach VisualVM to?"## API docs
See [API.md](./API.md)
## Also see
[henryw374/tools.jvm](https://github.com/henryw374/tools.jvm), with an
identical name but slightly different non-overlapping use cases.Use both!
## Dependency
### Deps
```clojure
io.github.bsless/tools.jvm {:mvn/version "0.0.15"}
```### Leiningen
```clojure
[io.github.bsless/tools.jvm "0.0.15"]
```## 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 Ben Sless
Distributed under the Eclipse Public License version 1.0.