xiaowei-system/optimization-report.json

113 lines
2.7 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"timestamp": "2026-07-26T02:00:47.535701+00:00",
"metrics": {
"daemon": {
"uptime_minutes": 694,
"total_ticks": 45107,
"deep_thoughts": 6443,
"alerts_sent": 0,
"solutions_applied": 1,
"learned_solutions": 0,
"errors": 7719,
"crashes": 6132,
"model_calls": 1200,
"model_tokens": 1579030
},
"cron": {
"total_jobs": 2,
"ok_jobs": 0,
"failed_jobs": 0,
"no_agent_jobs": 0,
"agent_jobs": 0
},
"skill": {
"total_skills": 123,
"avg_score": 6.0,
"grade_distribution": {
"A": 0,
"B": 73,
"C": 48,
"D": 2
},
"needs_attention": 2,
"categories": 33
},
"model": {
"total_models_tested": 16,
"stable_models": 4,
"unstable_models": 0,
"dead_models": 12,
"fastest_model": "meta/llama-4-maverick-17b-128e-instruct",
"fastest_latency": 0
},
"timestamp": "2026-07-26T02:00:47.535670+00:00"
},
"bottlenecks": [
{
"area": "model",
"severity": "info",
"desc": "大量模型不可用 (12个dead)",
"suggestion": "可能 NewAPI 后端负载高,特定时段再测"
},
{
"area": "daemon",
"severity": "high",
"desc": "Daemon 崩溃 6132 次",
"suggestion": "检查 daemon.log 定位崩溃原因"
},
{
"area": "daemon",
"severity": "medium",
"desc": "Daemon 有 7719 个错误",
"suggestion": "审查 daemon 日志中的错误模式"
}
],
"trends": [
{
"type": "negative",
"desc": "Daemon 错误率 11.12/分钟"
},
{
"type": "neutral",
"desc": "模型稳定率 25%4/16"
}
],
"recommendations": [
{
"priority": "info",
"area": "model",
"action": "可能 NewAPI 后端负载高,特定时段再测",
"expected_impact": "",
"effort": "30min"
},
{
"priority": "high",
"area": "daemon",
"action": "检查 daemon.log 定位崩溃原因",
"expected_impact": "",
"effort": "30min"
},
{
"priority": "medium",
"area": "daemon",
"action": "审查 daemon 日志中的错误模式",
"expected_impact": "",
"effort": "15min"
},
{
"priority": "info",
"area": "model",
"action": "考虑将默认模型切换到 meta/llama-4-maverick-17b-128e-instruct当前最快稳定模型",
"expected_impact": "提升响应速度",
"effort": "2min"
},
{
"priority": "info",
"area": "system",
"action": "运行 optimizer.py collect 定期采集指标,积累数据后分析更准确",
"expected_impact": "更精准的优化建议",
"effort": "0min"
}
],
"health_score": 80
}