Get SDIO Stats#
Run the following command to get the SDIO-specific information, such as the number of interrupts or the buffer full status.
# cat /sys/kernel/debug/phy<X>/sdio_stats
You can expect results similar to those below.
total_sdio_interrupts: 1855
sdio_msdu_pending_intr_count: 1890
sdio_buff_full_count: 0
sdio_buff_semi_full_count: 0
sdio_unknown_intr_count: 0
BUFFER FULL STATUS : 0
SEMI BUFFER FULL STATUS : 0
MGMT BUFFER FULL STATUS : 0
BUFFER FULL COUNTER : 0
BUFFER SEMI FULL COUNTER : 0
MGMT BUFFER FULL COUNTER : 0