START sys/netinet/tcpthread 2025-03-27T02:52:54Z ==== 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 1, send 512, recv 1, close 1, drop 0 10.01 real 29.98 user 0.05 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 435153, accept 100, send 258944, recv 0, close 177491, drop 0 0m10.04s real 0m16.43s user 0m15.06s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 507393, splice 9, unsplice 0, max 0, idle 0, accept 8, send 1218, recv 5, close 506219, drop 0 10.06 real 21.46 user 15.30 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 252770, splice 152, unsplice 549, max 0, idle 0, accept 161, send 749646, recv 258501, close 253612, drop 0 10.07 real 17.15 user 18.91 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 323, splice 53, unsplice 0, max 56, idle 0, accept 69, send 3984, recv 58, close 73, drop 0 10.12 real 31.05 user 18.94 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 4057, splice 1028, unsplice 0, max 0, idle 901, accept 1067, send 522557, recv 258870, close 603, drop 0 10.04 real 21.55 user 25.33 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 340, accept 10, send 720, recv 5, close 0, drop 10 10.03 real 10.45 user 39.54 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 10, splice 8, unsplice 0, max 0, idle 0, accept 7, send 741084, recv 303597, close 0, drop 4 10.06 real 4.15 user 31.42 sys PASS sys/netinet/tcpthread Duration 1m21.21s