Home
last modified time | relevance | path

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

12345678910>>...23

/aosp_15_r20/external/bcc/tools/lib/
H A 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 …]
H A Dustat.py4 # ustat Activity stats from high-level languages, including exceptions,
8 # USAGE: ustat [-l {java,node,perl,php,python,ruby,tcl}] [-C]
135 ./ustat # stats for all languages, 1 second refresh
136 ./ustat -C # don't clear the screen
137 ./ustat -l java # Java processes only
138 ./ustat 5 # 5 second summaries
139 ./ustat 5 10 # 5 second summaries, 10 times only
/aosp_15_r20/external/bcc/tools/
H A 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 …]
H A 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 …]
H A 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 …]
H A 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 …]
H A 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 …]
H A 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 …]
H A 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 …]
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/ustat/
H A Dustat02.c5 * Test whether ustat(2) system call returns appropriate error number for
19 #include "lapi/ustat.h"
23 struct ustat ubuf;
30 struct ustat *buf;
43 tst_res(TPASS | TTERRNO, "ustat(2) expected failure"); in run()
46 "ustat(2) failed to produce expected error; %d, errno" in run()
65 {"known-fail", "ustat() is known to fail with EINVAL on Btrfs, see "
72 TST_TEST_TCONF("testing ustat requires <sys/ustat.h> or <linux/types.h>");
H A Dustat01.c5 * Check that ustat() succeeds given correct parameters.
18 #include "lapi/ustat.h"
24 struct ustat ubuf; in run()
29 tst_res(TFAIL | TTERRNO, "ustat(2) failed"); in run()
31 tst_res(TPASS, "ustat(2) passed"); in run()
48 {"known-fail", "ustat() is known to fail with EINVAL on Btrfs, see "
55 TST_TEST_TCONF("testing ustat requires <sys/ustat.h> or <linux/types.h>");
/aosp_15_r20/external/strace/tests/
H A 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()
/aosp_15_r20/external/strace/tests-m32/
H A 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()
/aosp_15_r20/external/strace/tests-mx32/
H A 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()
/aosp_15_r20/external/bcc/man/man8/
H A 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
H A 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
H A 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
H A 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
H A 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
H A 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
H A 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
H A 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
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/i386-linux-gnu/sys/
Dustat.h1 /* Header describing obsolete `ustat' interface.
29 #include <bits/ustat.h>
33 extern int ustat (__dev_t __dev, struct ustat *__ubuf) __THROW;
37 #endif /* sys/ustat.h */
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
Dustat.h1 /* Header describing obsolete `ustat' interface.
29 #include <bits/ustat.h>
33 extern int ustat (__dev_t __dev, struct ustat *__ubuf) __THROW;
37 #endif /* sys/ustat.h */
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/i386-linux-gnu/bits/
Dustat.h19 # error "Never include <bits/ustat.h> directly; use <sys/ustat.h> instead."
24 struct ustat struct

12345678910>>...23