tibemsStatData

Type

Purpose

Represent statistical data about another object, such as a topic or queue.

Remarks

Statistical data contains the total number of messages and their cumulative size. It can also provide message rates, as the number of messages sent each second and number of bytes each second. Whether or not rate information is available is controlled by the server configuration. If rate collection is turned off, all rate numbers are set to 0. However, in those cases the application can calculate the rates based on absolute numbers taken at periodic intervals.

Function Description
tibemsStatData_GetByteRate Get the average rate of bytes sent or received each second.
tibemsStatData_GetMessageRate Get the rate of messages sent or received each second.
tibemsStatData_GetTotalBytes Get the total size of messages sent or received each second.
tibemsStatData_GetTotalMessages Get the total number of messages sent or received each second.