typedef struct dm_commandoption

Command line option information, used in dmachinemon_parse_options

[more]char* port_client
client port number, used for communicating with master from client programs
[more]char* port_nodes
nodes port number, used for internally communicating between servents and master
[more]char* parenthostname
parent host name, the initial uplink to connect to
[more]int sleeptime
sleep time between uplink connects in seconds
[more]int number_of_hosts_of_seenby
number of hosts of seen-by to allow.
[more]int max_num_reconnect
number of times it will try to reconnect with parent.
[more]int dieonload_flag
whether to die on high load average
[more]float dieonload
the load average value at which this node will die
[more]int downlinknum_threshold
the number of downlinks to have as maximum
[more]int uplink_static
The uplink is static and will not attempt to relink
[more]int downlink_static
The downlink is static and will not attempt to relink the downlink


Documentation

Command line option information, used in dmachinemon_parse_options

ochar* port_client
client port number, used for communicating with master from client programs

ochar* port_nodes
nodes port number, used for internally communicating between servents and master

ochar* parenthostname
parent host name, the initial uplink to connect to

oint sleeptime
sleep time between uplink connects in seconds

oint number_of_hosts_of_seenby
number of hosts of seen-by to allow.

oint max_num_reconnect
number of times it will try to reconnect with parent.

oint dieonload_flag
whether to die on high load average

ofloat dieonload
the load average value at which this node will die

oint downlinknum_threshold
the number of downlinks to have as maximum

oint uplink_static
The uplink is static and will not attempt to relink

oint downlink_static
The downlink is static and will not attempt to relink the downlink

See Also:
dmachinemon_parse_options

Alphabetic index



This page was generated with the help of DOC++.