Lines Matching full:ucalls
1 Demonstrations of ucalls.
4 ucalls summarizes method calls in various high-level languages, including Java,
9 Through the syscalls support, ucalls can provide basic information on a
16 # ucalls -L $(pidof java)
30 # ucalls -ST 10 3018
52 # ucalls -mT 5 $(pidof python)
63 # ./ucalls.py -h
64 usage: ucalls.py [-h] [-l {java,perl,php,python,ruby,tcl,none}] [-T TOP] [-L] [-S] [-v]
87 ./ucalls -l java 185 # trace Java calls and print statistics on ^C
88 ./ucalls -l python 2020 1 # trace Python calls and print every second
89 ./ucalls -l java 185 -S # trace Java calls and syscalls
90 ./ucalls 6712 -S # trace only syscall counts
91 ./ucalls -l ruby 1344 -T 10 # trace top 10 Ruby method calls
92 ./ucalls -l ruby 1344 -L # trace Ruby calls including latency
93 ./ucalls -l php 443 -LS # trace PHP calls and syscalls with latency
94 ./ucalls -l python 2020 -mL # trace Python calls including latency in ms