START sys/netinet/tcpthread 2025-03-18T05:32:24Z ==== 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 4, send 514, recv 4, close 4, drop 0 10.03 real 30.00 user 0.01 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 100, accept 100, send 24, recv 0, close 50, drop 0 0m10.22s real 0m23.54s user 0m06.70s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 306371, splice 158, unsplice 0, max 0, idle 0, accept 10, send 18743, recv 21, close 297776, drop 0 10.04 real 18.74 user 16.82 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 163577, splice 22, unsplice 410, max 0, idle 0, accept 817, send 811, recv 702, close 168462, drop 0 10.03 real 31.50 user 12.77 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 90, splice 21, unsplice 0, max 9, idle 0, accept 39, send 473707, recv 437979, close 79, drop 0 10.03 real 25.78 user 17.76 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 266958, splice 390, unsplice 0, max 0, idle 9, accept 2245, send 19077, recv 2773, close 268174, drop 0 10.04 real 30.74 user 24.15 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 10, accept 10, send 11, recv 5, close 0, drop 10 10.11 real 50.26 user 0.01 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 41, splice 12, unsplice 0, max 0, idle 0, accept 10, send 371602, recv 277880, close 0, drop 24 10.02 real 2.86 user 22.57 sys PASS sys/netinet/tcpthread Duration 1m21.62s