summaryrefslogtreecommitdiff
path: root/performance-tests/UDP/README
blob: f2eb3308e1e4eaa9f583a8b26d2cbee02f94a8df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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.