Returns a table with the values of the activity of the current session.
1 connection.metadata.getSessionActivity
<connection.metadata.getSessionActivity />
Returns | |
---|---|
Type | Description |
Object | Returns a table with the values: RTS, READ SEQ_SCANS, cache, disk, Write toal, IO, SO. |
Example
Obtaint he activity in the current session.
Copy
<xsql-script name='connection_getSessionActivity_test1'> <body> <println> <connection.metadata.getSessionActivity /> </println> </body> </xsql-script>
Copy
Activity of the connection.