📊 软件使用统计分析 v1.0

{{ currentUser.username }} {{ currentUser.role }}

项目列表

项目名称 描述 Project ID API Key (Secret) 创建时间
{{ p.name }} {{ p.description }} {{ p.project_id }} {{ p.api_key }} {{ formatDate(p.created_at) }}
暂无项目,请创建

创建新项目

唯一标识符,用于 API 调用,不可重复。

设备名: {{ selectedDevice?.device_name || '未知' }}
CPU: {{ selectedDevice?.cpu || '未知' }}
GPU: {{ selectedDevice?.gpu || '未知' }}
IP归属地: {{ ipLocation || '解析中...' }}

活跃设备趋势

系统概况

总注册设备数

{{ devices.length }}

总活跃天数

{{ userStats.total_days }} 天

累计在线时长

{{ userStats.total_hours }} 小时

平均每日时长

{{ userStats.total_days ? (userStats.total_hours / userStats.total_days).toFixed(1) : 0 }} 小时

设备名: {{ selectedDevice ? selectedDevice.device_name : '未知' }}
CPU: {{ selectedDevice ? selectedDevice.cpu : '未知' }}
GPU: {{ selectedDevice ? selectedDevice.gpu : '未知' }}
IP归属地: {{ ipLocation || '解析中...' }}

每日时长分布趋势

📜 详细日志记录

共 {{ totalLogs }} 条 每页
{{ currentPage }} / {{ totalPages }}
时间 事件名 模块 详情数据
{{ formatDate(log.event_time) }} {{ log.event_name }} {{ log.from_module }} 点击查看详情
暂无日志数据

日志详情

事件名称

{{ selectedLog.event_name }}

发生时间

{{ formatDate(selectedLog.event_time) }}

事件类型

{{ selectedLog.event_type }}

来源模块

{{ selectedLog.from_module }}

会话 ID

{{ selectedLog.session_id }}

软件版本

{{ selectedLog.software_version }}

设备信息

平台: {{ selectedLog.platform }}
设备名: {{ selectedLog.device_name }}
CPU: {{ selectedLog.cpu }}
GPU: {{ selectedLog.gpu }}
内存: {{ selectedLog.memory }}
时区: {{ selectedLog.client_tz }}

详细数据 (JSON)

{{ formatJson(selectedLog.event_data) }}