START sys/netinet/tcpthread 2025-03-12T05:33: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 1, accept 1, send 0, recv 0, close 1, drop 0 10.03 real 29.99 user 0.01 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 166947, accept 20384, send 147962, recv 72738, close 123525, drop 0 0m10.07s real 0m13.95s user 0m15.72s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 106986, splice 179, unsplice 0, max 0, idle 0, accept 619, send 278660, recv 104690, close 112340, drop 0 10.03 real 11.37 user 14.30 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 130170, splice 95, unsplice 5174, max 0, idle 0, accept 1108, send 6081, recv 2643, close 132881, drop 0 10.08 real 31.64 user 11.26 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 1417, splice 830, unsplice 0, max 711, idle 0, accept 876, send 481260, recv 416758, close 507, drop 0 10.04 real 25.91 user 18.36 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 195194, splice 463, unsplice 0, max 0, idle 9, accept 2829, send 16110, recv 3263, close 198111, drop 0 10.03 real 31.77 user 22.75 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 10, accept 10, send 9, recv 5, close 0, drop 10 10.09 real 49.83 user 0.03 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 1755, splice 533, unsplice 0, max 0, idle 0, accept 621, send 69550, recv 1438, close 0, drop 607 10.04 real 35.02 user 14.27 sys PASS sys/netinet/tcpthread Duration 1m21.52s