Skip to main content

SYS.Info.Server

class SYS.Info.Server extends %Library.RegisteredObject

The system information server provides XML-formatted information on system status and services. Information is divided into categories selected via selectors of the form "/services". This is designed to be an easy mapping to URLs, such as those supported by the pseudo-HTTP server in the super server.

Method Inventory

Methods

classmethod HTTPServe()
Handle SuperServer pseudo-HTTP "GET" requesets
classmethod Serve(selector As %String)
Writes the information for the given selector to the current device.
classmethod WriteEOL()
classmethod WriteHeaders()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab