mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-21 13:54:26 -07:00
Add a most important info to disk web status,.
require atop in vesta installation to work, but more useful
This commit is contained in:
parent
c3cfd66228
commit
83644a50ff
1 changed files with 8 additions and 2 deletions
|
@ -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 #
|
||||||
#----------------------------------------------------------#
|
#----------------------------------------------------------#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue