Add a most important info to disk web status,.

require atop in vesta installation to work, but more useful
This commit is contained in:
Igor 2018-04-14 21:15:49 +04:00 committed by GitHub
commit 83644a50ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,13 +26,19 @@ echo -en "\n-------------------------------------"
echo -en "-------------------------------------\n\n" echo -en "-------------------------------------\n\n"
# Displaying I/O usage # Displaying I/O usage
iostat -m iostat -x
echo -en "\n-------------------------------------" echo -en "\n-------------------------------------"
echo -en "-------------------------------------\n\n" echo -en "-------------------------------------\n\n"
# Displaying disk information # Displaying disk information
fdisk -l atop -Dd 1 2
echo -en "\n-------------------------------------"
iostat -m
echo -en "\n-------------------------------------"
fdisk -l
#----------------------------------------------------------# #----------------------------------------------------------#
# Vesta # # Vesta #
#----------------------------------------------------------# #----------------------------------------------------------#