START sys/netinet/tcpthread 2025-03-26T05:32:40Z ==== run-default ==== cc -O2 -pipe -g -Wall -Wpointer-arith -Wuninitialized -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wsign-compare -Wshadow -MD -MP -c /usr/src/regress/sys/netinet/tcpthread/tcpthread.c cc -o tcpthread tcpthread.o -lpthread ld: warning: tcpthread.c:655 (/usr/src/regress/sys/netinet/tcpthread/tcpthread.c:655)(tcpthread.o:(main)): warning: rand_r() is not random, it is deterministic. time ./tcpthread count: connect 764, accept 1, send 77, recv 0, close 694, drop 0 10.01 real 29.98 user 0.07 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 11320, accept 10831, send 486422, recv 322567, close 10754, drop 0 0m10.35s real 0m12.60s user 0m14.29s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 171, splice 7, unsplice 0, max 0, idle 0, accept 55, send 40, recv 162, close 197, drop 0 10.07 real 23.52 user 6.57 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 137504, splice 67, unsplice 4948, max 0, idle 0, accept 878, send 3419, recv 459, close 142614, drop 0 10.06 real 37.15 user 6.18 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 11523, splice 573, unsplice 0, max 195, idle 0, accept 1563, send 30471, recv 644, close 1025, drop 0 10.10 real 20.80 user 29.55 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 7247, splice 936, unsplice 0, max 0, idle 729, accept 1246, send 218000, recv 105565, close 759, drop 0 10.07 real 20.00 user 27.50 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 23209, accept 4169, send 88052, recv 8528, close 0, drop 1958 10.02 real 18.42 user 27.26 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 884, splice 192, unsplice 0, max 0, idle 0, accept 264, send 26905, recv 531, close 0, drop 251 10.05 real 26.72 user 22.41 sys PASS sys/netinet/tcpthread Duration 1m21.83s