Lines Matching full:ustat
1 Demonstrations of ustat.
4 ustat is a "top"-like tool for monitoring events in high-level languages. It
11 # ./ustat.py
21 If desired, you can instruct ustat to print a certain number of entries and
23 system over a short time interval. Here, we ask ustat to print 5-second
26 # ./ustat.py -C 5 12
50 # ./ustat.py -h
51 usage: ustat.py [-h] [-l {java,node,perl,php,python,ruby,tcl}] [-C]
74 ./ustat # stats for all languages, 1 second refresh
75 ./ustat -C # don't clear the screen
76 ./ustat -l java # Java processes only
77 ./ustat 5 # 5 second summaries
78 ./ustat 5 10 # 5 second summaries, 10 times only