rt_client man page
SYNOPSIS
rt_client [-server IOR] [-period usecs] [-for secs]
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:
-server IOR
The IOR of the CORBA object that implements the
RTServer interface. (Default: file://rtserver.ior)
-period usecs
The periodic rate at which invocations on the
server should take place. (Default: 10000)
-for secs
The number of seconds the client should run for.
EXAMPLE
To drive an object referenced by file://rt1.ior every
300,000 microseconds for 10 seconds.
[nemo@anemone rbroker] rt_client -server
file://rt1.ior -period 300000 -for 10
SEE ALSO
rt_server_hourglass(1)
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 0.5 2003/09/02 16:32:15 RT_CLIENT(1)
Man(1) output converted with
man2html