[Bug 225535] Delays in TCP connection over Gigabit Ethernet connections; Regression from 6.3-RELEASE
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Jan 31 08:54:51 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225535
--- Comment #19 from Aleksander Derevianko <aeder at list.ru> ---
With console="comconsole,vidconsole" removed both on A1 and A2 computers:
root at fspa1:~/clock/new_res # grep times periodic_1.txt | awk '{print $3 " " $4
" " $6 " " $8 " " $10;}' | sort | uniq -c
5116 send_sync 0 0 0 0
2234 send_sync 0 0 0 1
1 send_sync 0 0 0 229
64 send_sync 0 1 0 0
root at fspa2:~/clock/new_res # grep times periodic_1.txt | awk '{print $3 " " $4
" " $6 " " $8 " " $10 ;}' | sort | uniq -c
4000 send_sync 0 0 0 0
3235 send_sync 0 0 0 1
1 send_sync 0 0 0 230
6 send_sync 0 1 0 0
Again, on the same cycle.
----------------------------------------------------
With boot_verbose="YES"
root at fspa1:~/clock/new_res # grep times periodic_2.txt | awk '{print $3 " " $4
" " $6 " " $8 " " $10;}' | sort | uniq -c
6539 send_sync 0 0 0 0
794 send_sync 0 0 0 1
2 send_sync 0 0 0 229
125 send_sync 0 1 0 0
root at fspa2:~/clock/new_res # grep times periodic_2.txt | awk '{print $3 " " $4
" " $6 " " $8 " " $10 ;}' | sort | uniq -c
4210 send_sync 0 0 0 0
3249 send_sync 0 0 0 1
2 send_sync 0 0 0 230
6 send_sync 0 1 0 0
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-net
mailing list