Update storage-test.sh
This commit is contained in:
@@ -901,14 +901,14 @@ IOZone=$(echo "$IOZone" | sed '/^[[:space:]]*$/d' | grep -v 'Contrib\|Rhine\|Lan
|
||||
echo "$IOZone"
|
||||
Print_Style "RandRead: $IO4kRandRead - RandWrite: $IO4kRandWrite - Read: $IO4kRead - Write: $IO4kWrite" "$YELLOW"
|
||||
|
||||
# Get brand information
|
||||
Print_Style "Enter a description of your storage and setup (Example: Kingston A400 SSD on Pi 4 using StarTech SATA to USB adapter)" $GREEN
|
||||
read -r -t 0.001 </dev/tty
|
||||
read -r -p 'Description: ' Brand </dev/tty
|
||||
Print_Style "(Optional) Enter alias to use on benchmark results. Leave blank for completely anonymous." $GREEN
|
||||
read -r -t 0.001 </dev/tty
|
||||
read -r -p 'Alias (leave blank for Anonymous): ' UserAlias </dev/tty
|
||||
if [[ ! "$UserAlias" ]]; then UserAlias="Anonymous"; fi
|
||||
# # Get brand information
|
||||
# Print_Style "Enter a description of your storage and setup (Example: Kingston A400 SSD on Pi 4 using StarTech SATA to USB adapter)" $GREEN
|
||||
# read -r -t 0.001 </dev/tty
|
||||
# read -r -p 'Description: ' Brand </dev/tty
|
||||
# Print_Style "(Optional) Enter alias to use on benchmark results. Leave blank for completely anonymous." $GREEN
|
||||
# read -r -t 0.001 </dev/tty
|
||||
# read -r -p 'Alias (leave blank for Anonymous): ' UserAlias </dev/tty
|
||||
# if [[ ! "$UserAlias" ]]; then UserAlias="Anonymous"; fi
|
||||
|
||||
# # Submit results
|
||||
# tmpUdev=$(echo -e "$Test_udevadm" >tmpudev)
|
||||
|
||||
Reference in New Issue
Block a user