6LoWPAN/IP stack statistics
Public Attributes#
Number of received IP6 packets.
Number of transmitted IPv6 packets.
Number of discarded IPv6 packets during processing.
Number of discarded IPv6 packets due to a checksum error.
Amount of transmitted IPv6 data in bytes.
Amount received IPv6 data in bytes.
Amount of forwarded IPv6 data in bytes.
Number of discarded IPv6 packets due to lack routing information.
Number of fragmentation errors in received IPv6 packets.
Number of fragmentation errors in transmitted IPv6 packets.
Number of RPL parent changes due to better route cost.
Number of RPL packet forwarding errors due to inconsistent routing information.
Sum of RPL object sizes that have failed allocation in bytes.
Number of failed RPL transmissions to the parent.
Number of discarded RPL packets due to an unknown DODAG instance.
Number of times a local repair procedure has been triggered by the node.
Number of times a global repair has been triggered by the border router.
Number of discarded RPL packets due to malformed content.
Number of seconds without an RPL parent.
Amount of memory currently allocated for RPL objects in bytes.
Number of data buffer allocation attempts.
Number of times data buffers have been resized due to lack of header space.
Number of times data buffers have been reorganized due to lack of header space.
Number of times data buffer resizing has failed.
ETX of the primary parent.
ETX of the secondary parent.
Current number of frames in the adaptation layer transmission queue.
Highest number of frames in the adaptation layer transmission queue.
Public Attribute Documentation#
ip_rx_count#
uint32_t sl_wisun_statistics_network_t::ip_rx_count
Number of received IP6 packets.
350
of file C:/silabs/wisun_gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
ip_tx_count#
uint32_t sl_wisun_statistics_network_t::ip_tx_count
Number of transmitted IPv6 packets.
352
of file C:/silabs/wisun_gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
ip_rx_drop#
uint32_t sl_wisun_statistics_network_t::ip_rx_drop
Number of discarded IPv6 packets during processing.
354
of file C:/silabs/wisun_gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
ip_cksum_error#
uint32_t sl_wisun_statistics_network_t::ip_cksum_error
Number of discarded IPv6 packets due to a checksum error.
356
of file C:/silabs/wisun_gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
ip_tx_bytes#
uint32_t sl_wisun_statistics_network_t::ip_tx_bytes
Amount of transmitted IPv6 data in bytes.
358
of file C:/silabs/wisun_gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
ip_rx_bytes#
uint32_t sl_wisun_statistics_network_t::ip_rx_bytes
Amount received IPv6 data in bytes.
360
of file C:/silabs/wisun_gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
ip_routed_up#
uint32_t sl_wisun_statistics_network_t::ip_routed_up
Amount of forwarded IPv6 data in bytes.
362
of file C:/silabs/wisun_gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
ip_no_route#
uint32_t sl_wisun_statistics_network_t::ip_no_route
Number of discarded IPv6 packets due to lack routing information.
364
of file C:/silabs/wisun_gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
frag_rx_errors#
uint32_t sl_wisun_statistics_network_t::frag_rx_errors
Number of fragmentation errors in received IPv6 packets.
366
of file C:/silabs/wisun_gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
frag_tx_errors#
uint32_t sl_wisun_statistics_network_t::frag_tx_errors
Number of fragmentation errors in transmitted IPv6 packets.
368
of file C:/silabs/wisun_gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
rpl_route_routecost_better_change#
uint32_t sl_wisun_statistics_network_t::rpl_route_routecost_better_change
Number of RPL parent changes due to better route cost.
370
of file C:/silabs/wisun_gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
ip_routeloop_detect#
uint32_t sl_wisun_statistics_network_t::ip_routeloop_detect
Number of RPL packet forwarding errors due to inconsistent routing information.
372
of file C:/silabs/wisun_gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
rpl_memory_overflow#
uint32_t sl_wisun_statistics_network_t::rpl_memory_overflow
Sum of RPL object sizes that have failed allocation in bytes.
374
of file C:/silabs/wisun_gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
rpl_parent_tx_fail#
uint32_t sl_wisun_statistics_network_t::rpl_parent_tx_fail
Number of failed RPL transmissions to the parent.
376
of file C:/silabs/wisun_gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
rpl_unknown_instance#
uint32_t sl_wisun_statistics_network_t::rpl_unknown_instance
Number of discarded RPL packets due to an unknown DODAG instance.
378
of file C:/silabs/wisun_gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
rpl_local_repair#
uint32_t sl_wisun_statistics_network_t::rpl_local_repair
Number of times a local repair procedure has been triggered by the node.
380
of file C:/silabs/wisun_gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
rpl_global_repair#
uint32_t sl_wisun_statistics_network_t::rpl_global_repair
Number of times a global repair has been triggered by the border router.
382
of file C:/silabs/wisun_gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
rpl_malformed_message#
uint32_t sl_wisun_statistics_network_t::rpl_malformed_message
Number of discarded RPL packets due to malformed content.
384
of file C:/silabs/wisun_gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
rpl_time_no_next_hop#
uint32_t sl_wisun_statistics_network_t::rpl_time_no_next_hop
Number of seconds without an RPL parent.
386
of file C:/silabs/wisun_gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
rpl_total_memory#
uint32_t sl_wisun_statistics_network_t::rpl_total_memory
Amount of memory currently allocated for RPL objects in bytes.
388
of file C:/silabs/wisun_gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
buf_alloc#
uint32_t sl_wisun_statistics_network_t::buf_alloc
Number of data buffer allocation attempts.
390
of file C:/silabs/wisun_gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
buf_headroom_realloc#
uint32_t sl_wisun_statistics_network_t::buf_headroom_realloc
Number of times data buffers have been resized due to lack of header space.
392
of file C:/silabs/wisun_gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
buf_headroom_shuffle#
uint32_t sl_wisun_statistics_network_t::buf_headroom_shuffle
Number of times data buffers have been reorganized due to lack of header space.
394
of file C:/silabs/wisun_gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
buf_headroom_fail#
uint32_t sl_wisun_statistics_network_t::buf_headroom_fail
Number of times data buffer resizing has failed.
396
of file C:/silabs/wisun_gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
etx_1st_parent#
uint16_t sl_wisun_statistics_network_t::etx_1st_parent
ETX of the primary parent.
398
of file C:/silabs/wisun_gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
etx_2nd_parent#
uint16_t sl_wisun_statistics_network_t::etx_2nd_parent
ETX of the secondary parent.
400
of file C:/silabs/wisun_gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
adapt_layer_tx_queue_size#
uint16_t sl_wisun_statistics_network_t::adapt_layer_tx_queue_size
Current number of frames in the adaptation layer transmission queue.
402
of file C:/silabs/wisun_gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
adapt_layer_tx_queue_peak#
uint16_t sl_wisun_statistics_network_t::adapt_layer_tx_queue_peak
Highest number of frames in the adaptation layer transmission queue.
404
of file C:/silabs/wisun_gsdk/protocol/wisun/stack/inc/sl_wisun_types.h