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


Chapter 15 Administration : tibemsStatData : tibemsStatData_GetTotalBytes

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

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