START sys/netinet/tcpthread 2025-03-31T01:53:33Z ==== 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 1924, accept 1, send 17, recv 1, close 1924, drop 0 10.02 real 30.03 user 0.07 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.54s user 0m05.53s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 504176, splice 33, unsplice 0, max 0, idle 0, accept 10, send 999, recv 839, close 503649, drop 0 10.05 real 21.48 user 15.05 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 445758, splice 469, unsplice 2662, max 0, idle 0, accept 157, send 2289, recv 3612, close 444690, drop 0 10.03 real 25.63 user 20.79 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 344629, splice 4067, unsplice 0, max 156, idle 0, accept 3042, send 52107, recv 3528, close 347193, drop 0 10.03 real 32.20 user 21.28 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 16, splice 6, unsplice 0, max 0, idle 0, accept 6, send 2, recv 6, close 12, drop 0 10.13 real 37.36 user 12.59 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 10, accept 10, send 34, recv 5, close 0, drop 10 10.10 real 50.11 user 0.01 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 1526, splice 261, unsplice 0, max 0, idle 0, accept 303, send 39183, recv 776, close 0, drop 321 10.02 real 27.23 user 22.79 sys PASS sys/netinet/tcpthread Duration 1m21.35s