Thanks chris ,
I did check the other options are not the issue
Our filers have
0e/0g as targets and seeing stats for these
0f/0h as initiators and not seeing stats
could you check if there should be any other fcp objects for initiators ?
used perf-counters-utility with -o (list objects ) saved in netapp_harvest_util_objects
>grep -i fcp netapp_harvest_util_objects
fcp_itn: CM object for exporting FCP Initiator-Target Nexus (ITN) performance counters
fcp_itn:lif: CM object for exporting FCP Initiator-Target Nexus (ITN) performance counters
fcp_itn:port: CM object for exporting FCP Initiator-Target Nexus (ITN) performance counters
fcp_itn:vserver: CM object for exporting FCP Initiator-Target Nexus (ITN) performance counters
fcp_lif: CM object for exporting FCP LIF performance counters
fcp_lif:node: CM object for exporting FCP LIF performance counters
fcp_lif:port: CM object for exporting FCP LIF performance counters
fcp_lif:vserver: CM object for exporting FCP LIF performance counters
fcp_port: CM object for exporting fcp_port performance counters
fcp_port:node: CM object for exporting fcp_port performance counters
for each of these fcp objects used below and only seeing targets but not initiator ports
-in -f (object)
I was able to create graphs for fcp metrics on targets see stats on grafana
request to add fcp targets/initiator graphs in next release grafana panels
Reference
Usage: perf-counters-utility -host <host> -user <user> -pass <pass> [-o|-in|-c|-d] [-f <family>] [-n <name> | -u <uuid>]
PURPOSE:
Collect performance data from Data ONTAP's cDOT performance counter
subsystem that uses a hierachy of: object-instance-counter
ARGUMENTS:
Required:
-host Hostname to connect with
-user Username to connect with
-pass Password to connect with
Required (one of):
-o Display object list
-in Display instance list
-c Display counter list
-d Output counter data
Required with -in, -c, -d:
-f <family> Object family
Required (one of) with -d:
-n <name> Name of instance to graph
-u <uuid> Name of UUID to graph
Optional:
-h Output this help text
-v Output verbose output to stdout