statstreamsessionResult Structure Definition

The statstreamsessionResult structure defines the return type for statstreamsession API.

Syntax



Members

rc

If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings.

message

If the method succeeds, message is NULL else message contains Error/Warning message.

streamsessionList

Pointer to the streamsession List.


streamsessionstats Structure Definition

The streamsessionstats structure defines the actual return type values for statstreamsession API.

Syntax



Members

name

The key value of the statistics, where each field is separated by question marks.
This is mandatory parameter.

clearstats

Clear the statsistics / counters

_nextgenapiresource


streamobjreq

Total number of Stream Requests recieved.

streamobjbandw

Total Bandwidth consumed.

streamobjresptime

Average response time of the stream session.

streamobjconn

Current connections on the stream session.

streamobjbreachcnt

Total Breaching Transactions in configured interval.

streamobjpktcredits

Calculated Packet credits on current connection.

streamobjpktspersecond

Total packets recieved in configured interval.

streamobjdroppedconns

Total connections dropped.

See Also