Skip to content

Commit

Permalink
Changed from statvv to statvlun for lun metrics
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Evan Fraser committed Jun 18, 2015
1 parent 07bf3fd commit 11583da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hp_3par/python_modules/hp3par.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def run_ssh_thread(ip,user,passwd,cmd):

def get_vol_perf_stats(ip, user, passwd):

cmd = 'statvv -iter 1 -rw'
cmd = 'statvlun -rw -vvsum -iter 1'
line_list = run_ssh_thread(ip, user, passwd, cmd)
vol_perf_stats = []
line_num = 0
Expand Down

0 comments on commit 11583da

Please sign in to comment.