START sys/netinet/tcpthread 2025-04-02T04:26:48Z ==== 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 717, accept 1, send 130, recv 0, close 587, drop 0 10.02 real 30.07 user 0.06 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 13488, accept 13488, send 6812, recv 20189, close 13438, drop 0 0m10.26s real 0m23.37s user 0m09.05s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 83907, splice 136, unsplice 0, max 0, idle 0, accept 1233, send 432740, recv 205137, close 89244, drop 0 10.10 real 9.83 user 12.54 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 83, splice 5, unsplice 41, max 0, idle 0, accept 30, send 20, recv 73, close 60, drop 0 10.08 real 33.92 user 6.19 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 141827, splice 927, unsplice 0, max 2, idle 0, accept 2808, send 839, recv 2709, close 152320, drop 0 10.03 real 33.05 user 20.85 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 257081, splice 237, unsplice 0, max 0, idle 1, accept 510, send 16699, recv 508, close 257735, drop 0 10.04 real 30.40 user 25.13 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 1287, accept 1287, send 5721, recv 3659, close 0, drop 1287 10.12 real 19.98 user 29.22 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 1810, splice 490, unsplice 0, max 0, idle 0, accept 612, send 65931, recv 1388, close 0, drop 625 10.04 real 35.80 user 13.46 sys PASS sys/netinet/tcpthread Duration 1m21.79s