Home
last modified time | relevance | path

Searched full:ttysnoop (Results 1 – 7 of 7) sorted by relevance

/external/bcc/tools/
Dttysnoop_example.txt1 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 …]
Dttysnoop.py4 # 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/
Dttysnoop.81 .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/
Dsnapcraft.yaml294 ttysnoop:
295 command: wrapper ttysnoop
296 aliases: [ttysnoop]
/external/bcc/debian/
Dchangelog46 mountsnoop, runqlen, slabratetop, syscount, tcplife, tcptop, ttysnoop,
/external/bcc/
DREADME.md154 - tools/[ttysnoop](tools/ttysnoop.py): Watch live output from a tty or pts device. [Examples](tools…
/external/bcc/tests/python/
Dtest_tools_smoke.py333 self.run_with_int("ttysnoop.py /dev/console")