Home
last modified time | relevance | path

Searched refs:PID (Results 1 – 25 of 717) sorted by relevance

12345678910>>...29

/external/autotest/client/site_tests/platform_DaemonsRespawn/
Dtest_respawn.sh7 PID=0
20 PID=0
47 PID=$upstart_pid
60 if [ $PID -le 0 ] ; then
65 OLD_PID=$PID
66 kill -KILL $PID
72 if [ $PID -gt 0 ] ; then
77 if [ $PID -le 0 ] ; then
81 if [ $PID -eq $OLD_PID ] ; then
/external/bcc/tools/
Dkillsnoop_example.txt7 TIME PID COMM SIG TPID RESULT
12 The first line showed a SIGKILL (9) sent from PID 13967 (a bash shell) to
13 PID 13885. The result, 0, means success.
22 usage: killsnoop [-h] [-x] [-p PID]
29 -p PID, --pid PID trace this PID only
34 ./killsnoop -p 181 # only trace PID 181
Dtcptop_example.txt11 PID COMM LADDR RADDR RX_KB TX_KB
17 PID COMM LADDR6 RADDR6 RX_KB TX_KB
27 shows PID 16647, sshd, transmitted 2149 Kbytes during the tracing interval.
33 process with PID 16648 where we didn't catch the process name when printing
58 PID COMM LADDR RADDR RX_KB TX_KB
65 PID COMM LADDR RADDR RX_KB TX_KB
71 PID COMM LADDR RADDR RX_KB TX_KB
77 PID COMM LADDR RADDR RX_KB TX_KB
84 PID COMM LADDR RADDR RX_KB TX_KB
90 PID COMM LADDR RADDR RX_KB TX_KB
[all …]
Dtcpaccept_example.txt9 PID COMM IP RADDR LADDR LPORT
14 This output shows three connections, two IPv4 connections to PID 907, an "sshd"
29 TIME(s) PID COMM IP RADDR LADDR LPORT
39 usage: tcpaccept [-h] [-t] [-p PID]
46 -p PID, --pid PID trace this PID only
51 ./tcpaccept -p 181 # only trace PID 181
Dgethostlatency_example.txt5 gethostbyname2()), and shows the PID and command performing the lookup, the
9 TIME PID COMM LATms HOST
27 usage: gethostlatency [-h] [-p PID]
33 -p PID, --pid PID trace this PID only
37 ./gethostlatency -p 181 # only trace PID 181
Dmysqld_qslower_example.txt9 Tracing MySQL server queries for PID 14371 slower than 1 ms...
10 TIME(s) PID MS QUERY
19 A pgrep command was used to specify the PID of mysqld.
25 Tracing MySQL server queries for PID 14371 slower than 0.1 ms...
26 TIME(s) PID MS QUERY
39 Tracing MySQL server queries for PID 14371 slower than 0 ms...
40 TIME(s) PID MS QUERY
58 USAGE: mysqld_latency PID [min_ms]
Dtcplife_example.txt7 PID COMM LADDR LPORT RADDR RPORT TX_KB RX_KB MS
32 PID COMM IP LADDR LPORT RADDR RPORT TX_KB …
45 PID COMM LADDR LPORT RADDR RPORT TX_KB RX_KB MS
67 TIME(s) PID COMM LADDR LPORT RADDR RPORT TX_KB RX_KB MS
86 TIME,TIME(s),PID,COMM,IP,LADDR,LPORT,RADDR,RPORT,TX_KB,RX_KB,MS
102 PID COMM LADDR LPORT RADDR RPORT TX_KB RX_KB MS
110 usage: tcplife.py [-h] [-T] [-t] [-w] [-s] [-p PID] [-L LOCALPORT]
121 -p PID, --pid PID trace this PID only
132 ./tcplife -p 181 # only trace PID 181
Dtcpconnect_example.txt9 PID COMM IP SADDR DADDR DPORT
29 TIME(s) PID COMM IP SADDR DADDR DPORT
44 usage: tcpconnect [-h] [-t] [-p PID] [-P PORT]
51 -p PID, --pid PID trace this PID only
58 ./tcpconnect -p 181 # only trace PID 181
Dfilelife_example.txt8 TIME PID COMM AGE(s) FILE
28 build. The PID shows the process ID that finally deleted the file, and COMM
42 usage: filelife [-h] [-p PID]
48 -p PID, --pid PID trace this PID only
52 ./filelife -p 181 # only trace PID 181
Dcapable_example.txt8 TIME UID PID COMM CAP NAME AUDIT
51 TIME UID PID COMM CAP NAME AUDIT
67 usage: capable.py [-h] [-v] [-p PID]
74 -p PID, --pid PID trace this PID only
79 ./capable -p 181 # only trace PID 181
Dfiletop_example.txt11 PID COMM READS WRITES R_Kb W_Kb T FILE
66 PID COMM READS WRITES R_Kb W_Kb T FILE
74 PID COMM READS WRITES R_Kb W_Kb T FILE
83 PID COMM READS WRITES R_Kb W_Kb T FILE
102 PID COMM READS WRITES R_Kb W_Kb T FILE
111 PID COMM READS WRITES R_Kb W_Kb T FILE
120 PID COMM READS WRITES R_Kb W_Kb T FILE
136 usage: filetop.py [-h] [-a] [-C] [-r MAXROWS] [-p PID] [interval] [count]
152 -p PID, --pid PID trace this PID only
157 ./filetop -p 181 # PID 181 only
Doomkill_example.txt9 21:03:39 Triggered by PID 3297 ("ntpd"), OOM kill of PID 22516 ("perl"), 3850642 pages, loadavg: 0.…
10 21:03:48 Triggered by PID 22517 ("perl"), OOM kill of PID 22517 ("perl"), 3850642 pages, loadavg: 0…
12 The first line shows that PID 22516, with process name "perl", was OOM killed
14 happened to be triggered by PID 3297, process name "ntpd", doing some memory
28 you can edit it to include other task_struct details from the target PID at
Ddbslower_example.txt10 TIME(s) PID MS QUERY
20 TIME(s) PID MS QUERY
35 TIME(s) PID MS QUERY
46 TIME(s) PID MS QUERY
79 -p [PID [PID ...]], --pid [PID [PID ...]]
Drunqlat_example.txt76 A -p option can be used to show one PID only, which is filtered in kernel for
77 efficiency. For example, PID 4505, and one second summaries:
120 08:56:11 AM UID PID %usr %system %guest %CPU CPU Command
182 A -P option will print a distribution for each PID:
489 And a --pidnss option (short for PID namespaces) will print for each PID
554 usage: runqlat.py [-h] [-T] [-m] [-P] [--pidnss] [-L] [-p PID]
568 --pidnss print a histogram per PID namespace
570 -p PID, --pid PID trace this PID only
576 ./runqlat -P # show each PID separately
577 ./runqlat -p 185 # trace PID 185 only
Dtcpconnlat_example.txt10 PID COMM IP SADDR DADDR DPORT LAT(ms)
37 usage: tcpconnlat [-h] [-t] [-p PID] [min_ms]
47 -p PID, --pid PID trace this PID only
52 ./tcpconnlat -p 181 # only trace PID 181
Drunqslower_example.txt9 TIME COMM PID LAT(us)
35 usage: runqslower.py [-h] [-p PID] [min_us]
44 -p PID, --pid PID trace this PID only
Dopensnoop_example.txt8 PID COMM FD ERR PATH
50 The -p option can be used to filter on a PID, which is filtered in-kernel. Here
54 TIME(s) PID COMM FD ERR PATH
71 PID COMM FD ERR PATH
96 PID COMM FD ERR PATH
108 PID COMM FD ERR PATH
138 usage: opensnoop [-h] [-T] [-x] [-p PID] [-t TID] [-d DURATION] [-n NAME]
146 -p PID, --pid PID trace this PID only
156 ./opensnoop -p 181 # only trace PID 181
Dsslsniff_example.txt12 FUNC TIME(s) COMM PID LEN
68 usage: sslsniff.py [-h] [-p PID] [-c COMM] [-o] [-g] [-n] [-d]
74 -p PID, --pid PID sniff this PID only.
83 ./sslsniff -p 181 # sniff PID 181 only
Ddbstat_example.txt97 usage: dbstat.py [-h] [-v] [-p [PID [PID ...]]] [-m THRESHOLD] [-u]
107 -p [PID [PID ...]], --pid [PID [PID ...]]
Dxfsslower_example.txt9 TIME COMM PID T BYTES OFF_KB LAT(ms) FILENAME
38 TIME COMM PID T BYTES OFF_KB LAT(ms) FILENAME
69 TIME COMM PID T BYTES OFF_KB LAT(ms) FILENAME
112 ENDTIME_us,TASK,PID,TYPE,BYTES,OFFSET_b,LATENCY_us,FILE
131 usage: xfsslower [-h] [-j] [-p PID] [min_ms]
141 -p PID, --pid PID trace this PID only
148 ./xfsslower -p 185 # trace PID 185 only
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/include/
Dcpuhotplug_testsuite.sh64 PID=$1
65 ps --pid ${PID} --no-header | grep ${PID}
76 PID=$1
77 kill -9 $PID > /dev/null 2>&1
/external/bcc/examples/tracing/
Dstacksnoop_example.txt26 The -v option includes more fields, including the on-CPU process (COMM and PID):
29 TIME(s) COMM PID CPU SYSCALL
46 TIME(s) COMM PID CPU SYSCALL
79 usage: stacksnoop [-h] [-p PID] [-s] [-v] function
88 -p PID, --pid PID trace this PID only
96 ./stacksnoop -p 185 ext4_sync_fs # ... only when PID 185 is on-CPU
/external/ltp/testcases/kernel/controllers/memctl/
Drun_memctl_test.sh143 PID[$i]=$!;
170 echo ${PID[$i]} >>/dev/memctl/group_2/tasks;
205 kill -SIGUSR1 ${PID[$i]};
214 kill -SIGUSR2 ${PID[$i]};
227 kill -SIGUSR1 ${PID[$i]};
250 wait ${PID[$i]};
/external/autotest/client/common_lib/cros/
Dpower_cycle_usb_util_unittest.py15 PID = '0001' variable in PowerCycleUsbUtilTest
43 self.LSUSB_DEVICE_OUTPUT, self.VID, self.PID)
46 self.LSUSB_DEVICE_OUTPUT_NONE, self.VID, self.PID)
49 self.LSUSB_DEVICE_OUTPUT_MULTI, self.VID, self.PID)
/external/openssh/
Dopensshd.init.in47 PID=`${CAT} ${PIDFILE}`
49 if [ ${PID:=0} -gt 1 -a ! "X$PID" = "X " ]; then
50 ${KILL} ${PID}

12345678910>>...29