START sys/netinet/tcpthread 2025-03-05T05:36:53Z ==== 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 605, accept 1, send 44, recv 0, close 562, drop 0 10.02 real 29.94 user 0.01 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 10057, accept 9620, send 494765, recv 340680, close 9567, drop 0 0m10.76s real 0m11.97s user 0m14.21s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 91042, splice 23, unsplice 0, max 0, idle 0, accept 739, send 408438, recv 251958, close 96085, drop 0 10.02 real 10.71 user 13.66 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 944, splice 13, unsplice 735, max 0, idle 0, accept 186, send 396548, recv 269758, close 648, drop 0 10.06 real 21.58 user 10.76 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 154, splice 11, unsplice 0, max 1, idle 0, accept 39, send 713433, recv 554288, close 105, drop 0 10.04 real 12.73 user 19.36 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 3195, splice 1676, unsplice 0, max 0, idle 1428, accept 1851, send 233352, recv 140351, close 955, drop 0 10.04 real 30.27 user 17.05 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 1260, accept 1260, send 5270, recv 3510, close 0, drop 1260 10.08 real 19.54 user 29.38 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 10, splice 4, unsplice 0, max 0, idle 0, accept 5, send 153, recv 3, close 0, drop 8 10.10 real 36.20 user 14.02 sys PASS sys/netinet/tcpthread Duration 1m22.22s