START sys/netinet/tcpthread 2025-01-11T06:44:53Z ==== 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:645 (/usr/src/regress/sys/netinet/tcpthread/tcpthread.c:645)(tcpthread.o:(main)): warning: rand_r() is not random, it is deterministic. time ./tcpthread count: connect 281, accept 192, send 8415, recv 181, close 192, drop 0 10.03 real 24.03 user 6.00 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 88457, accept 40103, send 3983, recv 39423, close 88390, drop 0 0m10.02s real 0m17.03s user 0m18.78s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 25, splice 9, unsplice 0, max 0, idle 0, accept 15, send 71, recv 19, close 22, drop 0 10.04 real 25.38 user 4.49 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 28611, splice 375, unsplice 1524, max 0, idle 0, accept 491, send 115460, recv 42485, close 31447, drop 0 10.03 real 24.34 user 10.95 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 10, splice 9, unsplice 0, max 0, idle 0, accept 9, send 51, recv 7, close 8, drop 0 10.20 real 30.09 user 10.06 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 25301, splice 1057, unsplice 0, max 0, idle 854, accept 1155, send 221782, recv 52276, close 607, drop 0 10.13 real 19.05 user 16.91 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 tcpthread: accept_socket: accept 7: Software caused connection abort 2.86 real 5.06 user 6.25 sys *** Error 1 in . (Makefile:39 'run-drop') FAILED ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 17, splice 10, unsplice 0, max 0, idle 0, accept 13, send 350, recv 7, close 0, drop 13 10.07 real 13.42 user 26.50 sys FAIL sys/netinet/tcpthread *** Error 1 in . (Makefile:39 'run-drop')