|
|
| |
THRULAYD(8) |
FreeBSD System Manager's Manual |
THRULAYD(8) |
thrulayd - network capacitity tester (server part)
thrulayd [-h] [-v] [-a address] [-w#] [-p#] [-d] [-j group]
thrulayd This is the server part of thrulay - a network capacity tester.
- -h
- Display help and exit.
- -v
- Output version information and exit.
- -a address
- Add an address to list of allowed hosts. This option can be used multiple
times. The argument is either an IP address or an address in CIDR syntax
(if you leave the netmask, it will be set to 32 for IPv4 or to 128 for
IPv6 addresses). Examples for valid addresses: 192.168.1.3,
::ffff:192.168.1.3, 192.168.1.3/24, ::ffff:192.168.1.3/120. If the server
is started without this option, all hosts are allowed to connect by
default. If this option is used, only the specified addresses are allowed
to connect.
- -w#
- Window, in bytes (default: 4194304B).
- -p#
- Server port (default: 5003).
- -d
- Debug mode. The program does not fork into background and all logging
messages go to stderr.
- -j group
- Join a multicast group. If this option is given multiple times, only the
last group is considered.
Please send bug reports to thrulay-users@internet2.edu.
Stanislav Shalunov, http://www.internet2.edu/~shalunov/
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |