START sys/netinet/tcpthread 2025-03-20T05:30:43Z ==== 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 499, accept 1, send 545, recv 0, close 1, drop 0 10.03 real 30.10 user 0.04 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 14752, accept 14752, send 7334, recv 21967, close 14702, drop 0 0m10.98s real 0m23.27s user 0m09.04s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 247710, splice 56, unsplice 0, max 0, idle 0, accept 1064, send 20850, recv 1118, close 236629, drop 0 10.03 real 19.28 user 16.19 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 145065, splice 17, unsplice 460, max 0, idle 0, accept 727, send 2735, recv 22, close 149913, drop 0 10.03 real 24.56 user 18.73 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 205798, splice 267, unsplice 0, max 15, idle 0, accept 2166, send 250797, recv 117288, close 209419, drop 0 10.03 real 20.84 user 24.39 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 3781, splice 2108, unsplice 0, max 0, idle 1857, accept 2215, send 211325, recv 147035, close 1166, drop 0 10.12 real 30.67 user 17.00 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 47, accept 10, send 503, recv 4, close 0, drop 10 10.02 real 9.61 user 40.21 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 2605, splice 948, unsplice 0, max 0, idle 0, accept 1120, send 146442, recv 2793, close 0, drop 1138 10.02 real 34.45 user 13.70 sys PASS sys/netinet/tcpthread Duration 1m22.35s