diff options
| author | Maxim Konovalov <maxim@FreeBSD.org> | 2005-03-14 12:54:13 +0000 |
|---|---|---|
| committer | Maxim Konovalov <maxim@FreeBSD.org> | 2005-03-14 12:54:13 +0000 |
| commit | 4a16154f4688cde796ca7cf310866dd72fbf9ed8 (patch) | |
| tree | db4f22d39897f9f1b481c4a8d42bad48c6981540 /usr.sbin | |
| parent | 032ea0a7e5e301a04424cbe508b2cadf22c0ba1c (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/tcpdrop/tcpdrop.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/tcpdrop/tcpdrop.8 b/usr.sbin/tcpdrop/tcpdrop.8 index a77c1d3f85e7c..61b46d728f090 100644 --- a/usr.sbin/tcpdrop/tcpdrop.8 +++ b/usr.sbin/tcpdrop/tcpdrop.8 @@ -48,9 +48,9 @@ If a connection to is causing congestion on a network link, one can drop the TCP session in charge: .Bd -literal -offset indent -# fstat | egrep 'httpd.*internet.*<--' -www httpd 21307 3* internet stream tcp \e - 0xd1007ca8 192.168.5.41:80 <-- 192.168.5.1:26747 +# sockstat | grep '.*httpd.*[0-9]$' +www httpd 16525 3 tcp4 \e + 192.168.5.41:80 192.168.5.1:26747 .Ed .Pp The following command will drop the connection: @@ -58,7 +58,7 @@ The following command will drop the connection: # tcpdrop 192.168.5.41 80 192.168.5.1 26747 .Ed .Sh SEE ALSO -.Xr fstat 1 , -.Xr netstat 1 +.Xr netstat 1 , +.Xr sockstat 1 .Sh AUTHORS .An Markus Friedl Aq markus@openbsd.org |
