{{ getPageTitle(currentTab) }}
{{ getPageSubtitle(currentTab) }}
系统正常
筛选数据:
共筛选出 {{ filteredHistory.length }} 条记录
总识别次数
{{ stats.totalCount }}
今日: {{ stats.todayCount }}
最新: {{ stats.lastActivity }}
识别成功率
{{ stats.successRate }}%
失败次数: {{ stats.failCount }}
平均耗时
{{ stats.avgDuration }}s
Max: {{ stats.maxDuration }}s
{{ stats.avgDuration < 3 ? '性能优异' : '性能正常' }}
当前模型
{{ currentModel || 'Loading...' }}
Qwen-VL Engine
识别量趋势
识别类型分布
Prompt 词频分布
Top 10 热门 Prompt
Prompt 词云
| 时间 | 识别类型 | Prompt / 详情 | 耗时 | 状态 | 操作 |
|---|---|---|---|---|---|
|
{{ formatDate(record.timestamp).split(' ')[0] }}
{{ formatDate(record.timestamp).split(' ')[1] }}
|
{{ record.type }} |
{{ record.prompt }}
优化后 Prompt
{{ record.final_prompt }}
{{ record.details }}
|
{{ record.duration ? record.duration.toFixed(2) + 's' : '-' }} | ||
|
暂无符合筛选条件的记录 |
|||||
/
results/{{ currentPath }}
{{ file.name }}
{{ file.count }} 项
{{ file.name }}
{{ formatBytes(file.size) }}
此目录下暂无文件
{{ key }}
{{ getPromptDescription(key) }}
无法获取 GPU 信息
{{ gpuStatus.error || '未检测到 NVIDIA GPU 或 nvidia-smi 不可用' }}
{{ gpuStatus.gpu_util }}%
{{ (gpuStatus.mem_used / 1024).toFixed(2) }}GB
of {{ (gpuStatus.mem_total / 1024).toFixed(2) }} GB
{{ gpuStatus.temperature }}°C
{{ gpuStatus.temperature > 80 ? 'High' : 'Normal' }}
{{ gpuStatus.power_draw }}W
Limit: {{ gpuStatus.power_limit }} W
GPU & Memory Utilization
Temperature & Power
设备详细信息
Product Name
{{ gpuStatus.name }}
Driver Version
{{ gpuStatus.driver_version }}
CUDA Version
{{ gpuStatus.cuda_version }}
Data Source
{{ gpuStatus.source }}
自动清理策略
定时删除过期的结果文件
{{ (cleanupConfig.lifetime / 3600).toFixed(1) }}h
1分钟
24小时
模型与环境
切换模型可能会影响识别速度和准确率。
运行设备
{{ deviceInfo }}
客户端时间
{{ new Date().toLocaleTimeString() }}