getEFtlMetrics
Retrieves metrics that you can use to assess the operation of eFTL channels.
Arguments
Argument | Description | Required? |
---|---|---|
App Name | Name of TIBCO eFTL application (client) for which you want to collect metrics. | No |
Returns
Item | Description |
---|---|
Client Label |
When connecting to the TIBCO FTL server, a client program can supply a label that denotes that particular client. Unlike a client ID, which denotes a specific client process, this label remains unchanged even when the client restarts as a new process. You can use this label to identify clients by their role within your enterprise. |
Client ID |
Client ID of the client process. The TIBCO FTL server assigns each client process a unique client ID. |
Connection Count | Number of TIBCO eFTL client connections on a channel at the end of the sample interval. |
Subscription Count | Open subscriptions from TIBCO eFTL clients on a channel at the end of the sample interval. |
Inbound eFTL Message Count | Messages inbound from TIBCO eFTL clients on a channel. |
Outbound eFTL Message Count | Messages outbound to TIBCO eFTL clients on a channel. |
Discarded Message Count | Data loss from publishers: the number of messages that the server discarded on a channel.
Discards can occur because a publisher sent a message that exceeded the maximum message size. |
Connection Pending Count | Number of new TIBCO eFTL client connections on a channel that are not yet fully initialized at the end of the sample interval. |
Connection Suspended Count | Number of TIBCO eFTL client connections disconnected by a temporary network outage that have not yet automatically reconnected nor fully disconnected at the end of the sample interval. |