START sys/netinet/tcpthread 2025-03-10T17:48:22Z ==== 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 526, accept 11, send 16, recv 14, close 517, drop 0 10.02 real 30.03 user 0.01 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 222950, accept 13703, send 13404, recv 10214, close 222894, drop 0 0m10.05s real 0m12.10s user 0m24.20s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 272422, splice 239, unsplice 0, max 0, idle 0, accept 1086, send 16609, recv 1115, close 266668, drop 0 10.04 real 19.36 user 15.94 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 91157, splice 48, unsplice 4095, max 0, idle 0, accept 1141, send 6170, recv 2092, close 93241, drop 0 10.03 real 31.23 user 11.20 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 186361, splice 292, unsplice 0, max 26, idle 0, accept 2600, send 18476, recv 4024, close 186691, drop 0 10.09 real 31.46 user 22.95 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 3891, splice 1871, unsplice 0, max 0, idle 1493, accept 1995, send 220439, recv 144213, close 2040, drop 0 10.03 real 26.92 user 20.21 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 10, accept 10, send 8, recv 5, close 0, drop 10 10.12 real 50.09 user 0.02 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 36, splice 12, unsplice 0, max 0, idle 0, accept 10, send 337507, recv 269926, close 0, drop 20 10.02 real 2.15 user 23.17 sys PASS sys/netinet/tcpthread Duration 1m21.47s