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 80 ./ttysnoop /dev/pts/2 # snoop output from /dev/pts/2 81 ./ttysnoop 2 # snoop output from /dev/pts/2 (shortcut) 82 ./ttysnoop /dev/console # snoop output from the system console [all …]
|
D | ttysnoop.py | 4 # ttysnoop Watch live output from a tty or pts device. 32 ./ttysnoop /dev/pts/2 # snoop output from /dev/pts/2 33 ./ttysnoop 2 # snoop output from /dev/pts/2 (shortcut) 34 ./ttysnoop /dev/console # snoop output from the system console 35 ./ttysnoop /dev/tty0 # snoop output from /dev/tty0
|
/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 30 .B ttysnoop /dev/pts/2 34 .B ttysnoop 2 38 .B ttysnoop /dev/console 42 .B ttysnoop /dev/tty0
|
/external/bcc/snapcraft/ |
D | snapcraft.yaml | 294 ttysnoop: 295 command: wrapper ttysnoop 296 aliases: [ttysnoop]
|
/external/bcc/debian/ |
D | changelog | 46 mountsnoop, runqlen, slabratetop, syscount, tcplife, tcptop, ttysnoop,
|
/external/bcc/ |
D | README.md | 154 - 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 | 333 self.run_with_int("ttysnoop.py /dev/console")
|