START sys/netinet/tcpthread 2025-03-22T06:12:55Z ==== 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 671, accept 29, send 31, recv 32, close 654, drop 0 10.01 real 30.09 user 0.03 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 8772, accept 8429, send 507122, recv 354684, close 8364, drop 0 0m10.61s real 0m11.84s user 0m14.03s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 63257, splice 179, unsplice 0, max 0, idle 0, accept 1072, send 5992, recv 15, close 68713, drop 0 10.06 real 22.41 user 9.24 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 236704, splice 11, unsplice 387, max 0, idle 0, accept 10, send 23278, recv 11, close 221189, drop 0 10.05 real 29.33 user 15.42 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 16, splice 5, unsplice 0, max 0, idle 0, accept 6, send 10, recv 9, close 9, drop 0 10.13 real 36.07 user 14.25 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 29, splice 6, unsplice 0, max 0, idle 0, accept 12, send 8, recv 24, close 26, drop 0 10.10 real 36.60 user 13.87 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 115, accept 10, send 525, recv 3, close 0, drop 10 10.02 real 9.43 user 39.95 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 10, splice 4, unsplice 0, max 0, idle 0, accept 5, send 190, recv 3, close 0, drop 2 10.17 real 43.87 user 6.26 sys PASS sys/netinet/tcpthread Duration 1m22.25s