Skip to content

Latest commit

 

History

History
9 lines (4 loc) · 675 Bytes

other-solutions.md

File metadata and controls

9 lines (4 loc) · 675 Bytes

Other solutions:

This project is one of multiple used for analyzing GC log files. The main benefit of this GCGC tool is the interactive interface using Jupyter notebooks, which allows for easy customization with fast visualization. There are other tools for this job, noteably the following:

GCEasy : A paid tool for through analysis of a single log file. Very simple to use. The free version allows for 5 log files of up to 10mb uploaded per month, with different paid versions.

Microsoft GCToolKit : "Parses GC log files into discrete events and provides an API for aggregating data from those events"