add bridge performance monitoring

This commit is contained in:
ekko
2026-05-23 09:05:03 +08:00
committed by ekko
parent 4223014e0c
commit c184519c5d
21 changed files with 1778 additions and 91 deletions
+31
View File
@@ -82,6 +82,7 @@ export default {
memory: 'メモリ',
logs: 'ログ',
usage: '使用量',
performance: 'パフォーマンス',
skillsUsage: 'スキル使用状況',
channels: 'チャンネル',
terminal: 'ターミナル',
@@ -116,6 +117,36 @@ export default {
collapse: 'メニューを折りたたむ',
},
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: 'ターミナル',