summaryrefslogtreecommitdiff
path: root/ACE/performance-tests/UDP/README
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/performance-tests/UDP/README')
-rw-r--r--ACE/performance-tests/UDP/README17
1 files changed, 17 insertions, 0 deletions
diff --git a/ACE/performance-tests/UDP/README b/ACE/performance-tests/UDP/README
new file mode 100644
index 00000000000..f2eb3308e1e
--- /dev/null
+++ b/ACE/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.
+