START sys/netinet/tcpthread 2025-03-16T19:35:33Z ==== 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 206, accept 205, send 106, recv 308, close 205, drop 0 10.01 real 25.98 user 3.87 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 10127, accept 9885, send 795127, recv 532392, close 9834, drop 0 0m10.47s real 0m12.36s user 0m15.28s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 352, splice 11, unsplice 0, max 0, idle 0, accept 19, send 791505, recv 696484, close 252, drop 0 10.09 real 12.85 user 13.47 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 165549, splice 8, unsplice 364, max 0, idle 0, accept 10, send 5174, recv 16, close 168093, drop 0 10.02 real 31.82 user 12.65 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 2604, splice 512, unsplice 0, max 423, idle 0, accept 721, send 28385, recv 592, close 526, drop 0 10.12 real 33.65 user 16.50 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 168664, splice 492, unsplice 0, max 0, idle 3, accept 1837, send 523, recv 2020, close 178582, drop 0 10.02 real 27.35 user 26.75 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 1391, accept 1391, send 6375, recv 4289, close 0, drop 1391 10.03 real 19.96 user 29.65 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 10, splice 3, unsplice 0, max 0, idle 0, accept 5, send 99, recv 1, close 0, drop 5 10.15 real 37.05 user 13.17 sys PASS sys/netinet/tcpthread Duration 1m21.65s