diff options
author | Colin Smith <colin@pfsense.org> | 2005-03-06 05:55:47 +0000 |
---|---|---|
committer | Colin Smith <colin@pfsense.org> | 2005-03-06 05:55:47 +0000 |
commit | 90c546dc70de163f2812212ccca5f635e32406da (patch) | |
tree | 492467f7152b1fe01e96d9d3ade763a21d28baec | |
parent | 55a1c5c373be3969e1bd84bde007c12b11f0c24e (diff) | |
download | pfsense-packages-90c546dc70de163f2812212ccca5f635e32406da.tar.gz pfsense-packages-90c546dc70de163f2812212ccca5f635e32406da.tar.bz2 pfsense-packages-90c546dc70de163f2812212ccca5f635e32406da.zip |
Add netio (client and server).
-rw-r--r-- | pkg_config.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/pkg_config.xml b/pkg_config.xml index 129b388a..74fce820 100644 --- a/pkg_config.xml +++ b/pkg_config.xml @@ -215,4 +215,17 @@ <status>ALPHA-ALPHA</status> <configurationfile>hula.xml</configurationfile> </package> + <package> + <name>netio</name> + <website>http://freshmeat.net/projects/netio/</website> + <descr>This is a network benchmark for DOS, OS/2 2.x, Windows NT/2000 and Unix. It measures the net throughput of a network via NetBIOS and/or TCP/IP protocols (Unix and DOS only support TCP/IP) using various different packet sizes.</descr> + <category>Services</category> + <config_file>http://www.pfsense.com/packages/config/netio.xml</config_file> + <depends_on_package_base_url>http://ftp2.freebsd.org/pub/FreeBSD/ports/i386/packages-5-stable/All</depends_on_package_base_url> + <depends_on_package>netio-1.14.tbz</depends_on_package> + <version>1.14</version> + <status>ALPHA</status> + <configurationfile>netio.xml</configurationfile> + </package> + </pfsensepkgs> |