Skip to content

Latest commit

 

History

History
50 lines (49 loc) · 1.2 KB

METRICS.md

File metadata and controls

50 lines (49 loc) · 1.2 KB

Metrics

  • nodestat_fc_host
    • tags:
      • fibrechannel
      • nodename
      • type
    • fields:
      • port_state (string)
      • port_state_code (int) 0-online, 1-unknown, 2-blocked, 3-linkdown
      • link_failure_count (uint)
      • seconds_since_last_reset (uint)
      • loss_of_signal_count (uint)
      • loss_of_sync_count (uint)
      • nos_count (uint)
      • error_frames (uint)
      • rx_frames (uint)
      • tx_frames (uint)
      • fcp_packet_aborts (uint)
  • nodestat_net
    • tags:
      • ifalias
      • interface
      • protocol
    • fields:
      • carrier (int) -1-unknown, 0-down, 1-up
      • dormant (int)
      • duplex (string)
      • ifalias (string)
      • link_mode (int)
      • operstate (string)
      • operstate_code (int) 0-up, 1-dormant, 2-unknown, 3-testing, 4-lowerlayerdown, 5-down, 6-notpresent
      • flag_lower_up (bool)
      • flag_running (bool)
      • flag_up (bool)
  • nodestat_pressure
    • tags:
    • fields:
      • cpu_waiting_avg60 (float)
      • io_waiting_avg60 (float)
      • io_stalled_avg60 (float)
      • memory_waiting_avg60 (float) percentage over 60s
      • memory_stalled_avg60 (float) percentage over 60s
  • nodestat_userprocs
    • tags:
      • group
      • user
    • fields:
      • processes (int)
      • threads (int)