size
query
# Download test (1MB)
curl "https://tcpdata.com/speedtest?size=1048576" -o /dev/null -w "%{speed_download}\n"
# Upload test
dd if=/dev/zero bs=1M count=1 | curl -X POST https://tcpdata.com/speedtest --data-binary @-