START sys/netinet/tcpthread 2025-03-31T18:42:12Z ==== 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 255924, accept 231, send 227, recv 231, close 255923, drop 0 10.02 real 29.00 user 6.83 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 227835, accept 4039, send 358027, recv 289220, close 227763, drop 0 0m10.01s real 0m09.74s user 0m12.47s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 195690, splice 57, unsplice 0, max 0, idle 0, accept 10, send 6573, recv 7, close 197054, drop 0 10.03 real 21.20 user 12.95 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 343908, splice 6, unsplice 390, max 0, idle 0, accept 10, send 4813, recv 15, close 346594, drop 0 10.03 real 30.69 user 16.22 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 604, splice 18, unsplice 0, max 7, idle 0, accept 117, send 679659, recv 659083, close 555, drop 0 10.11 real 24.11 user 19.75 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 349806, splice 267, unsplice 0, max 0, idle 1, accept 557, send 9514, recv 16, close 355810, drop 0 10.03 real 25.01 user 31.98 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 352, accept 10, send 620, recv 4, close 0, drop 10 10.02 real 9.43 user 40.68 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 27, splice 11, unsplice 0, max 0, idle 0, accept 10, send 573232, recv 456274, close 0, drop 9 10.01 real 2.94 user 25.36 sys PASS sys/netinet/tcpthread Duration 1m20.99s