-
CONFIG_NET_STATISTICS_RPL
¶
Collect RPL statistics
RPL statistics
Type: bool
Help¶
Keep track of RPL related statistics
Help¶
Keep track of RPL related statistics
Direct dependencies¶
(NET_STATISTICS
&& NET_RPL
&& NETWORKING
) || (NET_RPL
&& NET_STATISTICS
&& NETWORKING
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
NET_RPL
&&NET_STATISTICS
&&NETWORKING
Kconfig definitions¶
At subsys/net/ip/Kconfig.rpl:271
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:22
→ subsys/net/Kconfig:91
→ subsys/net/ip/Kconfig:471
Menu path: (top menu) → Networking → IP stack → Enable RPL (Ripple) support
config NET_STATISTICS_RPL bool prompt "Collect RPL statistics" ifNET_STATISTICS
&&NET_RPL
&&NETWORKING
depends onNET_STATISTICS
&&NET_RPL
&&NETWORKING
help Keep track of RPL related statistics
At subsys/net/ip/Kconfig.stats:79
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:22
→ subsys/net/Kconfig:91
→ subsys/net/ip/Kconfig:473
Menu path: (top menu) → Networking → IP stack → Network statistics
config NET_STATISTICS_RPL bool prompt "RPL statistics" ifNET_RPL
&&NET_STATISTICS
&&NETWORKING
default "y" ifNET_RPL
&&NET_STATISTICS
&&NETWORKING
depends onNET_RPL
&&NET_STATISTICS
&&NETWORKING
help Keep track of RPL related statistics
(Definitions include propagated dependencies, including from if’s and menus.)