:orphan: .. title:: NET_STATISTICS .. option:: CONFIG_NET_STATISTICS *Network statistics* Type: ``bool`` Help ==== .. code-block:: none 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 ================== At ``/net/ip/Kconfig.stats:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``/Kconfig:39`` → ``/net/Kconfig:87`` → ``/net/ip/Kconfig:849`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack .. code-block:: kconfig 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.)*