Home
last modified time | relevance | path

Searched full:ustat (Results 1 – 25 of 179) sorted by relevance

12345678

/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 …]
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 …]
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 …]
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 …]
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 …]
/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 …]
Dustat.py4 # ustat Activity stats from high-level languages, including exceptions,
8 # USAGE: ustat [-l {java,node,perl,php,python,ruby,tcl}] [-C]
124 ./ustat # stats for all languages, 1 second refresh
125 ./ustat -C # don't clear the screen
126 ./ustat -l java # Java processes only
127 ./ustat 5 # 5 second summaries
128 ./ustat 5 10 # 5 second summaries, 10 times only
/external/ltp/testcases/kernel/syscalls/ustat/
Dustat02.c5 * Test whether ustat(2) system call returns appropriate error number for
15 #include "lapi/ustat.h"
20 struct ustat ubuf;
27 struct ustat *buf;
42 tst_res(TPASS | TTERRNO, "ustat(2) expected failure"); in run()
45 "ustat(2) failed to produce expected error; %d, errno" in run()
Dustat01.c5 * Check that ustat() succeeds given correct parameters.
14 #include "lapi/ustat.h"
21 struct ustat ubuf; in run()
26 tst_res(TFAIL | TTERRNO, "ustat(2) failed"); in run()
28 tst_res(TPASS, "ustat(2) passed"); in run()
/external/strace/tests/
Dustat.c38 # include <ustat.h>
50 TAIL_ALLOC_OBJECT_CONST_PTR(struct ustat, ust); in main()
58 printf("ustat(makedev(%u, %u), %p) = %s\n", in main()
61 printf("ustat(makedev(%u, %u)" in main()
70 printf("ustat(makedev(%u, %u), NULL) = %s\n", in main()
74 printf("ustat(makedev(%u, %u), %p) = %s\n", in main()
/external/strace/tests-mx32/
Dustat.c38 # include <ustat.h>
50 TAIL_ALLOC_OBJECT_CONST_PTR(struct ustat, ust); in main()
58 printf("ustat(makedev(%u, %u), %p) = %s\n", in main()
61 printf("ustat(makedev(%u, %u)" in main()
70 printf("ustat(makedev(%u, %u), NULL) = %s\n", in main()
74 printf("ustat(makedev(%u, %u), %p) = %s\n", in main()
/external/strace/tests-m32/
Dustat.c38 # include <ustat.h>
50 TAIL_ALLOC_OBJECT_CONST_PTR(struct ustat, ust); in main()
58 printf("ustat(makedev(%u, %u), %p) = %s\n", in main()
61 printf("ustat(makedev(%u, %u)" in main()
70 printf("ustat(makedev(%u, %u), NULL) = %s\n", in main()
74 printf("ustat(makedev(%u, %u), %p) = %s\n", in main()
/external/bcc/man/man8/
Dpythonstat.81 .TH ustat 8 "2018-10-09" "USER COMMANDS"
3 ustat, javastat, nodestat, perlstat, phpstat, pythonstat, rubystat, tclstat \- Activity stats from
20 .B ustat [-l {java,node,perl,php,python,ruby,tcl}] [-C] [-S {cload,excp,gc,method,objnew,thread}] […
72 .B ustat
76 .B ustat -Cr 8
80 .B ustat 5 10
Dnodestat.81 .TH ustat 8 "2018-10-09" "USER COMMANDS"
3 ustat, javastat, nodestat, perlstat, phpstat, pythonstat, rubystat, tclstat \- Activity stats from
20 .B ustat [-l {java,node,perl,php,python,ruby,tcl}] [-C] [-S {cload,excp,gc,method,objnew,thread}] […
72 .B ustat
76 .B ustat -Cr 8
80 .B ustat 5 10
Dperlstat.81 .TH ustat 8 "2018-10-09" "USER COMMANDS"
3 ustat, javastat, nodestat, perlstat, phpstat, pythonstat, rubystat, tclstat \- Activity stats from
20 .B ustat [-l {java,node,perl,php,python,ruby,tcl}] [-C] [-S {cload,excp,gc,method,objnew,thread}] […
72 .B ustat
76 .B ustat -Cr 8
80 .B ustat 5 10
Djavastat.81 .TH ustat 8 "2018-10-09" "USER COMMANDS"
3 ustat, javastat, nodestat, perlstat, phpstat, pythonstat, rubystat, tclstat \- Activity stats from
20 .B ustat [-l {java,node,perl,php,python,ruby,tcl}] [-C] [-S {cload,excp,gc,method,objnew,thread}] […
72 .B ustat
76 .B ustat -Cr 8
80 .B ustat 5 10
Dustat.81 .TH ustat 8 "2018-10-09" "USER COMMANDS"
3 ustat, javastat, nodestat, perlstat, phpstat, pythonstat, rubystat, tclstat \- Activity stats from
20 .B ustat [-l {java,node,perl,php,python,ruby,tcl}] [-C] [-S {cload,excp,gc,method,objnew,thread}] […
72 .B ustat
76 .B ustat -Cr 8
80 .B ustat 5 10
Drubystat.81 .TH ustat 8 "2018-10-09" "USER COMMANDS"
3 ustat, javastat, nodestat, perlstat, phpstat, pythonstat, rubystat, tclstat \- Activity stats from
20 .B ustat [-l {java,node,perl,php,python,ruby,tcl}] [-C] [-S {cload,excp,gc,method,objnew,thread}] […
72 .B ustat
76 .B ustat -Cr 8
80 .B ustat 5 10
Dphpstat.81 .TH ustat 8 "2018-10-09" "USER COMMANDS"
3 ustat, javastat, nodestat, perlstat, phpstat, pythonstat, rubystat, tclstat \- Activity stats from
20 .B ustat [-l {java,node,perl,php,python,ruby,tcl}] [-C] [-S {cload,excp,gc,method,objnew,thread}] […
72 .B ustat
76 .B ustat -Cr 8
80 .B ustat 5 10
Dtclstat.81 .TH ustat 8 "2018-10-09" "USER COMMANDS"
3 ustat, javastat, nodestat, perlstat, phpstat, pythonstat, rubystat, tclstat \- Activity stats from
20 .B ustat [-l {java,node,perl,php,python,ruby,tcl}] [-C] [-S {cload,excp,gc,method,objnew,thread}] […
72 .B ustat
76 .B ustat -Cr 8
80 .B ustat 5 10
/external/strace/
Dustat.c31 # include <ustat.h>
32 typedef struct ustat struct_ustat;
37 SYS_FUNC(ustat) in SYS_FUNC() argument
/external/ltp/include/lapi/
Dustat.h9 # include <sys/ustat.h>
11 struct ustat { struct
/external/bcc/snapcraft/
Dsnapcraft.yaml309 ustat:
310 command: wrapper lib/ustat
311 aliases: [ustat]

12345678