dba_resusageSummary
Analyze Teradata system resource usage by aggregating data across dimensions like weekday, hour, workload type, and query complexity. Supports filtering by user, date, day of week, and hour of day.
Instructions
Get the Teradata system usage summary metrics by weekday and hour for each workload type and query complexity bucket.
Arguments:
dimensions - list of dimensions to aggregate the resource usage summary. All dimensions are: ["LogDate", "hourOfDay", "dayOfWeek", "workloadType", "workloadComplexity", "UserName", "AppId", "StatementType"]
user_name - user name
date - Date to analyze, formatted as YYYY-MM-DD
dayOfWeek - day of the week to analyze
hourOfDay - hour of day to analyze
Input Schema
Name | Required | Description | Default |
---|---|---|---|
date | No | ||
dayOfWeek | No | ||
dimensions | No | ||
hourOfDay | No | ||
user_name | No |