-
CONFIG_NET_STATISTICS
¶
Network statistics
Type: bool
Help¶
Manage statistics accounting. This takes memory so say 'n' if unsure.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols that select this symbol¶
Kconfig definition¶
At <Zephyr>/subsys/net/ip/Kconfig.stats:6
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:39
→ <Zephyr>/subsys/net/Kconfig:87
→ <Zephyr>/subsys/net/ip/Kconfig:847
Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack
menuconfig NET_STATISTICS
bool "Network statistics"
depends on NETWORKING
help
Manage statistics accounting. This takes memory so say 'n' if unsure.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)