Run blobber stress script
Run bash script to stress blobbers on ZUS network & AWS s3.
Steps:
Navigate to
.zcnfolder.cd ~/.zcnCreate a new folder with current date for e.g.
3-Apr-2023mkdir 3-Apr-2023Run the
blobberscript.shscript from this folder.cd 3-Apr-2023 bash ../blobberstress.sh <network-name> x <number_of_files> <single_file_size_in_kb> 30 -f -a -u # for example: bash ../blobberstress.sh test3 x 8 4500 30 -f -a -u
Note:
The above script run sequentially. So, to run concurrent/parallel tests run the same script from 2 different terminals from different folder as one of them was created in above steps.
Block worker url for the network used here to test blobber performance is
https://test3.zus.network/dns. This network have 4 miners, 2 sharders on 2 servers & 6 blobbers on 6 servers each.Comparision graph will be available on this link.
Last updated