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, such as rt_server(1). Given an active object
reference the program will periodically execute a synchronous 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 inter-
face. (Default: file://rtserver.ior)
-P period
The period of the process. 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: 1 sec-
ond)
-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: for-
ever)
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.2.0 2004/03/08 16:52:46 RT_CLIENT(1)
Man(1) output converted with
man2html