1TAPSET::TCPMIB(3stap)                                    TAPSET::TCPMIB(3stap)
2
3
4

NAME

6       tapset::tcpmib - systemtap tcpmib tapset
7
8

DESCRIPTION

10       tcpmib_get_state
11              Get a socket's state
12
13              See function::tcpmib_get_state(3stap)
14               for details.
15
16       tcpmib_local_addr
17              Get the source address
18
19              See function::tcpmib_local_addr(3stap)
20               for details.
21
22       tcpmib_remote_addr
23              Get the remote address
24
25              See function::tcpmib_remote_addr(3stap)
26               for details.
27
28       tcpmib_local_port
29              Get the local port
30
31              See function::tcpmib_local_port(3stap)
32               for details.
33
34       tcpmib_remote_port
35              Get the remote port
36
37              See function::tcpmib_remote_port(3stap)
38               for details.
39
40       tcpmib.ActiveOpens
41              Count an active opening of a socket
42
43               See probe::tcpmib.ActiveOpens(3stap)
44               for details.
45
46       tcpmib.AttemptFails
47              Count a failed attempt to open a socket
48
49               See probe::tcpmib.AttemptFails(3stap)
50               for details.
51
52       tcpmib.CurrEstab
53              Update the count of open sockets
54
55               See probe::tcpmib.CurrEstab(3stap)
56               for details.
57
58       tcpmib.EstabResets
59              Count the reset of a socket
60
61               See probe::tcpmib.EstabResets(3stap)
62               for details.
63
64       tcpmib.InSegs
65              Count an incoming tcp segment
66
67               See probe::tcpmib.InSegs(3stap)
68               for details.
69
70       tcpmib.OutRsts
71              Count the sending of a reset packet
72
73               See probe::tcpmib.OutRsts(3stap)
74               for details.
75
76       tcpmib.OutSegs
77              Count the sending of a TCP segment
78
79               See probe::tcpmib.OutSegs(3stap)
80               for details.
81
82       tcpmib.PassiveOpens
83              Count the passive creation of a socket
84
85               See probe::tcpmib.PassiveOpens(3stap)
86               for details.
87
88       tcpmib.RetransSegs
89              Count the retransmission of a TCP segment
90
91               See probe::tcpmib.RetransSegs(3stap)
92               for details.
93
94

SEE ALSO

96                      function::tcpmib_get_state(3stap),
97       function::tcpmib_local_addr(3stap),
98       function::tcpmib_remote_addr(3stap),
99       function::tcpmib_local_port(3stap),
100       function::tcpmib_remote_port(3stap),
101       probe::tcpmib.ActiveOpens(3stap),
102       probe::tcpmib.AttemptFails(3stap),
103       probe::tcpmib.CurrEstab(3stap),
104       probe::tcpmib.EstabResets(3stap),  probe::tcpmib.InSegs(3stap),
105       probe::tcpmib.OutRsts(3stap),    probe::tcpmib.OutSegs(3stap),
106       probe::tcpmib.PassiveOpens(3stap),
107       probe::tcpmib.RetransSegs(3stap),  stap(1), stapprobes(3stap)
108
109
110
111SystemTap Tapset Reference       November 2019           TAPSET::TCPMIB(3stap)
Impressum