add bridge performance monitoring
This commit is contained in:
@@ -83,6 +83,7 @@ export default {
|
||||
memory: '记忆',
|
||||
logs: '日志',
|
||||
usage: '用量',
|
||||
performance: '性能监控',
|
||||
skillsUsage: '技能用量',
|
||||
channels: '频道',
|
||||
gateways: '网关',
|
||||
@@ -116,6 +117,36 @@ export default {
|
||||
noChangelog: '暂无更新日志',
|
||||
},
|
||||
|
||||
performance: {
|
||||
title: '性能监控',
|
||||
subtitle: '查看系统资源、Bridge Broker、Workers 和活跃会话',
|
||||
refresh: '刷新',
|
||||
autoRefreshOn: '自动刷新',
|
||||
autoRefreshOff: '手动刷新',
|
||||
loadFailed: '性能数据加载失败',
|
||||
systemCpu: '系统 CPU',
|
||||
systemMemory: '系统内存',
|
||||
activeSessions: '活跃会话',
|
||||
runningSessions: '运行中 {count}',
|
||||
workers: 'Workers',
|
||||
totalWorkerMemory: 'Worker 总内存',
|
||||
processes: '进程',
|
||||
uptime: '运行',
|
||||
running: '运行中',
|
||||
stopped: '已停止',
|
||||
workerMemory: 'Worker 内存',
|
||||
lastUpdated: '更新时间',
|
||||
profile: 'Profile',
|
||||
memory: '内存',
|
||||
sessions: '会话',
|
||||
runningActiveSessions: '运行中 / 活跃',
|
||||
lastUsed: '最后使用',
|
||||
status: '状态',
|
||||
noWorkers: '暂无 Worker',
|
||||
sessionsByProfile: '按 Profile 统计会话',
|
||||
noActiveSessions: '暂无活跃会话',
|
||||
},
|
||||
|
||||
// 抽屉
|
||||
drawer: {
|
||||
terminal: '终端',
|
||||
|
||||
Reference in New Issue
Block a user