START sys/netinet/tcpthread 2025-03-04T19:40:26Z ==== 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 3, send 504, recv 1, close 3, drop 0 10.02 real 30.13 user 0.02 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 298827, accept 30329, send 17668, recv 24493, close 298769, drop 0 0m10.03s real 0m13.10s user 0m26.16s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 123389, splice 95, unsplice 0, max 0, idle 0, accept 376, send 602617, recv 451968, close 126921, drop 0 10.05 real 11.24 user 14.28 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 283751, splice 10, unsplice 375, max 0, idle 0, accept 10, send 5876, recv 31, close 285528, drop 0 10.02 real 30.44 user 14.68 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 1516, splice 20, unsplice 0, max 11, idle 0, accept 251, send 698870, recv 611051, close 984, drop 0 10.17 real 25.19 user 19.15 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 5924, splice 320, unsplice 0, max 0, idle 144, accept 671, send 55003, recv 8030, close 502, drop 0 10.09 real 21.46 user 28.49 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 10, accept 10, send 17, recv 5, close 0, drop 10 10.09 real 49.92 user 0.04 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 73, splice 10, unsplice 0, max 0, idle 0, accept 10, send 561305, recv 476789, close 0, drop 55 10.01 real 3.09 user 24.40 sys PASS sys/netinet/tcpthread Duration 1m21.20s