Packet statistics per module

Each module may store information about sent and received packets. More...

Detailed Description

Each module may store information about sent and received packets.

Modules

 Packet statistics for RPL
 Packet statistics for RPL.
 

Files

file  neighbor.h
 Records statistics about link layer neighbors.
 
file  netstats.h
 Definition of net statistics.
 

Data Structures

struct  netstats_t
 Global statistics struct. More...
 
struct  netstats_nb_t
 Stats per peer struct. More...
 
struct  netstats_nb_table_t
 L2 Peer Info struct. More...
 

Macros

#define NETSTATS_NB_SIZE   (8)
 The max number of entries in the peer stats table.
 
#define NETSTATS_NB_QUEUE_SIZE   (4)
 The CIB size for tx correlation.
 

@ref net_netstats module names

#define NETSTATS_LAYER2   (0x01)
 
#define NETSTATS_IPV6   (0x02)
 
#define NETSTATS_RPL   (0x03)
 
#define NETSTATS_ALL   (0xFF)