250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- 안드로이드
- Passport
- flutter
- SSH
- Cordova
- MYSQL
- Android
- nginx
- node
- ubuntu
- alb
- Laravel
- selenium
- 구글 API
- Prometheus
- Vue.js
- AWS
- PostgreSQL
- 파이썬
- python
- 해시키
- window
- OAuth
- php
- FCM
- https
- pip
- mac
- MacOS
- Vue
Archives
- Today
- Total
728x90
반응형
목록DB monitoring (1)
728x90
반응형
print( sjw.iq == 200) output : true
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/2XXyF/btsbBQr7tJP/AuIVYrjzgAyPB8hlvmXAY1/img.png)
Percona Monitoring and Management (PMM) # docker image pull docker pull percona/pmm-server:2 docker create --volume /srv --name pmm-data percona/pmm-server:2 /bin/true # 기본 포트 구성은 80:80 443:443 이지만, 다른 서비스가 80,443 포트를 사용중이여서 다른 포트로 변경하였다. docker run -d \ -p 8090:80 \ -p 4443:443 \ --volumes-from pmm-data \ --name pmm-server \ --restart always \ percona/pmm-server:2 pmm-client 설치. https://www.per..
Mornitoring
2023. 2. 20. 11:26