Windows exporter (Hyper-V monitoring) metric definition file for VM (metrics_windows_exporter_hyperv_vm.conf)
- Organization of this page
Syntax
See Syntax in Node exporter metric definition file (metrics_node_exporter.conf).
File
metrics_windows_exporter_hyperv_vm.conf
metrics_windows_exporter_hyperv_vm.conf.model (model file)
Storage destination directory
- Integration Manager host
- For Windows
-
-
For a physical host
Manager-path\conf\imdd\plugin\jp1pccs\
-
When the logical host
Shared-folder\jp1imm\conf\imdd\plugin\jp1pccs\
-
- For Linux
-
-
For a physical host
/etc/opt/jp1imm/conf/imdd/plugin/jp1pccs/
-
When the logical host
Shared-directory/jp1imm/conf/imdd/plugin/jp1pccs/
-
Description
This file defines the metric information for VM of Windows exporter (Hyper-V monitoring) displayed on the Trends tab, Dashboard tab, and Dashboard List dialog box of the Integrated Operation Viewer window.
Defined content is used for the __metricListGet method of product plugin in JP1/IM - Agent and the return value of the __timeSeriesDataGet method.
If JP1/IM - Manager is in a hierarchical configuration and you want the Integration Manager to refer to trend data stored in Trend data Management Database of lower manager, you must add the referenced trend data metrics to the Integration Manager metric definition file.
Character code
UTF-8 (without BOM)
Line feed code
For Windows: CR+LF
For Linux: LF
Timing in which definitions are reflected
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.
Content description
See Content description 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 Windows exporter (Hyper-V monitoring) metric definition file for VM are shown below.
-
hyperv_vm_device_written#
■Settings (initial status)
Member name
Settings (initial status)
name
hyperv_vm_device_written
default
false
Metric definition-file promql (including $jp1im_TrendData_labels)
(rate(windows_hyperv_vm_device_bytes_written[$stepTime{minSeconds=\"120\"}]) and $jp1im_TrendData_labels) / 1024
resource_en
category
windows_hyperv
label
Write data transfer rate
description
Write data transfer rate per second on the virtual device
unit
KB/sec
resource_ja
category
windows_hyperv
label
書き込みデータ転送速度
description
仮想デバイス上で1秒あたりの書き込みデータ転送速度。
unit
KB/sec
- #
-
Equivalent to Write Speed (WRITE_SPEED) field in VM Physical Disk Status (PI_VPDI) record of JP1/PFM-RM for VM.
-
hyperv_vm_device_read#
■Settings (initial status)
Member name
Settings (initial status)
name
hyperv_vm_device_read
default
false
Metric definition-file promql (including $jp1im_TrendData_labels)
(rate(windows_hyperv_vm_device_bytes_read[$stepTime{minSeconds=\"120\"}]) and $jp1im_TrendData_labels) / 1024
resource_en
category
windows_hyperv
label
Read data transfer rate
description
Read data transfer rate per second on the virtual device
unit
KB/sec
resource_ja
category
windows_hyperv
label
読み込みデータ転送速度
description
仮想デバイス上で1秒あたりの読み込みデータ転送速度。
unit
KB/sec
- #
-
Equivalent to Read Speed (READ_SPEED) field in VM Physical Disk Status (PI_VPDI) record of JP1/PFM-RM for VM.