Script for automated testing of computer latency.
16 Nov 2022 20:06 #256891
by seuchato
Replied by seuchato on topic Script for automated testing of computer latency.
Tommy, Rod
I will have to dig into this a bit. Self interest, as I am about to order my first mesa setup (guess that's good news).
As mentioned: not first priority for now. I'd like to eliminate the long known bugs first and at least get disc loading through.
Greez
chris
I will have to dig into this a bit. Self interest, as I am about to order my first mesa setup (guess that's good news).
As mentioned: not first priority for now. I'd like to eliminate the long known bugs first and at least get disc loading through.
Greez
chris
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
17 Nov 2022 04:23 #256913
by seuchato
gets the ping times. Now what do you want do with them? sum them up, average, std deviation etc.?
what is the output offor the problematic NICs?
Replied by seuchato on topic Script for automated testing of computer latency.
LANG=C ping -c 50 $(ip route | grep default | awk '{print $3}') | awk -F '[:= ]' 'NR!=1 {print $11}'
what is the output of
lspci | grep -Ei eth
Please Log in or Create an account to join the conversation.
Time to create page: 0.081 seconds