CONFIG_NET_STATISTICS_RPL

Collect RPL statistics

RPL statistics

Type: bool

Help

Keep track of RPL related statistics

Help

Keep track of RPL related statistics

Direct dependencies

(NET_STATISTICS && NET_RPL && NETWORKING) || (NET_RPL && NET_STATISTICS && NETWORKING)

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definitions

At subsys/net/ip/Kconfig.rpl:271

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:22subsys/net/Kconfig:91subsys/net/ip/Kconfig:471

Menu path: (top menu) → Networking → IP stack → Enable RPL (Ripple) support

config NET_STATISTICS_RPL
    bool
    prompt "Collect RPL statistics" if NET_STATISTICS && NET_RPL && NETWORKING
    depends on NET_STATISTICS && NET_RPL && NETWORKING
    help
      Keep track of RPL related statistics

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

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:22subsys/net/Kconfig:91subsys/net/ip/Kconfig:473

Menu path: (top menu) → Networking → IP stack → Network statistics

config NET_STATISTICS_RPL
    bool
    prompt "RPL statistics" if NET_RPL && NET_STATISTICS && NETWORKING
    default "y" if NET_RPL && NET_STATISTICS && NETWORKING
    depends on NET_RPL && NET_STATISTICS && NETWORKING
    help
      Keep track of RPL related statistics

(Definitions include propagated dependencies, including from if’s and menus.)