SYS.V$TTSTATS_VMEM_HIST

This view contains data about the history of virtual memory usage.

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

SWAP_IN_RATE

NUMBER

The operating system swap in rate (measured in kilobytes per second)

SWAP_OUT_RATE

NUMBER

The operating system swap out rate (measured in kilobytes per second)

PER_MEM_AVAIL

NUMBER NOT NULL

The percentage of operating system memory that is available

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