• Sasha Goldshtein's avatar
    ustat: Activity stats from high-level languages · 1cba422a
    Sasha Goldshtein authored
    This tool gathers statistics (by pid) on method calls,
    class loads, garbage collections, thread creations, object
    allocations, and exceptions raised and prints them in a
    top-like style. Supported languages currently include
    Java, Python, Ruby, and Node. Not all languages provide
    the necessary probes for all event types.
    
    Usage examples:
    
    ```
    ustat -C
    ustat -l java 1
    ustat -l ruby -S objnew
    ```
    1cba422a
ustat.py 10.3 KB