https://docs.google.com/document/d/1WE1V4uczxavqLY-nyr3qNqCxqzoOf8Vg6Z-Lf0c3DwU/edit#heading=h.4805uy5ihmx


유용한것도 있고... 첨보는것도 있고... 


mysql> set global log_slow_queries = ON;              


ERROR 1238 (HY000): Variable 'log_slow_queries' is a read only variable





####공식홈페이지 설명#######

One way around this is to setup the machine with the Slow Query Log 

enabled but to use a very large value of --long-query-time to 

essentially ignore every query. Then, when you want to capture slow 

queries, you reset --long-query-time to a reasonable value. 

Unfortunately, this requires a restart to initialize. After that you can 

adjust the --long-query-time to throttle the contents of the log.





mysql5.0 버전까지는 재시작없이는 설정이 안된단다. my.cnf에 등록하고 db 재시작해야한다. 5.1부터는 재시작없이 설정가능

리눅스용 실시간 모니터링 툴 netdata 간단 설치


# yum install -y zlib-devel gcc make git autoconf autogen automake pkgconfig


# git clone https://github.com/firehol/netdata.git –depth=1


# cd netdata


# ./netdata-installer.sh


설정파일은 /etc/netdata/netdata.conf


19999 포트오픈되고 웹페이지에서 확인가능

'job > open source' 카테고리의 다른 글

ansible 설명  (0) 2018.09.21
zimbra 오픈소스 웹메일 짐브라  (0) 2018.09.03

+ Recent posts