START sys/netinet/tcpthread 2025-04-02T01:53:13Z ==== 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 514, recv 1, close 1, drop 0 10.02 real 29.94 user 0.02 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 100, accept 100, send 23, recv 0, close 50, drop 0 0m10.21s real 0m24.32s user 0m05.90s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 428440, splice 9, unsplice 0, max 0, idle 0, accept 10, send 4662, recv 4, close 423833, drop 0 10.07 real 22.35 user 14.61 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 10, splice 2, unsplice 3, max 0, idle 0, accept 2, send 1, recv 1, close 7, drop 0 10.18 real 39.95 user 0.05 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 1039, splice 427, unsplice 0, max 380, idle 0, accept 438, send 996034, recv 887534, close 297, drop 0 10.04 real 26.75 user 17.38 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 218200, splice 4799, unsplice 0, max 0, idle 4, accept 6015, send 31695, recv 7268, close 224034, drop 0 10.03 real 39.75 user 12.84 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 1301, accept 1300, send 7173, recv 3703, close 0, drop 1296 10.02 real 20.06 user 29.83 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 1727, splice 292, unsplice 0, max 0, idle 0, accept 341, send 42620, recv 885, close 0, drop 342 10.08 real 27.03 user 22.79 sys PASS sys/netinet/tcpthread Duration 1m21.41s