START sys/netinet/tcpthread 2025-03-28T02:57: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 2281, accept 3, send 3, recv 3, close 2281, drop 0 10.02 real 29.97 user 0.10 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 443938, accept 516, send 269711, recv 2501, close 181271, drop 0 0m10.03s real 0m16.67s user 0m15.04s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 367971, splice 13, unsplice 0, max 0, idle 0, accept 14, send 833182, recv 127504, close 368040, drop 0 10.12 real 19.53 user 13.78 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 9087, splice 17, unsplice 169, max 0, idle 0, accept 65, send 13009, recv 43, close 94, drop 0 10.22 real 34.47 user 5.72 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 2552, splice 579, unsplice 0, max 436, idle 0, accept 630, send 1352348, recv 731609, close 471, drop 0 10.03 real 16.37 user 19.09 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 5887, splice 1685, unsplice 0, max 0, idle 1516, accept 1715, send 389478, recv 244527, close 867, drop 0 10.12 real 31.93 user 15.64 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 124128, accept 1476, send 177365, recv 4780, close 0, drop 1231 10.03 real 18.89 user 31.05 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 33, splice 12, unsplice 0, max 0, idle 0, accept 10, send 857656, recv 685749, close 0, drop 15 10.02 real 4.32 user 32.19 sys PASS sys/netinet/tcpthread Duration 1m21.37s