zwoop commented on PR #11271: URL: https://github.com/apache/trafficserver/pull/11271#issuecomment-2066878370
Being a token bucket algorithm, which refills tokens every 25ms evenly distributed, it's not 100% accurate. Doing a h2load test, full blast, with ATS configured with --rate=10000, I get ``` leif@odin ~ ยป /opt/h3tools/bin/h2load -D 60 -t 24 -n 100000000 --h1 -c 900 `cat /tmp/urls-frigg.txt | xargs` | tail -9 finished in 60.11s, 508939.12 req/s, 200.47MB/s requests: 30536347 total, 30537247 started, 30536347 done, 609490 succeeded, 29926857 failed, 0 errored, 0 timeout status codes: 609490 2xx, 0 3xx, 29926857 4xx, 0 5xx ``` This is 10,158 RPS which are not rejected, which is pretty close to the target of 10k. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
