Searched full:ttysnoop (Results 1 – 7 of 7) sorted by relevance
| /external/bcc/tools/ |
| D | ttysnoop_example.txt | 1 Demonstrations of ttysnoop, the Linux eBPF/bcc version. 4 ttysnoop watches a tty or pts device, and prints the same output that is 10 # ./ttysnoop 2 34 Remember to Ctrl-C to exit ttysnoop. 55 # ./ttysnoop /dev/console 67 # ./ttysnoop.py -h 68 usage: ttysnoop.py [-h] [-C] device 82 ./ttysnoop /dev/pts/2 # snoop output from /dev/pts/2 83 ./ttysnoop 2 # snoop output from /dev/pts/2 (shortcut) 84 ./ttysnoop /dev/console # snoop output from the system console [all …]
|
| D | ttysnoop.py | 4 # ttysnoop Watch live output from a tty or pts device. 31 ./ttysnoop /dev/pts/2 # snoop output from /dev/pts/2 32 ./ttysnoop 2 # snoop output from /dev/pts/2 (shortcut) 33 ./ttysnoop /dev/console # snoop output from the system console 34 ./ttysnoop /dev/tty0 # snoop output from /dev/tty0 35 ./ttysnoop /dev/pts/2 -s 1024 # snoop output from /dev/pts/2 with data size 1024 36 …./ttysnoop /dev/pts/2 -c 2 # snoop output from /dev/pts/2 with 2 checks for 256 bytes of data …
|
| /external/bcc/man/man8/ |
| D | ttysnoop.8 | 1 .TH ttysnoop 8 "2016-02-08" "USER COMMANDS" 3 ttysnoop \- Watch output from a tty or pts device. Uses Linux eBPF/bcc. 5 .B ttysnoop [\-h] [\-C] device 7 ttysnoop watches a tty or pts device, and prints the same output that is 36 .B ttysnoop /dev/pts/2 40 .B ttysnoop 2 44 .B ttysnoop /dev/console 48 .B ttysnoop /dev/tty0
|
| /external/bcc/snap/ |
| D | snapcraft.yaml | 330 ttysnoop: 331 command: bcc-wrapper ttysnoop
|
| /external/bcc/debian/ |
| D | changelog | 49 * fix tools ttysnoop/readahead for newer kernels 257 mountsnoop, runqlen, slabratetop, syscount, tcplife, tcptop, ttysnoop,
|
| /external/bcc/ |
| D | README.md | 173 - tools/[ttysnoop](tools/ttysnoop.py): Watch live output from a tty or pts device. [Examples](tools…
|
| /external/bcc/tests/python/ |
| D | test_tools_smoke.py | 374 self.run_with_int("ttysnoop.py /dev/console")
|