LOG_DISK

The LOG_DISK system table exposes the log of disk space 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.

CONF_DISK_SIZE

BIGINT

 

The size of the disk where conf is located.

CONF_DISK_USED

BIGINT

 

The amount of space used on the disk.

TMP_DISK_SIZE

BIGINT

 

The size of the disk where tmp is located.

TMP_DISK_USED

BIGINT

 

The amount of space used on the disk.

LOG_DISK_SIZE

BIGINT

 

The size of the disk where logs is located.

LOG_DISK_USED

BIGINT

 

The amount of space used on the disk.