Skip to content

Commit 11583da

Browse files
author
Evan Fraser
committed
Changed from statvv to statvlun for lun metrics
Changed the metrics for volumes to statvlun, this shows the lun metrics (front end) as opposed to the backend volume metrics. This is more helpful in diagnosing performance as seen by the host.
1 parent 07bf3fd commit 11583da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hp_3par/python_modules/hp3par.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def run_ssh_thread(ip,user,passwd,cmd):
5252

5353
def get_vol_perf_stats(ip, user, passwd):
5454

55-
cmd = 'statvv -iter 1 -rw'
55+
cmd = 'statvlun -rw -vvsum -iter 1'
5656
line_list = run_ssh_thread(ip, user, passwd, cmd)
5757
vol_perf_stats = []
5858
line_num = 0

0 commit comments

Comments
 (0)