START sys/netinet/tcpthread 2025-03-06T14:51:25Z ==== 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 499, accept 3, send 547, recv 1, close 3, drop 0 10.01 real 30.03 user 0.06 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 177975, accept 8851, send 204346, recv 151343, close 177925, drop 0 0m10.08s real 0m07.16s user 0m12.70s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 303585, splice 189, unsplice 0, max 0, idle 0, accept 1004, send 19708, recv 1032, close 294252, drop 0 10.03 real 19.30 user 16.12 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 331, splice 5, unsplice 324, max 0, idle 0, accept 66, send 50, recv 322, close 263, drop 0 10.05 real 32.99 user 6.52 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 19, splice 5, unsplice 0, max 0, idle 0, accept 9, send 6, recv 14, close 12, drop 0 10.12 real 36.37 user 13.82 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 185722, splice 205, unsplice 0, max 0, idle 5, accept 2463, send 19275, recv 2709, close 187357, drop 0 10.14 real 32.49 user 21.44 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 1267, accept 1262, send 4978, recv 3423, close 0, drop 1262 10.01 real 19.69 user 29.14 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 12, splice 5, unsplice 0, max 0, idle 0, accept 7, send 435787, recv 177640, close 0, drop 3 10.02 real 2.81 user 20.90 sys PASS sys/netinet/tcpthread Duration 1m21.54s