diff options
author | zuntum <zuntum> | 2001-10-31 22:52:58 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-10-31 22:52:58 +0000 |
commit | 7e9524f1017cb18948282b999e45c15b8b9e6dee (patch) | |
tree | b3c17888184b1b17ed1b1fa28f1697197bb0b4f6 /net/netperf/DESCR | |
parent | 41c8c3cd74ce618106e762374834328ba0c18a8c (diff) | |
download | pkgsrc-7e9524f1017cb18948282b999e45c15b8b9e6dee.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'net/netperf/DESCR')
-rw-r--r-- | net/netperf/DESCR | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/net/netperf/DESCR b/net/netperf/DESCR new file mode 100644 index 00000000000..8a23768579f --- /dev/null +++ b/net/netperf/DESCR @@ -0,0 +1,23 @@ +Netperf is a serious networking performance evaluation tool being +distributed under GPL by HP's Information Networks Division. +Testing is done using a pair of programs: `netserver' (the server) and +`netperf' (the measurement tool). + +Netperf allows control over a large number of test `variables'. +Some of these are: + + * specification of desired confidence levels for the tests + Netperf will warn the user if these levels were not achieved. + * filling send buffers with specified data (to beat compression + schemes) + * specification of send/recieve buffer alignments and data offsets + * requesting cpu utilization and service demand calculations + * specification of sizes of data to send + +Netperf can be used for measuring stream performance as well as +round-trip performance. + +This port of netperf has been configured to support: + + TCP and UDP via BSD sockets + Unix domain sockets |