getApplicationMetrics

Retrieves details of TIBCO FTL applications (clients).

Arguments

Argument Name Description Required?
App Name Name of the TIBCO FTL application (client) to monitor. If App Name is not specified, details about all active applications is retrieved. 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 you restart the client 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 FTL server assigns each client process a unique client ID.
Dynamic Formats Number of distinct dynamic formats registered within the client.

Creating a message with a dynamic format increments this counter. Receiving an inbound message with a dynamic format also increments this counter.

This count can decrease when the client library automatically unregisters unused formats.

Resident Memory Set Size (KB) Current size (in KB) of working memory set in the application.
Peak Resident Memory Set Size (KB) Maximum size (in KB) of the application's working memory set. This value is calculated from the time the client started.
Process VM (KB) Current size in KB of an application's virtual memory set
User CPU Time (microseconds) Time of executing the client's object code. This value is calculated from the time the client started.
System CPU Time (microseconds) Time executing operating system calls from the client. This value is calculated from the time the client started.
Total CPU Time (microseconds) The sum of time executing the client's object code and its operating system calls. This value is calculated from the time the client started.