一键导入
analyze-performance
Analyze system performance using throttle statistics, query logs, and resource metrics to identify bottlenecks and optimization opportunities
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Analyze system performance using throttle statistics, query logs, and resource metrics to identify bottlenecks and optimization opportunities
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Control active sessions by terminating problematic sessions, managing runaway queries, and handling blocking situations
Manage delayed request queues including workload, system, and utility queues to release blocked requests or abort unnecessary items
**Autonomously create** filters, throttles, and classification rules to implement new workloads or manage workload lifecycle in response to changing operational needs
Track query execution using real-time resources, analyze query bands, access query logs, and identify performance patterns across the Teradata system
Monitor AMP processor load, system physical resources, and capacity using real-time resources to track system health and identify performance bottlenecks
Monitor active Teradata sessions using real-time resources, view SQL execution details, identify blocking issues, and optionally take control actions
| name | analyze-performance |
| description | Analyze system performance using throttle statistics, query logs, and resource metrics to identify bottlenecks and optimization opportunities |
Perform comprehensive performance analysis across queries, sessions, workloads, and system resources to identify bottlenecks, inefficiencies, and optimization opportunities.
show_throttle_statistics - View throttle stats by query/session/workloadshow_query_log - Access historical query performancemonitor_amp_load - Check processor utilization patternsshow_awt_resources - Review task resource allocationshow_tasm_statistics - Analyze workload management effectivenessshow_top_consumers - Identify resource-heavy users/queriesGather Performance Baseline
Analyze Throttling Behavior
show_throttle_statistics at different levels (query/session/workload)Examine Query Performance
show_query_log to find slow or resource-intensive queriesCheck Resource Utilization
monitor_amp_load to find CPU bottlenecks or skewshow_awt_resources for concurrency limitsshow_top_consumers to identify resource hogsReview Workload Management
show_tasm_statistics to see if TASM is managing effectivelyIdentify Root Causes
Develop Recommendations
User: "Analyze overall system performance for the past month"
Action:
1. Pull query log statistics for the month
2. Check throttle statistics trends
3. Review TASM effectiveness metrics
4. Identify top 5 performance issues
5. Provide summary report with recommendations
User: "Our reports are running slow, find out why"
Action:
1. Use show_query_log filtered for reporting queries
2. Compare recent performance vs historical baseline
3. Check if being throttled via show_throttle_statistics
4. Use monitor_amp_load to check system load during report times
5. Identify cause: "Reports delayed by 45% due to concurrent ETL workload"
6. Recommend: "Adjust workload priorities or schedule separation"
User: "Do we need more hardware or just better tuning?"
Action:
1. Check peak resource utilization across all metrics
2. Analyze query efficiency (long runtime but low resource use = inefficient)
3. Review throttle statistics (high throttling = capacity issue)
4. Check workload distribution (misclassification = config issue)
5. Conclude: "70% capacity, but poor query distribution - tuning needed"
User: "What should we optimize first?"
Action:
1. Get top consumers and their query patterns
2. Analyze query log for repeated slow queries
3. Check for AMP skew or data distribution issues
4. Calculate potential impact of each optimization
5. Prioritize: "Optimize daily aggregation query - runs 100x/day, 15min each"