dial back on smb traffic - 50% - 100, 40% - 200, 5% - 500, 5% - 1000

This commit is contained in:
Pi
2019-03-04 16:07:08 -05:00
parent f6399713f9
commit eee42baa1f

View File

@@ -2,8 +2,8 @@
file=$(i=$RANDOM
if [ $i -lt 16384 ]; then echo 'test_file_100M'
elif [ $i -lt 24566 ]; then echo 'test_file_200M'
elif [ $i -gt 29490 ]; then echo 'test_file_1G'
elif [ $i -lt 29490 ]; then echo 'test_file_200M'
elif [ $i -gt 31129 ]; then echo 'test_file_1G'
else echo 'test_file_500M';
fi)