Reference Guide > TDV and Business Directory System Tables > LOG_IO
 
LOG_IO
The LOG_IO system table exposes the log of I/O produced 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.
FROM_CLIENTS
BIGINT
 
Estimated number of bytes sent by clients to the server.
TO_CLIENTS
BIGINT
 
Estimated number of bytes sent by the server to clients.
FROM_DATASOURCES
BIGINT
 
Estimated number of bytes sent by data sources to the server.
TO_DATASOURCES
BIGINT
 
Estimated number of bytes sent by the server to data sources.