HP 3PAR System Reporter Software User Manual
Page 340

10.48
The Sample Data and Inventory Tables
3PAR System Reporter User’s Guide
System Reporter 2.8
dom_name
VARCHAR(32) NOT NULL
The domain name that the VV belongs to.
If the VV is not assigned to a domain, this
column contains the value “-”.
vvid
INTEGER NOT NULL
The VV ID.
vv_name
VARCHAR(32) NOT NULL
The VV name.
rdhit
DOUBLE PRECISION NOT
NULL
The number of read cache hits for the VV.
d_rdhit
DOUBLE PRECISION NOT
NULL
Difference between rdhit value from last
sample for same VV.
rdmiss
DOUBLE PRECISION NOT
NULL
The number of read cache misses for the
VV.
d_rdmiss
DOUBLE PRECISION NOT
NULL
Difference between rdmiss value from
last sample for same VV.
wrhit
DOUBLE PRECISION NOT
NULL
The number of write cache hits for the
VV.
d_wrhit
DOUBLE PRECISION NOT
NULL
Difference between wrhit value from last
sample for same VV.
wrmiss
DOUBLE PRECISION NOT
NULL
The number of write cache misses for the
VV.
d_wrmiss
DOUBLE PRECISION NOT
NULL
Difference between wrmiss value from
last sample for same VV.
Table 10-29. statvvcmp_<res>_2 Table
Column
Type
Comment