P4G_TRANSACTION_HIST_CONF
# set
<module-index>/<port-index> P4G_TRANSACTION_HIST_CONF [<group_index>] <start> <interval>
# get
<module-index>/<port-index> P4G_TRANSACTION_HIST_CONF [<group_index>] ?
Description
Sets the start value and the interval size for the transaction histogram (P4G_APP_TRANSACTION_HIST
).
Actions
set, get
Parameters
start
: long integer, tart value of first histogram interval
interval
: long integer, histogram interval size
Example
# set
input: 0/1 P4G_TRANSACTION_HIST_CONF [0] 1 1
output: <OK>
# get
input: 0/1 P4G_TRANSACTION_HIST_CONF [0] ?
output: 0/1 P4G_TRANSACTION_HIST_CONF [0] 1 1