• MySQL매뉴얼
    • MySQL 5.6 매뉴얼
    • MySQL 5.1 매뉴얼
    • MySQL 5.0 매뉴얼
    • MySQL HA 매뉴얼
  • 기술문서
    • Xtrabackup 구성
    • 메모리 사용량 모니터링
  • 라이선스
  • 온라인문의
  • 회사소개
  • → 목 록 (MySQL5.6 한글메뉴얼) [close]
  • 1. MySQL 5.6 새로운 기능
  • 2. MySQL 설치 및 업그레이드
  • 3. MySQL Tutorial
  • 4. MySQL 프로그램
  • 5. MySQL 서버관리
  • 6. 보안
  • 7. 백업 및 복구
  • 8. 최적화
  • 9. Language Structure(언어구조)
  • 10. Character Sets(Globalization)
  • 11. 데이터형(Data Types)
  • 12. 함수와 연산자
  • 13. SQL 문법
  • 14. InnoDB 스토리지 엔진
  • 15. 기타 스토리지 엔진
  • 16. 고가용성 및 확장성
  • 17. 리플리케이션
  • 18. MySQL Cluster
  • 19. 파티셔닝
  • 20. Stored Programs and Views
  • 21. INFORMATION_SCHEMA
  • 22. PERFORMANCE SCHEMA
  • 1. Performance Schema 빠른 시작
    2. Performance Schema 구성
    1. Performance Schema 빌드 구성
    2. Performance Schema Startup 구성
    3. Performance Schema Runtime 구성
    1. Performance Schema 이벤트 타이밍
    2. Performance Schema 이벤트 필터링
    3. 이벤트 사전 필터링
    4. Naming Instruments or Consumers for Filtering Operations
    5. Determining What Is Instrumented
    3. Performance Schema 쿼리
    4. Performance Schema Instrument Naming Conventions
    5. Performance Schema Status Monitoring
    6. Performance Schema Atom and Molecule Events
    7. Performance Schema Statement Digests
    8. Performance Schema의 일반적인 테이블 특성
    9. Performance Schema 테이블 설명
    10. Performance Schema Option and Variable Reference
    11. Performance Schema Command Options
    12. Performance Schema System Variables
    13. Performance Schema Status Variables
    14. Performance Schema and Plugins
    15. 문제를 진단하기위한 Performance Schema 사용
  • 23. 컨넥터 및 API
  • 24. MySQL 확장
  • 25. MySQL Enterprise Edition
  • 26. MySQL Workbench
  • 27. 제약 및 제한
  • 28. MySQL 5.7 새로운 기능

22.2.3.5 Determining What Is Instrumented

성능 스키마에 어떤 instruments가 포함되어 있는지를 확인하려면 항상 setup_instruments 테이블을 체크하는 것으로 가능합니다. 예를 들어, InnoDB 스토리지 엔진에 어떤 파일 관련 이벤트가 instruments되어 있는지 확인하려면 다음 쿼리를 사용합니다.

mysql> SELECT * FROM setup_instruments WHERE NAME LIKE 'wait/io/file/innodb/%';
+--------------------------------------+---------+-------+
| NAME                                 | ENABLED | TIMED |
+--------------------------------------+---------+-------+
| wait/io/file/innodb/innodb_data_file | YES     | YES   |
| wait/io/file/innodb/innodb_log_file  | YES     | YES   |
| wait/io/file/innodb/innodb_temp_file | YES     | YES   |
+--------------------------------------+---------+-------+

이 문서에서는 몇 가지 이유에서 정확히 무슨 instruments되는지에 대해 자세히 설명하지 않습니다.

  • 무슨 instruments되는지는 서버 코드입니다. 이 코드에 대한 변경은 수시로 이루어 instruments 세트에도 영향을줍니다.

  • 모든 instruments는 수백 있기 때문에 그들을 대는 것은 현실적이지 않습니다.

  • 앞서 언급했듯이, setup_instruments 테이블을 쿼리하여 찾을 수 있습니다. 이 정보는 사용하는 MySQL 버전에 최신이며, 코어 서버에 포함되어 있지 않고, 자동화 된 도구로 사용 가능한 설치하고있을 가능성이있는 instruments 된 플러그인 계측도 포함되어 있습니다.













서울시 강남구 영동대로 602 6층
TEL: 02-6061-0006  /  E: csr@mysqlkorea.com
주식회사 이노클러스터  등록번호 : 727-86-02261
Copyright © innocluster Co. ltd. all rights reserved