START sys/netinet/tcpthread 2025-03-25T02:55:29Z ==== 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 4062, accept 3, send 152, recv 6, close 3919, drop 0 10.01 real 29.87 user 0.16 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 511641, accept 100, send 317701, recv 0, close 196520, drop 0 0m10.04s real 0m15.08s user 0m16.03s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 506430, splice 8, unsplice 0, max 0, idle 0, accept 10, send 4329, recv 3, close 502166, drop 0 10.06 real 21.56 user 15.54 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 495323, splice 59, unsplice 378, max 0, idle 0, accept 122, send 4516, recv 129, close 494342, drop 0 10.03 real 31.95 user 14.86 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 345538, splice 3721, unsplice 0, max 57, idle 0, accept 10, send 48991, recv 52, close 348083, drop 0 10.04 real 32.43 user 21.88 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 218023, splice 4511, unsplice 0, max 0, idle 0, accept 5648, send 28060, recv 6641, close 224416, drop 0 10.03 real 32.92 user 19.11 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 10, accept 10, send 26, recv 5, close 0, drop 10 10.10 real 50.01 user 0.03 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 10, splice 3, unsplice 0, max 0, idle 0, accept 4, send 140, recv 2, close 0, drop 6 10.14 real 44.97 user 4.98 sys PASS sys/netinet/tcpthread Duration 1m21.22s