Agent
-
Pinpoint를 이용하여 서버 관리하기.Computer Science/Spring boot 2022. 11. 12. 21:35
https://github.com/pinpoint-apm/pinpoint GitHub - pinpoint-apm/pinpoint: APM, (Application Performance Management) tool for large-scale distributed systems. APM, (Application Performance Management) tool for large-scale distributed systems. - GitHub - pinpoint-apm/pinpoint: APM, (Application Performance Management) tool for large-scale distributed sys... github.com Datadog을 사용하다가 pinpoint로 넘어오게 ..
-
Ngrinder를 이용하여 서버 스트레스 테스트Computer Science 2022. 11. 10. 00:35
https://github.com/naver/ngrinder GitHub - naver/ngrinder: enterprise level performance testing solution enterprise level performance testing solution. Contribute to naver/ngrinder development by creating an account on GitHub. github.com ngrinder는 네이버에서 오픈소스로 제공하는 스트레스 테스트이다. ngrinder는 크게 2가지로 구성이 되어있는데, controller와 agent이다. agent로 테스트를 진행하며 agent여러개를 관리하여 결과 등을 확인 할 수 있는것이 controller이다. 우선 cont..
-
Spring boot에 APM(dataDog) 적용하기.Computer Science/Spring boot 2022. 7. 26. 00:09
https://docs.datadoghq.com/logs/log_collection/java/?tab=log4j datadog 문서 링크이다. log를 남기는 방법이 크게 2가지가 있는데 logger에서 실시간으로 log를 datadog에 전송하는 방법. Agent Jop을 통해서 로그를 동기화하는 방법이 있다. 우선 Agent를 설치해준다. 어플리케이션 성능을 측정해줄 도구이다. 이를 각 서버에 설치한다면 이후 통합해서 확인 할 수 그전에 agent가 잘 실행이 되는지 확인을 해준다. https://docs.datadoghq.com/tracing/trace_collection/dd_libraries/java/?tab=containers 이곳에서 각종 agent관련 명령어를 확인 할 수 있다. https..