You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use axel to measure my Internet speed, with a file meant for that (https://speed.hetzner.de/100MB.bin). I do not want to measure my disk speed, so I try to write to /dev/null:
$ axel https://speed.hetzner.de/100MB.bin -o /dev/null
Initializing download: https://speed.hetzner.de/100MB.bin
File size: 104857600 bytes
No state file, cannot resume!
Probably axel wants to write to and read from /dev/null/100MB.bin.st, which does not work.
Proposal: if no state file can written/read, just say so, and do the download anyway.
Example of the impact of the disk speed on the measurement:
axel https://speed.hetzner.de/100MB.bin -o .
Downloaded 100 Megabyte(s) in 1 second(s). (59295,84 KB/s)
axel https://speed.hetzner.de/100MB.bin -o /media/zeegat/
Downloaded 100 Megabyte(s) in 4 second(s). (24952,65 KB/s)
Much lower "Internet" speed, due to the lower disk speed (as limiting factor).
Result: I can't determine my Internet speed. Mabye it's 8 Gbps so about 900 MB/s, but my disks are the limiting factor.
The text was updated successfully, but these errors were encountered:
sanderjo
changed the title
Feature Request: specify location for state file ... in different location than downloaded file
Feature Request: specify location for state file ... in different location than downloaded file. Or: run without state file possible
Jul 31, 2022
sanderjo
changed the title
Feature Request: specify location for state file ... in different location than downloaded file. Or: run without state file possible
Feature Request (with PR): just run axel if state file is not possible (when writing real file to /dev/null)
Aug 1, 2022
I want to use axel to measure my Internet speed, with a file meant for that (https://speed.hetzner.de/100MB.bin). I do not want to measure my disk speed, so I try to write to /dev/null:
Probably axel wants to write to and read from /dev/null/100MB.bin.st, which does not work.
Proposal: if no state file can written/read, just say so, and do the download anyway.
Example of the impact of the disk speed on the measurement:
Much lower "Internet" speed, due to the lower disk speed (as limiting factor).
Result: I can't determine my Internet speed. Mabye it's 8 Gbps so about 900 MB/s, but my disks are the limiting factor.
The text was updated successfully, but these errors were encountered: