X pinglat: Start timing from last interrupt
But verify via nint the scenario is sane (e.g. nint=2 means TXintr RXintr icmp_echo icmp_reply TXintr RXintr ...) ---------------------------------------- nint : count distribution 0 : 0 | | 1 : 3 | | 2 : 24557 |****************************************| 3 : 11 | | 4 : 1 | | int - icmp_echo (μs) : count distribution 0 -> 1 : 23238 |****************************************| 2 -> 3 : 1031 |* | 4 -> 7 : 169 | | 8 -> 15 : 17 | | 16 -> 31 : 118 | | 32 -> 63 : 1 | | icmp_echo - tx (μs) : count distribution 0 -> 1 : 24335 |****************************************| 2 -> 3 : 186 | | 4 -> 7 : 39 | | 8 -> 15 : 1 | | 16 -> 31 : 16 | | int - tx (μs) : count distribution 0 -> 1 : 0 | | 2 -> 3 : 23836 |****************************************| 4 -> 7 : 583 | | 8 -> 15 : 26 | | 16 -> 31 : 123 | | 32 -> 63 : 10 | | ---------------------------------------- i.e. on my deco software processing time for icmp echo request is <= 3μs.
Showing