<< Click to Display Table of Contents >>
IMonitorLogTarget
This interface provides monitor log related information.
Method Detail
ThreadID
public int ThreadID()
Gets the ODI name that executed the query statement.
Mark
public string Mark()
Gets the service start and end sign.
ThreadName
public string ThreadName()
Gets the service thread name.
ServiceTime
public long ServiceTime()
Gets the service start time and end time.(unit: ms)
FreeMemory
public long FreeMemory()
Gets the available memory size.(unit: byte)
TotalMemory
public long TotalMemory()
Gets the total JVM memory size.(unit: byte)
ServiceCode
public int ServiceCode()
Gets the service classification code.
ServiceStatus
public int ServiceStatus()
Gets the service status code.
ServiceParameter
public string ServiceParameter()
Gets the parameter value transmitted when the client requests service.
DBSessionID
public string DBSessionID()
Gets DBMS session ID.
ExecuteTime
public string ExecuteTime()
Gets the time taken to process service.(unit: ms)
ErrorCode
public string ErrorCode()
Gets the error code when error occurs.
ErrorMsg
public string ErrorMsg()
Gets the error message when error occurs.
ErrorStackTrace
public string ErrorStackTrace()
Gets Stack Trace when error occurs.
DBConns
public string DBConns()
The number of DB connections for an alias