serial class %CSP.Mgr.Helper.CacheServer
extends %SerialObject, %XML.Adaptor
This object is part of the %CSP.Mgr.GatewaySystemStatus object.
parameter XMLIGNOREINVALIDTAG = 1;
The XMLIGNOREINVALIDTAG parameter allows the programmer to control handling of unexpected
elements in the XML input.
By default (XMLIGNOREINVALIDTAG = 0), will treat an unexpected element as an error.
If XMLIGNOREINVALIDTAG is set = 1, then unexpected elements will be ignored.
property Activity
as %String;
Total number of transactions (hits) the Caché system has processed.
property CacheServerName
as %String;
Name of the Caché system connected to.
property ConnectionsInUse
as %Integer;
Number of connections that are currently in use (actively serving a Web request).
property IPAddress
as %String;
IP address of the Caché system.
property PrivateConnections
as %Integer;
Number of connections that are currently in use as state-aware sessions (preserve mode 1).
property QueuedRequests
as %Integer;
Number of Web requests that are held in a queue waiting for a free connection
to the Caché syste. Queued requests are an indication that the Caché
license should be increased in order to maintain good performance.
property TCPPort
as %String;
TCP port on the Caché server through which the connectin communicates.
property TotalConnections
as %Integer;
Number of connections to the Caché syste.