ustat: Activity stats from high-level languages
authorSasha Goldshtein <goldshtn@gmail.com>
Tue, 25 Oct 2016 18:52:39 +0000 (11:52 -0700)
committerSasha Goldshtein <goldshtn@gmail.com>
Mon, 19 Dec 2016 09:46:05 +0000 (09:46 +0000)
commit1cba422ade66e6e1dff04f3651be8395da6da124
tree95dce0b19a255fc9cdde69087f69c67f27b024cb
parent7040f44294c9c49c444897111a9bb2bf64ead272
ustat: Activity stats from high-level languages

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
```
tools/ustat.py [changed mode: 0644->0755]