Optimize 10.3.0 | webMethods Optimize Documentation | Administering webMethods Optimize | Monitored KPI Definitions | MashZone NextGen KPI Definitions | com.softwareag.mzng.um.realm.interface | KPIs
 
KPIs
The following table describes the com.softwareag.mzng.um.realm.interface KPIs.
Name
Description
boolean AllowNIO
Returns whether NIO is enabled in this interface.
int AuthTimeOut
The number of milliseconds that the remote client has to authenticate with the server before the server closes the communications with the client.
int Backlog
The number of socket connect requests that the operating system will queue before sending a reject to the remote client.
boolean ClientConnectionsAllowed
Returns whether this interface can be used by clients to connect.
int CurrentIdleCount
Returns the number of idle threads waiting for connections.
boolean InterRealmAllow
Returns whether this interface is allowed to be used in inter realm/cluster communication.
boolean ObjectStatus
Status of the interface.
long PoolExhaused
Returns the total number of times the thread pool reached 0 idle.
int Port
The port this interface will bind to at startup.
int ReadBandWidth
Returns the read bandwidth in bytes.
long RecvBufferSize
The socket buffer size in bytes used by this interface when receiving data.
long RxBytes
Returns the number of bytes this interface has received.
int SelectThreadSize
The number of select threads used by NIO.
long SendBufferSize
The socket buffer size in bytes used by this interface when sending data.
int Status
Returns the current status of this interface. Possible values are: 0 = stopped, 1 = started, 2 = paused, or 3 = error.
int ThreadCount
The current Thread Pool size that handles client socket connections.
long TotalAutenticationTime
Returns the total time spent authenticating connections.
long TotalConnections
Returns the total number of connections created by this interface.
long TotalFailedConnections
Returns the total number of connections which failed during the initial security handshake and validation.
long TotalReads
Returns the total number of reads.
long TotalWrites
Returns the total number of writes.
long TxBytes
Returns the number of bytes this interface has transmitted.
boolean useForProxyForward
Whether proxy forwarding is enabled or not.
long WaitTime
Returns the total milliseconds that there was no accept thread processing new connections.
int WriteBandWidth
Returns the write band width in bytes.