%SYS
Manager Class Reference

Methods for controlling and exporting the system metrics as a group. More...

Inheritance diagram for Manager:
Collaboration diagram for Manager:

Static Public Member Functions

_.Library.Status ExportXML (_.Library.String FileName)
 Export all current values for SYS.Stats Classes as an XML file.
 
_.Library.String Job (_.Library.String File, _.Library.Integer Interval)
 Start a background job to export XML metrics periodically. More...
 
_.Library.Status Server (_.Library.String File, _.Library.Integer Interval)
 Entry point for background job. More...
 
_.Library.Status StopJob ()
 Stop the background XML Export job.
 

Detailed Description

Methods for controlling and exporting the system metrics as a group.

Member Function Documentation

◆ Job()

_.Library.String Job ( _.Library.String  File,
_.Library.Integer  Interval 
)
static

Start a background job to export XML metrics periodically.

Calls SYS.Stats.Manager.Server() as job entry point. Returned value is ID of child process if successful, or "0" if not.

◆ Server()

_.Library.Status Server ( _.Library.String  File,
_.Library.Integer  Interval 
)
static

Entry point for background job.

Call ExportXML() in a loop, writing to file at specifed interval (in seconds).