add bridge performance monitoring
This commit is contained in:
@@ -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: '터미널',
|
||||
|
||||
Reference in New Issue
Block a user