START sys/netinet/tcpthread 2025-03-29T19:39:02Z ==== 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 947, accept 5, send 9, recv 9, close 946, drop 0 10.01 real 30.07 user 0.05 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 216901, accept 25911, send 213829, recv 96893, close 171121, drop 0 0m10.04s real 0m15.92s user 0m16.07s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 1211, splice 11, unsplice 0, max 0, idle 0, accept 133, send 719736, recv 644764, close 916, drop 0 10.05 real 12.18 user 12.59 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 411, splice 14, unsplice 356, max 0, idle 0, accept 104, send 534555, recv 423927, close 275, drop 0 10.03 real 21.92 user 10.11 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 11311, splice 409, unsplice 0, max 308, idle 0, accept 1162, send 44970, recv 620, close 780, drop 0 10.12 real 22.30 user 27.95 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 149167, splice 222, unsplice 0, max 0, idle 0, accept 2190, send 9048, recv 2198, close 154553, drop 0 10.02 real 34.13 user 20.36 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 1346, accept 1346, send 5761, recv 3984, close 0, drop 1346 10.08 real 19.86 user 29.54 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 10, splice 3, unsplice 0, max 0, idle 0, accept 3, send 97, recv 2, close 0, drop 2 10.15 real 43.61 user 6.46 sys PASS sys/netinet/tcpthread Duration 1m21.24s