jop/README.md
2023-08-04 18:08:47 +02:00

21 lines
No EOL
340 B
Markdown

**JOP**
=>'java top'
* Simple commandline utility that parses the output of java verbose gc and plots it in a graph
* Can be used for tailing the file, or on historic files
* Sample usage:
```bash
java -verbose:gc -cp src Filler >outfile
```
and:
```bash
jop outfile
```
or:
```bash
cargo run outfile
```
* tested on jdk20/G1 collector