Lines Matching refs:network
10 This page describes how to get information about network packet processing
11 statistics inside network stack.
13 Network stack contains infrastructure to figure out how long the network packet
18 network packet statistics is collected. For RX, only UDP, TCP or raw packet
19 type network packet statistics is collected.
21 After enabling these options, the :ref:`net stats <net_shell>` network shell
33 The TX time tells how long it took for network packet from its creation to
34 when it was sent to the network. The RX time tells the time from its creation
42 information for TX or RX network packets are collected when the network packet
54 took for a network packet to go from previous state to next.
60 * Packet is about to be placed to transmit queue. The time it took from network
64 * The network packet was just sent and the network stack is about to free the
65 network packet. It took **23** microseconds from previous state.
66 * In total it took on average **60** microseconds to get the network packet
73 * Packet was created network device driver so the time is **0**.
74 * Packet is about to be placed to receive queue. The time it took from network
78 * The network packet is then processed and placed to correct socket queue.
82 * In total it took on average **39** microseconds to get the network packet