:orphan: .. title:: NET_STATISTICS .. option:: CONFIG_NET_STATISTICS *Network statistics* Type: ``bool`` Help ==== Manage statistics accounting. This takes memory so say 'n' if unsure. Direct dependencies =================== \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`NET_PKT_RXTIME_STATS ` - \ :option:`NET_PKT_TXTIME_STATS ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/ip/Kconfig.stats:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``subsys/net/Kconfig:87`` → ``subsys/net/ip/Kconfig:830`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack .. parsed-literal:: menuconfig NET_STATISTICS bool "Network statistics" depends on \ :option:`NETWORKING ` help Manage statistics accounting. This takes memory so say 'n' if unsure. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*