Skip to content

Commit 1e4bb54

Browse files
Nudindanobi
authored andcommitted
Fix inconsistency in documentation
The description text and the printed example output did not match.
1 parent 9cf377a commit 1e4bb54

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tools/tcpaccept_example.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ addresses changed to protect the innocent):
88
# ./tcpaccept.bt
99
Tracing tcp accepts. Hit Ctrl-C to end.
1010
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
1212
00:34:19 3951399 ruby 127.0.0.1 52422 127.0.0.1 8000 0/128
1313
00:34:19 3949062 nginx 10.228.23.128 35408 10.229.20.169 8080 0/128
1414

1515

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
1919
current size as well as maximum size are shown.
2020

2121
The overhead of this tool should be negligible, since it is only tracing the

0 commit comments

Comments
 (0)