ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • network test-link show

    Display test results

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

    Description

    The network test-link show command displays the results of prior network test-link run-test commands.

    The test results are stored non-persistently and can be viewed using the network test-link show command. Results include input parameters, the bandwidth achieved, and the date and time of the test.

    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

    Selects the nodes that match this parameter value. Use this parameter to display the test results specific to a node. By default, the test results across all nodes are shown.

    -vserver <vserver> - Vserver

    Use this parameter to display the test results specific to a Vserver. Use DC (Data Channel) Vserver option only in an ONTAP Select or ONTAP Cloud cluster to show network performance of links hosting DC LIFs. DC Vserver is a special Vserver that hosts LIFs that are used to mirror data aggregates to partner node

    [-destination <Remote InetAddress>] - Destination

    Use this parameter to display the test results associated with the specified destination.

    [-timestamp <MM/DD/YYYY HH:MM:SS>] - Time of Test

    Use this parameter to display the test results with the specified timestamp.

    [-bandwidth <double>] - MB/s

    Use this parameter to display the test results only matching the specified bandwidth.

    Examples

    The following example runs a test between the cluster LIFs twice and then demonstrates the show command results:

    cluster1::*> network test-link run-test -node node2 -vserver Cluster -destination 172.31.112.173
    Node: node2
         Vserver: Cluster
     Destination: 172.31.112.173
    Time of Test: 4/25/2016 10:37:52
            MB/s: 29.9946
    cluster1::*> network test-link run-test -node node2 -vserver Cluster -destination 172.31.112.173
    Node: node2
         Vserver: Cluster
     Destination: 172.31.112.173
    Time of Test: 4/25/2016 10:38:32
            MB/s: 39.8192
    cluster1::network test-link*> show
    Node                Vserver             Destination       Time of Test          MB/s
    -----------------   -----------------   ---------------   -------------------   ------------
    node2               Cluster             172.31.112.173    4/25/2016 10:38:32         39.8192
    Top of Page