summaryrefslogtreecommitdiff
path: root/performance-tests/UDP
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-20 18:20:33 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-20 18:20:33 +0000
commit49acef4e019e0f811afe5ada55021e8b9fbf81c0 (patch)
tree59a9241115bac7801ecd794643c956fa628b776d /performance-tests/UDP
parente9fe7ffde7452a5bb66230b68685585e38087f25 (diff)
downloadATCD-49acef4e019e0f811afe5ada55021e8b9fbf81c0.tar.gz
*** empty log message ***
Diffstat (limited to 'performance-tests/UDP')
-rw-r--r--performance-tests/UDP/README17
1 files changed, 17 insertions, 0 deletions
diff --git a/performance-tests/UDP/README b/performance-tests/UDP/README
new file mode 100644
index 00000000000..f2eb3308e1e
--- /dev/null
+++ b/performance-tests/UDP/README
@@ -0,0 +1,17 @@
+// $Id$
+
+udp_test sends UDP packets and records round-trip latency. The client
+records the latencies and provides nice summary statistics. The server
+simply echos packets back to the client.
+
+To run:
+ 1) On server host:
+ % ./udp_test -r
+
+ 2) On client host:
+ % ./udp_test -t -n 1000 <server host>
+
+The -n option specifies the number of samples (packets to send).
+Other command line options are available: ./udp_test -? to
+list them.
+