Mysql

mysqladmin 상태 모니터링

조원태 2015. 10. 2. 00:08
반응형

uptime : mysql 구동중인 시간 ( 초 단위 )

threads :  작동중인 threads 수 ( client )

question : 서버 구동후 client 로부터 요청된 query 수 

slow queries :  long_query_time 보다 느린 slow query의 수

opens :  서버가 open 한 table 수 

flush tables :  서버가 실행한 flush-* , refresh, reload 등의 command 횟수

open tables : 현재 open 되어있는 table 수

Queries per second avg : 쿼리 실행 평균 시간

 

반응형