diff --git a/internal/script/scripts.go b/internal/script/scripts.go index ab42faa9..a53737e4 100644 --- a/internal/script/scripts.go +++ b/internal/script/scripts.go @@ -1275,7 +1275,7 @@ if [ $duration -ne 0 ] && [ $interval -ne 0 ]; then fi LC_TIME=C mpstat -u -T -I SCPU -P ALL $interval $count `, - Superuser: true, + Superuser: false, Lkms: []string{}, Depends: []string{"mpstat"}, }, @@ -1288,7 +1288,7 @@ if [ $duration -ne 0 ] && [ $interval -ne 0 ]; then fi S_TIME_FORMAT=ISO iostat -d -t $interval $count | sed '/^loop/d' `, - Superuser: true, + Superuser: false, Lkms: []string{}, Depends: []string{"iostat"}, }, @@ -1301,7 +1301,7 @@ if [ $duration -ne 0 ] && [ $interval -ne 0 ]; then fi LC_TIME=C sar -r $interval $count `, - Superuser: true, + Superuser: false, Lkms: []string{}, Depends: []string{"sar", "sadc"}, }, @@ -1314,7 +1314,7 @@ if [ $duration -ne 0 ] && [ $interval -ne 0 ]; then fi LC_TIME=C sar -n DEV $interval $count `, - Superuser: true, + Superuser: false, Lkms: []string{}, Depends: []string{"sar", "sadc"}, },