LOG_MEMORY

The LOG_MEMORY system table exposes the log of memory available on the server. Users see no rows unless they have the ACCESS_TOOLS right.

Column

TDV JDBC Data Type

Nullable

Description

EVENT_TIME

TIMESTAMP

 

The time when the data was logged.

MEMORY_BYTES

BIGINT

 

The amount of Java heap memory used.

MEMORY_MAX

BIGINT

 

The maximum amount of Java heap memory available.

MANAGED_BYTES

BIGINT

 

The amount of managed memory used.

MANAGED_MAX

BIGINT

 

The maximum amount of managed memory available.