Welcome to ht-webhost
Please contact support(at)candelatech.com if you have questions.
Testing Data
This directory contains 2000 files:
- 1000 of binary data (*.dat) listed in index-dat.txt
- 1000 of ascii data (*.asc) listed in index-asc.txt
These files were created from /dev/urandom, so they should not compress well.
For aria2c, use them like so:
- curl https://ht-webhost.candelatech.com/0000-1-index-asc.txt > index-asc.txt
- curl https://ht-webhost.candelatech.com/0000-2-index-dat.txt > index-dat.txt
- while true; do parallel -j 32 'echo -n "."; curl -s -L -o /dev/null {}' :::: index-asc.txt index-dat.txt; sleep 1; done
- (the sleep 1 is so that you have a chance to hit ctrl-c)
For LANforge Layer4 endpoints:
- curl https://ht-webhost.candelatech.com/0000-3-layer4-asc.txt > index4-asc.txt
- curl https://ht-webhost.candelatech.com/0000-4-layer4-dat.txt > index4-dat.txt