JBoss 성능 모니터링을 위한 오픈소스 APM 테스트3
페이지 정보
작성자 조선제일검 작성일 24-04-16 17:16 조회 1,976 댓글 0본문
Agent Host 디렉토리 내 파일 설정 및 편집
scouter.conf
agent.host > conf 디렉토리 내 scouter.conf 파일에 설정된 옵션 주석해제 및 값 변경
student@was1:~/scouter/agent.host/conf$ pwd /home/student/scouter/agent.host/conf student@was1:~/scouter/agent.host/conf$ cat scouter.conf ### scouter host configruation sample net_collector_ip=127.0.0.1 net_collector_udp_port=6100 net_collector_tcp_port=6100 cpu_warning_pct=50 cpu_fatal_pct=45 cpu_check_period_ms=60000 cpu_fatal_history=3 cpu_alert_interval_ms=300000 disk_warning_pct=88 disk_fatal_pct=92
호스트 구동
student@was1:~/scouter/agent.host$ ./host.sh
프로세스 확인
student@was1:~/scouter/agent.host$ ps -ef |grep scouter |grep -v grep student 784611005:56 pts/000:00:03 java -Xms1024m -Xmx1024m -classpath ./scouter-server-boot.jar scouter.boot.Boot ./lib student 785391106:04 pts/000
댓글목록 0
등록된 댓글이 없습니다.