summaryrefslogtreecommitdiff
path: root/ACE/performance-tests/TCP/README
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/performance-tests/TCP/README')
-rw-r--r--ACE/performance-tests/TCP/README17
1 files changed, 17 insertions, 0 deletions
diff --git a/ACE/performance-tests/TCP/README b/ACE/performance-tests/TCP/README
new file mode 100644
index 00000000000..ac486524c78
--- /dev/null
+++ b/ACE/performance-tests/TCP/README
@@ -0,0 +1,17 @@
+// $Id$
+
+udp_test sends TCP messages 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:
+ % ./tcp_test -s
+
+ 2) On client host:
+ % ./tcp_test -i 10000 <server host>
+
+The -i option specifies the number of samples (packets to send).
+Other command line options are available: ./tcp_test -? to
+list them.
+