PL1_RX_DATARATE
code: 568
# get
<module-index>/<port-index> PL1_RX_DATARATE [<serdes_index>] ?
Description
Return the current, minimum and maximum Rx data rates of the specified SerDes in bits per second (bps) since last clearance by PL1_CLEAR.
Actions
get
Indices
serdes_index: integer, the index of the SerDes lane. SerDes lane index starts from 0.
Parameters
curr: long, unsigned 64, current Rx data rate of the specified SerDes in bits per second (bps) since last clearance by PL1_CLEAR.min: long, unsigned 64, minimum Rx data rate of the specified SerDes in bits per second (bps) since last clearance by PL1_CLEAR.max: long, unsigned 64, maximum Rx data rate of the specified SerDes in bits per second (bps) since last clearance by PL1_CLEAR.
Example
# get
input: 0/1 PL1_RX_DATARATE [0] ?
output: 0/1 PL1_RX_DATARATE [0] 19310000000 19100000000 19500000000