START sys/netinet/tcpthread 2025-03-17T02:55: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 2355, accept 1, send 1, recv 1, close 2355, drop 0 10.02 real 30.05 user 0.13 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 13171, accept 11404, send 1616993, recv 1030531, close 11349, drop 0 0m10.04s real 0m14.67s user 0m12.17s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 519067, splice 49, unsplice 0, max 0, idle 0, accept 10, send 9596, recv 3425, close 514707, drop 0 10.06 real 22.97 user 13.72 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 10, splice 3, unsplice 6, max 0, idle 0, accept 2, send 1, recv 0, close 7, drop 0 10.17 real 35.75 user 4.37 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 325, splice 39, unsplice 0, max 32, idle 0, accept 45, send 3101, recv 34, close 64, drop 0 10.15 real 33.39 user 16.59 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 56643, splice 4158, unsplice 0, max 0, idle 3, accept 4674, send 1072, recv 4600, close 67055, drop 0 10.02 real 36.91 user 13.50 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 10, accept 10, send 14, recv 5, close 0, drop 10 10.09 real 50.13 user 0.03 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 12, splice 6, unsplice 0, max 0, idle 0, accept 6, send 1219732, recv 347736, close 0, drop 6 10.05 real 6.86 user 31.69 sys PASS sys/netinet/tcpthread Duration 1m21.29s