Optimize 10.7 | 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
Deprecated. Indicates whether NIO is enabled on this interface.
int AuthTimeout
Deprecated. 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
Deprecated. The number of socket connect requests that the operating system will queue before sending a reject to the remote client.
boolean ClientConnectionsAllowed
Deprecated. Indicates whether this interface can be used by clients to connect.
int CurrentIdleCount
Deprecated. Indicates the number of idle threads waiting for connections.
string ErrorMessage
Deprecated. Only valid if the Status is error=3.
boolean InterRealmAllow
Deprecated. Returns whether this interface is allowed to be used in inter realm / cluster communication.
string Name
The name of this interface.
boolean ObjectStatus
Deprecated. Status of this interface.
long PoolExhausted
Deprecated. Indicates the total number of times the thread pool reached 0 idle.
int Port
Deprecated. The Port this interface will bind to at startup.
string Protocol
Deprecated. The Protocol (nsp, nhp, nsps, nhps) used by this adapter.
int ReadBandWidth
Deprecated. Returns the read bandwidth in bytes.
long RecvBufferSize
Deprecated. The socket buffer size in bytes used by this interface when receiving data.
long RxBytes
Deprecated. Returns the number of bytes this interface has received.
int SelectThreadSize
Deprecated. The number of select threads used by NIO.
long SendBufferSize
Deprecated. The socket buffer size in bytes used by this interface when sending data.
int Status
Deprecated. Returns the current status of this interface. Can be one of stopped=0, started=1, paused=2 or error=3
int ThreadCount
Deprecated. The current Thread Pool size that handles client socket connections.
long TotalAuthenticationTime
Deprecated. Returns the total time spent authenticating connections.
long TotalConnections
Deprecated. Returns the total number of connections created by this interface.
long TotalFailedConnections
Deprecated. Returns the total number of connections which failed during the initial security handshake and validation.
long TotalReads
Deprecated. Returns the total number of reads.
long TotalWrites
Deprecated. Returns the total number of writes.
long TxBytes
Deprecated. Returns the number of bytes this interface has transmitted.
string URL
The URL that specifies this interface.
long WaitTime
Deprecated. Returns the total milliseconds that there was no accept thread processing new connections.
int WriteBandWidth
Deprecated. Returns the write bandwidth in bytes.
boolean useForProxyForward
Deprecated. Returns true if proxy forwarding is enabled.
long DeltaPoolExhausted
Deprecated. 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.