START sys/netinet/tcpthread 2025-03-07T03:02:55Z ==== 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 203, send 177, recv 368, close 203, drop 0 10.02 real 26.65 user 3.38 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 241500, accept 9027, send 757200, recv 575947, close 241416, drop 0 0m10.03s real 0m05.67s user 0m19.26s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 10, splice 3, unsplice 0, max 0, idle 0, accept 3, send 0, recv 0, close 4, drop 0 10.15 real 24.42 user 5.60 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 424777, splice 61, unsplice 357, max 0, idle 0, accept 10, send 3226, recv 821, close 424597, drop 0 10.05 real 32.35 user 14.55 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 223144, splice 4390, unsplice 0, max 93, idle 0, accept 585, send 31395, recv 16, close 229596, drop 0 10.03 real 27.19 user 25.08 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 358005, splice 4338, unsplice 0, max 0, idle 0, accept 1228, send 53549, recv 1452, close 361054, drop 0 10.04 real 32.79 user 21.26 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 1282, accept 1282, send 6572, recv 3475, close 0, drop 1282 10.05 real 19.78 user 30.11 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 100, splice 11, unsplice 0, max 0, idle 0, accept 10, send 816738, recv 743570, close 0, drop 55 10.02 real 3.96 user 31.21 sys PASS sys/netinet/tcpthread Duration 1m21.18s