-adjust smb traffic amounts
-adjust nrpe config to match new smb traffic file sizes
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
#! /bin/bash
|
||||
|
||||
file=$(i=$RANDOM
|
||||
if [ $i -lt 16384 ]; then echo 'test_file_100M'
|
||||
elif [ $i -lt 29490 ]; then echo 'test_file_200M'
|
||||
elif [ $i -gt 31129 ]; then echo 'test_file_1G'
|
||||
else echo 'test_file_500M';
|
||||
if [ $i -lt 20000 ]; then echo 'test_file_50M'
|
||||
elif [ $i -lt 29490 ]; then echo 'test_file_100M'
|
||||
elif [ $i -gt 31129 ]; then echo 'test_file_500M'
|
||||
else echo 'test_file_200M';
|
||||
fi)
|
||||
|
||||
cd ~/Documents/smb
|
||||
|
||||
Reference in New Issue
Block a user