Skip to content

shautvast/jop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 (showing the results in realtime), or on historic files
  • Written in rust. Executable size (release) 2Mb.
  • Sample usage:
java -verbose:gc -cp src Filler >outfile

and:

jop outfile

or:

cargo run outfile
  • tested on jdk20/G1 collector
  • depends on tail command, so works best on linux/unix/macos

how it looks

[GREEN] heap size before garbage collection [RED] heapsize after garbage collection

About

cmdline util that displays java verbose gc logging

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published