START sys/netinet/tcpthread 2025-04-03T01:53:35Z ==== 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 2147, accept 2, send 29, recv 1, close 2147, drop 0 10.04 real 30.13 user 0.08 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 505050, accept 281, send 1880, recv 111, close 504952, drop 0 0m10.03s real 0m14.96s user 0m22.14s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 504834, splice 22, unsplice 0, max 0, idle 0, accept 10, send 949, recv 837, close 504297, drop 0 10.04 real 21.50 user 15.53 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 10, splice 3, unsplice 4, max 0, idle 0, accept 3, send 2, recv 3, close 7, drop 0 10.15 real 39.90 user 0.05 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 342383, splice 4513, unsplice 0, max 94, idle 0, accept 1139, send 56492, recv 1405, close 344669, drop 0 10.04 real 32.21 user 21.91 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 184966, splice 4555, unsplice 0, max 0, idle 4, accept 5896, send 28924, recv 6941, close 192860, drop 0 10.05 real 33.57 user 18.27 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 1052, accept 10, send 1287, recv 7, close 0, drop 10 10.02 real 10.73 user 39.37 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 65, splice 13, unsplice 0, max 0, idle 0, accept 10, send 828673, recv 721131, close 0, drop 31 10.02 real 4.00 user 31.65 sys PASS sys/netinet/tcpthread Duration 1m21.18s