Joystream Stats 238bf9008f move contributions/tech to scripts | %!s(int64=2) %!d(string=hai) anos | |
---|---|---|
.. | ||
bin | %!s(int64=2) %!d(string=hai) anos | |
temp | %!s(int64=2) %!d(string=hai) anos | |
.gitignore | %!s(int64=2) %!d(string=hai) anos | |
README.md | %!s(int64=2) %!d(string=hai) anos | |
package.json | %!s(int64=2) %!d(string=hai) anos |
This tool helps to check the response time of the Storage Providers Workers.
It selects a list of files and downloads all of them at the same time and outputs some stats about the downloads.
yarn
-w, --workers <workerId> the Worker id's to perform the tests, separated by comma. Ex: 4,5,6
-f, --asset-file [path] a list of assets ids to download the same files for different workers
-s, --nr-small-assets [number] the number of small files to download (default: 9)
-b, --nr-big-assets [number] the number of big files to download (default: 1)
-h, --help display help for command
Run script without the list of files to download (it will generate an assets.txt file for future use)
yarn run sp-downloader-tester -w 3
Run script with the list of files to download
yarn run sp-downloader-tester -w 3 -f assets.txt