START sys/netinet/tcpthread 2025-03-11T19:38:45Z ==== 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 201, accept 201, send 100, recv 301, close 201, drop 0 10.03 real 26.12 user 3.98 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 206936, accept 26895, send 198748, recv 107328, close 165485, drop 0 0m10.03s real 0m16.00s user 0m16.98s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 186, splice 14, unsplice 0, max 0, idle 0, accept 35, send 731748, recv 667242, close 167, drop 0 10.05 real 12.70 user 11.96 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 235531, splice 11, unsplice 909, max 0, idle 0, accept 141, send 524, recv 78, close 236418, drop 0 10.02 real 37.10 user 8.38 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 180280, splice 56, unsplice 0, max 4, idle 0, accept 815, send 472704, recv 222375, close 178576, drop 0 10.02 real 23.91 user 21.79 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 140892, splice 67, unsplice 0, max 0, idle 1, accept 1255, send 9118, recv 929, close 143712, drop 0 10.02 real 41.96 user 12.19 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 145, accept 10, send 380, recv 5, close 0, drop 10 10.01 real 8.87 user 41.00 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 40, splice 10, unsplice 0, max 0, idle 0, accept 13, send 443586, recv 313994, close 0, drop 19 10.01 real 2.09 user 20.38 sys PASS sys/netinet/tcpthread Duration 1m20.93s