Optimize 10.3.0 | webMethods Optimize Documentation | Administering webMethods Optimize | Monitored KPI Definitions | Universal Messaging KPI Definitions | com.softwareag.um.realm.interface | KPIs
 
KPIs
The following table describes the com.softwareag.um.realm.interface KPIs.
Name
Description
string Adapter
The adapter that this interface uses.
string AdapterAlias
The aliases known to this interface.
boolean AllowNIO
Indicates whether NIO is enabled on 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
Indicates whether this interface can be used by clients to connect.
int CurrentIdleCount
Indicates the number of idle threads waiting for connections.
string ErrorMessage
Only valid if the Status is error=3.
boolean InterRealmAllow
Returns whether this interface is allowed to be used in inter realm / cluster communication.
string Name
The name of this interface.
boolean ObjectStatus
Status of this interface.
long PoolExhausted
Indicates the total number of times the thread pool reached 0 idle.
int Port
The Port this interface will bind to at startup.
string Protocol
The Protocol (nsp, nhp, nsps, nhps) used by this adapter.
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. Can be one of stopped=0, started=1, paused=2 or error=3
int ThreadCount
The current Thread Pool size that handles client socket connections.
long TotalAuthenticationTime
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.
string URL
The URL that specifies this interface.
long WaitTime
Returns the total milliseconds that there was no accept thread processing new connections.
int WriteBandWidth
Returns the write bandwidth in bytes.
boolean useForProxyForward
Returns true if proxy forwarding is enabled.
long DeltaPoolExhausted
Indicates the total number of times the thread pool reached 0 idle. This KPI reports the difference between the last two continuous poll readings of poolExhausted.
long DeltaRxBytes
Returns the number of bytes this interface has received. This KPI reports the difference between the last two continuous poll readings of rxBytes.
long DeltaTotalAuthenticationTime
Returns the total time spent authenticating connections. This KPI reports the difference between the last two continuous poll readings of totalAuthenticationTime.
long DeltaTotalConnections
Returns the total number of connections created by this interface. This KPI reports the difference between the last two continuous poll readings of totalConnections.
long DeltaTotalFailedConnections
Returns the total number of connections which failed during the initial security handshake and validation. This KPI reports the difference between the last two continuous poll readings of totalFailedConnections.
long DeltaTotalReads
Returns the total number of reads. This KPI reports the difference between the last two continuous poll readings of totalReads.
long DeltaTotalWrites
Returns the total number of writes. This KPI reports the difference between the last two continuous poll readings of totalWrites.
long DeltaTxBytes
Returns the number of bytes this interface has transmitted. This KPI reports the difference between the last two continuous poll readings of txBytes.
long DeltaWaitTime
Returns the total milliseconds that there was no accept thread processing new connections. This KPI reports the difference between the last two continuous poll readings of waitTime.