@GetServerStats
Syntax
@GetServerStats(TEXT1);
@GetServerStats(TEXT1;TEXT2);
@GetServerStats(TEXT1;TEXT2;TEXT3);
Description
Gets the statistics entries of the server TEXT TEXT1 and returns them as TEXTLIST is returned.
With the optional parameter TEXT TEXT2 the facility can be restricted so that only entries from this area are returned.
With the optional parameter TEXT TEXT3 a specific entry for a facility can be specified that is to be returned.
TEXT2 (Facilitys):
Example: @GetServerStats(TEXT1)
TEXTLIST:=@GetServerStats("TEST-SERVER");
All statistics entries of the server TEST-SERVER an TEXTLIST are returned.
Example: @GetServerStats(TEXT1;TEXT2)
TEXTLIST:=@GetServerStats("TEST-SERVER";"Mem");
All "Mem" statistics entries of server TEST-SERVER an TEXTLIST are returned.
Example: @GetServerStats(TEXT1;TEXT2;TEXT3)
TEXTLIST:=@GetServerStats("TEST-SERVER";"Mem";"Free");
The entry "Free" aus of the Facility "Mem" of server TEST-SERVER an TEXTLIST are returned.
Note : This text was machine-translated and may contain inaccuracies.
