START sys/netinet/tcpthread 2025-03-08T19:35:42Z ==== 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 252614, accept 231, send 235, recv 231, close 252614, drop 0 10.03 real 28.73 user 6.61 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 197740, accept 20545, send 146826, recv 70513, close 161084, drop 0 0m10.02s real 0m17.39s user 0m15.62s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 65081, splice 190, unsplice 0, max 0, idle 0, accept 487, send 2172, recv 377, close 69798, drop 0 10.02 real 15.36 user 16.40 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 1008, splice 18, unsplice 521, max 0, idle 0, accept 238, send 636345, recv 471430, close 291, drop 0 10.01 real 22.49 user 11.07 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 304, splice 19, unsplice 0, max 8, idle 0, accept 75, send 685747, recv 636007, close 235, drop 0 10.05 real 25.42 user 19.04 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 311847, splice 273, unsplice 0, max 0, idle 1, accept 1726, send 9442, recv 1669, close 316618, drop 0 10.08 real 32.96 user 23.22 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 24, accept 10, send 262, recv 5, close 0, drop 10 10.02 real 9.03 user 41.08 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 31, splice 10, unsplice 0, max 0, idle 0, accept 20, send 590368, recv 292025, close 0, drop 28 10.03 real 2.31 user 19.62 sys PASS sys/netinet/tcpthread Duration 1m20.99s