START sys/netinet/tcpthread 2025-03-26T03:01:46Z ==== 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 501, accept 1, send 515, recv 1, close 1, drop 0 10.01 real 30.03 user 0.03 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 12110, accept 12100, send 6002, recv 17999, close 12036, drop 0 0m10.02s real 0m24.76s user 0m07.07s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 496100, splice 10, unsplice 0, max 0, idle 0, accept 9, send 1966, recv 2, close 494179, drop 0 10.05 real 21.77 user 15.23 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 274700, splice 51, unsplice 119, max 0, idle 0, accept 61, send 1145309, recv 358665, close 274917, drop 0 10.07 real 18.81 user 18.27 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 79134, splice 3336, unsplice 0, max 4, idle 0, accept 4305, send 1372, recv 4196, close 89939, drop 0 10.02 real 32.60 user 17.87 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 87, splice 7, unsplice 0, max 0, idle 0, accept 25, send 105, recv 77, close 73, drop 0 10.11 real 37.07 user 13.06 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 10, accept 10, send 11, recv 5, close 0, drop 10 10.12 real 50.02 user 0.02 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 10, splice 3, unsplice 0, max 0, idle 0, accept 7, send 290, recv 5, close 0, drop 11 10.14 real 44.57 user 5.45 sys PASS sys/netinet/tcpthread Duration 1m21.32s