Hitachi

JP1 Version 12 JP1/Performance Management - Remote Monitor for Virtual Machine Description, User's Guide and Reference


L.5 In Podman environment

This section describes the field values of the data sources in Podman environment.

Organization of this subsection

(1) Host CPU Status(PI_HCI)

The following table lists the data sources in each fields of the Host CPU Status(PI_HCI) record.

Table L‒93: The data sources in each fields of the Host CPU Status(PI_HCI) record (Podman environment)

PFM - View name

(PFM - Manager name)

Data Sources

Record Type (INPUT_RECORD_TYPE)

--

Record Time (RECORD_TIME)

--

Interval (INTERVAL)

--

VA DeviceID (VADEVICEID)

--

CPU ID (CPU_ID)

processor line in the /proc/cpuinfo file

CPU Name (CPU_NAME)

model name line in the /proc/cpuinfo file

Sampling Time (SAMPLING_TIME)

PI.SAMPLING_TIME

Clocks (CLOCKS)

Value of the /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq file / 1000

Value of cpu MHz of the /proc/cpuinfo file if the /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq file does not exist

Used (USED)

CLOCKS * (USED_PERCENT / 100)

Unused (UNUSED)

CLOCKS - USED

Used % (USED_PERCENT)

[Figure] (cpu0~ line and the (usr + nice + sys column) in the /proc/stat file / 100#) / [Figure] (Collection time * 100)

#: The CPU utilization time of /proc/stat is indicated in hundredths of a second.

Unused % (UNUSED_PERCENT)

(UNUSED / CLOCKS) * 100

Legend:

[Figure]: This time collected value - Last time collected value.

--: The field stores the raw (not altered) value of performance data acquired.

(2) Host Logical Disk Status(PI_HLDI)

The following table lists the data sources in each fields of the Host Logical Disk Status(PI_HLDI) record.

Table L‒94: The data sources in each fields of the Host Logical Disk Status(PI_HLDI) record (Podman environment)

PFM - View name

(PFM - Manager name)

Data Sources

Record Type (INPUT_RECORD_TYPE)

--

Record Time (RECORD_TIME)

--

Interval (INTERVAL)

--

VA DeviceID (VADEVICEID)

--

Disk ID (DISK_ID)

ID with tmpfs in the FileSystem column and /dev/shm in the Mounted on column of df-lkP.

Alternatively, an ID starting with /dev in the FileSystem column of df-lkP, except for all indicated by mount -t iso9660.

Sampling Time (SAMPLING_TIME)

PI.SAMPLING_TIME

Size (SIZE)

1024-blocks column in df -lkP / 1024

Used (USED)

Used column in df -lkP / 1024

Free (FREE)

Available column in df -lkP / 1024

Used % (USED_PERCENT)

(USED / SIZE) * 100

Last Update (LAST_UPDATE)

--

Free % (FREE_PERCENT)

(FREE / SIZE) * 100

Legend:

--: The field stores the raw (not altered) value of performance data acquired.

(3) Host Memory Status(PI_HMI)

The following table lists the data sources in each fields of the Host Memory Status(PI_HMI) record.

Table L‒95: The data sources in each fields of the Host Memory Status(PI_HMI) record (Podman environment)

PFM - View name

(PFM - Manager name)

Data Sources

Record Type (INPUT_RECORD_TYPE)

--

Record Time (RECORD_TIME)

--

Interval (INTERVAL)

--

VA DeviceID (VADEVICEID)

--

Size (SIZE)

host.MemTotal in /usr/bin/podman info --format=json / 1024 / 1024

Sampling Time (SAMPLING_TIME)

PI.SAMPLING_TIME

Used (USED)

SIZE - UNUSED

VMM Used (VMM_USED)

--

VM Used (VM_USED)

The total of PI_VMI.USED

Unused (UNUSED)

host.MemFree in /usr/bin/podman info --format=json / 1024 / 1024

VM Swap Used (VM_SWAP_USED)

--

Host Swap Used (HOST_SWAP_USED)

--

Total Used (TOTAL_USED)

USED

Used % (USED_PERCENT)

(USED / SIZE) * 100

VMM Used % (VMM_USED_PERCENT)

--

VM Used % (VM_USED_PERCENT)

(VM_USED / SIZE) * 100

VM Swap Used % (VM_SWAP_USED_PERCENT)

--

Host Swap Used % (HOST_SWAP_USED_PERCENT)

--

Total Used % (TOTAL_USED_PERCENT)

(TOTAL_USED / SIZE) * 100

Swap IO (SWAP_IO)

SWAP_IN_IO + SWAP_OUT_IO

Swap In IO (SWAP_IN_IO)

pages swapped in line in vmstat -s * getconf PAGE_SIZE / 1024 / 1024

Swap Out IO (SWAP_OUT_IO)

pages swapped out line in vmstat -s * getconf PAGE_SIZE / 1024 / 1024

Legend:

--: The field stores the raw (not altered) value of performance data acquired.

(4) Host Network Status(PI_HNI)

The following table lists the data sources in each fields of the Host Network Status(PI_HNI) record.

Table L‒96: The data sources in each fields of the Host Network Status(PI_HNI) record (Podman environment)

PFM - View name

(PFM - Manager name)

Data Sources

Record Type (INPUT_RECORD_TYPE)

--

Record Time (RECORD_TIME)

--

Interval (INTERVAL)

--

VA DeviceID (VADEVICEID)

--

Net ID (NET_ID)

Interfaces not starting with veth in the Inter-face column of the /proc/net/dev file

Sampling Time (SAMPLING_TIME)

PI.SAMPLING_TIME

Rate (RATE)

SEND_RATE + RECV_RATE

Send Rate (SEND_RATE)

[Figure]Value of Transmit Bytes in the /proc/net/dev file / [Figure]Collection time / 1024

Recv Rate (RECV_RATE)

[Figure]Value of Receive Bytes in the /proc/net/dev file / [Figure]Collection time / 1024

Legend:

[Figure]: This time collected value - Last time collected value.

--: The field stores the raw (not altered) value of performance data acquired.

(5) Host Physical Disk Status(PI_HPDI)

The following table lists the data sources in each fields of the Host Physical Disk Status(PI_HPDI) record.

Table L‒97:  The data sources in each fields of the Host Physical Disk Status(PI_HPDI) record (Podman environment)

PFM - View name

(PFM - Manager name)

Data Sources

Record Type (INPUT_RECORD_TYPE)

--

Record Time (RECORD_TIME)

--

Interval (INTERVAL)

--

VA DeviceID (VADEVICEID)

--

Disk ID (DISK_ID)

Directory name in ls /sys/block

Sampling Time (SAMPLING_TIME)

PI.SAMPLING_TIME

Speed (SPEED)

READ_SPEED + WRITE_SPEED

Read Speed (READ_SPEED)

(([Figure]Value of the read sectors column in the /sys/block/directory-name/stat file) * 512 / 1024 / 1024) / [Figure]Collection time

Write Speed (WRITE_SPEED)

(([Figure]Value of the write sectors column in the/sys/block/directory-name/stat file) * 512 / 1024 / 1024) / [Figure]Collection time

Requests (REQUESTS)

READ_REQUESTS + WRITE_REQUESTS

Read Requests (READ_REQUESTS)

[Figure]Value of the read I/Os column in the/sys/block/directory-name/stat file / [Figure]Collection time

Write Requests (WRITE_REQUESTS)

[Figure]Value of the write I/Os column in the/sys/block/directory-name/stat file / [Figure]Collection time

Commands (COMMANDS)

--

Abort Commands (ABORT_COMMANDS)

--

Abort Commands % (ABORT_COMMANDS_PERCENT)

--

Bus Resets (BUS_RESETS)

--

Device Latency (DEVICE_LATENCY)

--

Device Read Latency (DEVICE_READ_LATENCY)

--

Device Write Latency (DEVICE_READ_LATENCY)

--

Kernel Latency (KERNEL_LATENCY)

--

Kernel Read Latency (KERNEL_READ_LATENCY)

--

Kernel Write Latency (KERNEL_WRITE_LATENCY)

--

Queue Latency (QUEUE_LATENCY)

--

Queue Read Latency (QUEUE_READ_LATENCY)

--

Queue Write Latency (QUEUE_WRITE_LATENCY)

--

Legend:

[Figure]: This time collected value - Last time collected value.

--: The field stores the raw (not altered) value of performance data acquired.

(6) Host Status Detail(PD)

The following table lists the data sources in each fields of the Host Status Detail(PD) record.

Table L‒98:  The data sources in each fields of the Host Status Detail(PD) record (Podman environment)

PFM - View name

(PFM - Manager name)

Data Sources

Record Type (INPUT_RECORD_TYPE)

--

Record Time (RECORD_TIME)

--

Interval (INTERVAL)

--

VA DeviceID (VADEVICEID)

--

Status (STATUS)

--

Host Name (HOST_NAME)

Setting for monitored

VM_Host parameter

Reason (REASON)

--

Product (PRODUCT)

Version, GoVersion, and OsArch values in /usr/bin/podman version --format=json in comma separated values

VM Count (VM_COUNT)

Number of lines in {{.IsInfra}} with the false value in /usr/bin/podman container list --no-trunc --all --format '{{.ID}},{{.IsInfra}}'

VM Active (VM_ACTIVE)

Number of lines in {{.IsInfra}} with the false value and {{.Status}} with Up elapsed-time or Paused in /usr/bin/podman container list --no-trunc --all --format '{{.ID}},{{.IsInfra}},{{.Status}}'

Legend:

--: The field stores the raw (not altered) value of performance data acquired.

(7) Host Status(PI)

The following table lists the data sources in each fields of the Host Status(PI) record.

Table L‒99: The data sources in each fields of the Host Status(PI) record (Docker environment)

PFM - View name

(PFM - Manager name)

Data Sources

Record Type (INPUT_RECORD_TYPE)

--

Record Time (RECORD_TIME)

--

Interval (INTERVAL)

--

VA DeviceID (VADEVICEID)

--

Clocks (CLOCKS)

PI_HCI.CLOCKS * COUNT

Count (COUNT)

Counts the number of CPUs in the /proc/cpuinfo file

Sampling Time (SAMPLING_TIME)

date -Iseconds

Used (USED)

CLOCKS * USED_PERCENT / 100

VMM Used (VMM_USED)

--

VM Used (VM_USED)

The total of PI_VI.USED

VMM Console Used (VMM_CONSOLE_USED)

--

VMM Kernel Used (VMM_KERNEL_USED)

--

VMM Others Used (VMM_OTHERS_USED)

--

Unused (UNUSED)

CLOCKS - USED

Used % (USED_PERCENT)

[Figure](CPU line and the usr + nice + sys column in the /proc/stat file) / ([Figure]Collection time * 100 * COUNT) * 100

VMM Used % (VMM_USED_PERCENT)

--

VM Used % (VM_USED_PERCENT)

VM_USED / CLOCKS * 100

VMM Console Used % (VMM_CONSOLE_USED_PERCENT)

--

VMM Kernel Used % (VMM_KERNEL_USED_PERCENT)

--

VMM Others Used % (VMM_OTHERS_USED_PERCENT)

--

Unused % (UNUSED_PERCENT)

UNUSED / CLOCKS * 100

Insufficient (INSUFFICIENT)

--

Insufficient % (INSUFFICIENT_PERCENT)

--

Co-Stop (CO_STOP)

--

Co-Stop % (CO_STOP_PERCENT)

--

Legend:

[Figure]: This time collected value - Last time collected value.

--: The field stores the raw (not altered) value of performance data acquired.

(8) VM CPU Status(PI_VCI)

The following table lists the data sources in each fields of the VM CPU Status(PI_VCI) record.

Table L‒100: The data sources in each fields of the VM CPU Status(PI_VCI) record (Podman environment)

PFM-View name

(PFM-Manager name)

Data Sources

Record Type (INPUT_RECORD_TYPE)

--

Record Time (RECORD_TIME)

--

Interval (INTERVAL)

--

VA DeviceID (VADEVICEID)

--

VM ID (VM_ID)

PD_VM.VM_ID

CPU ID (CPU_ID)

cpu column in the /sys/fs/cgroup/cpu,cpuacct/path-to-the-container/cpuacct.usage_all file

VM Host Name (VM_HOST_NAME)

PD_VM.VM_HOST_NAME

VM Name (VM_NAME)

PD_VM.VM_NAME

Sampling Time (SAMPLING_TIME)

PI.SAMPLING_TIME

Used (USED)

PI_HCI.CLOCKS * USED_PERCENT / 100

Insufficient (INSUFFICIENT)

--

Request (REQUEST)

--

Used % (USED_PERCENT)

[Figure](user column + system column in /sys/fs/cgroup/cpu,cpuacct/path-to-the-container/cpuacct.usage_all) / [Figure]Collection time * 100

Insufficient % (INSUFFICIENT_PERCENT)

--

Request % (REQUEST_PERCENT)

--

Used Per Request (USED_PER_REQUEST)

--

Insufficient Per Request (INSUFFICIENT_PER_REQUEST)

--

Legend:

[Figure]: This time collected value - Last time collected value.

--: The field stores the raw (not altered) value of performance data acquired.

(9) VM Logical Disk Status(PI_VLDI)

The following table lists the data sources in each fields of the VM Logical Disk Status(PI_VLDI) record.

Table L‒101: The data sources in each fields of the VM Logical Disk Status(PI_VLDI) record (Podman environment)

PFM - View name

(PFM - Manager name)

Data Sources

Record Type (INPUT_RECORD_TYPE)

--

Record Time (RECORD_TIME)

--

Interval (INTERVAL)

--

VA DeviceID (VADEVICEID)

--

VM ID (VM_ID)

--

Disk ID (DISK_ID)

--

VM Host Name (VM_HOST_NAME)

--

VM Name (VM_NAME)

--

Sampling Time (SAMPLING_TIME)

--

Size (SIZE)

--

Used (USED)

--

Free (FREE)

--

Used % (USED_PERCENT)

--

Free % (FREE_PERCENT)

--

Legend:

--: The field stores the raw (not altered) value of performance data acquired.

(10) VM Memory Status(PI_VMI)

The following table lists the data sources in each fields of the VM Memory Status(PI_VMI) record.

Table L‒102: The data sources in each fields of the VM Memory Status(PI_VMI) record (Podman environment)

PFM - View name

(PFM - Manager name)

Data Sources

Record Type (INPUT_RECORD_TYPE)

--

Record Time (RECORD_TIME)

--

Interval (INTERVAL)

--

VA DeviceID (VADEVICEID)

--

VM ID (VM_ID)

PD_VM.VM_ID

VM Host Name (VM_HOST_NAME)

PD_VM.VM_HOST_NAME

VM Name (VM_NAME)

PD_VM.VM_NAME

Sampling Time (SAMPLING_TIME)

PI.SAMPLING_TIME

Size (SIZE)

PI_HMI.SIZE

Used (USED)

Value in the /sys/fs/cgroup/memory/path-name-to-the-container/memory.usage_in_bytes file / 1024 / 1024

Resource Used (RESOURCE_USED)

--

VM Swap Used (VM_SWAP_USED)

--

Host Swap Used (HOST_SWAP_USED)

--

Unused (UNUSED)

SIZE - Used

Used % (USED_PERCENT)

(USED / SIZE) * 100

Resource Used % (RESOURCE_USED_PERCENT)

--

VM Swap Used % (VM_SWAP_USED_PERCENT)

--

Host Swap Used % (HOST_SWAP_USED_PERCENT)

--

VM Swap IO (VM_SWAP_IO)

--

VM Swap In (VM_SWAP_IN)

--

VM Swap Out (VM_SWAP_OUT)

--

Working Size (WORKING_SIZE)

--

Working Size % (WORKING_SIZE_PERCENT)

--

Share (SHARE)

--

Max (MAX)

Value in the /usr/bin/podman container inspect --format '{{.HostConfig.Memory}}' / 1024 / 1024

Min (MIN)

Value in the /usr/bin/podman container inspect --format '{{.HostConfig.MemoryReservation }}' / 1024 / 1024

Expectation (EXPECTATION)

--

Max % (MAX_PERCENT)

MAX / SIZE * 100

Min % (MIN_PERCENT)

MIN / SIZE * 100

Expectation % (EXPECTATION_PERCENT)

--

Legend:

--: The field stores the raw (not altered) value of performance data acquired.

(11) VM Network Status(PI_VNI)

The following table lists the data sources in each fields of the VM Network Status(PI_VNI) record.

Table L‒103: The data sources in each fields of the VM Network Status(PI_VNI) record (Docker environment)

PFM - View name

(PFM - Manager name)

Data Sources

Record Type (INPUT_RECORD_TYPE)

--

Record Time (RECORD_TIME)

--

Interval (INTERVAL)

--

VA DeviceID (VADEVICEID)

--

VM ID (VM_ID)

PD_VM.VM_ID

Net ID (NET_ID)

inter-face column in the /proc/process-ID-of-the-container/net/dev file

VM Host Name (VM_HOST_NAME)

PD_VM.VM_HOST_NAME

VM Name (VM_NAME)

PD_VM.VM_NAME

Sampling Time (SAMPLING_TIME)

PD_VCI.SAMPLING_TIME

Rate (RATE)

SEND_RATE + RECV_RATE

Send Rate (SEND_RATE)

[Figure]Value of Transmit Bytes in the /proc/process-ID-of-the-container/net/dev file / [Figure]Collection time / 1024

Recv Rate (RECV_RATE)

[Figure]Value of Receive Bytes in the /proc/process-ID-of-the-container/net/dev file / [Figure]Collection time / 1024

Legend:

[Figure]: This time collected value - Last time collected value.

--: The field stores the raw (not altered) value of performance data acquired.

(12) VM Physical Disk Status(PI_VPDI)

The following table lists the data sources in each fields of the VM Physical Disk Status(PI_VPDI) record.

Table L‒104: The data sources in each fields of the VM Physical Disk Status(PI_VPDI) record (Podman environment)

PFM - View name

(PFM - Manager name)

Data Sources

Record Type (INPUT_RECORD_TYPE)

--

Record Time (RECORD_TIME)

--

Interval (INTERVAL)

--

VA DeviceID (VADEVICEID)

--

VM ID (VM_ID)

PD_VM.VM_ID

Disk ID (DISK_ID)

Device ID column in the /sys/fs/cgroup/blkio/path-name-to-the-container/blkio.throttle.io_service_bytes file

VM Host Name (VM_HOST_NAME)

PD_VM.VM_HOST_NAME

VM Name (VM_NAME)

PD_VM.VM_NAME

Sampling Time (SAMPLING_TIME)

PI.SAMPLING_TIME

Speed (SPEED)

READ_SPEED + WRITE_SPEED

Read Speed (READ_SPEED)

([Figure]Value of operation is "Read" in the /sys/fs/cgroup/blkio/path-name-to-the-container/blkio.throttle.io_service_bytes file / [Figure]Collection time) / 1024

Write Speed (WRITE_SPEED)

([Figure]Value of operation is "Write" in the /sys/fs/cgroup/blkio/path-name-to-the-container/blkio.throttle.io_service_bytes file / [Figure]Collection time) / 1024

Requests (REQUESTS)

READ_REQUESTS + WRITE_REQUESTS

Read Requests (READ_REQUESTS)

([Figure]Value of operation is "Read" in the /sys/fs/cgroup/blkio/path-name-to-the-container/blkio.throttle.io_serviced file / [Figure]Collection time)

Write Requests (WRITE_REQUESTS)

([Figure]Value of operation is "Write" in the /sys/fs/cgroup/blkio/path-name-to-the-container/blkio.throttle.io_serviced file / [Figure]Collection time)

Commands (COMMANDS)

--

Abort Commands (ABORT_COMMANDS)

--

Abort Commands % (ABORT_COMMANDS_PERCENT)

--

Bus Resets (BUS_RESETS)

--

Legend:

[Figure]: This time collected value - Last time collected value.

--: The field stores the raw (not altered) value of performance data acquired.

(13) VM Virtual Disk Status(PI_VVDI)

The following table lists the data sources in each fields of the VM Virtual Disk Status(PI_VVDI) record.

Table L‒105: The data sources in each fields of the VM Virtual Disk Status(PI_VVDI) record (Podman environment)

PFM - View name

(PFM - Manager name)

Data Sources

Record Type (INPUT_RECORD_TYPE)

--

Record Time (RECORD_TIME)

--

Interval (INTERVAL)

--

VA DeviceID (VADEVICEID)

--

VM ID (VM_ID)

--

Disk ID (DISK_ID)

--

VM Host Name (VM_HOST_NAME)

--

VM Name (VM_NAME)

--

Sampling Time (SAMPLING_TIME)

--

Speed (SPEED)

--

Read Speed (READ_SPEED)

--

Write Speed (WRITE_SPEED)

--

Requests Per Sec (REQUESTS_PER_SEC)

--

Read Requests Per Sec (READ_REQUESTS_PER_SEC)

--

Write Requests Per Sec (WRITE_REQUESTS_PER_SEC)

--

Total Latency (TOTAL_LATENCY)

--

Total Read Latency (TOTAL_READ_LATENCY)

--

Total Write Latency (TOTAL_WRITE_LATENCY)

--

Outstanding Requests (OUTSTANDING_REQUESTS)

--

Outstanding Read Requests (OUTSTANDING_READ_REQUESTS)

--

Outstanding Write Requests (OUTSTANDING_WRITE_REQUESTS)

--

Legend:

--: The field stores the raw (not altered) value of performance data acquired.

(14) VM Status Detail(PD_VM)

The following table lists the data sources in each fields of the VM Status Detail(PD_VM) record.

Table L‒106: The data sources in each fields of the VM Status Detail(PD_VM) record (Podman environment)

PFM - View name

(PFM - Manager name)

Data Sources

Record Type (INPUT_RECORD_TYPE)

--

Record Time (RECORD_TIME)

--

Interval (INTERVAL)

--

VA DeviceID (VADEVICEID)

--

VM ID (VM_ID)

Value of {{.ID}} when {{.IsInfra}} has the false value in /usr/bin/podman container list --no-trunc --all --format '{{.ID}},{{.IsInfra}}'

VM Host Name (VM_HOST_NAME)

Value of {{.Config.Hostname}} in /usr/bin/podman container inspect --format '{{.Config.Hostname}}'

VM Name (VM_NAME)

Value of {{.Name}} in /usr/bin/podman container inspect --format '{{.Name}}'

Status (STATUS)

The following values in /usr/bin/podman container inspect --format '{{.State.Running}},{{.State.Paused}},{{.State.Restarting}},{{.State.OOMKilled}},{{.State.Dead}},{{.State.Pid}}':

{{.State.Dead}} is true → DEAD

{{.State.OOMKilled}} is true → OOMKilled

{{.State.Restarting}} is true → STARTING

{{.State.Paused}} is true → PAUSED

{{.State.Running}} is true and {{State.Pid}} is not ""0"" → ON

All are false → OFF

None of the above → UNKNOWN

Information (INFORMATION)

Value of {{.Path}} in /usr/bin/podman container inspect --format '{{.Path}}'

Legend:

--: The field stores the raw (not altered) value of performance data acquired.

(15) VM Status(PI_VI)

The following table lists the data sources in each fields of the VM Status(PI_VI) record.

Table L‒107: The data sources in each fields of the VM Status(PI_VI) record (Docker environment)

PFM - View name

(PFM - Manager name)

Data Sources

Record Type (INPUT_RECORD_TYPE)

--

Record Time (RECORD_TIME)

--

Interval (INTERVAL)

--

VA DeviceID (VADEVICEID)

--

VM ID (VM_ID)

PD_VM.VM_ID

Clocks (CLOCKS)

--

Count (COUNT)

--

VM Host Name (VM_HOST_NAME)

PD_VM.VM_HOST_NAME

VM Name (VM_NAME)

PD_VM.VM_NAME

Sampling Time (SAMPLING_TIME)

PI.SAMPLING_TIME

Used (USED)

PI.CLOCKS * USED_PERCENT / 100

Insufficient (INSUFFICIENT)

--

Request (REQUEST)

--

Host Used % (HOST_USED_PERCENT)

USED / PI.CLOCKS * 100

Used % (USED_PERCENT)

Values of the user column and system column in the /sys/fs/cgroup/cpu,cpuacct/path-to-the-container/cpuacct.usage_all file

[Figure](([Figure]user column + [Figure]system column) / [Figure]Collection time)

Insufficient % (INSUFFICIENT_PERCENT)

--

Request % (REQUEST_PERCENT)

--

Used Per Request (USED_PER_REQUEST)

--

Insufficient Per Request (INSUFFICIENT_PER_REQUEST)

--

Affinity (AFFINITY)

--

Share (SHARE)

--

Max (MAX)

--

Min (MIN)

--

Expectation (EXPECTATION)

--

Max % (MAX_PERCENT)

--

Min % (MIN_PERCENT)

--

Expectation % (EXPECTATION_PERCENT)

--

Snapshot (SNAPSHOT)

--

Co-Stop (CO_STOP)

--

Co-Stop % (CO_STOP_PERCENT)

--

Legend:

[Figure]: This time collected value - Last time collected value.

--: The field stores the raw (not altered) value of performance data acquired.

(16) Host Generic Data Detail(PD_HGDD)

The following table lists the data sources in each fields of the Host Generic Data Detail(PD_HGDD) record.

Table L‒108: The data sources in each fields of the Host Generic Data Detail(PD_HGDD) record (Podman environment)

PFM - View name

(PFM - Manager name)

Data Sources

Record Type (INPUT_RECORD_TYPE)

--

Record Time (RECORD_TIME)

--

Interval (INTERVAL)

--

VA DeviceID (VADEVICEID)

--

Section Name (SECTION_NAME)

--

Data Name (DATA_NAME)

--

Object Name (OBJECT_NAME)

--

String Data (STRING_DATA)

--

Double Data (DOUBLE_DATA)

--

Legend:

--: The field stores the raw (not altered) value of performance data acquired.

(17) Host Generic Data Interval(PI_HGDI)

The following table lists the data sources in each fields of the Host Generic Data Interval(PI_HGDI) record.

Table L‒109: The data sources in each fields of the Host Generic Data Interval(PI_HGDI) record (Podman environment)

PFM - View name

(PFM - Manager name)

Data Sources

Record Type (INPUT_RECORD_TYPE)

--

Record Time (RECORD_TIME)

--

Interval (INTERVAL)

--

VA DeviceID (VADEVICEID)

--

Section Name (SECTION_NAME)

--

Data Name (DATA_NAME)

--

Object Name (OBJECT_NAME)

--

Sampling Time (SAMPLING_TIME)

--

String Data (STRING_DATA)

--

Double Data (DOUBLE_DATA)

--

Legend:

--: The field stores the raw (not altered) value of performance data acquired.

(18) VM Generic Data Detail(PD_VGDD)

The following table lists the data sources in each fields of the VM Generic Data Detail(PD_VGDD) record.

Table L‒110: The data sources in each fields of the VM Generic Data Detail(PD_VGDD) record (Podman environment)

PFM - View name

(PFM - Manager name)

Data Sources

Record Type (INPUT_RECORD_TYPE)

--

Record Time (RECORD_TIME)

--

Interval (INTERVAL)

--

VA DeviceID (VADEVICEID)

--

VM ID (VM_ID)

--

VM Host Name (VM_HOST_NAME)

--

VM Name (VM_NAME)

--

Section Name (SECTION_NAME)

--

Data Name (DATA_NAME)

--

Object Name (OBJECT_NAME)

--

String Data (STRING_DATA)

--

Double Data (DOUBLE_DATA)

--

Legend:

--: The field stores the raw (not altered) value of performance data acquired.

(19) VM Generic Data Interval(PI_VGDI)

The following table lists the data sources in each fields of the VM Generic Data Interval(PI_VGDI) record.

Table L‒111: The data sources in each fields of the VM Generic Data Interval(PI_VGDI) record (Podman environment)

PFM - View name

(PFM - Manager name)

Data Sources

Record Type (INPUT_RECORD_TYPE)

--

Record Time (RECORD_TIME)

--

Interval (INTERVAL)

--

VA DeviceID (VADEVICEID)

--

VM ID (VM_ID)

--

VM Host Name (VM_HOST_NAME)

--

VM Name (VM_NAME)

--

Sampling Time (SAMPLING_TIME)

--

Section Name (SECTION_NAME)

--

Data Name (DATA_NAME)

--

Object Name (OBJECT_NAME)

--

String Data (STRING_DATA)

--

Double Data (DOUBLE_DATA)

--

Legend:

--: The field stores the raw (not altered) value of performance data acquired.

(20) VM Virtual Disk Detail(PD_VDKD)

The following table lists the data sources in each fields of the VM Virtual Disk Detail(PD_VDKD) record.

Table L‒112: The data sources in each fields of the VM Virtual Disk Detail(PD_VDKD) record (Podman environment)

PFM-View name

(PFM-Manager name)

Data Sources

Record Type (INPUT_RECORD_TYPE)

--

Record Time (RECORD_TIME)

--

Interval (INTERVAL)

--

VA DeviceID (VADEVICEID)

--

Datastore ID (DATASTORE_ID)

--

Datastore Name (DATASTORE_NAME)

--

VM ID (VM_ID)

--

VM Host Name (VM_HOST_NAME)

--

VM Name (VM_NAME)

--

Controller Name (CONTROLLER_NAME)

--

Bus Number (BUS_NUMBER)

--

Unit Number (UNIT_NUMBER)

--

Disk UUID (DISK_UUID)

--

Capacity (CAPACITY)

--

Legend:

--: The field stores the raw (not altered) value of performance data acquired.

(21) POD Status Detail(PD_PODD)

The following table lists the data sources in each fields of the POD Status Detail(PD_PODD) record.

Table L‒113: The data sources in each fields of the POD Status Detail(PD_PODD) record (Podman environment)

PFM-View name

(PFM-Manager name)

Data Sources

Record Type (INPUT_RECORD_TYPE)

--

Record Time (RECORD_TIME)

--

Interval (INTERVAL)

--

VA DeviceID (VADEVICEID)

--

POD ID (POD_ID)

Value of {{.ID}} in /usr/bin/podman pod list --no-trunc --format '{{.ID}},{{.Status}}'

POD Name (POD_NAME)

Value of Config/name in /usr/bin/podman pod inspect

Status (STATUS)

Value of {{.Status}} in /usr/bin/podman pod list --no-trunc --format '{{.ID}},{{.Status}}'

Container Count (CONTAINER_COUNT)

Number of Containers in /usr/bin/podman pod inspect

Legend:

--: The field stores the raw (not altered) value of performance data acquired.

(22) POD Status Interval(PI_PODI)

The following table lists the data sources in each fields of the POD Status Interval(PI_PODI) record.

Table L‒114: The data sources in each fields of the POD Status Interval(PI_PODI) record (Podman environment)

PFM-View name

(PFM-Manager name)

Data Sources

Record Type (INPUT_RECORD_TYPE)

--

Record Time (RECORD_TIME)

--

Interval (INTERVAL)

--

VA DeviceID (VADEVICEID)

--

POD ID (POD_ID)

PD_PODD.POD_ID

POD Name (POD_NAME)

PD_PODD.POD_NAME

Sampling Time (SAMPLING_TIME)

PI.SAMPLING_TIME

CPU Used (CPU_USED)

[Figure]PI_POCI.CPU_USED of the containers with the same POD_ID value

CPU Used % (CPU_USED_PERCENT)

(CPU_USED / PI.CLOCKS) * 100

Memory Used (MEMORY_USED)

[Figure]PI_POCI.MEMORY_USED of the containers with the same POD_ID value

Memory Used % (MEMORY_USED_PERCENT)

(MEMORY_USED / PI_HMI.SIZE) * 100

Disk Speed (DISK_SPEED)

DISK_READ_SPEED + DISK_WRITE_SPEED

Disk Read Speed (DISK_READ_SPEED)

[Figure]PI_POCI.DISK_READ_SPEED of the containers with the same POD_ID value

Disk Write Speed (DISK_WRITE_SPEED)

[Figure]PI_POCI.DISK_WRITE_SPEED of the containers with the same POD_ID value

Disk Requests (DISK_REQUESTS)

DISK_READ_REQUESTS + DISK_WRITE_REQUESTS

Disk Read Requests (DISK_READ_REQUESTS)

[Figure]PI_POCI.DISK_READ_REQIESTS of the containers with the same POD_ID value

Disk Write Requests (DISK_WRITE_REQUESTS)

[Figure]PI_POCI.DISK_WRITE_REQUESTS of the containers with the same POD_ID value

Network Rate (NETWORK_RATE)

NETWORK_SEND_RATE + NETWORK_RECV_RATE

Network Send Rate (NETWORK_SEND_RATE)

[Figure]PI_POCI.NETWORK_SEND_RATE of the containers with the same POD_ID value

Network Recv Rate (NETWORK_RECV_RATE)

[Figure]PI_POCI.NETWORK_RECV_RATE of the containers with the same POD_ID value

Legend:

--: The field stores the raw (not altered) value of performance data acquired.

(23) POD Container Status Interval(PI_POCI)

The following table lists the data sources in each fields of the POD Container Status Interval(PI_POCI) record.

Table L‒115: The data sources in each fields of the POD Container Status Interval(PI_POCI) record (Podman environment)

PFM-View name

(PFM-Manager name)

Data Sources

Record Type (INPUT_RECORD_TYPE)

--

Record Time (RECORD_TIME)

--

Interval (INTERVAL)

--

VA DeviceID (VADEVICEID)

--

POD ID (POD_ID)

PD_PODD.POD_ID

POD Name (POD_NAME)

PD_PODD.POD_NAME

Container ID (CONTAINER_ID)

PD_VM.VM_ID

Container Name (CONTAINER_NAME)

PD_VM.VM_NAME

Sampling Time (SAMPLING_TIME)

PI.SAMPLING_TIME

CPU Used (CPU_USED)

PI_VI.USED

CPU Used % (CPU_USED_PERCENT)

PI_VI.USED_PERCENT

Memory Used (MEMORY_USED)

PI_VMI.USED

Memory Used % (MEMORY_USED_PERCENT)

PI_VMI.USED_PERCENT

Disk Speed (DISK_SPEED)

PI_VPDI.SPEED

Disk Read Speed (DISK_READ_SPEED)

PI_VPDI.READ_SPEED

Disk Write Speed (DISK_WRITE_SPEED)

PI_VPDI.WRITE_SPEED

Disk Requests (DISK_REQUESTS)

PI_VPDI.REQUESTS

Disk Read Requests (DISK_READ_REQUESTS)

PI_VPDI.READ_REQUESTS

Disk Write Requests (DISK_WRITE_REQUESTS)

PI_VPDI.WRITE_REQUESTS

Network Rate (NETWORK_RATE)

PI_VNI.RATE

Network Send Rate (NETWORK_SEND_RATE)

PI_VNI.SEND_RATE

Network Recv Rate (NETWORK_RECV_RATE)

PI_VNI.RECV_RATE

Legend:

--: The field stores the raw (not altered) value of performance data acquired.