• Sasha Goldshtein's avatar
    uobjnew: Summarize object allocations · 2e7e2403
    Sasha Goldshtein authored
    Use various USDT probes in Java and Ruby, and `malloc()`
    uprobe in C, to summarize object allocations by type or
    by size. Print statistics at the end or at intervals, with
    optional trimming of top types by number of instances
    allocated or number of bytes.
    2e7e2403
uobjnew.py 4.96 KB