START sys/netinet/tcpthread 2025-03-05T03:00:16Z ==== 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 500, accept 2, send 567, recv 2, close 2, drop 0 10.01 real 30.03 user 0.03 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 497950, accept 413, send 2168, recv 184, close 497857, drop 0 0m10.02s real 0m14.77s user 0m22.18s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 408788, splice 152, unsplice 0, max 0, idle 0, accept 177, send 5388, recv 533, close 409099, drop 0 10.06 real 17.34 user 19.56 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 445, splice 23, unsplice 288, max 0, idle 0, accept 25, send 667760, recv 542109, close 131, drop 0 10.06 real 21.86 user 7.58 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 3360, splice 587, unsplice 0, max 421, idle 0, accept 654, send 1449576, recv 788906, close 365, drop 0 10.04 real 16.44 user 19.86 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 66858, splice 3705, unsplice 0, max 0, idle 1, accept 4547, send 1053, recv 4491, close 76872, drop 0 10.06 real 32.89 user 17.59 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 10, accept 10, send 22, recv 5, close 0, drop 10 10.09 real 49.97 user 0.01 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 98, splice 10, unsplice 0, max 0, idle 0, accept 10, send 846507, recv 681525, close 0, drop 55 10.02 real 4.14 user 31.48 sys PASS sys/netinet/tcpthread Duration 1m21.16s