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