Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 15 Administration : tibemsStatData : tibemsStatData_GetByteRate

tibemsStatData_GetByteRate
Function
Purpose
Get the average rate of bytes sent or received each second.
C Declaration
tibems_status tibemsStatData_GetByteRate(
    tibemsStatData statData,
    tibems_long* byteRate);
COBOL Call
CALL "tibemsStatData_GetByteRate"
 USING BY VALUE statData,
       BY REFERENCE rate_size,
       RETURNING tibems-status
END-CALL.
Parameters
 
Remarks
This function gets the average byte rate for messages sent or received per second. For message consumers, this rate reflects the number of messages received by the consumer. For messages producers, it is the rate of messages sent, and for topics and queues the rate includes both inbound and outbound messages.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved