SYS.V$TTSTATS_CPU_HIST

This view contains data about the critical CPU metric history.

Usage with TimesTen Scaleout

This view contains data for the local element.

Usage with TimesTen Classic

This view exists in TimesTen Classic, but contains no data.

Columns

Column name Type Description

ID

TT_BIGINT NOT NULL

The snapshot identifier

CPU_UTIL

NUMBER NOT NULL

The CPU utilization for the system, which includes all CPU cores

NUM_VCPUS

TT_SMALLINT NOT NULL

The number of CPU cores for the system

LT20

TT_SMALLINT NOT NULL

The number of CPU cores that had less than 20 percent of CPU utilization

LT40

TT_SMALLINT NOT NULL

The number of CPU cores that had less than 40 percent of CPU utilization

LT60

TT_SMALLINT NOT NULL

The number of CPU cores that had less than 60 percent of CPU utilization

LT80

TT_SMALLINT NOT NULL

The number of CPU cores that had less than 80 percent of CPU utilization.

GE80

TT_SMALLINT NOT NULL

The number of CPU cores that had greater than or equal to 80 percent of CPU utilization

COLLECTED_AT

TT_TIMESTAMP NOT NULL

The time when the snapshot was collected

ELEMENTID

TT_INTEGER NOT NULL

The element from which the snapshot was collected