ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • system ha interconnect statistics show-scatter-gather-list

    Display the high-availability interconnect scatter-gather list entry statistics

    Availability: This command is available to cluster administrators at the advanced privilege level.

    Description

    The system ha interconnect statistics show-scatter-gather-list command displays the high-availability interconnect device scatter-gather list entry statistics. Out of all possible 32 entries in a scatter-gather list, the command displays only the entries that have valid data.

    Parameters

    { [-fields <fieldname>,…​]

    If you specify the -fields <fieldname>,…​ parameter, the command displays only the fields that you specify.

    | [-instance ] }

    Use this parameter to display all the fields from all nodes in cluster.

    [-node {<nodename>|local}] - Node

    Use this parameter to display all the fields from the specified node in the cluster.

    [-sge <integer>,…​] - Scatter-Gather Entry

    Selects the nodes that match this scatter-gather element index value.

    [-total-count <integer>,…​] - Total Count

    Selects the nodes that match this parameter value. The value is the total number of times a particular scatter-gather list element is used.

    [-total-size <integer>,…​] - Total Size

    Selects the nodes that match this parameter value. The value is the total number of bytes written by the high-availability interconnect device using a particular scatter-gather list element.

    Examples

    cluster1::*> system ha interconnect statistics show-scatter-gather-list
    Node: ic-f8040-01
    Entry              Count              Size
    -----  -----------------  ----------------
        1             410925          77344493
        2                988           1246987
        3                 72            747325
        4              93264        1527155579
        8                  9            294912
        9                  9            294912
    
    Node: ic-f8040-02
    Entry              Count              Size
    -----  -----------------  ----------------
        1            1544405         310004390
        2               6217          16779908
        3               1222          12003411
        4             338606        5543436659
        6                  2             41980
        7                  2             46136
        8                 18            589824
        9                 18            589824
    
    2 entries were displayed.
    Top of Page