Command: CMD_BLM_GET_STATS Destination: SD_BLM Destination Channel: Channel ID
Description
Gets statistics for specified card. These statistics include bus load, total frames received, total frames transmitted, total frames dropped by the device driver, and average bus load.Command Data Format
NoneResponse Data Format
| Timestamp | BL Avg | BL Now | BL Peak | Historic Peak BL | RxCnt | TxCnt | RxDropCnt | TxDropCnt | RxErrCnt | TxErrCnt |
| 4 bytes | 2 bytes | 2 bytes | 2 bytes | 2 bytes | 4 bytes | 4 bytes | 4 bytes | 4 bytes | 4 bytes | 4 bytes |
Notes:
TimestampSystem time at which last bus load reading occurred.BLAverage bus load on the channel.BL NowCurrent bus load on the channel.BL PeakHighest bus load during the averaging period.Historic Peak BLHighest bus load since bus load monitoring was enabled.
RxCntTotal frames received on channel by device driver since bus load monitoring was enabled.TxCntTotal frames transmitted on channel by device driver bus load monitoring was enabled.RxDropCntTotal received frames dropped by device driver since bus load monitoring was enabled.TxDropCntTotal transmitted frames dropped by device driver since bus load monitoring was enabled.RxErrCntTotal receive frame errors since bus load monitoring was enabled.TxErrCntTotal transmit frame errors since bus load monitoring was enabled.
Clients should be tolerant of responses containing more bytes than listed here, as other counter values may be added to this command's response in the future.