VMware exporter metric definition file for host (metrics_vmware_exporter_host.conf)
- Organization of this page
Format
See Format in Node exporter metric definition file (metrics_node_exporter.conf).
File
metrics_vmware_exporter_host.conf
metrics_vmware_exporter_host.conf.model (model file)
Storage directory
■Integrated manager host
- In Windows:
-
-
For a physical host
Manager-path\conf\imdd\plugin\jp1pccs\
-
For a logical host
shared-folder\jp1imm\conf\imdd\plugin\jp1pccs\
-
- In Linux:
-
-
For a physical host
/etc/opt/jp1imm/conf/imdd/plugin/jp1pccs/
-
For a logical host
shared-directory/jp1imm/conf/imdd/plugin/jp1pccs/
-
Description
This file defines the metric information for host of VMware exporter displayed on the Trends tab, Dashboard tab, and Dashboard List dialog box of the Integrated Operation Viewer window.
The defined contents are used for the return values of __metricListGet method and __timeSeriesDataGet method of the JP1/IM - Agent product plug-in.
If JP1/IM - Manager is in a hierarchical configuration and you want to refer to trend data stored in Trend data Management Database of lower manager from Integrated manager, you must add trend data metrics that you want to refer to metric definition file of Integrated manager.
Character code
UTF-8 (without BOM)
Line feed code
In Windows: CR+LF
In Linux: LF
When the definitions are applied
Definitions are reflected when the metric information is obtained on the Trends tab, Dashboard tab, and Dashboard List dialog box of the Integrated Operation Viewer window, or with the REST API.
Information that is specified
See Information that is specified in Node exporter metric definition file (metrics_node_exporter.conf).
Model file settings (initial status)
The settings (initial status) of each metric described in the model file of the Web exporter metric definition file for host are shown below.
-
vmware_host_size#
■Settings (initial status)
Member name
Settings (initial status)
name
vmware_host_size
default
False
The promql for metric definition File (including $jp1im_TrendData_labels)
(sum(vmware_datastore_capacity_size and $jp1im_TrendData_labels) without(ds_name))/1024/1024
resource_en
category
vmware_esxi
label
Physical disk size
description
Disk size of the physical server (Unit: MB).
unit
MB
resource_ja
category
vmware_esxi
label
物理ディスクサイズ
description
物理サーバーのディスクサイズ(単位:MB)。
unit
MB
- #
-
Equivalent to Host Logical Disk Status_Size (SIZE) field in JP1/Performance Management - Remote Monitor for Virtual Machine (hereafter referred to as JP1/PFM - RM for Virtual Machine).
-
vmware_host_used#
■Settings (initial status)
Member name
Settings (initial status)
name
vmware_host_used
default
False
The promql for metric definition File (including $jp1im_TrendData_labels)
((sum(vmware_datastore_capacity_size and $jp1im_TrendData_labels) without(ds_name))/1024/1024)-((sum(vmware_datastore_freespace_size and $jp1im_TrendData_labels) without(ds_name))/1024/1024 )
resource_en
category
vmware_esxi
label
Physical disk usage size
description
Disk usage size of the physical server (Unit: MB).
unit
MB
resource_ja
category
vmware_esxi
label
物理ディスク使用サイズ
description
物理サーバーのディスク使用サイズ(単位:MB)。
unit
MB
- #
-
Equivalent to Host Logical Disk Status_Used (USED) field in JP1/PFM - RM for Virtual Machine.
-
vmware_host_free#
■Settings (initial status)
Member name
Settings (initial status)
name
vmware_host_free
default
False
The promql for metric definition File (including $jp1im_TrendData_labels)
(sum(vmware_datastore_freespace_size and $jp1im_TrendData_labels) without(ds_name))/1024/1024
resource_en
category
vmware_esxi
label
Size of free physical disk space
description
Size of free disk space on the physical server (Unit: MB).
unit
MB
resource_ja
category
vmware_esxi
label
物理ディスク未使用サイズ
description
物理サーバーのディスク未使用サイズ(単位:MB)。
unit
MB
- #
-
Equivalent to Host Logical Disk Status_Free (FREE) field in JP1/PFM - RM for Virtual Machine.
-
vmware_datastore_used_percent#
■Settings (initial status)
Member name
Settings (initial status)
name
vmware_datastore_used_percent
default
true
The promql for metric definition File (including $jp1im_TrendData_labels)
(((sum(vmware_datastore_capacity_size and $jp1im_TrendData_labels) without(ds_name)/1024/1024) - ((sum(vmware_datastore_freespace_size and $jp1im_TrendData_labels) without(ds_name))/1024/1024 ))/ ((sum(vmware_datastore_capacity_size and $jp1im_TrendData_labels) without(ds_name))/1024/1024)) * 100
resource_en
category
vmware_esxi
label
Physical disk usage rate
description
Disk usage rate of the physical server (Unit: %).
unit
%
resource_ja
category
vmware_esxi
label
物理ディスク使用率
description
物理サーバーのディスク使用率(単位:%)。
unit
%
- #
-
Equivalent to Host Logical Disk Status_Used % (USED_PERCENT) field in JP1/PFM - RM for Virtual Machine.
-
vmware_host_memory_max#
■Settings (initial status)
Member name
Settings (initial status)
name
vmware_host_memory_max
default
False
The promql for metric definition File (including $jp1im_TrendData_labels)
vmware_host_memory_max and $jp1im_TrendData_labels
resource_en
category
vmware_esxi
label
Total size of physical memory
description
Memory resource size (Unit: MB).
Total size of physical memory on the physical server.
unit
MB
resource_ja
category
vmware_esxi
label
物理メモリ合計サイズ
description
メモリーリソースサイズ(単位:MB)。
物理サーバの物理メモリーの合計サイズ。
unit
MB
- #
-
Equivalent to Host Memory Status_Size (SIZE) field in JP1/PFM - RM for Virtual Machine.
-
vmware_host_memory_used#
■Settings (initial status)
Member name
Settings (initial status)
name
vmware_host_memory_used
default
False
The promql for metric definition File (including $jp1im_TrendData_labels)
vmware_host_memory_usage and $jp1im_TrendData_labels
resource_en
category
vmware_esxi
label
Amount of physical memory used
description
Amount of memory resources on the physical server used.
unit
MB
resource_ja
category
vmware_esxi
label
物理メモリ使用量
description
使用されている物理サーバ上のメモリーリソースの量。
unit
MB
- #
-
Equivalent to Host Memory Status_Used (USED) field in JP1/PFM - RM for Virtual Machine.
-
vmware_host_memory_unused#
■Settings (initial status)
Member name
Settings (initial status)
name
vmware_host_memory_unused
default
False
The promql for metric definition File (including $jp1im_TrendData_labels)
vmware_host_memory_max -vmware_host_memory_usage and $jp1im_TrendData_labels
resource_en
category
vmware_esxi
label
Amount of unused physical memory
description
Size of unused memory resources (Unit: MB).
Amount of unused memory resources on the physical server.
unit
MB
resource_ja
category
vmware_esxi
label
物理メモリ未使用量
description
メモリーリソース未使用量(単位:MB)。
使用されていない物理サーバ上のメモリーリソースの量。
unit
MB
- #
-
Equivalent to Host Memory Status_Unused (UNUSED) field in JP1/PFM - RM for Virtual Machine.
-
vmware_host_mem_vmmemctl_average#
■Settings (initial status)
Member name
Settings (initial status)
name
vmware_host_mem_vmmemctl_average
default
False
The promql for metric definition File (including $jp1im_TrendData_labels)
vmware_host_mem_vmmemctl_average/1024 and $jp1im_TrendData_labels
resource_en
category
vmware_esxi
label
Amount of internal swaps used
description
Amount of internal swaps used (Unit: MB). Amount of internal swaps used in all the virtual machines.
unit
MB
resource_ja
category
vmware_esxi
label
内部スワップ使用量
description
内部スワップ使用量(単位:MB)。全仮想マシンの内部スワップ使用量。
unit
MB
- #
-
Equivalent to Host Memory Status_VM Swap Used (VM_SWAP_USED) field in JP1/PFM - RM for Virtual Machine.
-
vmware_host_memory_used_percent#
■Settings (initial status)
Member name
Settings (initial status)
name
vmware_host_memory_used_percent
default
true
The promql for metric definition File (including $jp1im_TrendData_labels)
(vmware_host_memory_usage / vmware_host_memory_max) * 100 and $jp1im_TrendData_labels
resource_en
category
vmware_esxi
label
Ratio of physical memory
description
Ratio of memory resourced used by the physical server
unit
%
resource_ja
category
vmware_esxi
label
物理メモリ割合
description
物理サーバで使用されているメモリーリソースの割合。
unit
%
- #
-
Equivalent to Host Memory Status_Used % (USED_PERCENTVM_SWAP_USED) field in JP1/PFM - RM for Virtual Machine.
-
vmware_host_swap_used_percent#
■Settings (initial status)
Member name
Settings (initial status)
name
vmware_host_swap_used_percent
default
False
The promql for metric definition File (including $jp1im_TrendData_labels)
((vmware_host_mem_vmmemctl_average / 1024)/ vmware_host_memory_max) * 100 and $jp1im_TrendData_labels
resource_en
category
vmware_esxi
label
Internal swap rate
description
Internal swap rate (Unit: %). Ratio of external swaps used in all the virtual machines.
unit
%
resource_ja
category
vmware_esxi
label
内部スワップ率
description
内部スワップ使用率(単位:%)。全仮想マシンの外部スワップ使用量の割合。
unit
%
- #
-
Equivalent to Host Memory Status_VM Swap Used% (VM_SWAP_USED_PERCENT) field in JP1/PFM - RM for Virtual Machine.
-
vmware_vm_net_rate#
■Settings (initial status)
Member name
Settings (initial status)
name
vmware_vm_net_rate
default
False
The promql for metric definition File (including $jp1im_TrendData_labels)
vmware_host_net_bytesTx_average + vmware_host_net_bytesRx_average and $jp1im_TrendData_labels
resource_en
category
vmware_esxi
label
Network transmission/reception speed
description
Speed in which the physical server transmits and receives data over the network (Unit: KB/sec).
unit
KB/sec
resource_ja
category
vmware_esxi
label
ネットワーク送受信速度
description
物理サーバによる,ネットワークとの送受信の速度(単位:KB/sec)。
unit
KB/sec
- #
-
Equivalent to Host Network Status_Rate (RATE) field in JP1/PFM - RM for Virtual Machine.
-
vmware_host_net_bytesTx_average#
■Settings (initial status)
Member name
Settings (initial status)
name
vmware_host_net_bytesTx_average
default
False
The promql for metric definition File (including $jp1im_TrendData_labels)
vmware_host_net_bytesTx_average and $jp1im_TrendData_labels
resource_en
category
vmware_esxi
label
Network transmission speed
description
Speed in which the physical server transmits data to the network (Unit: KB/sec).
unit
KB/sec
resource_ja
category
vmware_esxi
label
ネットワーク送信速度
description
物理サーバによる,ネットワークへの送信の速度(単位:KB/sec)。
unit
KB/sec
- #
-
Equivalent to Host Network Status_Send Rate (SEND_RATE) field of JP1/PFM - RM for Virtual Machine.
-
vmware_host_net_bytesRx_average#
■Settings (initial status)
Member name
Settings (initial status)
name
vmware_host_net_bytesRx_average
default
False
The promql for metric definition File (including $jp1im_TrendData_labels)
vmware_host_net_bytesRx_average and $jp1im_TrendData_labels
resource_en
category
vmware_esxi
label
Network reception speed
description
Speed in which the physical server receives data from the network (Unit: KB/sec).
unit
KB/sec
resource_ja
category
vmware_esxi
label
ネットワーク受信速度
description
物理サーバによる,ネットワークからの受信の速度(単位:KB/sec)。
unit
KB/sec
- #
-
Equivalent to Host Network Status_Recv Rate (RECV_RATE) field of JP1/PFM - RM for Virtual Machine.
-
vmware_host_num_cpu#
■Settings (initial status)
Member name
Settings (initial status)
name
vmware_host_num_cpu
default
False
The promql for metric definition File (including $jp1im_TrendData_labels)
vmware_host_num_cpu and $jp1im_TrendData_labels
resource_en
category
vmware_esxi
label
Number of CPU cores
description
Number of physical CPU cores. Number of physical CPU cores installed on the physical server
unit
count
resource_ja
category
vmware_esxi
label
CPUコア数
description
物理CPUコア数。物理サーバに搭載されている物理CPUのコア数
unit
個
- #
-
Equivalent to Host Status_Count (COUNT) field in JP1/PFM - RM for Virtual Machine.
-
vmware_host_cpu_used_percent#
■Settings (initial status)
Member name
Settings (initial status)
name
vmware_host_cpu_used_percent
default
true
The promql for metric definition File (including $jp1im_TrendData_labels)
vmware_host_cpu_usage_average /100 and $jp1im_TrendData_labels
resource_en
category
vmware_esxi
label
CPU usage rate
description
CPU usage rate of the physical server (Unit: %). Ratio of physical CPUs used
unit
%
resource_ja
category
vmware_esxi
label
CPU使用率
description
物理サーバのCPU使用率(単位:%)。
使用されている物理CPUの割合。
unit
%
- #
-
Equivalent to Host CPU Status_Used % (USED_PERCENT) field in JP1/PFM - RM for Virtual Machine.
-
vmware_host_disk_write_average#
■Settings (initial status)
Member name
Settings (initial status)
name
vmware_host_disk_write_average
default
False
The promql for metric definition File (including $jp1im_TrendData_labels)
vmware_host_disk_write_average / 8 and $jp1im_TrendData_labels
resource_en
category
vmware_esxi
label
Write data transfer speed
description
Write data transfer speed (Unit: KB/sec). Speed in which the physical server writes data to the physical disk.
unit
KB/sec
resource_ja
category
vmware_esxi
label
書き込みデータ転送速度
description
書き込みデータ転送速度(単位:KB/sec)。
物理サーバによる物理ディスクへの書き込みの速度。
unit
KB/sec
- #
-
Equivalent to Host Physical Disk Status_Read Speed (READ_SPEED) field in JP1/PFM - RM for Virtual Machine.
-
vmware_host_disk_read_average#
■Settings (initial status)
Member name
Settings (initial status)
name
vmware_host_disk_read_average
default
False
The promql for metric definition File (including $jp1im_TrendData_labels)
vmware_host_disk_read_average / 8 and $jp1im_TrendData_labels
resource_en
category
vmware_esxi
label
Read data transfer speed
description
Read data transfer speed (Unit: KB/sec). Speed in which the physical server reads data from the physical disk
unit
KB/sec
resource_ja
category
vmware_esxi
label
読み込みデータ転送速度
description
読み込みデータ転送速度(単位:KB/sec)。
物理サーバによる物理ディスクからの読み込みの速度。
unit
KB/sec
- #
-
Equivalent to Host Physical Disk Status_Write Speed (WRITE_SPEED) field in JP1/PFM - RM for Virtual Machine.