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