TIBCO EMS .NET API 8.5
TIBCO EMS .NET API 8.5
TIBCO.EMS.ADMIN.StatData Class Reference

This class represents statistical data about another object (Topic, Queue etc). More...

Properties

long TotalMessages [get]
 Get the value for the total number of messages. More...
 
long TotalBytes [get]
 Get the value for the total size of messages. More...
 
long MessageRate [get]
 Get the value for the number of messages per second. More...
 
long ByteRate [get]
 Get the value for the rate of bytes per second. More...
 

Detailed Description

This class represents statistical data about another object (Topic, Queue etc).

Statistical data contains the total number of messages and their cumulative size. Optionally it provides message rates as number of messages per second and number of bytes per 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 the absolute numbers taken at periodic intervals.

Property Documentation

long TIBCO.EMS.ADMIN.StatData.ByteRate
get

Get the value for the rate of bytes per second.

Returns
the rate of bytes per second.
long TIBCO.EMS.ADMIN.StatData.MessageRate
get

Get the value for the number of messages per second.

Returns
the number of messages per second.
long TIBCO.EMS.ADMIN.StatData.TotalBytes
get

Get the value for the total size of messages.

Returns
the total size of messages.
long TIBCO.EMS.ADMIN.StatData.TotalMessages
get

Get the value for the total number of messages.

Returns
the total number of messages.

Copyright © Cloud Software Group, Inc. All rights reserved.