sosreport / sos

A unified tool for collecting system logs and other debug information
http://sos.rtfd.org
GNU General Public License v2.0
513 stars 541 forks source link

[lustre] lnetctl net show more verbose #3749

Closed utopiabound closed 3 months ago

utopiabound commented 3 months ago

This dumps more stats for net show:

old:

    - net type: tcp
      local NI(s):
        - nid: 10.73.20.11@tcp
          status: up
          interfaces:
              0: bond0
          statistics:
              send_count: 2682857
              recv_count: 2682851
              drop_count: 11
          tunables:
              peer_timeout: 180
              peer_credits: 8
              peer_buffer_credits: 0
              credits: 256
          lnd tunables:
              conns_per_peer: 1
          dev cpt: -1
          CPT: "[0]"

NEW:

    - net type: tcp
      local NI(s):
        - nid: 10.73.20.11@tcp
          status: up
          interfaces:
              0: bond0
          statistics:
              send_count: 2682864
              recv_count: 2682858
              drop_count: 11
          sent_stats:
              put: 2485192
              get: 197672
              reply: 0
              ack: 0
              hello: 0
          received_stats:
              put: 2485045
              get: 98837
              reply: 98835
              ack: 141
              hello: 0
          dropped_stats:
              put: 11
              get: 0
              reply: 0
              ack: 0
              hello: 0
          health stats:
              fatal_error: 0
              health value: 1000
              interrupts: 0
              dropped: 0
              aborted: 0
              no route: 0
              timeouts: 0
              error: 0
              ping_count: 0
              next_ping: 0
          tunables:
              peer_timeout: 180
              peer_credits: 8
              peer_buffer_credits: 0
              credits: 256
          lnd tunables:
              conns_per_peer: 1
          dev cpt: -1
          CPT: "[0]"

Please place an 'X' inside each '[]' to confirm you adhere to our Contributor Guidelines

packit-as-a-service[bot] commented 3 months ago

Congratulations! One of the builds has completed. :champagne:

You can install the built RPMs by following these steps:

Please note that the RPMs should be used only in a testing environment.