Skip to content

Latest commit

 

History

History
197 lines (196 loc) · 3.86 KB

METRICS.md

File metadata and controls

197 lines (196 loc) · 3.86 KB

Metrics

  • vcstat_vcenter
    • tags:
      • vcenter
    • fields:
      • name (string)
      • num_datacenters (int)
      • ostype (string)
      • version (string)
      • build (string)
  • vcstat_datacenter
    • tags:
      • vcenter
      • dcname
    • fields:
      • num_clusters (int)
      • num_datastores (int)
      • num_hosts (int)
      • num_networks (int)
  • vcstat_cluster
    • tags:
      • clustername
      • moid
      • vcenter
      • dcname
    • fields:
      • status (string)
      • status_code (int) 0-green, 1-gray, 2-yellow, 3-red
      • num_hosts (int)
      • num_effective_hosts (int)
      • num_cpu_cores (int)
      • num_cpu_threads (int)
      • num_vms (int)
      • total_cpu (int) in MHz
      • total_memory (int) in bytes
      • effective_cpu (int) in MHz
      • effective_memory (int) in bytes
  • vcstat_datastore
    • tags:
      • dsname
      • moid
      • type
      • vcenter
      • dcname
    • fields:
      • accessible (bool)
      • capacity (int) in bytes
      • freespace (int) in bytes
      • uncommitted (int)
      • maintenance_mode (string)
  • vcstat_host
    • tags:
      • esxhostname
      • moid
      • vcenter
      • dcname
      • clustername
    • fields:
      • status (string)
      • status_code (int) 0-green, 1-gray, 2-yellow, 3-red
      • reboot_required (int)
      • in_maintenance_mode (int)
      • connection_state (int)
      • connection_state_code (int) 0-connected, 1-notresponding, 2-disconnected
      • memory_size (int) in bytes
      • num_cpus (int)
      • cpu_freq (int) in MHz
      • num_datastores (int)
      • num_vms (int)
  • vcstat_host_esxcli
    • tags:
      • esxhostname
      • moid
      • vcenter
      • dcname
      • clustername
    • fields:
      • responding_code (int) 0-responding, 1-skipping, 2-notresponding
      • response_time_ns (int)
  • vcstat_host_firewall
    • tags:
      • esxhostname
      • vcenter
      • dcname
      • clustername
    • fields:
      • defaultaction (string)
      • enabled (bool)
      • loaded (bool)
  • vcstat_host_graphics
    • tags:
      • address
      • device
      • esxhostname
      • vcenter
      • dcname
      • clustername
    • fields:
      • cpu
      • driver (string)
      • memory
      • temperature
  • vcstat_host_hba
    • tags:
      • device
      • driver
      • esxhostname
      • vcenter
      • dcname
      • clustername
    • fields:
      • link_state (string)
      • link_state_code (int) 0-link-up, 1-link-n/a, 2-unbound, 3-link-down
  • vcstat_host_nic
    • tags:
      • device
      • driver
      • esxhostname
      • vcenter
      • dcname
      • clustername
    • fields:
      • link_status (string)
      • link_status_code (int) 0-Up, 1-Unknown, 2-Down
      • admin_status (string)
      • duplex (string)
      • speed (int)
      • mac (string)
  • vcstat_host_service
    • tags:
      • key
      • esxhostname
      • vcenter
      • dcname
      • clustername
    • fields:
      • label (string)
      • policy (string)
      • required (boolean)
      • running (boolean)
  • vcstat_net_dvs
    • tags:
      • dvs
      • moid
      • vcenter
      • dcname
    • fields:
      • status (string)
      • status_code (int) 0-green, 1-gray, 2-yellow, 3-red
      • num_hosts (int)
      • num_ports (int)
      • max_ports (int)
      • num_standalone_ports (int)
      • pnic_capacity_ratio_for_reservation (int)
  • vcstat_net_dvp
    • tags:
      • dvp
      • moid
      • vcenter
      • dcname
      • uplink (true/false)
    • fields:
      • status (string)
      • status_code (int) 0-green, 1-gray, 2-yellow, 3-red
      • num_ports (int)
  • vcstat_vm
    • tags:
      • esxhostname
      • moid
      • vcenter
      • dcname
      • clustername
      • vmname
    • fields:
      • status (string)
      • status_code (int) 0-green, 1-gray, 2-yellow, 3-red
      • connection_state (string)
      • connection_state_code (int) 0-connected, 1-orphaned, 2-invalid, 3-disconnected, 4-inaccessible
      • consolidation_needed (bool)
      • max_cpu_usage (int) in MHz
      • max_mem_usage (int) in bytes
      • memory_size (int) in bytes
      • num_eth_cards (int)
      • num_vdisks (int)
      • num_vcpus (int)
      • power_state (string)
      • power_state_code (int) 0-on, 1-suspended, 2-off, 3-other
      • template (bool)
  • internal_vcstat
    • tags:
      • vcenter
      • vcstat_version
    • fields:
      • sessions_created (int)
      • gather_time_ns (int)
      • notresponding_esxcli_hosts (int)