protocol-httpBand¶
The following operations can be performed on "protocol-httpBand":
set protocol httpBand¶
Sets the band size for HTTP request/response band statistics.
Synopsis¶
set protocol httpBand [-reqBandSize <integer>] [-respBandSize <integer>]
Arguments¶
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. Default value: 100 Minimum value: 50
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. Default value: 1024 Minimum value: 50
Example¶
set protocol httpBand -reqBandSize 200 -respBandSize 2048
unset protocol httpBand¶
Use this command to remove protocol httpBand settings.Refer to the set protocol httpBand command for meanings of the arguments.
Synopsis¶
unset protocol httpBand [-reqBandSize] [-respBandSize]
show protocol httpBand¶
Displays statistics of the HTTP request/response band.
Synopsis¶
show protocol httpBand -type ( REQUEST | RESPONSE )
Arguments¶
type
Type of statistics to display.
Possible values: REQUEST, RESPONSE
Output¶
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.
AvgBandSizeNew
The average size of all HTTP requests/responses in this size range.
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.
BandDataNew
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.
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.
AccessRatioNew
The number of HTTP requests/responses in this size range, expressed as a percentage of the total number of HTTP requests/responses.
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.
clear protocol httpBand¶
Clears HTTP request/response band statistics.
Synopsis¶
clear protocol httpBand -type ( REQUEST | RESPONSE )
Arguments¶
type
Type of statistics to display.
Possible values: REQUEST, RESPONSE
Example¶
clear protocol httpband -type REQUEST, clear protocol httpband -type RESPONSE