START sys/netinet/tcpthread 2025-01-11T06:20:27Z ==== 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 609, accept 49, send 12, recv 54, close 606, drop 0 10.01 real 30.06 user 0.06 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 tcpthread: connect_socket: connect 213: No buffer space available *** Error 1 in . (Makefile:18 'run-sock100') FAILED ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 434, splice 12, unsplice 0, max 0, idle 0, accept 96, send 284232, recv 200610, close 396, drop 0 10.07 real 12.33 user 9.00 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 204909, splice 11, unsplice 168, max 0, idle 0, accept 10, send 17363, recv 102, close 196003, drop 0 10.05 real 29.50 user 14.04 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 258, splice 21, unsplice 0, max 9, idle 0, accept 72, send 705597, recv 431011, close 178, drop 0 10.03 real 14.61 user 18.64 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 20, splice 6, unsplice 0, max 0, idle 0, accept 8, send 3, recv 10, close 14, drop 0 10.12 real 36.02 user 14.31 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 1288, accept 1288, send 5307, recv 3459, close 0, drop 1288 10.12 real 20.07 user 29.31 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 38, splice 14, unsplice 0, max 0, idle 0, accept 10, send 352772, recv 285000, close 0, drop 17 10.02 real 2.37 user 21.62 sys FAIL sys/netinet/tcpthread *** Error 1 in . (Makefile:18 'run-sock100')