일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 | 31 |
Tags
- tool
- ubuntu
- db
- javascript
- it
- JVM
- IntelliJ
- 요리
- jsp
- Gradle
- laravel
- Design Patterns
- Spring
- jenkins
- AWS
- springboot
- Oracle
- java
- 맛집
- linux
- MySQL
- Web Server
- ReactJS
- devops
- php
- Spring Boot
- elasticsearch
- redis
- Git
- Spring Batch
Archives
- Today
- Total
아무거나
[MaxGauge] 쿼리 추출 방법 본문
반응형
[MaxGauge 쿼리 추출 방법]
1. 분석할 쿼리(기능)을 실행
2. 하단에 실시간으로 분석되나 쿼리가 빠르면 바로 사라짐 -> 상위의 PERFORMANCE ANALYZER 버튼 클릭
3. 좌측 메뉴에 Trend Analysis 버튼 클릭
4. 상위 탭 메뉴에 SQL List 클릭
5. 실행시킨 쿼리시간등을 정하고 SQL Text란에 쿼리문 입력(Like 검색됨)
- ex: FROM TB_TEST
6. Retrieve 버튼 클릭하여 조회
반응형
'IT > 개발관련툴' 카테고리의 다른 글
[intellij] 톰캣 구동시 Error running 'Application': Command line is too long. Shorten command ... 오류 해결 (0) | 2020.06.14 |
---|---|
[intellij] git bash 연동 (0) | 2020.06.02 |
[intellij] serialVersionUID 추가 방법 (0) | 2020.05.20 |
Tadpole 설치 (0) | 2020.05.12 |
[IntelliJ] 프로젝트 클린 (0) | 2019.12.26 |
Comments