START sys/netinet/tcpthread 2025-03-16T02:57:44Z ==== 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 248, accept 248, send 168, recv 404, close 248, drop 0 10.04 real 27.14 user 2.85 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 268900, accept 13006, send 690934, recv 543428, close 268818, drop 0 0m10.03s real 0m05.64s user 0m20.13s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 422543, splice 42, unsplice 0, max 0, idle 0, accept 40, send 1281, recv 23, close 422648, drop 0 10.04 real 17.37 user 19.37 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 801, splice 11, unsplice 505, max 0, idle 0, accept 12, send 676318, recv 522585, close 183, drop 0 10.08 real 22.94 user 9.83 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 63220, splice 3572, unsplice 0, max 0, idle 0, accept 409, send 2756, recv 1032, close 72131, drop 0 10.03 real 22.67 user 27.52 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 5478, splice 1445, unsplice 0, max 0, idle 1293, accept 1466, send 364351, recv 227612, close 775, drop 0 10.03 real 32.31 user 15.72 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 1290, accept 1290, send 6541, recv 3540, close 0, drop 1290 10.01 real 19.66 user 30.31 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 10, splice 8, unsplice 0, max 0, idle 0, accept 7, send 681063, recv 313879, close 0, drop 4 10.06 real 4.08 user 31.87 sys PASS sys/netinet/tcpthread Duration 1m21.12s