START sys/netinet/tcpthread 2025-03-28T05:36:51Z ==== 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 1069, accept 16, send 16, recv 16, close 1069, drop 0 10.01 real 30.03 user 0.03 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 183167, accept 18784, send 126726, recv 60671, close 145829, drop 0 0m10.06s real 0m14.79s user 0m16.75s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 279, splice 6, unsplice 0, max 0, idle 0, accept 85, send 49, recv 271, close 350, drop 0 10.05 real 23.60 user 6.43 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 483, splice 13, unsplice 49, max 0, idle 0, accept 95, send 513850, recv 462241, close 368, drop 0 10.11 real 22.35 user 12.21 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 198024, splice 264, unsplice 0, max 21, idle 0, accept 2107, send 231330, recv 106647, close 202805, drop 0 10.05 real 21.29 user 24.41 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 41, splice 6, unsplice 0, max 0, idle 0, accept 11, send 6, recv 31, close 39, drop 0 10.09 real 36.24 user 13.93 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 34320, accept 4396, send 112289, recv 9710, close 0, drop 2175 10.01 real 18.37 user 26.24 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 15, splice 5, unsplice 0, max 0, idle 0, accept 7, send 480231, recv 160804, close 0, drop 8 10.07 real 2.15 user 20.28 sys PASS sys/netinet/tcpthread Duration 1m21.56s