:orphan: .. title:: CONFIG_NET_STATISTICS .. kconfig:: CONFIG_NET_STATISTICS CONFIG_NET_STATISTICS ##################### *Network statistics* Type: ``bool`` Help ==== .. code-block:: none Manage statistics accounting. This takes memory so say 'n' if unsure. Direct dependencies =================== \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`NET_PKT_RXTIME_STATS ` - \ :kconfig:`NET_PKT_TXTIME_STATS ` Kconfig definition ================== At ``/net/ip/Kconfig.stats:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:87`` → ``/net/ip/Kconfig:855`` 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.)*