ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages

 

This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles.

For more information about the manual page format, see the manual page for manpages(5).



SPRAY(8)                  BSD System Manager's Manual                 SPRAY(8)

NAME
     spray -- send many packets to host

SYNOPSIS
     spray [-c count] [-d delay] [-l length] host ...

DESCRIPTION
     Spray sends multiple RPC packets to host and records how many of them were correctly received and how
     long it took.

     The options are as follows:

     -c count
             Send count packets.

     -d delay
             Pause delay microseconds between sending each packet.

     -l length
             Set the length of the packet that holds the RPC call message to length bytes.  Not all values
             of length are possible because RPC data is encoded using XDR.  Spray rounds up to the nearest
             possible value.

     Spray is intended for use in network testing, measurement, and management.  This command can be very
     hard on a network and should be used with caution.

SEE ALSO
     netstat(1), ifconfig(8), ping(8)

BSD                              July 10, 1995                             BSD

Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.