START sys/netinet/tcpthread 2025-03-17T05:31:56Z ==== 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 572, accept 1, send 46, recv 0, close 534, drop 0 10.01 real 29.95 user 0.03 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 33531, accept 30582, send 371232, recv 14517, close 30502, drop 0 0m10.02s real 0m14.20s user 0m18.84s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 151482, splice 70, unsplice 0, max 0, idle 0, accept 709, send 3392, recv 16, close 156706, drop 0 10.03 real 15.60 user 17.61 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 915, splice 11, unsplice 773, max 0, idle 0, accept 236, send 386590, recv 263566, close 666, drop 0 10.09 real 20.56 user 8.65 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 195147, splice 331, unsplice 0, max 11, idle 0, accept 2433, send 244990, recv 117791, close 199587, drop 0 10.05 real 19.53 user 25.16 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 3754, splice 1525, unsplice 0, max 0, idle 1247, accept 1665, send 247008, recv 153552, close 914, drop 0 10.05 real 28.55 user 18.83 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 19373, accept 3226, send 96140, recv 8651, close 0, drop 1937 10.02 real 18.38 user 27.46 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 10, splice 3, unsplice 0, max 0, idle 0, accept 6, send 149, recv 3, close 0, drop 7 10.15 real 44.08 user 5.96 sys PASS sys/netinet/tcpthread Duration 1m21.54s