VMware exporterのホスト用メトリック定義ファイル(metrics_vmware_exporter_host.conf)
形式
「Node exporterのメトリック定義ファイル(metrics_node_exporter.conf)」の「形式」を参照してください。
ファイル
metrics_vmware_exporter_host.conf
metrics_vmware_exporter_host.conf.model(モデルファイル)
格納先ディレクトリ
■統合マネージャーホスト
- Windowsの場合
-
-
物理ホストのとき
Managerパス\conf\imdd\plugin\jp1pccs\
-
論理ホストのとき
共有フォルダ\jp1imm\conf\imdd\plugin\jp1pccs\
-
- Linuxの場合
-
-
物理ホストのとき
/etc/opt/jp1imm/conf/imdd/plugin/jp1pccs/
-
論理ホストのとき
共有ディレクトリ/jp1imm/conf/imdd/plugin/jp1pccs/
-
説明
[統合オペレーション・ビューアー]画面の[トレンド]タブで表示するVMware exporterのホスト用のメトリック情報を定義するファイルです。
定義内容は,JP1/IM - Agentの製品プラグインの__metricListGetメソッド,および__timeSeriesDataGetメソッドの返却値に使用します。
JP1/IM - Managerが階層構成で,統合マネージャーから下位マネージャーのトレンドデータ管理DBに保存されているトレンドデータを参照する場合,統合マネージャーのメトリック定義ファイルに参照するトレンドデータのメトリックを追加する必要があります。
文字コード
UTF-8(BOM無し)
改行コード
Windowsの場合:CR+LF
Linuxの場合:LF
定義の反映時期
[統合オペレーション・ビューアー]画面の[トレンド]タブ,または,REST APIで,メトリックの情報を取得したときに反映されます。
記述内容
「Node exporterのメトリック定義ファイル(metrics_node_exporter.conf)」の「記述内容」を参照してください。
モデルファイルの設定内容(初期状態)
VMware exporterのホスト用メトリック定義ファイルのモデルファイルに記述されているメトリックの設定内容(初期状態)を,次に示します。
-
vmware_host_size※
■設定内容(初期状態)
メンバー名
設定内容(初期状態)
name
vmware_host_size
default
False
メトリック定義ファイル用promql($jp1im_TrendData_labelsを含む)
(sum(vmware_datastore_capacity_size) without(ds_name)) /1024/1024 and $jp1im_TrendData_labels
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
- 注※
-
JP1/Performance Management - Remote Monitor for Virtual Machine(以降,JP1/PFM - RM for Virtual Machineと表記します)のHost Logical Disk Status_Size(SIZE)フィールドと同等です。
-
vmware_host_used※
■設定内容(初期状態)
メンバー名
設定内容(初期状態)
name
vmware_host_used
default
False
メトリック定義ファイル用promql($jp1im_TrendData_labelsを含む)
((sum(vmware_datastore_capacity_size) without(ds_name)) /1024/1024)-((sum(vmware_datastore_freespace_size) without(ds_name)) /1024/1024 ) and $jp1im_TrendData_labels
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
- 注※
-
JP1/PFM - RM for Virtual MachineのHost Logical Disk Status_Used(USED)フィールドと同等です。
-
vmware_host_free※
■設定内容(初期状態)
メンバー名
設定内容(初期状態)
name
vmware_host_free
default
False
メトリック定義ファイル用promql($jp1im_TrendData_labelsを含む)
(sum(vmware_datastore_freespace_size) without(ds_name))/1024/1024 and $jp1im_TrendData_labels
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
- 注※
-
JP1/PFM - RM for Virtual MachineのHost Logical Disk Status_Free(FREE)フィールドと同等です。
-
vmware_datastore_used_percent※
■設定内容(初期状態)
メンバー名
設定内容(初期状態)
name
vmware_datastore_used_percent
default
true
メトリック定義ファイル用promql($jp1im_TrendData_labelsを含む)
(((sum(vmware_datastore_capacity_size) without(ds_name))/1024/1024) - ((sum(vmware_datastore_freespace_size) without(ds_name))/1024/1024 ))/ ((sum(vmware_datastore_capacity_size) without(ds_name))/1024/1024) * 100 and $jp1im_TrendData_labels
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
%
- 注※
-
JP1/PFM - RM for Virtual MachineのHost Logical Disk Status_Used %(USED_PERCENT)フィールドと同等です。
-
vmware_host_memory_max※
■設定内容(初期状態)
メンバー名
設定内容(初期状態)
name
vmware_host_memory_max
default
False
メトリック定義ファイル用promql($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
- 注※
-
JP1/PFM - RM for Virtual MachineのHost Memory Status_Size(SIZE)フィールドと同等です。
-
vmware_host_memory_used※
■設定内容(初期状態)
メンバー名
設定内容(初期状態)
name
vmware_host_memory_used
default
False
メトリック定義ファイル用promql($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
- 注※
-
JP1/PFM - RM for Virtual MachineのHost Memory Status_Used(USED)フィールドと同等です。
-
vmware_host_memory_unused※
■設定内容(初期状態)
メンバー名
設定内容(初期状態)
name
vmware_host_memory_unused
default
False
メトリック定義ファイル用promql($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
- 注※
-
JP1/PFM - RM for Virtual MachineのHost Memory Status_Unused(UNUSED)フィールドと同等です。
-
vmware_host_mem_vmmemctl_average※
■設定内容(初期状態)
メンバー名
設定内容(初期状態)
name
vmware_host_mem_vmmemctl_average
default
False
メトリック定義ファイル用promql($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
- 注※
-
JP1/PFM - RM for Virtual MachineのHost Memory Status_VM Swap Used(VM_SWAP_USED)フィールドと同等です。
-
vmware_host_memory_used_percent※
■設定内容(初期状態)
メンバー名
設定内容(初期状態)
name
vmware_host_memory_used_percent
default
true
メトリック定義ファイル用promql($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
%
- 注※
-
JP1/PFM - RM for Virtual MachineのHost Memory Status_Used %(USED_PERCENT)フィールドと同等です。
-
vmware_host_swap_used_percent※
■設定内容(初期状態)
メンバー名
設定内容(初期状態)
name
vmware_host_swap_used_percent
default
False
メトリック定義ファイル用promql($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
%
- 注※
-
JP1/PFM - RM for Virtual MachineのHost Memory Status_VM Swap Used%(VM_SWAP_USED_PERCENT)フィールドと同等です。
-
vmware_vm_net_rate※
■設定内容(初期状態)
メンバー名
設定内容(初期状態)
name
vmware_vm_net_rate
default
False
メトリック定義ファイル用promql($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
- 注※
-
JP1/PFM - RM for Virtual MachineのHost Network Status_Rate(RATE)フィールドと同等です。
-
vmware_host_net_bytesTx_average※
■設定内容(初期状態)
メンバー名
設定内容(初期状態)
name
vmware_host_net_bytesTx_average
default
False
メトリック定義ファイル用promql($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
- 注※
-
JP1/PFM - RM for Virtual MachineのHost Network Status_Send Rate(SEND_RATE)フィールドと同等です。
-
vmware_host_net_bytesRx_average※
■設定内容(初期状態)
メンバー名
設定内容(初期状態)
name
vmware_host_net_bytesRx_average
default
False
メトリック定義ファイル用promql($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
- 注※
-
JP1/PFM - RM for Virtual MachineのHost Network Status_Recv Rate(RECV_RATE)フィールドと同等です。
-
vmware_host_num_cpu※
■設定内容(初期状態)
メンバー名
設定内容(初期状態)
name
vmware_host_num_cpu
default
False
メトリック定義ファイル用promql($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
個
- 注※
-
JP1/PFM - RM for Virtual MachineのHost Status_Count(COUNT)フィールドと同等です。
-
vmware_host_cpu_used_percent※
■設定内容(初期状態)
メンバー名
設定内容(初期状態)
name
vmware_host_cpu_used_percent
default
true
メトリック定義ファイル用promql($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
%
- 注※
-
JP1/PFM - RM for Virtual MachineのHost CPU Status_Used %(USED_PERCENT)フィールドと同等です。
-
vmware_host_disk_write_average※
■設定内容(初期状態)
メンバー名
設定内容(初期状態)
name
vmware_host_disk_write_average
default
False
メトリック定義ファイル用promql($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
- 注※
-
JP1/PFM - RM for Virtual MachineのHost Physical Disk Status_Read Speed(READ_SPEED)フィールドと同等です。
-
vmware_host_disk_read_average※
■設定内容(初期状態)
メンバー名
設定内容(初期状態)
name
vmware_host_disk_read_average
default
False
メトリック定義ファイル用promql($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
- 注※
-
JP1/PFM - RM for Virtual MachineのHost Physical Disk Status_Write Speed(WRITE_SPEED)フィールドと同等です。