HPE 3PAR StoreServ Storage
1753701 Members
4895 Online
108799 Solutions
New Discussion юеВ

Re: Can't see any Performance metrics

 
SOLVED
Go to solution
Noel_Torres
Occasional Contributor

Can't see any Performance metrics

Hello all:

I can't see any Performance metrics in two of my 3PAR systems, neither on web interface nor on HP 3PAR Management Console.

In Management Console, Performance & Reports graphs show all empty since a date in december.

In web interface, no data appears since the same date, so if you request "1 month" or less for a Volume, "No data to display" appears.

May something be misconfigured?

5 REPLIES 5
Dardan
Trusted Contributor
Solution

Re: Can't see any Performance metrics

There's an internal vvol called srdata which collects and keeps all perf and statistics.

You can check the status of this vvol by issuing: showvv .srdata

To view the status of system reporter, type: showsr
-> Confirm if you have any stats / numbers here.

Additionally, you could stop or start the System Reporter by issuing: stopsr and startsr

___________
Hit the Kudo's button to show appreciation or mark as solution if your question was answered.
Noel_Torres
Occasional Contributor

Re: Can't see any Performance metrics

Hi Dardan:

Service Reporter is started. I can see this:

3PAR cli% showvv .srdata
--Rsvd(MB)--- -(MB)-
Id Name Prov Type CopyOf BsId Rd -Detailed_State- Adm Snp Usr VSize
1 .srdata full base --- 1 RW normal 0 0 81920 81920
-------------------------------------------------------------------------
1 total 0 0 81920 81920
3PAR cli% showsr
Node Total(MB) Used(MB) Used%
-----------------------------
0 84552 58823 74

Filetype info:
FileType Count TotalUsage(MB) TypeUsed% EarliestDate EndEstimate
-------------------------------------------------------------------------------------------------
aomoves 3 45.5 --- --- ---
baddb 0 0.0 --- --- ---
daily 7 8338.7 92.77 2014-05-07 02:00:00 CEST 50 day(s), 17 hour(s) from now
hires 7 12823.9 95.11 2019-12-13 15:35:00 CET Full or almost full
hourly 7 9884.2 87.97 2019-10-28 21:00:00 CET 8 day(s), 12 hour(s) from now
ldrg 140 24737.5 102.74 2019-12-13 00:00:00 CET Full or almost full
perfsample 3 27.6 --- --- ---
srmain 1 0.0 --- --- ---
system 0 0.0 --- --- ---
unused --- 21435.0 26.71 --- ---

Seems that I should clean or enlarge .srdata , isnt't it? Which option is preferred?

Dardan
Trusted Contributor

Re: Can't see any Performance metrics

The .srdata volume is a protected fully provisionet vvol. I'm not sure if you can alter it with a customer userID. Have you tried to stop (stopsr) and start (startsr)?

The following CLI command will give you a historical performance report of the physical disks, the data is collected from the system reporter volume:

srstatpd -btsecs "2020-02-11 11:00:00"

If you can see these statistics, then your system reporter should be fine.

 

 

___________
Hit the Kudo's button to show appreciation or mark as solution if your question was answered.
Noel_Torres
Occasional Contributor

Re: Can't see any Performance metrics

3PAR cli% srstatpd -btsecs "2020-02-11 11:00:00"
---IO/s---- -KBytes/s-- ---Svct ms---- -IOSz KBytes-
Time Secs Rd Wr Tot Rd Wr Tot Rd Wr Tot Rd Wr Tot QLen AvgBusy%
----------------------------------------------------------------------------
0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0.00 0.0 0.0 0.0 0.0 0.0

 

Finally I decided to perform a

controlsr grow -pct 100

but I would be grateful if there were a way to expire older records instead of consuming extra space.

Sheldon Smith
HPE Pro

Re: Can't see any Performance metrics

See the HPE 3PAR Command Line Interface Reference for command details:

controlsr setretention [options] <category> <target>[-<max>]


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