Home
last modified time | relevance | path

Searched refs:ustat (Results 1 – 25 of 99) sorted by relevance

1234

/external/bcc/tools/
Djavastat_example.txt1 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
[all …]
Dphpstat_example.txt1 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
[all …]
Dnodestat_example.txt1 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
[all …]
Drubystat_example.txt1 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
[all …]
Dpythonstat_example.txt1 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
[all …]
Dtclstat_example.txt1 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
[all …]
Dperlstat_example.txt1 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
[all …]
Dtclstat.sh3 $lib/ustat.py -l tcl "$@"
Djavastat.sh3 $lib/ustat.py -l java "$@"
Drubystat.sh3 $lib/ustat.py -l ruby "$@"
Dperlstat.sh3 $lib/ustat.py -l perl "$@"
Dnodestat.sh3 $lib/ustat.py -l node "$@"
Dpythonstat.sh3 $lib/ustat.py -l python "$@"
Dphpstat.sh3 $lib/ustat.py -l php "$@"
/external/bcc/tools/lib/
Dustat_example.txt1 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
[all …]
/external/strace/
Dustat.c32 typedef struct ustat struct_ustat;
37 SYS_FUNC(ustat) in SYS_FUNC() argument
/external/ltp/testcases/kernel/syscalls/ustat/
Dustat02.c23 struct ustat ubuf;
30 struct ustat *buf;
Dustat01.c24 struct ustat ubuf; in run()
/external/strace/tests-m32/
Dtrace_statfs_like.in5 ustat -a33
Dustat.c50 TAIL_ALLOC_OBJECT_CONST_PTR(struct ustat, ust); in main()
/external/strace/tests-mx32/
Dtrace_statfs_like.in5 ustat -a33
Dustat.c50 TAIL_ALLOC_OBJECT_CONST_PTR(struct ustat, ust); in main()
/external/strace/tests/
Dtrace_statfs_like.in5 ustat -a33
Dustat.c50 TAIL_ALLOC_OBJECT_CONST_PTR(struct ustat, ust); in main()
/external/ltp/include/lapi/
Dustat.h14 struct ustat { struct

1234