dial back on smb traffic - 50% - 100, 40% - 200, 5% - 500, 5% - 1000
This commit is contained in:
@@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
file=$(i=$RANDOM
|
file=$(i=$RANDOM
|
||||||
if [ $i -lt 16384 ]; then echo 'test_file_100M'
|
if [ $i -lt 16384 ]; then echo 'test_file_100M'
|
||||||
elif [ $i -lt 24566 ]; then echo 'test_file_200M'
|
elif [ $i -lt 29490 ]; then echo 'test_file_200M'
|
||||||
elif [ $i -gt 29490 ]; then echo 'test_file_1G'
|
elif [ $i -gt 31129 ]; then echo 'test_file_1G'
|
||||||
else echo 'test_file_500M';
|
else echo 'test_file_500M';
|
||||||
fi)
|
fi)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user