START sys/netinet/tcpthread 2025-03-06T23:14:51Z ==== 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 1084, accept 8, send 10, recv 11, close 1082, drop 0 10.03 real 30.00 user 0.05 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 302800, accept 1085, send 2703, recv 521, close 302733, drop 0 0m10.38s real 0m08.36s user 0m28.86s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 305163, splice 29, unsplice 0, max 0, idle 0, accept 10, send 2296, recv 1981, close 304900, drop 0 10.03 real 17.78 user 18.59 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 2169, splice 6, unsplice 1616, max 0, idle 0, accept 180, send 606249, recv 541597, close 1343, drop 0 10.12 real 20.24 user 11.91 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 308353, splice 35, unsplice 0, max 0, idle 0, accept 461, send 4167, recv 2866, close 308100, drop 0 10.08 real 29.02 user 27.80 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 301615, splice 141, unsplice 0, max 0, idle 0, accept 684, send 2704, recv 2954, close 303146, drop 0 10.12 real 37.61 user 19.15 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 10, accept 10, send 18, recv 5, close 0, drop 10 10.12 real 50.04 user 0.02 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 41, splice 14, unsplice 0, max 0, idle 0, accept 10, send 452604, recv 350925, close 0, drop 17 10.01 real 1.12 user 24.73 sys PASS sys/netinet/tcpthread Duration 1m21.55s