START sys/netinet/tcpthread 2025-03-13T05:36: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 654, accept 1, send 62, recv 0, close 608, drop 0 10.02 real 29.93 user 0.07 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 181372, accept 21679, send 121994, recv 66299, close 145837, drop 0 0m10.06s real 0m14.55s user 0m16.24s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 604, splice 12, unsplice 0, max 0, idle 0, accept 97, send 509847, recv 439821, close 637, drop 0 10.03 real 12.80 user 12.53 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 149088, splice 55, unsplice 658, max 0, idle 0, accept 614, send 247949, recv 118396, close 153929, drop 0 10.03 real 19.63 user 14.86 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 150915, splice 463, unsplice 0, max 19, idle 0, accept 3111, send 209735, recv 123879, close 153236, drop 0 10.03 real 18.55 user 21.80 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 227331, splice 358, unsplice 0, max 0, idle 5, accept 2719, send 19314, recv 2962, close 226430, drop 0 10.03 real 31.71 user 23.19 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 39, accept 10, send 277, recv 6, close 0, drop 10 10.02 real 9.20 user 40.29 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 10, splice 3, unsplice 0, max 0, idle 0, accept 6, send 243, recv 2, close 0, drop 6 10.16 real 37.16 user 12.97 sys PASS sys/netinet/tcpthread Duration 1m21.46s