• Sasha Goldshtein's avatar
    ugc: Monitor GC events in high-level languages · e5d9d99a
    Sasha Goldshtein authored
    `ugc` monitors GC start and end events in Java, Python,
    and Ruby, printing out a message when a GC cycle completes
    along with the duration of the GC and an optional
    additional description that depends on the target language.
    
    NOTE: This WIP does not have any interesting additional
    descriptions yet.
    
    Usage example:
    
    ```
    ugc java 1448	# monitor Java GCs in process 1448
    ```
    e5d9d99a
ugc.py 4.41 KB