==== run-default ==== cc -O2 -pipe -g -Wall -Wpointer-arith -Wuninitialized -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wsign-compare -Wshadow -MD -MP -c /home/src/regress/sys/netinet/tcpthread/tcpthread.c cc -o tcpthread tcpthread.o -lpthread ld: warning: tcpthread.c:655 (/home/src/regress/sys/netinet/tcpthread/tcpthread.c:655)(tcpthread.o:(main)): warning: rand_r() is not random, it is deterministic. time ./tcpthread count: connect 599, accept 42, send 164, recv 62, close 459, drop 0 10.04 real 30.11 user 0.02 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 24292, accept 21928, send 277130, recv 9892, close 21855, drop 0 0m10.01s real 0m17.07s user 0m13.82s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 67414, splice 2425, unsplice 0, max 0, idle 0, accept 749, send 3945, recv 9, close 76844, drop 0 10.05 real 17.85 user 14.72 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 54258, splice 409, unsplice 2045, max 0, idle 0, accept 10, send 34657, recv 82, close 34395, drop 0 10.05 real 27.43 user 8.96 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 8581, splice 1591, unsplice 0, max 2, idle 0, accept 1869, send 579976, recv 120776, close 11520, drop 0 10.02 real 15.07 user 17.11 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 14, splice 9, unsplice 0, max 0, idle 0, accept 7, send 17, recv 5, close 5, drop 0 10.16 real 29.91 user 10.04 sys ==== run-drop ==== time doas -n ./tcpthread -n10 -D3 -o0 count: connect 10, accept 10, send 21, recv 4, close 0, drop 10 10.10 real 40.07 user 0.01 sys ==== run-splicedrop ==== time doas -n ./tcpthread -n10 -S2 -D3 -o0 count: connect 33, splice 10, unsplice 0, max 0, idle 0, accept 29, send 289487, recv 146354, close 0, drop 29 10.02 real 3.83 user 15.99 sys