Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 823 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 823 Bytes

Random scripts and utilities related to the Java world

  • gcEffiency.py Calculate gc efficiency by calculating time
  • gcEffiency.sh Shell version of gcEffiency.py
  • relativeToAbsoluteGC.py Convert relative timestamp gc log to absolute
  • wrapperToGC.py Extract GC information written in the wrapper.log generated by Tanooky wrapper
  • wrapperToGC.sh Execute wrapperToGC.py
  • wrapperToGCSplit.sh Execute wrapperToGC.py but split output files per day
  • wrapperToGCTS.py Extract GC information written in the wrapper.log generated by Tanooky wrapper and add absolute timestamp.
  • wrapperToThreadDump.py Extract thread dumps written in the wrapper.log generated by Tanooky wrapper.