File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,14 @@ addresses changed to protect the innocent):
8
8
# ./tcpaccept.bt
9
9
Tracing tcp accepts. Hit Ctrl-C to end.
10
10
TIME PID COMM RADDR RPORT LADDR LPORT BL
11
- 00:34:19 3949061 nginx 10.228.22.228 44226 10.229.20.169 8080 0/128
11
+ 00:34:19 3949061 nginx 10.228.22.228 44226 10.229.20.169 8088 0/128
12
12
00:34:19 3951399 ruby 127.0.0.1 52422 127.0.0.1 8000 0/128
13
13
00:34:19 3949062 nginx 10.228.23.128 35408 10.229.20.169 8080 0/128
14
14
15
15
16
- This output shows three connections, an IPv4 connections to PID 1463622 , a "redis-server "
17
- process listening on port 6379 , and one IPv6 connection to a "thread.rb " process
18
- listening on port 8000 . The remote address and port are also printed, and the accept queue
16
+ This output shows three connections, an IPv4 connections to PID 3949061 , a "ruby "
17
+ process listening on port 8000 , and one connection to a "nginx " process
18
+ listening on port 8080 . The remote address and port are also printed, and the accept queue
19
19
current size as well as maximum size are shown.
20
20
21
21
The overhead of this tool should be negligible, since it is only tracing the
You can’t perform that action at this time.
0 commit comments