Cheat Sheet on Curl Latency Metrics: how to benchmark server latency with curl(speedtestdemon.com)
speedtestdemon.com
Cheat Sheet on Curl Latency Metrics: how to benchmark server latency with curl
https://speedtestdemon.com/a-guide-to-curls-performance-metrics-how-to-analyze-a-speed-test-result/
1 comments
I'm trying to use curl the mentioned way via Windows' WSL. It only partially works - the summary is correct, but the compound values are all zeros. Ideas why?
that output can happen if you're trying to curl a nonexistent URL.
Can you paste the command you're using to get that output?
Can you paste the command you're using to get that output?
My mistake, I left the $ sign before the URL by accident. Yesterday was late when I was trying that and I made a noob mistake.
Thank you for pointing me in the right direction. With the $ problem corrected, everything works perfect.
Thank you for pointing me in the right direction. With the $ problem corrected, everything works perfect.