getPersistentMetrics
Retrieves persistent store details of a client.
Arguments
Argument | Description | Required? |
---|---|---|
App Name | Name of TIBCO FTL application (client) for which you want to collect persistent store metrics. | No |
Returns
Item | Description |
---|---|
Client Label |
When connecting to the 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 |
The client ID of the client process. The FTL server assigns each client process a unique client ID. |
Store ID | Unique identifier for the store. |
Message Count |
Number of messages in a store at the end of the sample interval. |
Message Size |
Storage (in bytes) that messages occupy in a store at the end of the sample interval. |
Durable Count |
Number of durables in a store at the end of the sample interval. |