START sys/netinet/tcpthread 2025-03-23T05:22:59Z ==== 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 17, send 507, recv 1, close 17, drop 0 10.03 real 30.15 user 0.04 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 100, accept 100, send 29, recv 0, close 50, drop 0 0m10.21s real 0m24.08s user 0m06.12s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 238320, splice 144, unsplice 0, max 0, idle 0, accept 1173, send 17685, recv 1204, close 230571, drop 0 10.03 real 20.01 user 15.68 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 118377, splice 31, unsplice 486, max 0, idle 0, accept 1089, send 458233, recv 218363, close 123277, drop 0 10.11 real 20.01 user 12.91 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 203598, splice 215, unsplice 0, max 8, idle 0, accept 2576, send 16255, recv 3263, close 206093, drop 0 10.04 real 32.30 user 22.24 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 4144, splice 1814, unsplice 0, max 0, idle 1431, accept 1937, send 237537, recv 123591, close 1072, drop 0 10.05 real 28.59 user 19.21 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 24369, accept 3975, send 88394, recv 8350, close 0, drop 1930 10.03 real 18.99 user 26.80 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 38, splice 10, unsplice 0, max 0, idle 0, accept 15, send 247, recv 28, close 0, drop 28 10.02 real 9.78 user 40.15 sys PASS sys/netinet/tcpthread Duration 1m21.60s