ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • network connections active show-clients

    Show a count of the active connections by client

    Availability: This command is available to cluster and Vserver administrators at the admin privilege level.

    Description

    The network connections active show-clients command displays information about client connections, including the client’s IP address and the number of client connections.

    The results of this command set are refreshed independently every 30 seconds and might not reflect the immediate state of the system.

    Parameters

    { [-fields <fieldname>,…​]

    If you specify the -fields <fieldname>, …​ parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.

    | [-instance ] }

    If you specify the -instance parameter, the command displays detailed information about all fields.

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

    Use this parameter to display information only about the connections on the node you specify.

    [-vserver <vserver>] - Vserver

    This parameter is used by the system to break down the output per vserver.

    [-remote-address <Remote IP>] - Remote IP Address

    Use this parameter to display information only about the connections that use the remote IP address you specify.

    [-count <integer>] - Client Count

    Use this parameter to only clients with the number of active client connections you specify.

    Examples

    The following example displays information about active client connections:

    cluster1::> network connections active show-clients
    Node    Vserver Name    Client IP Address     Count
    ------  --------------  -----------------     ------
    node0   vs1             192.0.2.253                1
            vs2             192.0.2.252                2
            vs3             192.0.2.251                5
    node1   vs1             192.0.2.250                1
            vs2             192.0.2.252                3
            vs2             customer.example.com       4
    Top of Page