START sys/netinet/tcpthread 2025-03-15T05:29:17Z ==== 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 924, accept 75, send 75, recv 75, close 924, drop 0 10.01 real 29.99 user 0.01 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 171867, accept 12972, send 253567, recv 178229, close 171810, drop 0 0m10.07s real 0m07.25s user 0m15.48s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 300778, splice 74, unsplice 0, max 0, idle 0, accept 10, send 15159, recv 8, close 293841, drop 0 10.04 real 19.08 user 16.80 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 219551, splice 115, unsplice 3496, max 0, idle 0, accept 1347, send 27331, recv 1377, close 199078, drop 0 10.02 real 33.47 user 9.38 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 156, splice 14, unsplice 0, max 2, idle 0, accept 46, send 469473, recv 425658, close 121, drop 0 10.04 real 25.97 user 18.18 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 298274, splice 423, unsplice 0, max 0, idle 1, accept 651, send 15963, recv 31, close 300125, drop 0 10.04 real 23.22 user 33.61 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 1263, accept 1263, send 5445, recv 3629, close 0, drop 1263 10.08 real 19.83 user 28.75 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 23, splice 10, unsplice 0, max 0, idle 0, accept 12, send 494903, recv 124284, close 0, drop 16 10.06 real 3.95 user 22.71 sys PASS sys/netinet/tcpthread Duration 1m21.44s