The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_NET_STATISTICS

Network statistics

Type: bool

Help

Manage statistics accounting. This takes memory so say 'n' if unsure.

Direct dependencies

NETWORKING

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At subsys/net/ip/Kconfig.stats:6

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:39subsys/net/Kconfig:89subsys/net/ip/Kconfig:855

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.)