Lines Matching full:it
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
35 to when it was passed to the application. The values are in microseconds. The
53 The numbers inside the brackets contain information how many microseconds it
60 * Packet is about to be placed to transmit queue. The time it took from network
63 queue. It took **15** microseconds from previous state.
65 network packet. It took **23** microseconds from previous state.
66 * In total it took on average **60** microseconds to get the network packet
74 * Packet is about to be placed to receive queue. The time it took from network
77 queue. It took **6** microseconds from previous state.
79 It took **11** microseconds from previous state.
80 * The last value tells how long it took from there to the application. Here
82 * In total it took on average **39** microseconds to get the network packet