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 -l none -ST 10 7913
51 # ucalls -mT 5 $(pidof python)
62 # ./ucalls.py -h
63 usage: ucalls.py [-h] [-l {java,perl,php,python,ruby,tcl,none}] [-T TOP] [-L] [-S] [-v]
86 ./ucalls -l java 185 # trace Java calls and print statistics on ^C
87 ./ucalls -l python 2020 1 # trace Python calls and print every second
88 ./ucalls -l java 185 -S # trace Java calls and syscalls
89 ./ucalls 6712 -S # trace only syscall counts
90 ./ucalls -l ruby 1344 -T 10 # trace top 10 Ruby method calls
91 ./ucalls -l ruby 1344 -L # trace Ruby calls including latency
92 ./ucalls -l php 443 -LS # trace PHP calls and syscalls with latency
93 ./ucalls -l python 2020 -mL # trace Python calls including latency in ms