START sys/netinet/tcpthread 2025-03-21T19:40:48Z ==== 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 173741, accept 121, send 613, recv 0, close 173740, drop 0 10.03 real 29.40 user 5.12 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 223050, accept 4117, send 363802, recv 303027, close 222953, drop 0 0m10.02s real 0m09.92s user 0m12.73s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 68367, splice 168, unsplice 0, max 0, idle 0, accept 551, send 2505, recv 1006, close 72480, drop 0 10.02 real 15.90 user 16.27 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 357, splice 5, unsplice 75, max 0, idle 0, accept 17, send 8, recv 347, close 288, drop 0 10.05 real 33.13 user 7.03 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 22, splice 6, unsplice 0, max 0, idle 0, accept 8, send 3, recv 14, close 13, drop 0 10.11 real 36.67 user 13.61 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 157987, splice 117, unsplice 0, max 0, idle 1, accept 580, send 12223, recv 489, close 163755, drop 0 10.03 real 26.77 user 26.58 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 1426, accept 1426, send 6611, recv 4417, close 0, drop 1426 10.03 real 19.97 user 29.76 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 30, splice 10, unsplice 0, max 0, idle 0, accept 19, send 625007, recv 292947, close 0, drop 27 10.05 real 3.25 user 21.27 sys PASS sys/netinet/tcpthread Duration 1m21.09s