other versions
- Tumbleweed 2.3.11-1.1
- Leap-15.6
| RDS-PING(1) | General Commands Manual | RDS-PING(1) |
NAME¶
rds-ping — test
reachability of remote node over RDS
SYNOPSIS¶
rds-ping |
[-c count]
[-n sockets]
[-i interval]
[-I local_addr]
[-Q tos] remote_addr
|
DESCRIPTION¶
rds-ping is used to test whether a remote
node is reachable over RDS. Its interface is designed to operate pretty much
the standard ping(8) utility, even though the way it works
is pretty different.
rds-ping opens several RDS sockets and
sends packets to port 0 on the indicated host. This is a special port number
to which no socket is bound; instead, the kernel processes incoming packets
and responds to them.
OPTIONS¶
The following options are available for use on the command line:
-ccount- Causes
rds-pingto exit after sending (and receiving) the specified number of packets. -nsockets- Specifies the number of RDS sockets that
rds-pinguses to ping the remote host. The specified number of sockets must be between 1 and 32. The default value is 8 unless the -c option is specified and is less than 8. In that case, the number of RDS sockets will be the same as the count value specified by the -c option. -Iaddress- By default,
rds-pingwill pick the local source address for the RDS socket based on routing information for the destination address (i.e. if packets to the given destination would be routed through interfaceib0, then it will use the IP address ofib0as source address). Using the-Ioption, you can override this choice. -itimeout- By default,
rds-pingwill wait for one second between sending packets. Use this option to specified a different interval. The timeout value is given in seconds, and can be a floating point number. Optionally, appendmsecorusecto specify a timeout in milliseconds or microseconds, respectively. - Specifying a timeout considerably smaller than the packet round-trip time will produce unexpected results.
-Qtos- This option can be used to request a QoS type. The default is 0.
AUTHORS¶
rds-ping was written by Olaf Kirch
<olaf.kirch@oracle.com>.
SEE ALSO¶
| April 22, 2008 | Linux 6.4.0-150700.53.19-default |