Hitachi

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


Host Status (PI)

Organization of this page

Function

This record stores performance data on a physical server over a unit of time. This record is a single-instance record.

In this record, you can collect performance data such as CPU usage and details about a physical server, and CPU usage details by VMM. The figure below shows an example of data that can be collected in this record.

Figure 5‒6: Example of collected data

[Figure]

Notes:
  • Information cannot be collected if an attempt to connect to the monitored physical server fails.

  • When VMware information is collected, the timing for collecting the usage, VMM usage, and virtual machine usage differs in VMware, and as a result the following relationship may not hold true in some cases:

    Usage (Used) = VMM usage (VMM Used) + virtual machine usage (VM Used)

  • If the monitored host is VMware ESXi 6.7, cannot be collect the Resource CPU usage value from the System(host/system/kernel). Therefore, the value of the VMM Kernel Used and VMM Kernel Used % field is always 0 in the Host Status (PI) record.

Default values and values that can be changed

Item

Default value

Can it be changed?

Collection Interval

300

Yes

Collection Offset

0

Yes

Log

Yes

Yes

LOGIF

Blank

Yes

Over 10 Sec Collection Time

No

No

ODBC key field

None

Lifetime

None

Record size

Fields

PFM - View name

(PFM - Manager name)

Explanation

Summary

Grouping

Format

Delta

When not collected

Unsup-ported

Record Type (INPUT_RECORD_TYPE)

The record name. This is always PI.

COPY

COPY

char (8)

No

--

Docker environment

Record Time (RECORD_TIME)

The time when the record was created.

COPY

COPY

time_t

No

--

Docker environment

Interval (INTERVAL)

Interval during which the information is collected.

[Units: seconds]

COPY

FIXED

ulong

No

--

Docker environment

VA DeviceID

(VADEVICEID)

The device ID of a monitored host.

COPY

COPY

string(256)

No

--

Docker environment

Clocks (CLOCKS)

Clock frequency of the CPU resource. The total value of the clock frequencies of the physical CPUs installed on the host machine.

COPY

ADD

double

No

VMware: 0

Hyper-V: 0

KVM: 0

logical partitioning feature: -1

Podman environment: 0

Docker environment

Count (COUNT)

Number of physical CPU cores in the CPU resources. Number of physical CPU cores installed on the host machine.

COPY

ADD

long

No

VMware: 0

Hyper-V: 0

KVM: 0

logical partitioning feature: -1

Podman environment: 0

Docker environment

Sampling Time (SAMPLING_TIME)

Sampling time.

The time when the performance information is collected on the host machine. Displayed in the following format:

yyyy-mm-ddThh:mm[±hh:mm]#1

COPY

FIXED

string (32)

No

Blank

Docker environment

Used (USED)#2,#3

Amount of used CPU resources.

Amount of CPU resources used by the host machine.

[Units: MHz]

HILO

ADD

double

No

VMware: 0

Hyper-V: 0

KVM: 0

logical partitioning feature: -1

Podman environment: 0

Docker environment

VMM Used (VMM_USED)#2,#3

Amount of CPU resources used by the VMM.

  • For VMware, Hyper-V and KVM

    Amount of CPU resources used by the virtual machine monitor.

  • For logical partitioning feature

    Amount of CPU resources used by the hypervisor.

[Units: MHz]

HILO

ADD

double

No

VMware: 0

Hyper-V: 0

KVM: 0

logical partitioning feature: -1

Docker environment

Podman environment

VM Used (VM_USED)#2,#3

Amount of CPU resources used by the VM.

Amount of CPU resources used by the virtual machine.

[Units: MHz]

HILO

ADD

double

No

VMware: 0

Hyper-V: 0

KVM: 0

logical partitioning feature: -1

Podman environment: 0

Docker environment

VMM Console Used (VMM_CONSOLE_USED)#3

Amount of CPU resources used by the VMM console.

Amount of CPU resources used by the virtual system console.

[Units: MHz]

HILO

ADD

double

No

0

VMware

Hyper-V

logical partitioning feature

Docker environment

Podman environment

VMM Kernel Used (VMM_KERNEL_USED)#3

Amount of CPU resources used by the VMM kernel.

  • For VMware and KVM

    Amount of CPU resources used by the virtual machine monitor kernel.

  • For logical partitioning feature

    Amount of CPU resources used by SYS1 as one part of the hypervisor.

[Units: MHz]

HILO

ADD

double

No

VMware: 0

KVM: 0

logical partitioning feature: -1

VMware (ESXi 6.7 or later)

Hyper-V

Docker environment

Podman environment

VMM Others Used (VMM_OTHERS_USED)#3

Amount of CPU resources used by non-VMM processes.

  • For VMware and KVM

    Amount of CPU resources used in the virtual machine monitor by something other than the virtual machine monitor console and the virtual machine monitor kernel.

  • For logical partitioning feature

    Amount of CPU resources used by SYS2 as one part of the hypervisor.

[Units: MHz]

HILO

ADD

double

No

VMware: 0

KVM: 0

logical partitioning feature: -1

Hyper-V

Docker environment

Podman environment

Unused (UNUSED)

Amount of unused CPU resources.

Amount of unused host CPU resources.

[Units: MHz]

HILO

ADD

double

No

VMware: 0

Hyper-V: 0

KVM: 0

logical partitioning feature: -1

Podman environment: 0

Docker environment

Used % (USED_PERCENT)#2,#3

Usage rate of CPU resources.

Percentage of CPU resources used by the host machine.

[Units: %]

HILO

AVG

double

No

VMware: 0

Hyper-V: 0

KVM: 0

logical partitioning feature: -1

Podman environment: 0

Docker environment

VMM Used % (VMM_USED_PERCENT)#2,#3

Usage rate of CPU resources by the VMM.

  • For VMware, Hyper-V and KVM

    Percentage of CPU resources used by the virtual machine monitor.

  • For logical partitioning feature

    Percentage of CPU resources used by the hypervisor.

[Units: %]

HILO

AVG

double

No

VMware: 0

Hyper-V: 0

KVM: 0

logical partitioning feature: -1

Docker environment

Podman environment

VM Used % (VM_USED_PERCENT)#2,#3

Usage rate of CPU resources by the VM.

Percentage of CPU resources used by virtual machines.

[Units: %]

HILO

AVG

double

No

0

Docker environment

VMM Console Used % (VMM_CONSOLE_USED_PERCENT)#3

Usage rate of CPU resources by the VMM console.

Percentage of CPU resources used by the virtual system console.

[Units: %]

HILO

AVG

double

No

0

Hyper-V

logical partitioning feature

Docker environment

Podman environment

VMM Kernel Used % (VMM_KERNEL_USED_PERCENT)#3

Usage rate of CPU resources by the VMM kernel.

  • For VMware and KVM

    Percentage of CPU resources used by the virtual machine monitor kernel.

  • For logical partitioning feature

    Percentage of CPU resources used by SYS1 as one part of the hypervisor.

[Units: %]

HILO

AVG

double

No

VMware: 0

KVM: 0

logical partitioning feature: -1

Hyper-V

Docker environment

Podman environment

VMM Others Used % (VMM_OTHERS_USED_PERCENT)#3

Usage rate of CPU resources by non-VMM processes.

  • For VMware and KVM

    Percentage of CPU resources used in the virtual machine monitor by something other than the virtual machine monitor console and the virtual machine monitor kernel.

  • For logical partitioning feature

    Percentage of CPU resources used by SYS2 as one part of the hypervisor.

[Units: %]

HILO

AVG

double

No

VMware: 0

KVM: 0

logical partitioning feature: -1

Hyper-V

Docker environment

Podman environment

Unused % (UNUSED_PERCENT)

Non-usage rate of CPU resources.

Percentage of unused CPU resources.

[Units: %]

HILO

AVG

double

No

VMware: 0

Hyper-V: 0

KVM: 0

logical partitioning feature: -1

Podman environment: 0

Docker environment

Insufficient

(INSUFFICIENT)

CPU insufficiency. CPU resources that could not be run by the virtual machine. [Units: MHz]

HILO

ADD

double

No

VMware: 0

Hyper-V

KVM

logical partitioning feature

Docker environment

Podman environment

Insufficient %

(INSUFFICIENT_PERCENT)

CPU insufficiency rate. Percentage of CPU resources that are unallocated to a CPU. [Units: %]

HILO

AVG

double

No

VMware: 0

Hyper-V

KVM

logical partitioning feature

Docker environment

Podman environment

Co-Stop

(CO_STOP)

CPU conflict. CPU resources that the virtual machine could not run due to CPU conflict. [Units: MHz]

HILO

ADD

double

No

VMware: 0

Hyper-V

KVM

logical partitioning feature

Docker environment

Podman environment

Co-Stop %

(CO_STOP_PERCENT)

CPU conflict rate. Percentage of CPU resources that the virtual machine could not run due to CPU conflict. [Units: %]

HILO

AVG

double

No

VMware: 0

Hyper-V

KVM

logical partitioning feature

Docker environment

Podman environment

#1

The value used in [±hh:mm] varies depending on the time zone of the monitored host. For example, if the monitored virtual environment is operating according to JST, +09:00 is displayed. If the monitored virtual environment is operating according to UTC, Z is displayed.

#2

For Hyper-V, this field requires performance data to be collected at least twice.

#3

For KVM or Podman environment, this field requires performance data to be collected at least twice.