Monitor Users and Activity Logs
You can see information about any users who are currently signed in and troubleshoot report queries from the Manage Session page.
Topics:
Monitor Users Who Are Signed In
You can filter SQL queries and logs by user from the Manage Sessions page.
- User ID: Name that the user entered when they signed in.
- Browser Info: Information about the browser used to sign in.
- Logged On: Time when the user signed in.
- Last Access: Time stamp for the last activity for this user. This can be any kind of activity, such as switching from one page to another.
Analyze SQL Queries and Logs
Administrators can examine the underlying SQL query requests that are run as people use the service.
- In the Home page, click the Navigator, and then click Console.
- Click Sessions and Query Logs.
- Locate the Cursor Cache section, and review the query information recorded there. See Query Information Recorded in the Cursor Cache Table.
- Optional: Click Close All Cursors to remove information in the Cursor Cache table.
- Optional: Click Cancel Running Requests to cancel all requests that are running for analyses.
Query Information Recorded in the Cursor Cache Table
Administrators can examine the underlying SQL query requests that are run as people use the service.
These options apply only to analyses and dashboards. They don't apply to data visualizations.
Field | Description |
---|---|
ID |
A unique internal identifier that is assigned to each entry. |
User |
The name of the user who ran the analysis and last placed it into the cache. |
Refs |
The number of references to this entry since it was placed into the cache. |
Status |
The status of the analysis that is using this cache entry:
|
Time |
The time taken to process and run the analysis, displayed in one-second increments. A value of 0s (zero seconds) indicates that the analysis took under 1 second to complete. |
Action |
Links that you can click to affect the analysis:
|
Last Accessed |
The time stamp of the last time the cache entry for this analysis was used to satisfy an analysis. |
Statement |
The logical SQL statement that was issued for the analysis; or if the analysis resulted in an error, information about the nature of the error. |
Information |
Usage tracking information (for example, what analysis contained the query). |
Records |
The number of records in the result set that have been seen (for example, 50+ to indicate that 50 records have been seen but there are additional records to be fetched or 75 to indicate that 75 records have been seen and there are no more records to be fetched). |