START sys/netinet/tcpthread 2025-03-29T03:01: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 1443, accept 3, send 41, recv 0, close 1443, drop 0 10.01 real 30.03 user 0.03 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 9613, accept 9600, send 4871, recv 14362, close 9544, drop 0 0m10.02s real 0m24.72s user 0m06.82s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 10, splice 4, unsplice 0, max 0, idle 0, accept 3, send 0, recv 0, close 5, drop 0 10.13 real 24.06 user 5.94 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 440652, splice 169, unsplice 622, max 0, idle 0, accept 243, send 4571, recv 261, close 438126, drop 0 10.17 real 33.96 user 12.86 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 20, splice 7, unsplice 0, max 0, idle 0, accept 7, send 6, recv 12, close 15, drop 0 10.12 real 36.95 user 13.06 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 5277, splice 1729, unsplice 0, max 0, idle 1518, accept 1756, send 416953, recv 240646, close 938, drop 0 10.04 real 31.22 user 16.52 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 10, accept 10, send 23, recv 5, close 0, drop 10 10.12 real 49.99 user 0.03 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 10, splice 4, unsplice 0, max 0, idle 0, accept 7, send 189, recv 4, close 0, drop 8 10.14 real 44.76 user 5.24 sys PASS sys/netinet/tcpthread Duration 1m21.53s