mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Add "connections dropped by persist timeout" statistic.
This commit is contained in:
parent
cc0964fb2b
commit
89d7f49a31
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=9774
1 changed files with 1 additions and 0 deletions
|
@ -221,6 +221,7 @@ tcp_stats(off, name)
|
|||
p(tcps_rexmttimeo, "\t%d retransmit timeout%s\n");
|
||||
p(tcps_timeoutdrop, "\t\t%d connection%s dropped by rexmit timeout\n");
|
||||
p(tcps_persisttimeo, "\t%d persist timeout%s\n");
|
||||
p(tcps_persistdrop, "\t\t%d connection%s dropped by persist timeout\n");
|
||||
p(tcps_keeptimeo, "\t%d keepalive timeout%s\n");
|
||||
p(tcps_keepprobe, "\t\t%d keepalive probe%s sent\n");
|
||||
p(tcps_keepdrops, "\t\t%d connection%s dropped by keepalive\n");
|
||||
|
|
Loading…
Reference in a new issue