START sys/netinet/tcpthread 2025-02-25T19:46:40Z ==== 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 501, accept 3, send 510, recv 2, close 3, drop 0 10.03 real 29.92 user 0.00 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 26900, accept 26400, send 564089, recv 14003, close 26318, drop 0 0m10.02s real 0m15.45s user 0m16.90s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 102920, splice 121, unsplice 0, max 0, idle 0, accept 352, send 2158, recv 1568, close 105283, drop 0 10.03 real 15.35 user 17.12 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 10, splice 2, unsplice 3, max 0, idle 0, accept 1, send 1, recv 2, close 4, drop 0 10.16 real 40.01 user 0.04 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 17886, splice 1696, unsplice 0, max 1162, idle 0, accept 2516, send 96542, recv 1618, close 1673, drop 0 10.02 real 30.10 user 20.17 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 124751, splice 155, unsplice 0, max 0, idle 0, accept 1103, send 1013, recv 2262, close 128510, drop 0 10.02 real 28.32 user 25.77 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 1322, accept 1317, send 5906, recv 3832, close 0, drop 1317 10.01 real 19.61 user 28.59 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 34, splice 13, unsplice 0, max 0, idle 0, accept 10, send 561496, recv 474776, close 0, drop 18 10.01 real 2.35 user 24.22 sys PASS sys/netinet/tcpthread Duration 1m21.02s