START sys/netinet/tcpthread 2025-03-27T05:27:56Z ==== 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 684, accept 24, send 30, recv 24, close 684, drop 0 10.04 real 30.12 user 0.07 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 229600, accept 23921, send 20116, recv 17218, close 229527, drop 0 0m10.05s real 0m12.84s user 0m25.31s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 106, splice 7, unsplice 0, max 0, idle 0, accept 29, send 16, recv 97, close 116, drop 0 10.07 real 24.06 user 6.14 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 838, splice 11, unsplice 163, max 0, idle 0, accept 162, send 8173, recv 100, close 285, drop 0 10.10 real 33.77 user 6.26 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 183743, splice 322, unsplice 0, max 6, idle 0, accept 2543, send 242503, recv 118683, close 188307, drop 0 10.04 real 21.08 user 23.99 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 208265, splice 301, unsplice 0, max 0, idle 4, accept 2565, send 18344, recv 2755, close 208909, drop 0 10.05 real 31.56 user 22.59 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 18633, accept 3307, send 77208, recv 7690, close 0, drop 1722 10.02 real 18.35 user 28.08 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 24, splice 12, unsplice 0, max 0, idle 0, accept 10, send 341693, recv 267205, close 0, drop 5 10.02 real 2.13 user 22.33 sys PASS sys/netinet/tcpthread Duration 1m21.48s