GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
RspServer(1) FreeBSD General Commands Manual RspServer(1)

rspserver
RSerPool Server (PE) for multiple example services

rspserver [-local=address:port,address,...] [-asapannounce=address:port] [-identifier=PE_identifier] [-policy=policy_specification] [-poolhandle=pool_handle] [-quiet] [-registrar=address:port] [-rereginterval=milliseconds] [-runtime=milliseconds] [-uptime=seconds] [-downtime=seconds] [-logcolor=on|off] [-logappend=filename] [-logfile=filename] [-loglevel=0-9] [-cspserver=address:port] [-cspinterval=milliseconds]

rspserver [-calcapp] [-capcapacity=calculations_per_second] [-capcleanshutdownprobability=probability] [-capcookiemaxcalculations=calculations] [-capcookiemaxtime=seconds] [-capkeepalivetransmissioninterval=milliseconds] [-capkeepalivetimeoutinterval=milliseconds] [-capmaxjobs=max_jobs] [-capobject=name] [-capscalar=scalae_file] [-capvector=vector_file]

rspserver [-chargen] [-chargenmaxthreads=threads]

rspserver [-daytime]

rspserver [-discard]

rspserver [-echo]

rspserver [-fractal] [-fgpcookiemaxpackets=messages] [-fgpcookiemaxtime=milliseconds] [-fgpfailureafter=messages] [-fgpmaxthreads=threads] [-fgptestmode] [-fgptransmittimeout=milliseconds]

rspserver [-pingpong] [-pppfailureafter=messages] [-pppmaxthreads=threads]

rspserver [-scripting] [-sskeyring=keyring] [-sstrustdb=trust_db] [-sscachedirectory=directory] [-sscachemaxentries=entries] [-sscachemaxsize=kibibytes] [-sskeepaliveinterval=milliseconds] [-sskeepalivetimeout=milliseconds] [-sskeeptempdirs] [-ssmaxthreads=threads] [-sstransmittimeout=milliseconds]

rspserver is an example Reliable Server Pooling (RSerPool) pool element (PE) that provides multiple services. Upon startup, one service has to be selected by the command-line parameters. To start multiple services, run multiple instances. rspserver provides the following services:
CalcApp
Calculation application model for performance tests. See https://duepublico.uni-duisburg-essen.de/servlets/DerivateServlet/Derivate-16326/Dre2006_final.pdf for more information.
CharGen
Sending as much character data as possible.
Daytime
Sending back current time of day.
Discard
Discarding incoming data.
Echo
Echoing back incoming data.
Fractal
Fractal generator with cookie-based failover.
PingPong
Simple request-response example using cookies for failover.
Scripting
Remote execution of scripts with upload/download of input/output data. Could for example be used for distributing simulation runs. Take care of security when using this service!

The following options are available:
Common Pool Element Parameters:
Sets the local endpoint address(es).
Sets the multicast address and port the ASAP instance listens for ASAP Server Announces on.
Sets a fixed PE identifier. Handle with care!
Sets the pool policy and its parameters (default is Round Robin). Supported policy specifications:
RoundRobin (default policy)
 
WeightedRoundRobin:weight
 
Random
 
WeightedRandom:weight
 
LeastUsed
 
LeastUsedDegradation:increment
 
PriorityLeastUsed:increment
 
LeastUsedDPF:dpf_value
 
Priority:priority
 
...
 
Sets the PH to a non-default value; otherwise, the default setting is the service-specific default.
Do not print startup and shutdown messages.
Sets the PE's re-registration interval.
After the configured number of seconds, the service is shut down. Floating-point values (e.g. 30.125) are possible.
After negative exponential randomized uptime, the PE service goes down for a configured downtime. After that, it comes up again. This option can be used for testing the failure handling procedures.
After negative exponential randomized downtime, the PE service comes up again. This option can be used for testing the failure handling procedures.
Logging Parameters:
Write logging output to a file (default is stdout); output will be appended to given file.
Turns ANSI colorization of the logging output on or off.
Write logging output to a file (default is stdout); given file will be overwritten.
Sets the logging verbosity from 0 (none) to 9 (very verbose). It is recommended to use at least a value of 2 to see possibly important error messages and warnings.
ASAP Protocol Parameters:
Adds a static PR entry into the Registrar Table. It is possible to add multiple entries.
Sets the timeout for ASAP announces via multicast.
Sets the timeout for ASAP connection establishment.
Sets the maximum number of ASAP connection establishment trials.
Sets the timeout for ASAP requests.
Sets the timeout for waiting to receive ASAP responses.
Sets the maximum number of ASAP request trials.
Component Status Protocol (CSP) Parameters:
Sets the interval for the CSP status updates in milliseconds. By default, the content of the environment variable CSP_INTERVAL is used. If not defined, no CSP status reports will be sent.
Sets the address of a CSP monitor server. By default, the content of the environment variable CSP_SERVER is used. If not defined, no CSP status reports will be sent.
Service Parameters:
Starts the CalcApp service.
Sets the service capacity in calculations per second.
Sets the probability for sending state cookies to all sessions before shutting down.
Sets the cookie interval in calculations.
Sets the cookie interval in seconds.
Sets the keep-alive transmission interval in milliseconds.
Sets the keep-alive timeout in milliseconds.
Sets the an upper limit for the number of simultaneous CalcApp requests.
Sets the object name for scalar hierarchy.
Sets the name of vector scalar file.
Sets the name of vector output file.
Starts the CharGen service.
Sets an upper limit for the number of simultaneous CharGen sessions.
Starts the Daytime service.
Starts the Discard service.
Starts the Echo service.
Starts the Fractal Generator service.
Send cookie after given number of Data messages
Send cookie after given number of milliseconds.
After the set number of data packets, the server will terminate the connection in order to test failovers.
Sets an upper limit for the number of simultaneous Fractal Generator sessions.
Generate simple test pattern instead of calculating a fractal graphics (useful to conserve CPU power when debugging).
Sets transmit timeout in milliseconds.
Starts the PingPong service.
After the set number of messages, the server will terminate the connection in order to test failovers.
Sets an upper limit for the number of simultaneous PingPong sessions.
Starts the Scripting service.
The location of a GnuPG keyring to check the work packages and environments against. If a keyring is specified, only files that pass the validation are accepted.
Sets the environment cache directory.
Sets the maximum number of environment cache entries.
Sets the maximum size of the environment cache in kibibytes.
Sets the keep-alive interval in milliseconds.
Sets the keep-alive timeout in milliseconds.
Turns on keeping all temporary files for debugging. Handle with care!
Sets an upper limit for the number of simultaneous sessions.
Sets the transmission timeout in milliseconds.

rspserver uses the environment variables CSP_SERVER and CSP_INTERVAL to define a CSP server to send reports to in the specified interval.

If loglevel>0, log messages will be printed to stdout or into a specified log file.

For a detailed introduction to RSerPool, see:
https://duepublico.uni-duisburg-essen.de/servlets/DerivateServlet/Derivate-16326/Dre2006_final.pdf

Thomas Dreibholz's RSerPool Page:
https://www.uni-due.de/~be0001/rserpool/

June 12, 2015 RSerPool Server

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.