Back to the BLM Commands
CMD_BLM_GET_STATS

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
None
Response 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
 
Timestamp
System time at which last bus load reading occurred.
BL
Average bus load on the channel.
BL Now
Current bus load on the channel.
BL Peak
Highest bus load during the averaging period.
Historic Peak BL
Highest bus load since bus load monitoring was enabled.


RxCnt

Total frames received on channel by device driver since bus load monitoring was enabled.
TxCnt
Total frames transmitted on channel by device driver bus load monitoring was enabled.
RxDropCnt
Total received frames dropped by device driver since bus load monitoring was enabled.
TxDropCnt
Total transmitted frames dropped by device driver since bus load monitoring was enabled.
RxErrCnt
Total receive frame errors since bus load monitoring was enabled.
TxErrCnt
Total transmit frame errors since bus load monitoring was enabled.
 
Notes:
 
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.

|Top|