START sys/netinet/tcpthread 2025-03-06T19:39: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 258395, accept 179, send 184, recv 179, close 258394, drop 0 10.03 real 28.85 user 7.05 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 9643, accept 9470, send 794703, recv 530051, close 9419, drop 0 0m10.69s real 0m12.52s user 0m14.34s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 186767, splice 29, unsplice 0, max 0, idle 0, accept 497, send 4580, recv 488, close 187995, drop 0 10.02 real 21.65 user 12.72 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 112973, splice 97, unsplice 3282, max 0, idle 0, accept 577, send 2848, recv 3144, close 113161, drop 0 10.16 real 28.41 user 14.83 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 4092, splice 706, unsplice 0, max 585, idle 0, accept 1098, send 48483, recv 834, close 654, drop 0 10.13 real 34.63 user 15.93 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 29, splice 7, unsplice 0, max 0, idle 0, accept 9, send 6, recv 21, close 24, drop 0 10.07 real 36.67 user 13.71 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 1418, accept 1418, send 6476, recv 4367, close 0, drop 1418 10.05 real 19.80 user 29.19 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 10, splice 4, unsplice 0, max 0, idle 0, accept 4, send 102, recv 2, close 0, drop 7 10.11 real 35.73 user 14.35 sys PASS sys/netinet/tcpthread Duration 1m21.99s