START sys/netinet/tcpthread 2025-03-30T05:24:07Z ==== 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 583, accept 7, send 10, recv 7, close 583, drop 0 10.01 real 29.92 user 0.04 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 35660, accept 32080, send 364650, recv 14999, close 32018, drop 0 0m10.61s real 0m14.05s user 0m18.68s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 297182, splice 108, unsplice 0, max 0, idle 0, accept 10, send 15281, recv 14, close 290867, drop 0 10.04 real 18.88 user 16.57 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 231567, splice 71, unsplice 5186, max 0, idle 0, accept 826, send 18788, recv 914, close 222692, drop 0 10.07 real 35.64 user 8.45 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 132966, splice 888, unsplice 0, max 0, idle 0, accept 3293, send 1837, recv 4098, close 143248, drop 0 10.03 real 26.74 user 27.85 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 4010, splice 1727, unsplice 0, max 0, idle 1328, accept 1878, send 236858, recv 112149, close 1132, drop 0 10.07 real 28.04 user 20.16 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 1260, accept 1255, send 5434, recv 3491, close 0, drop 1255 10.02 real 19.92 user 29.35 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 36, splice 10, unsplice 0, max 0, idle 0, accept 22, send 449356, recv 167385, close 0, drop 32 10.05 real 2.28 user 18.62 sys PASS sys/netinet/tcpthread Duration 1m22.02s