| getprotocolhttpbandResult Structure Definition |
The getprotocolhttpbandResult structure defines the return type for getprotocolhttpband 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. |
protocolhttpbandList |
List of protocolhttpbands |
| protocolhttpband Structure Definition |
The protocolhttpband structure defines the actual return type values for getprotocolhttpband API. |
Syntax |
Members |
type |
Type of statistics to display. |
bandrange |
The range of the HTTP request/response size, in bytes. |
numberofbands |
The total number of http bands. |
totalbandsize |
The total size of all HTTP requests/responses in this size range. |
avgbandsize |
The average size of all HTTP requests/responses in this size range. NOTE: This attribute is deprecated. This is deprecated attribute |
banddata |
The total size of all HTTP requests/responses in this size range, expressed as a percentage of the total size of all HTTP requests/responses. NOTE: This attribute is deprecated. This is deprecated attribute |
accesscount |
The number of HTTP requests/responses in this size range. |
accessratio |
The number of HTTP requests/responses in this size range, expressed as a percentage of the total number of HTTP requests/responses. NOTE: This attribute is deprecated. This is deprecated attribute |
totals |
The total of totalBandSize, avgBandSize, BandData, accessCount, accessRatio respectively. |
reqbandsize |
Band size, in bytes, for HTTP request band statistics. For example, if you specify a band size of 100 bytes, statistics will be maintained and displayed for the following size ranges:
0 - 99 bytes
100 - 199 bytes
200 - 299 bytes and so on. |
respbandsize |
Band size, in bytes, for HTTP response band statistics. For example, if you specify a band size of 100 bytes, statistics will be maintained and displayed for the following size ranges:
0 - 99 bytes
100 - 199 bytes
200 - 299 bytes and so on. |
_nextgenapiresource |
See Also |