START sys/netinet/tcpthread 2025-03-30T02:53:54Z ==== 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 1, accept 1, send 9, recv 0, close 1, drop 0 10.02 real 30.08 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.21s real 0m24.28s user 0m05.83s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 455319, splice 250, unsplice 0, max 0, idle 0, accept 79, send 1608, recv 1162, close 455690, drop 0 10.03 real 14.92 user 21.45 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 291136, splice 64, unsplice 138, max 0, idle 0, accept 69, send 1158418, recv 283666, close 291408, drop 0 10.09 real 19.15 user 19.01 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 350269, splice 4009, unsplice 0, max 72, idle 0, accept 509, send 47603, recv 623, close 354970, drop 0 10.03 real 32.85 user 21.32 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 361856, splice 3862, unsplice 0, max 0, idle 0, accept 517, send 49251, recv 577, close 364972, drop 0 10.03 real 32.03 user 21.93 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 2198, accept 2197, send 11941, recv 6259, close 0, drop 2193 10.01 real 19.49 user 30.39 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 5023, splice 547, unsplice 0, max 0, idle 0, accept 630, send 78310, recv 1657, close 0, drop 569 10.04 real 26.48 user 22.98 sys PASS sys/netinet/tcpthread Duration 1m21.24s