Running Harvest 25.05.1 on RHEL8 I get multiple series for the same ifgrp in the Top $TopResources LAGs by (Send|Receive) Throughput panels. I see it with ONTAP version 9.15.1 and 9.16.1, but not for every cluster.
Example series names with "port" label included.
clustername-01 - a10a - e0c,e0d,e0e,e0f clustername-01 - a10a - e0c,e0d,e0f,e0e clustername-01 - a10a - e0c,e0e,e0d,e0f clustername-01 - a10a - e0c,e0e,e0f,e0d clustername-01 - a10a - e0c,e0f,e0d,e0e clustername-01 - a10a - e0c,e0f,e0e,e0d clustername-02 - a10a - e0c,e0d,e0e,e0f clustername-02 - a10a - e0c,e0d,e0f,e0e clustername-02 - a10a - e0c,e0e,e0d,e0f clustername-02 - a10a - e0c,e0e,e0f,e0d clustername-02 - a10a - e0c,e0f,e0d,e0e clustername-02 - a10a - e0c,e0f,e0e,e0d
#ONTAP Network Link Aggregation Group traffic shows up multiple times
1 messages · Page 1 of 1 (latest)
@strange ore I am working on the fix for this sorting of port labels issue in PR: https://github.com/NetApp/harvest/pull/3750,
By the time, could you share the rest response of these below rest calls so I could validate with your data as well.
curl -sk -u USER:PASS 'https://CLUSTER_IP/api/cluster/counter/tables/nic_common/rows?return_records=true&fields=*’ > nic_common_perf.json
curl -sk -u USER:PASSWORD 'https://CLUSTER_IP/api/private/cli/network/port/ifgrp?return_records=true&fields=ifgrp,node,ports&max_records=10000&ignore_unknown_fields=true' > private_ifgrp.json
**Note: ** Please replace USER, PASSWORD and CLUSTER_IP accordingly.
I collected the data and sent it via mail.
Should I create a GitHub issue for documentation?
Thanks for reporting @strange ore and appreciate the offer to create an issue. There is no need in this case, the problem will be fixed in https://github.com/NetApp/harvest/pull/3750
Thank you for the quick fix