출처:
https://team-platform.tistory.com/14
https://team-platform.tistory.com/19
https://team-platform.tistory.com/25
APM? Application Performance Management
Scouter는 APM의 한 제품이다.
한국 개발자들 주축의 오픈 소스이다.
모니터링할 수 있는 것들
- JVM GC 횟수, 시간
- Heap memory 사용률
- Java Process의 CPU 사용률
- API Call 기록 (Xlog)
- TPS
- SQL 처리 시간
- OS - CPU, Memory, Disk, Network Traffic, Socket count
Alert를 Customizing 할수도 있다.
아래 링크를 참조하면 텔레그램으로 alert를 받을 수도 있다.
https://github.com/scouter-contrib/scouter-plugin-server-alert-telegram
'프로그래밍 > Ops' 카테고리의 다른 글
Zuul , could not acquire a semaphore.. (0) | 2020.04.20 |
---|---|
분산서버 처리를 위한 기술들 (0) | 2019.09.01 |
[Git] How to push another repository? (feat: expected committer email.. but..) (0) | 2019.08.14 |
Git, ssh keygen (Permission denied (publickey) (0) | 2019.06.25 |
Docker image 받기 (0) | 2019.04.04 |