START sys/netinet/tcpthread 2025-03-19T19:36:07Z ==== 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 204, accept 204, send 108, recv 312, close 204, drop 0 10.01 real 25.76 user 4.18 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 10119, accept 9910, send 793493, recv 513095, close 9848, drop 0 0m10.01s real 0m12.80s user 0m14.09s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 384, splice 6, unsplice 0, max 0, idle 0, accept 18, send 14, recv 377, close 372, drop 0 10.07 real 23.22 user 6.99 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 180517, splice 7, unsplice 414, max 0, idle 0, accept 654, send 1176, recv 445, close 185001, drop 0 10.10 real 33.13 user 11.35 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 77758, splice 298, unsplice 0, max 0, idle 0, accept 1863, send 827, recv 2591, close 85328, drop 0 10.07 real 27.70 user 25.06 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 12900, splice 1689, unsplice 0, max 0, idle 921, accept 2309, send 233772, recv 37937, close 1479, drop 0 10.09 real 31.03 user 18.08 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 105509, accept 2281, send 154391, recv 6281, close 0, drop 1419 10.02 real 18.85 user 24.79 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 55, splice 14, unsplice 0, max 0, idle 0, accept 10, send 545731, recv 483208, close 0, drop 26 10.01 real 2.01 user 24.14 sys PASS sys/netinet/tcpthread Duration 1m21.11s