Skip to content

Commit 0084e27

Browse files
committed
doc: protocols: wifi: Update the table with the new command
Add the new stats variant. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent bb33530 commit 0084e27

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/nrf/protocols/wifi/debugging.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,11 @@ See `Enable debug features`_.
115115
* - ``nrf70 util rpu_stats all`` [1]_
116116
- Displays statistics for the nRF70 firmware (all modules, support for specific modules is also available).
117117
- nRF70 firmware debugging (Data and control path)
118+
* - ``nrf70 util rpu_stats_mem all`` [2]_
119+
- Displays memory statistics for the nRF70 firmware (all modules, support for specific modules is also available).
120+
- nRF70 firmware debugging (Data and control path) even when the control plane is not functional
118121
.. [1] This command only works when the nRF70 control plane is functional, as it uses the control plane to retrieve the statistics.
122+
.. [2] This command always works independent of the processors state as it retrieves the statistics from the RPU memory directly.
119123
120124
.. note::
121125
All statistics, especially data path statistics, must be collected multiple times to see the incremental changes and understand the behavior.

0 commit comments

Comments
 (0)