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.