Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The OS statistics for the logical processor summarized by each aggregated invocation.

Column NameColumn Description
OSLS_TIMESTAMPThe time summary.
OSLS_PWHG_IDThe hour group ID.
OSLS_PWII_INSTANCE_IDThe ID of the instance running the OS process.
OSLS_SLICES_SUMThe number of 15-minute slices in the time summary that data was reported by the OS agent for this instance.
OSLS_LOGICAL_CPUThe processor ID (if it is on a virtual server, then we talk about the logical processor).
OSLS_USER_CPU_SUMThe non-idle processor time spent in user mode, specified in seconds. The user mode is a restricted processing mode designed for applications, environment subsystems, and integral subsystems.
OSLS_SYS_CPU_SUMThe non-idle processor time spent in privileged mode, specified in seconds. The privileged mode is designed for operating system components and allows direct access to hardware and all memory.
OSLS_WAIT_CPU_SUMThe amount of time that the processor was idle during which the system had an outstanding disk I/O request, specified in seconds.
OSLS_OTHER_CPU_SUMThe miscellaneous non-idle processor time, specified in seconds.

Expressions

OracleSQL ServerExpression

...

Description
(sum(OSLS_USER_CPU_

...

SUM / OSLS_NUM_CPUS) / (sum(OSLS_SLICES_SUM)

...

* 900.0

...

* 100.0(sum(OSLS_USER_CPU_

...

SUM / OSLS_NUM_CPUS) / (sum(OSLS_SLICES_SUM)

...

* 900.0

...

* 100.0User

...

SPU utilization for logical processor

...

, in percentage from total available processor power

...

.

...

(sum(OSLS_SYS_CPU_SUM

...

/ OSLS_NUM_CPUS) / (sum(OSLS_SLICES_SUM)

...

* 900.0

...

* 100.0(sum(OSLS_SYS_CPU_SUM

...

/ OSLS_NUM_CPUS) / (sum(OSLS_SLICES_SUM)

...

* 900.0

...

* 100.0System CPU utilization for logical processor

...

, in percentage from total available processor power

...

.
(sum(OSLS_WAIT_CPU_

...

SUM / OSLS_NUM_CPUS) / (sum(OSLS_SLICES_SUM)

...

* 900.0

...

* 100.0(sum(OSLS_WAIT_CPU_

...

SUM / OSLS_NUM_CPUS) / (sum(OSLS_SLICES_SUM)

...

* 900.0

...

* 100.0Wait IO CPU utilization for logical processor

...

, in percentage from total available processor power

...

.



(sum(OSLS_OTHER_CPU_S UM / OSLS_NUM_CPUS) / (sum(OSLS_SLICES_SUM)
*900.0)) * 100.0 (sum(OSLS_OTHER_CPU_S UM / OSLS_NUM_CPUS) / (sum(OSLS_SLICES_SUM)
*900.0)) * 100.0 Other CPU utilization for logical processor (in percentage from total available processor power).
Sum of above four expressions Sum of above four expressions Total CPU utilization for logical processor (in percentage from total available processor power).

...