START sys/netinet/tcpthread 2025-03-29T06:49:19Z ==== 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 1, accept 1, send 0, recv 0, close 1, drop 0 10.02 real 29.99 user 0.04 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 330884, accept 100, send 209035, recv 0, close 133944, drop 0 0m10.08s real 0m16.03s user 0m14.80s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 245812, splice 1948, unsplice 0, max 0, idle 0, accept 1667, send 49801, recv 1871, close 222901, drop 0 10.05 real 19.69 user 13.63 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 894, splice 20, unsplice 880, max 0, idle 0, accept 56, send 110, recv 884, close 169, drop 0 10.03 real 34.93 user 4.42 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 109564, splice 1286, unsplice 0, max 28, idle 0, accept 10, send 72833, recv 7341, close 62637, drop 0 10.06 real 22.62 user 13.16 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 6718, splice 1311, unsplice 0, max 0, idle 1187, accept 1346, send 139732, recv 34456, close 681, drop 0 10.12 real 25.97 user 11.38 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 21, accept 10, send 284, recv 6, close 0, drop 10 10.02 real 13.99 user 25.99 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 10, splice 6, unsplice 0, max 0, idle 0, accept 7, send 214, recv 8, close 0, drop 8 10.07 real 32.71 user 7.30 sys PASS sys/netinet/tcpthread Duration 1m21.60s