evaperf.exe can also be used as a command line tool to check the current performance status. Sample one liner commands I’d used are as below:
To check status of controllers for array ARRAYEVA1 every 10 seconds
evaperf cs -sz ARRAYEVA1 -cont 10
To print stats for vdisks containing word “server1” on array ARRAYEVA1 every 10 sec
evaperf vd -sz ARRAYEVA1 -fd server1 -cont 10
No comments yet.