Guardian Procedure Calls Reference Manual

nodename:length
input:input
STRING .EXT:ref:*, INT:value
if supplied and length is not 0, specifies the name of the node for which system-load
information is to be returned. If used, the value of nodename must be exactly length bytes
long. The default is the name of the local node.
Returned Value
INT
Outcome of the call:
File name successfully retrieved.0
(reserved)1
Parameter error.2
Bounds error.3
Unable to communicate with node.4
Example
error := NODE_GETCOLDLOADINFO_ ( name:maxlen, name^len );
NODE_GETCOLDLOADINFO_ Procedure 869