START sys/netinet/tcpthread 2025-04-03T18:39:24Z ==== 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 217455, accept 122, send 117, recv 122, close 217454, drop 0 10.04 real 29.16 user 6.60 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 10584, accept 10288, send 794788, recv 503996, close 10236, drop 0 0m10.49s real 0m12.52s user 0m14.34s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 328737, splice 89, unsplice 0, max 0, idle 0, accept 10, send 7508, recv 14, close 329574, drop 0 10.03 real 20.63 user 15.29 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 334722, splice 8, unsplice 347, max 0, idle 0, accept 10, send 5706, recv 5, close 336588, drop 0 10.03 real 30.47 user 15.73 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 601, splice 11, unsplice 0, max 1, idle 0, accept 141, send 724415, recv 701519, close 531, drop 0 10.04 real 24.34 user 20.74 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 9826, splice 1724, unsplice 0, max 0, idle 1243, accept 2475, send 426179, recv 248090, close 2567, drop 0 10.01 real 18.26 user 26.66 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 2510, accept 2508, send 11447, recv 7875, close 0, drop 2505 10.01 real 19.32 user 29.86 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 10, splice 3, unsplice 0, max 0, idle 0, accept 5, send 190, recv 2, close 0, drop 4 10.15 real 36.79 user 13.26 sys PASS sys/netinet/tcpthread Duration 1m21.53s