P4G_PAYLOAD_HIST_CONF
# set
<module-index>/<port-index> P4G_PAYLOAD_HIST_CONF [<group_index>] <start> <interval>
# get
<module-index>/<port-index> P4G_PAYLOAD_HIST_CONF [<group_index>] ?
Description
Sets the start value and the interval size for the payload histograms.
Actions
set, get
Parameters
start
: long integer, start value of first histogram interval in bytes
interval
: long integer, histogram interval size in bytes
Example
# set
input: 0/1 P4G_PAYLOAD_HIST_CONF [0] 1 1
output: <OK>
# get
input: 0/1 P4G_PAYLOAD_HIST_CONF [0] ?
output: 0/1 P4G_PAYLOAD_HIST_CONF [0] 1 1