START sys/netinet/tcpthread 2025-03-08T06:42:57Z ==== 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 2247, accept 1, send 173, recv 0, close 2128, drop 0 10.01 real 30.05 user 0.10 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 155531, accept 28240, send 4118, recv 27566, close 155461, drop 0 0m10.04s real 0m15.37s user 0m19.06s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 256637, splice 1943, unsplice 0, max 0, idle 0, accept 517, send 33246, recv 602, close 246443, drop 0 10.04 real 20.77 user 13.81 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 95273, splice 2786, unsplice 6608, max 0, idle 0, accept 10, send 43639, recv 9592, close 73300, drop 0 10.05 real 27.63 user 8.20 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 63576, splice 2377, unsplice 0, max 114, idle 0, accept 3192, send 403160, recv 132240, close 49101, drop 0 10.05 real 18.54 user 14.77 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 26496, splice 780, unsplice 0, max 0, idle 575, accept 926, send 131255, recv 4159, close 514, drop 0 10.06 real 20.49 user 17.18 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 49, accept 10, send 362, recv 6, close 0, drop 10 10.02 real 13.57 user 26.51 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 515, splice 243, unsplice 0, max 0, idle 0, accept 257, send 28396, recv 828, close 0, drop 253 10.02 real 23.68 user 15.53 sys PASS sys/netinet/tcpthread Duration 1m21.40s