START sys/netinet/tcpthread 2025-03-18T02:56:52Z ==== 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 501, accept 1, send 511, recv 2, close 1, drop 0 10.01 real 29.84 user 0.04 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 445650, accept 218, send 1878, recv 85, close 445590, drop 0 0m10.07s real 0m15.20s user 0m21.79s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 10, splice 3, unsplice 0, max 0, idle 0, accept 3, send 1, recv 0, close 5, drop 0 10.16 real 24.38 user 5.58 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 391741, splice 115, unsplice 461, max 0, idle 0, accept 169, send 323441, recv 69579, close 392173, drop 0 10.09 real 27.40 user 17.19 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 10, splice 5, unsplice 0, max 0, idle 0, accept 10, send 7, recv 4, close 10, drop 0 10.10 real 37.39 user 12.70 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 5319, splice 1167, unsplice 0, max 0, idle 941, accept 1230, send 521692, recv 222086, close 751, drop 0 10.08 real 21.82 user 25.04 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 1309, accept 1309, send 6655, recv 3652, close 0, drop 1309 10.08 real 19.74 user 30.15 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 17324, splice 760, unsplice 0, max 0, idle 0, accept 893, send 101058, recv 1885, close 0, drop 853 10.09 real 35.98 user 13.71 sys PASS sys/netinet/tcpthread Duration 1m21.44s