FreeBSD Bugzilla – Attachment 177042 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
netstat.patch (text/plain), 877 bytes, created by
Anton Yuzhaninov
on 2016-11-16 00:03:17 UTC
(
hide
)
Description:
patch for netstat/inet.c
Filename:
MIME Type:
Creator:
Anton Yuzhaninov
Created:
2016-11-16 00:03:17 UTC
Size:
877 bytes
patch
obsolete
>Index: inet.c >=================================================================== >--- inet.c (revision 308703) >+++ inet.c (working copy) >@@ -751,6 +751,12 @@ tcp_stats(u_long off, const char *name, > "{N:/ignored RSTs in the window%s}\n"); > p(tcps_connects, "\t{:connections-established/%ju} " > "{N:/connection%s established (including accepts)}\n"); >+ p(tcps_usedrtt, "\t\t{:connections-hostcache-rtt/%ju} " >+ "{N:/time%s used RTT from hostcache}\n"); >+ p(tcps_usedrttvar, "\t\t{:connections-hostcache-rttvar/%ju} " >+ "{N:/time%s used RTT variance from hostcache}\n"); >+ p(tcps_usedssthresh, "\t\t{:connections-hostcache-ssthresh/%ju} " >+ "{N:/time%s used slow-start threshold from hostcache}\n"); > p2(tcps_closed, tcps_drops, "\t{:connections-closed/%ju} " > "{N:/connection%s closed (including} " > "{:connection-drops/%ju} {N:/drop%s})\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