Windows exporter metric definition file (metrics_windows_exporter.conf)
- Organization of this page
Format
See the Format section in Node exporter metric definition file (metrics_node_exporter.conf).
File
metrics_windows_exporter.conf
metrics_windows_exporter.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 of Windows 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 JP1/IM - __metricListGet method and __timeSeriesDataGet method of the 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 the Information that is specified section 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 metric definition file are shown below.
-
cpu_used_rate#
■Settings (initial status)
Member name
Settings (initial status)
name
cpu_used_rate
default
true
The promql for metric definition File (including $jp1im_TrendData_labels)
100 - (avg by (instance,job,jp1_pc_nodelabel,jp1_pc_prome_hostname) (rate(windows_cpu_time_total{mode=\"idle\"}[$stepTime{minSeconds=\"120\"}]) and $jp1im_TrendData_labels) * 100)
resource_en
category
platform_windows
label
CPU used rate
description
Processor usage. Percentage of elapsed time used by the processor for executing non-idle threads. [Units: %]
unit
%
resource_ja
category
platform_windows
label
CPU使用率
description
プロセッサの使用率。プロセッサが非アイドル状態のスレッドを実行した経過時間の割合。(単位:%)
unit
%
- #
-
JP1/PFM - Equivalent to the CPU % field in the PI record of the Agent for Platform (Windows).
-
memory_unused#
■Settings (initial status)
Member name
Settings (initial status)
name
memory_unused
default
false
The promql for metric definition File (including $jp1im_TrendData_labels)
(windows_memory_available_bytes and $jp1im_TrendData_labels) / (1024*1024*1024)
resource_en
category
platform_windows
label
Memory unused
description
Available size in the physical memory area. The combined total of zero memory, free memory, and standby memory (cached) that can be immediately allocated to a process or be used by the system. [Units: GB]
unit
GB
resource_ja
category
platform_windows
label
空きメモリ量
description
物理メモリー領域の未使用サイズ。プロセスへの割り当て,またはシステムがすぐに利用できるゼロメモリー,空きメモリー,およびスタンバイメモリー(キャッシュ済み)の領域の合計。(単位:ギガバイト)
unit
ギガバイト
- #
-
JP1/PFM - Equivalent to the Available Mbytes field in the PI record of the Agent for Platform (Windows).
However, the number unit are different.
-
memory_unused_rate#
■Settings (initial status)
Member name
Settings (initial status)
name
memory_unused_rate
default
false
The promql for metric definition File (including $jp1im_TrendData_labels)
(windows_memory_available_bytes and $jp1im_TrendData_labels) / (windows_cs_physical_memory_bytes and $jp1im_TrendData_labels) * 100
resource_en
category
platform_windows
label
Available memory percentage
description
Percentage of available physical memory
unit
%
resource_ja
category
platform_windows
label
空きメモリ率
description
物理メモリの空き容量の割合。
unit
%
- #
-
There are no fields fall under JP1/PFM - Agent for Platform (Windows).
-
disk_unused#
■Settings (initial status)
Member name
Settings (initial status)
name
disk_unused
default
false
The promql for metric definition File (including $jp1im_TrendData_labels)
(windows_logical_disk_free_bytes and $jp1im_TrendData_labels) / (1024*1024*1024)
resource_en
category
platform_windows
label
Unused disk space percentage
description
Percentage of unused disk space
unit
GB
resource_ja
category
platform_windows
label
空きディスク領域
description
ディスクの未使用領域のサイズ。(単位:ギガバイト)
unit
ギガバイト
- #
-
JP1/PFM - Equivalent to the Free Mbytes field in the Agent for Platform (Windows) PI_LOGD record.
However, the number unit are different.
-
disk_unused_rate#
■Settings (initial status)
Member name
Settings (initial status)
name
disk_unused_rate
default
false
The promql for metric definition File (including $jp1im_TrendData_labels)
(windows_logical_disk_free_bytes and $jp1im_TrendData_labels) / (windows_logical_disk_size_bytes and $jp1im_TrendData_labels) * 100
resource_en
category
platform_windows
label
Unused disk space percentage
description
Percentage of unused disk space
unit
%
resource_ja
category
platform_windows
label
空きディスク率
description
ディスクの未使用領域の割合。
unit
%
- #
-
Equivalent to the % Free Space field in the PI_LOGD record for JP1/PFM - Agent for Platform (Windows).
-
disk_busy_rate#
■Settings (initial status)
Member name
Settings (initial status)
name
disk_busy_rate
default
false
The promql for metric definition File (including $jp1im_TrendData_labels)
100 - (rate(windows_logical_disk_idle_seconds_total[$stepTime{minSeconds=\"120\"}]) and $jp1im_TrendData_labels)/((rate(windows_logical_disk_write_seconds_total[$stepTime{minSeconds=\"120\"}]) and $jp1im_TrendData_labels) + (rate(windows_logical_disk_read_seconds_total[$stepTime{minSeconds=\"120\"}]) and $jp1im_TrendData_labels) + (rate(windows_logical_disk_idle_seconds_total[$stepTime{minSeconds=\"120\"}]) and $jp1im_TrendData_labels)) * 100
resource_en
category
platform_windows
label
Disk busy rate
description
Percentage of time the disk was busy when a read or write request was processed. [Units: %]
unit
%
resource_ja
category
platform_windows
label
ディスクビジー率
description
読み込みおよび書き込み要求の処理でディスクがビジーだった経過時間の割合。(単位:%)
unit
%
- #
-
JP1/PFM - Equivalent to the % Disk Time field in the Agent for Platform (Windows) PI_PHYD record.
-
disk_read_latency#
■Settings (initial status)
Member name
Settings (initial status)
name
disk_read_latency
default
false
The promql for metric definition File (including $jp1im_TrendData_labels)
(rate(windows_logical_disk_read_seconds_total[$stepTime{minSeconds=\"120\"}]) and $jp1im_TrendData_labels) / (rate(windows_logical_disk_reads_total[$stepTime{minSeconds=\"120\"}]) and $jp1im_TrendData_labels)
resource_en
category
platform_windows
label
Disk read latency
description
Average time (in seconds) taken to perform a single disk read operation
unit
second
resource_ja
category
platform_windows
label
ディスク読み込みレイテンシー
description
1回あたりのディスク読み込みにかかった平均時間(秒)。
unit
秒
- #
-
Equivalent to Avg Disk Secs/Read field in the PI_LOGD record in JP1/PFM - Agent for Platform (Windows).
-
disk_write_latency#
■Settings (initial status)
Member name
Settings (initial status)
name
disk_write_latency
default
false
The promql for metric definition File (including $jp1im_TrendData_labels)
(rate(windows_logical_disk_write_seconds_total[$stepTime{minSeconds=\"120\"}]) and $jp1im_TrendData_labels) / (rate(windows_logical_disk_writes_total[$stepTime{minSeconds=\"120\"}]) and $jp1im_TrendData_labels)
resource_en
category
platform_windows
label
Disk write latency
description
Average time (in seconds) taken to perform a single disk write operation
unit
second
resource_ja
category
platform_windows
label
ディスク書き込みレイテンシー
description
1回あたりのディスク書き込みにかかった平均時間(秒)。
unit
秒
- #
-
Equivalent to Avg Disk Secs/Write field in the PI_LOGD record in JP1/PFM - Agent for Platform (Windows).
-
disk_io_latency#
■Settings (initial status)
Member name
Settings (initial status)
name
disk_io_latency
default
false
The promql for metric definition File (including $jp1im_TrendData_labels)
((rate(windows_logical_disk_read_seconds_total[$stepTime{minSeconds=\"120\"}]) and $jp1im_TrendData_labels) + (rate(windows_logical_disk_write_seconds_total[$stepTime{minSeconds=\"120\"}]) and $jp1im_TrendData_labels)) / ((rate(windows_logical_disk_reads_total[$stepTime{minSeconds=\"120\"}]) and $jp1im_TrendData_labels) + (rate(windows_logical_disk_writes_total[$stepTime{minSeconds=\"120\"}]) and $jp1im_TrendData_labels))
resource_en
category
platform_windows
label
Disk I/O latency
description
Average time (in seconds) taken to perform a single disk write and read operation
unit
second
resource_ja
category
platform_windows
label
ディスクIOレイテンシー
description
1回あたりのディスク書き込みと読み込みにかかった平均時間(秒)。
unit
秒
- #
-
Equivalent to Avg Disk Secs/Xfer field in the PI_LOGD record in JP1/PFM - Agent for Platform (Windows).
-
network_sent#
■Settings (initial status)
Member name
Settings (initial status)
name
network_sent
default
false
The promql for metric definition File (including $jp1im_TrendData_labels)
rate(windows_net_packets_sent_total[$stepTime{minSeconds=\"120\"}]) and $jp1im_TrendData_labels
resource_en
category
platform_windows
label
Network sent
description
Rate at which packets were sent through the network interface. [Units: packets/second]
unit
packets/second
resource_ja
category
platform_windows
label
ネットワークの送信速度
description
ネットワークインターフェースで送信されるパケットの割合(パケット/秒)。
unit
パケット/秒
- #
-
JP1/PFM - Equivalent to the Pkts Sent/sec field in the Agent for Platform (Windows) PI_NETI record.
-
network_received#
■Settings (initial status)
Member name
Settings (initial status)
name
network_received
default
false
promql for metric definition files (including $jp 1im_TrendData_labels)
rate(windows_net_packets_received_total[$stepTime{minSeconds=\"120\"}]) and $jp1im_TrendData_labels
resource_en
category
platform_windows
label
Network received
description
Rate at which packets were received through the network interface. [Units: packets/second]
unit
packets/second
resource_ja
category
platform_windows
label
ネットワークの受信速度
description
ネットワークインターフェースで受信されるパケットの割合(パケット/秒)。
unit
パケット/秒
- #
-
JP1/PFM - Equivalent to the Pkts Rcvd/sec field in the Agent for Platform (Windows) PI_NETI record.