rt_client man page
SYNOPSIS
rt_client [-s server-ior] [-P period] [-f run-time]
DESCRIPTION
The rt_client utility is used to drive a CORBA object that
implements the RTServer interface. Given an active object
reference the program will periodically execute a syn-
chronous RPC until it is interrupted or it has reached its
time limit.
Available options:
-s server-ior
The IOR of the CORBA object that implements the
RTServer interface. (Default: file://rtserver.ior)
-P period
The period of the process. The value can be a num-
ber with units (e.g. "60000000us", "60000ms",
"60s", or "1m") or without, in which case it is
assumed to be microseconds. (Default: 1 second)
-f run-time
The amount of time to run for. The value can be a
number with units (e.g. "60000000us", "60000ms",
"60s", or "1m") or without, in which case it is
assumed to be microseconds. (Default: forever)
EXAMPLE
To drive an object referenced by file://rt1.ior every 300
milliseconds for 10 seconds.
[nemo@anemone rbroker] rt_client -s file://rt1.ior
-P 300ms -f 10s
SEE ALSO
rt_server(1), cpubroker(7)
AUTHOR
The Alchemy project at the University of Utah.
NOTES
The Alchemy project can be found on the web at
http://www.cs.utah.edu/flux/alchemy
CPU Broker 1.0.0 2003/11/20 22:38:20 RT_CLIENT(1)
Man(1) output converted with
man2html