JBoss 성능 모니터링을 위한 오픈소스 APM 테스트4
페이지 정보
작성자 조선제일검 작성일 24-04-16 17:18 조회 2,044 댓글 0본문
Agent Java 디렉토리 내 파일 설정 및 편집
scouter.conf
agent java > conf 디렉토리 내 scouter.conf 파일 옵션설정 주석해제 및 값 변경
student@was1:~/scouter/agent.java/conf$ pwd /home/student/scouter/agent.java/conf student@was1:~/scouter/agent.java/conf$ cat scouter.conf ### scouter java agent configuration sample obj_name=tomcat-01-was net_collector_ip=127.0.0.1 net_collector_udp_port=6100 net_collector_tcp_port=6100 hook_method_patterns=sample.mybiz.*Biz.*,sample.service.*Service.* trace_http_client_ip_header_key=X-Forwarded-For profile_spring_controller_method_parameter_enabled=false hook_exception_class_patterns=my.exception.TypedException profile_fullstack_hooked_exception_enabled=true hook_exception_handler_method_patterns=my.AbstractAPIController.fallbackHandler,my.ApiExceptionLoggingFilter.handleNotFoundErrorResponse hook_exception_hanlder_exclude_class_patterns=exception.BizException
Scouter Agent 연동(WAS)
student@was1:~/apache-tomcat-10.1.8/bin$ cat setenv.sh #Scouter Agent exportAGENT_HOME="/home/student/scouter/agent.java/"JAVA_OPTIONS="{JAVA_OPTIONS} -javaagent:${AGENT_HOME}/scouter.agent.jar"JAVA_OPTIONS="{JAVA_OPTIONS} -Dscouter.config:${AGENT_HOME}/conf/scouter.conf"
댓글목록 0
등록된 댓글이 없습니다.