START sys/netinet/tcpthread 2025-03-14T05:29:31Z ==== 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 613, accept 1, send 17, recv 0, close 603, drop 0 10.02 real 30.04 user 0.05 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 33033, accept 30244, send 373109, recv 15318, close 30185, drop 0 0m10.03s real 0m14.44s user 0m19.02s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 264773, splice 77, unsplice 0, max 0, idle 0, accept 10, send 18708, recv 13, close 254796, drop 0 10.04 real 19.51 user 16.65 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 57, splice 13, unsplice 34, max 0, idle 0, accept 22, send 392544, recv 277312, close 29, drop 0 10.12 real 21.71 user 8.63 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 200574, splice 394, unsplice 0, max 5, idle 0, accept 2850, send 245676, recv 115037, close 204725, drop 0 10.03 real 19.25 user 26.30 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 260609, splice 398, unsplice 0, max 0, idle 5, accept 2522, send 22121, recv 2654, close 256449, drop 0 10.05 real 36.88 user 17.26 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 29880, accept 3417, send 90704, recv 7407, close 0, drop 1756 10.12 real 18.75 user 25.81 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 2741, splice 651, unsplice 0, max 0, idle 0, accept 829, send 95407, recv 1852, close 0, drop 853 10.05 real 35.44 user 13.35 sys PASS sys/netinet/tcpthread Duration 1m21.56s