PL1_TX_DATARATE
code: 569
Warning
To be discussed and scheduled.
# get
<module-index>/<port-index> PL1_TX_DATARATE ?
Description
Return the current, minimum and maximum Tx data rates of the port in bits per second (bps) since last clearance by PL1_CLEAR.
Actions
get
Parameters
curr: long, unsigned 64, current Tx data rate of the port in bits per second (bps) since last clearance by PL1_CLEAR.min: long, unsigned 64, minimum Tx data rate of the port in bits per second (bps) since last clearance by PL1_CLEAR.max: long, unsigned 64, maximum Tx data rate of the port in bits per second (bps) since last clearance by PL1_CLEAR.
Example
# get
input: 0/1 PL1_TX_DATARATE ?
output: 0/1 PL1_TX_DATARATE 19310000000 19100000000 19500000000