FreeBSD Bugzilla – Attachment 150936 Details for
Bug 196252
[patch] show tcp hostcache usage in netstat -s -p tcp
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for netstat/inet.c
patch-netstat-inet.c (text/plain), 687 bytes, created by
Anton Yuzhaninov
on 2014-12-24 14:43:13 UTC
(
hide
)
Description:
patch for netstat/inet.c
Filename:
MIME Type:
Creator:
Anton Yuzhaninov
Created:
2014-12-24 14:43:13 UTC
Size:
687 bytes
patch
obsolete
>--- inet.c.orig 2014-12-24 12:42:57.000000000 +0000 >+++ inet.c 2014-12-24 14:16:48.000000000 +0000 >@@ -667,6 +667,9 @@ > p(tcps_listendrop, "\t%ju listen queue overflow%s\n"); > p(tcps_badrst, "\t%ju ignored RSTs in the window%s\n"); > p(tcps_connects, "\t%ju connection%s established (including accepts)\n"); >+ p(tcps_usedrtt, "\t\t%ju time%s used RTT from hostcache\n"); >+ p(tcps_usedrttvar, "\t\t%ju time%s used RTT variance from hostcache\n"); >+ p(tcps_usedssthresh, "\t\t%ju time%s used ssthresh from hostcache\n"); > p2(tcps_closed, tcps_drops, > "\t%ju connection%s closed (including %ju drop%s)\n"); > p(tcps_cachedrtt, "\t\t%ju connection%s updated cached RTT on close\n");
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 196252
:
150936
|
177042