VMware exporter metric definition file for VM (metrics_vmware_exporter_vm.conf)
- Organization of this page
Format
See Format in Node exporter metric definition file (metrics_node_exporter.conf).
File
metrics_vmware_exporter_vm.conf
metrics_vmware_exporter_vm.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 VM 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 VM exporter metric definition file for VM are shown below.
-
vmware_vm_cpu_used_percent#
■Settings (initial status)
Member name
Settings (initial status)
name
vmware_vm_cpu_used_percent
default
true
The promql for metric definition File (including $jp1im_TrendData_labels)
vmware_vm_cpu_usage_average / (20 * 1000) * 100 and $jp1im_TrendData_labels
resource_en
category
vmware_esxi
label
Virtual CPU usage rate
description
Virtual CPU usage rate (Unit: %). Ratio of virtual CPU assigned to CPU resources.
unit
%
resource_ja
category
vmware_esxi
label
仮想CPU使用率
description
仮想CPU使用率(単位:%)。
CPUリソースに対する仮想CPU割り当て量の割合。
unit
%
- #
-
Equivalent to VM CPU Status_Used%(USED_PERCENT) field in JP1/PFM - RM for Virtual Machine.
-
vmware_vm_mem_used_percent#
■Settings (initial status)
Member name
Settings (initial status)
name
vmware_vm_mem_used_percent
default
true
The promql for metric definition File (including $jp1im_TrendData_labels)
(((vmware_vm_mem_consumed_average/ 1024) + (vmware_vm_mem_vmmemctl_average / 1024) + (vmware_vm_mem_swapped_average / 1024))/ vmware_vm_memory_max) * 100 and $jp1im_TrendData_labels
resource_en
category
vmware_esxi
label
Virtual memory usage rate
description
Memory usage rate (Unit: %).
Memory usage rate of the virtual machine.
unit
%
resource_ja
category
vmware_esxi
label
仮想メモリ使用率
description
メモリ使用率(単位:%)。
仮想マシンのメモリの使用率。
unit
%
- #
-
Equivalent to VM Memory Status_Used% (USED_PERCENT) field in JP1/PFM - RM for Virtual Machine.
-
vmware_vm_disk_write_average#
■Settings (initial status)
Member name
Settings (initial status)
name
vmware_vm_disk_write_average
default
False
The promql for metric definition File (including $jp1im_TrendData_labels)
vmware_vm_disk_write_average / 8 and $jp1im_TrendData_labels
resource_en
category
vmware_esxi
label
Write data transfer speed of the virtual machine
description
Write data transfer speed (Unit: KB/sec). Speed in which the virtual machine writes data to the physical disk.
unit
KB/sec
resource_ja
category
vmware_esxi
label
仮想マシン書き込みデータ転送速度
description
書き込みデータ転送速度(単位:KB/sec)。仮想マシンによる物理ディスクへの書き込みの速度。
unit
KB/sec
- #
-
Equivalent to VM Virtual Disk Status_Write Speed (WRITE_SPEED) field in JP1/PFM - RM for Virtual Machine.
-
vmware_vm_disk_read_average#
■Settings (initial status)
Member name
Settings (initial status)
name
vmware_vm_disk_read_average
default
False
The promql for metric definition File (including $jp1im_TrendData_labels)
vmware_vm_disk_read_average / 8 and $jp1im_TrendData_labels
resource_en
category
vmware_esxi
label
Read data transfer speed of the virtual machine
description
Read data transfer speed (Unit: KB/sec). Speed in which the virtual machine reads data from the physical disk.
unit
KB/sec
resource_ja
category
vmware_esxi
label
仮想マシン読み込みデータ転送速度
description
読み込みデータ転送速度(単位:KB/sec)。仮想マシンによる物理ディスクからの読みの速度。
unit
KB/sec
- #
-
Equivalent to VM Virtual Disk Status_Read Speed (READ_SPEED) field in JP1/PFM - RM for Virtual Machine.
-
vmware_vm_disk_used_percent#
■Settings (initial status)
Member name
Settings (initial status)
name
vmware_vm_disk_used_percent
default
true
The promql for metric definition File (including $jp1im_TrendData_labels)
(((sum(vmware_vm_guest_disk_capacity and $jp1im_TrendData_labels) without(partition) / (1024 * 1024)) - ((sum(vmware_vm_guest_disk_free and $jp1im_TrendData_labels) without(partition))/(1024 * 1024))) / ((sum(vmware_vm_guest_disk_capacity and $jp1im_TrendData_labels) without(partition))/(1024*1024))) * 100
resource_en
category
vmware_esxi
label
Disk usage rate of the virtual machine
description
Disk usage rate of the virtual machine (Unit: %)
unit
%
resource_ja
category
vmware_esxi
label
仮想マシンのディスク使用率
description
仮想マシンのディスク使用率(単位:%)
unit
%
- #
-
Equivalent to VM Logical Disk Status_Used% (USED_PERCENT) field in JP1/PFM - RM for Virtual Machine.