From 83644a50ff63238861b8b25c8b1ec1b68888407b Mon Sep 17 00:00:00 2001 From: Igor Date: Sat, 14 Apr 2018 21:15:49 +0400 Subject: [PATCH] Add a most important info to disk web status,. require atop in vesta installation to work, but more useful --- bin/v-list-sys-disk-status | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/bin/v-list-sys-disk-status b/bin/v-list-sys-disk-status index 5596a449c..2a1533bd3 100755 --- a/bin/v-list-sys-disk-status +++ b/bin/v-list-sys-disk-status @@ -26,13 +26,19 @@ echo -en "\n-------------------------------------" echo -en "-------------------------------------\n\n" # Displaying I/O usage -iostat -m +iostat -x + echo -en "\n-------------------------------------" echo -en "-------------------------------------\n\n" # Displaying disk information -fdisk -l +atop -Dd 1 2 +echo -en "\n-------------------------------------" +iostat -m +echo -en "\n-------------------------------------" + +fdisk -l #----------------------------------------------------------# # Vesta # #----------------------------------------------------------#