SYS.V$TTSTATS_NETWORK_HIST

This view contains data about critical network 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

TX_MB_RATE

NUMBER NOT NULL

The network transmit rate in megabytes per second

RX_MB_RATE

NUMBER NOT NULL

The network receive rate in megabytes per second

TX_PACKET_RATE

NUMBER NOT NULL

The network transmit rate in packets per second

RX_PACKET_RATE

NUMBER NOT NULL

The network receive rate in packets per second

TT_PROCESS

TT_TINYINT NOT NULL

The process that is responsible for the network metrics.

Valid value: 1

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