summaryrefslogtreecommitdiffstats
path: root/net/tcpstat/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'net/tcpstat/DETAILS')
-rwxr-xr-xnet/tcpstat/DETAILS13
1 files changed, 7 insertions, 6 deletions
diff --git a/net/tcpstat/DETAILS b/net/tcpstat/DETAILS
index cd32429562..d0215b54c7 100755
--- a/net/tcpstat/DETAILS
+++ b/net/tcpstat/DETAILS
@@ -10,8 +10,8 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
KEYWORDS="report trace stats net"
SHORT="tcpstat reports certain network interface statistics much like vmstat does."
cat << EOF
-tcpstat reports certain network interface statistics much like vmstat does
-for system statistics. tcpstat gets its information by either monitoring a
+tcpstat reports certain network interface statistics much like vmstat does
+for system statistics. tcpstat gets its information by either monitoring a
specific interface, or by reading previously saved tcpdump data from a file.
Some of the statistics tcpstat calculates:
@@ -24,10 +24,11 @@ Some of the statistics tcpstat calculates:
* interface load
* more...
-tcpstat is written with performance and efficiency in mind and is capable of
-handling large amounts of packets per second. Its compact command line interface
-is geared for the network researcher, system administrator and
-desktop shell user. tcpstat has been a valuable tool in university research
+tcpstat is written with performance and efficiency in mind and is capable of
+handling large amounts of packets per second. Its compact command line
+interface
+is geared for the network researcher, system administrator and
+desktop shell user. tcpstat has been a valuable tool in university research
papers and commercial networks alike.
tcpdump is a CLI based packet sniffer/network debugging tool. It's extensively