START sys/netinet/tcpthread 2025-03-15T06:46:11Z ==== 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 3540, accept 452, send 393, recv 452, close 3540, drop 0 10.03 real 29.89 user 0.30 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 10694, accept 9961, send 579089, recv 312130, close 9906, drop 0 0m10.88s real 0m13.50s user 0m12.33s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 29, splice 9, unsplice 0, max 0, idle 0, accept 11, send 366798, recv 236413, close 20, drop 0 10.10 real 14.23 user 9.15 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 57451, splice 3175, unsplice 7168, max 0, idle 0, accept 1132, send 10567, recv 3501, close 60848, drop 0 10.03 real 25.33 user 11.29 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 14, splice 8, unsplice 0, max 0, idle 0, accept 9, send 34, recv 6, close 8, drop 0 10.09 real 32.13 user 7.89 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 42641, splice 2040, unsplice 0, max 0, idle 3, accept 2392, send 1052, recv 4231, close 44972, drop 0 10.02 real 20.38 user 17.27 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 2667, accept 1397, send 49732, recv 4727, close 0, drop 1304 10.02 real 18.11 user 21.24 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 35, splice 12, unsplice 0, max 0, idle 0, accept 10, send 295233, recv 54246, close 0, drop 22 10.02 real 9.01 user 28.28 sys PASS sys/netinet/tcpthread Duration 1m22.40s