HPE 3PAR StoreServ Storage
1752806 Members
6886 Online
108789 Solutions
New Discussion

3PAR Cli -compareby

 
SOLVED
Go to solution
Aissa
Frequent Advisor

3PAR Cli -compareby

Hi

what is the exact synthax for using this command "-compareby", i cant get it working uising -attime or not 

srstatvlun -attime -hourly -btsecs "2019-12-22 23:30:00" -etsecs "2019-12-23 00:30:00" -groupby HOST_NAME -compareby write_iops
The -compareby option cannot be used for -attime reports

srstatvlun -btsecs "2019-12-22 23:30:00" -etsecs "2019-12-23 00:30:00" -groupby VVSET_NAME -compareby top
Invalid -compareby condition: top should be <top|bottom>,<number>[,<field>]

 

Please help, thank you 

 

 

2 REPLIES 2
Sheldon Smith
HPE Pro
Solution

Re: 3PAR Cli -compareby


@Aissa wrote:

what is the exact synthax for using this command "-compareby", i cant get it working uising -attime or not 

srstatvlun -btsecs "2019-12-22 23:30:00" -etsecs "2019-12-23 00:30:00" -groupby VVSET_NAME -compareby top
Invalid -compareby condition: top should be <top|bottom>,<number>[,<field>]


As I recall, you need to tell it how many and of what:
srstatvlun -btsecs "2019-12-22 23:30:00" -etsecs "2019-12-23 00:30:00" -groupby VVSET_NAME -compareby top,10,write_iops


Note: While I am an HPE Employee, all of my comments (whether noted or not), are my own and are not any official representation of the company

Accept or Kudo

Aissa
Frequent Advisor

Re: 3PAR Cli -compareby

Thank you Mr Smith