[SM-Commit] GIT changes to master grimoire by Puppet_Master (4da81af53e3193ba568c0ecf05e3da1d6602cd09)

Puppet_Master scm at sourcemage.org
Mon Nov 3 12:19:59 EST 2008


GIT changes to master grimoire by Puppet_Master <puppetmaster at sourcemage.org>:

 ChangeLog           |    3 +++
 net/tcpstat/DEPENDS |    1 +
 net/tcpstat/DETAILS |   36 ++++++++++++++++++++++++++++++++++++
 net/tcpstat/HISTORY |    4 ++++
 4 files changed, 44 insertions(+)

New commits:
commit 4da81af53e3193ba568c0ecf05e3da1d6602cd09
Author: Philippe Caseiro <puppet_master at else-projects.org>
Commit: Puppet_Master <puppetmaster at sourcemage.org>

    Adding tcpstat new spell

diff --git a/ChangeLog b/ChangeLog
index 92e6cb3..74a02de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-11-03 Philippe "Puppet_Master" Caseiro <puppetmaster at sourcemage.org>
+	* net/tcpstat: new spell, tcpstat for network statistics
+
 2008-11-03 Vlad Glagolev <stealth at sourcemage.org>
 	* lua-forge/lrandom: new spell, Lua library for generating random numbers
 
diff --git a/net/tcpstat/DEPENDS b/net/tcpstat/DEPENDS
new file mode 100755
index 0000000..7591f1e
--- /dev/null
+++ b/net/tcpstat/DEPENDS
@@ -0,0 +1 @@
+depends libpcap 
diff --git a/net/tcpstat/DETAILS b/net/tcpstat/DETAILS
new file mode 100755
index 0000000..cd32429
--- /dev/null
+++ b/net/tcpstat/DETAILS
@@ -0,0 +1,36 @@
+           SPELL=tcpstat
+         VERSION=1.5
+          SOURCE=$SPELL-$VERSION.tar.gz
+     SOURCE_HASH=sha512:f1399365e754e4d9e19657c455a580294a7b4002a0d02ff05791a45574dcb1d0e75dc492157ef595066502b1553702481c67b20ad24267a50d7293766c39a5ab 
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+   SOURCE_URL[0]=http://www.frenchfries.net/paul/$SPELL/$SOURCE
+        WEB_SITE=http://www.frenchfries.net/paul/tcpstat
+         ENTERED=20081103
+      LICENSE[0]=BSD
+        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 
+specific interface, or by reading previously saved tcpdump data from a file.
+
+Some of the statistics tcpstat calculates:
+
+    * bandwidth
+    * number of packets
+    * packets per second
+    * average packet size
+    * standard deviation of packet size
+    * 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 
+papers and commercial networks alike.
+
+tcpdump is a CLI based packet sniffer/network debugging tool. It's extensively
+used by networking guys to find out what's wrong or rather what's not right :)
+
+EOF
diff --git a/net/tcpstat/HISTORY b/net/tcpstat/HISTORY
new file mode 100644
index 0000000..bccc64a
--- /dev/null
+++ b/net/tcpstat/HISTORY
@@ -0,0 +1,4 @@
+2008-11-03 Philippe "Puppet_Master" Caseiro <puppetmaster at sourcemage.org>
+	* DETAILS: created
+        * DEPENDS: created
+        * HISTORY: created



More information about the SM-Commit mailing list