Replies: 3 comments
-
@ddhti NABox has some pending work related to Storage Grid support. This feature is available in Harvest, and there are steps available on how it can be added in NABox, as mentioned on discord Harvest exposes these NVME metrics, which can be found at this link. Currently, no template is available in Harvest for the <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE netapp SYSTEM "file:/etc/netapp_gx.dtd">
<netapp xmlns="http://www.netapp.com/filer/admin" version="1.221">
<results status="passed">
<counters>
<counter-info>
<desc>Total number of operations that completed with errors. Each error type is counted separately.</desc>
<is-deprecated>false</is-deprecated>
<labels>
<label-info>ok,error,state,retry,abort,reset,access,busy,address,internal,media,crc,transfer,device,limit,partial,unknown</label-info>
<label-info>invalid,read,write,deallocate</label-info>
</labels>
<name>errors</name>
<privilege-level>diag</privilege-level>
<properties>delta,no-zero-values</properties>
<type>array</type>
<unit>none</unit>
</counter-info>
<counter-info>
<desc>Instance Name</desc>
<is-deprecated>false</is-deprecated>
<is-key>true</is-key>
<name>instance_name</name>
<privilege-level>diag</privilege-level>
<properties>string</properties>
<unit>none</unit>
</counter-info>
<counter-info>
<desc>Instance UUID</desc>
<is-deprecated>false</is-deprecated>
<name>instance_uuid</name>
<privilege-level>diag</privilege-level>
<properties>string,no-display</properties>
<unit>none</unit>
</counter-info>
<counter-info>
<desc>Number of operations/requests completed per second without error.</desc>
<is-deprecated>false</is-deprecated>
<labels>
<label-info>invalid,read,write,deallocate</label-info>
</labels>
<name>iops</name>
<privilege-level>diag</privilege-level>
<properties>rate</properties>
<type>array</type>
<unit>per_sec</unit>
</counter-info>
<counter-info>
<base-counter>total_ops</base-counter>
<desc>Average amount of time taken to complete an operation successfully.</desc>
<is-deprecated>false</is-deprecated>
<labels>
<label-info>invalid,read,write,deallocate</label-info>
</labels>
<name>latency</name>
<privilege-level>diag</privilege-level>
<properties>average</properties>
<type>array</type>
<unit>microsec</unit>
</counter-info>
<counter-info>
<desc>System node name</desc>
<is-deprecated>false</is-deprecated>
<is-key>true</is-key>
<name>node_name</name>
<privilege-level>diag</privilege-level>
<properties>string</properties>
<unit>none</unit>
</counter-info>
<counter-info>
<desc>System node id</desc>
<is-deprecated>false</is-deprecated>
<name>node_uuid</name>
<privilege-level>diag</privilege-level>
<properties>string,no-display</properties>
<unit>none</unit>
</counter-info>
<counter-info>
<desc>Number of operations/requests currently in-flight.</desc>
<is-deprecated>false</is-deprecated>
<labels>
<label-info>invalid,read,write,deallocate</label-info>
</labels>
<name>ops_pending</name>
<privilege-level>diag</privilege-level>
<properties>raw</properties>
<type>array</type>
<unit>none</unit>
</counter-info>
<counter-info>
<desc>Ontap process that provided this instance</desc>
<is-deprecated>false</is-deprecated>
<is-key>true</is-key>
<name>process_name</name>
<privilege-level>diag</privilege-level>
<properties>string</properties>
<unit>none</unit>
</counter-info>
<counter-info>
<desc>Average throughput of data from successfully completed requests.</desc>
<is-deprecated>false</is-deprecated>
<labels>
<label-info>invalid,read,write,deallocate</label-info>
</labels>
<name>throughput</name>
<privilege-level>diag</privilege-level>
<properties>rate</properties>
<type>array</type>
<unit>mb_per_sec</unit>
</counter-info>
<counter-info>
<desc>Total number of operations/requests completed without error.</desc>
<is-deprecated>false</is-deprecated>
<labels>
<label-info>invalid,read,write,deallocate</label-info>
</labels>
<name>total_ops</name>
<privilege-level>diag</privilege-level>
<properties>delta</properties>
<type>array</type>
<unit>none</unit>
</counter-info>
</counters>
</results>
</netapp> |
Beta Was this translation helpful? Give feedback.
-
I see the NVMe network stats under the SVM dashboard but I guess I'm looking more for what I get with respect to LUNs (iscsi/FC..). I need to look at an individual LUN (namespace) and get stats pertaining to that particular storage. As for StorageGrid I'll review the Discord link (thanks!) but it's lower priority for me. thanks |
Beta Was this translation helpful? Give feedback.
-
Thanks @ddhti . Harvest will add this as part of issue #1829 for our upcoming release. We'll also let you know when it is ready for Test through our nightly build. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm using nabox 3.2 with harvest 23.02.0-1. I have NVMe LUNs (namespaces) in use but they are not under the LUNs dashboard and I can't find them elsewhere. There are NVMe stats under the SVM dashboard but that's it. ... Also, I don't see a storagegrid dashboard (but I haven't added my SG yet).
What step or config am I missing?
thank you.
Beta Was this translation helpful? Give feedback.
All reactions