aggr_space_physical_used vs. aggr_total_physical_used #3212
Replies: 3 comments 2 replies
-
hi @rmilkowskiGSA the The better resource to check is our public documentation:
Both metrics are listed there with their accompanying ONTAP endpoint, counter, and Harvest template(s). In case you aren't aware of it, the
bin/harvest grafana metrics | grep -E 'cmode|aggr_space_physical_used|aggr_total_physical_used'
cmode/aggregate.json
- aggr_space_physical_used
- aggr_space_physical_used_percent
- aggr_total_physical_used
cmode/cdot.json
cmode/changelogMonitor.json
cmode/cluster.json
- aggr_space_physical_used
- aggr_total_physical_used
cmode/data_protection_snapshot.json
cmode/datacenter.json
- aggr_space_physical_used
- aggr_total_physical_used
cmode/disk.json
cmode/external_service_op.json
cmode/flexcache.json
cmode/flexgroup.json
cmode/fsa.json
cmode/headroom.json
cmode/health.json
cmode/lun.json
cmode/mcc_cluster.json
cmode/metadata.json
cmode/namespace.json
cmode/network.json
cmode/nfs4storePool.json
cmode/nfsTroubleshooting.json
cmode/nfs_clients.json
cmode/node.json
cmode/power.json
cmode/qtree.json
cmode/quotaReport.json
cmode/s3ObjectStorage.json
cmode/security.json
cmode/shelf.json
cmode/smb.json
cmode/snapmirror.json
cmode/svm.json
cmode/volume.json
cmode/vscan.json
cmode/workload.json
cmode-details/volumeBySVM.json
cmode-details/volumeDeepDive.json
- aggr_space_physical_used |
Beta Was this translation helpful? Give feedback.
-
The links you posted describe the metrics as:
aggr_space_physical_used Total physical used size of an aggregate in bytes.
aggr_total_physical_used Total Physical Used
Still not clear what’s the difference between the two.
However, the aggr_total_physical_used has the following metric listed: space.efficiency.logical_used, space.efficiency.savings
Which suggests that despite its name it might not be reporting physical space used?
|
Beta Was this translation helpful? Give feedback.
-
Are you seeing a discrepancy that you want explained or are you trying to understand what each metric is collecting? If it's the former, can you let us know what version of ONTAP you're monitoring and whether you are using Zapi or Rest? Here's what I gathered on these two metrics aggr_space_physical_usedREST: api/storage/aggregates space.block_storage.physical_used aggr_total_physical_usedREST: missing The And that's how Harvest calculates it for REST Back to your original question, I think the difference between This KB has more information on ONTAP space usage. |
Beta Was this translation helpful? Give feedback.
-
I can't find a description of aggr_space_physical_used nor how it is diffrent from aggr_total_physical_used.
The former is not listed in https://github.com/NetApp/harvest/blob/main/cmd/tools/generate/counter.yaml
Beta Was this translation helpful? Give feedback.
All reactions