Documentation
¶
Index ¶
Constants ¶
View Source
const ( DynPerformanceViewSQLAreaTpl = `` /* 224-byte string literal not displayed */ DynPerformanceViewSQLAreaColumnExecutions = "executions" DynPerformanceViewSQLAreaColumnElapsedTime = "elapsed_time" DynPerformanceViewSQLAreaColumnCPUTime = "cpu_time" DynPerformanceViewSQLAreaColumnDiskReads = "disk_reads" DynPerformanceViewSQLAreaColumnBufferGets = "buffer_gets" DynPerformanceViewSQLAreaColumnUserIOWaitTime = "user_io_wait_time" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DynPerformanceSQLArea ¶
type DynPerformanceSQLArea struct {
SQLFullText string `json:"sql_fulltext"`
Executions string `json:"executions"`
ElapsedTime string `json:"elapsed_time"`
UserIOWaitTime string `json:"user_io_wait_time"`
CPUTime string `json:"cpu_time"`
DiskReads string `json:"disk_reads"`
BufferGets string `json:"buffer_gets"`
}
DynPerformanceSQLArea ref to https://docs.oracle.com/cd/E18283_01/server.112/e17110/dynviews_3064.htm
Click to show internal directories.
Click to hide internal directories.