START sys/netinet/tcpthread 2025-02-25T05:31:46Z ==== 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 695, accept 1, send 25, recv 0, close 678, drop 0 10.01 real 29.94 user 0.02 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 34135, accept 30815, send 349808, recv 15210, close 30762, drop 0 0m10.42s real 0m14.29s user 0m19.15s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 62866, splice 118, unsplice 0, max 0, idle 0, accept 280, send 1401, recv 52, close 68146, drop 0 10.04 real 14.97 user 16.39 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 104829, splice 48, unsplice 526, max 0, idle 0, accept 824, send 3324, recv 31, close 109789, drop 0 10.04 real 24.14 user 17.77 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 1391, splice 788, unsplice 0, max 647, idle 0, accept 841, send 467624, recv 393547, close 860, drop 0 10.08 real 24.31 user 19.28 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 187076, splice 456, unsplice 0, max 0, idle 9, accept 3167, send 52807, recv 3473, close 152651, drop 0 10.03 real 37.60 user 15.00 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 21902, accept 4105, send 85478, recv 8372, close 0, drop 1978 10.04 real 18.91 user 27.08 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 10, splice 4, unsplice 0, max 0, idle 0, accept 5, send 234, recv 5, close 0, drop 7 10.17 real 28.08 user 21.82 sys PASS sys/netinet/tcpthread Duration 1m21.93s