BMS-HOSxP Community

HOSxP => แจ้งปัญหา / ขอความช่วยเหลือ => ข้อความที่เริ่มโดย: B.nattha ที่ กรกฎาคม 29, 2016, 13:53:30 PM

หัวข้อ: พบความเปลี่ยนแปลงของ MySQL Workload
เริ่มหัวข้อโดย: B.nattha ที่ กรกฎาคม 29, 2016, 13:53:30 PM
เรียน อาจารย์ พี่ๆ เพื่อนๆ ทุกท่าน
     ตรวจพบความเปลี่ยนแปลงของ MySQL Workload มีการสวิงถี่ๆ และสูงกว่าเมื่อก่อน
รายละเอียดพื้นฐานดังนี้
Ram 16 G
Cents OS 6.5
MySQL 5.5.27-28.0
Hosxp Ver.3.59.3.31
Connection ประมาณไม่เกิน 50 เครื่อง(ตั้งค่า max_connections=300)
    รายละเอียดความเปลี่ยนแปลงก่อนหลังตามลำดับรูปครับ
ขอความกรุณาช่วยแนะนำด้วยครับ

ขอบคุณมากครับ
หัวข้อ: Re: พบความเปลี่ยนแปลงของ MySQL Workload
เริ่มหัวข้อโดย: B.nattha ที่ กรกฎาคม 29, 2016, 14:04:32 PM
ข้อมูลเพิ่มเติมครับ My.cnf
[client]
port= 3306
socket= /var/lib/mysql/mysql.sock
default-character-set=tis620
[mysqld]
port= 3306
socket= /var/lib/mysql/mysql.sock
skip-external-locking
default_storage_engine=MyISAM
key_buffer = 1594M
max_allowed_packet = 128M
table_cache = 1500
sort_buffer_size = 1M
read_buffer_size = 1M
read_rnd_buffer_size = 1M
myisam_sort_buffer_size = 128M
thread_cache = 8
query_cache_size= 797M
query_cache_type=2
thread_concurrency = 8
character-set-server=tis620
skip-name-resolve
innodb_file_per_table
skip-character-set-client-handshake
init_connect = 'SET NAMES tis620'
max_heap_table_size = 797M
innodb_data_home_dir = /var/lib/mysql/
innodb_data_file_path = ibdata1:100M:autoextend
innodb_log_files_in_group=2
innodb_log_group_home_dir = /var/lib/mysql/
innodb_buffer_pool_size = 7971M
innodb_additional_mem_pool_size = 20M
innodb_thread_concurrency = 0
innodb_log_file_size = 256M
innodb_log_buffer_size = 32M
innodb_flush_log_at_trx_commit = 2
innodb_lock_wait_timeout = 50
innodb_doublewrite=0
innodb_support_xa = 0
innodb_open_files = 1500
innodb_locks_unsafe_for_binlog=1
innodb_file_format = Barracuda
innodb_flush_method=O_DIRECT
join_buffer_size = 2M
concurrent_insert = 2
max_connections=300
[mysqldump]
quick
max_allowed_packet = 16M
allow-keywords
[mysql]
no-auto-rehash
default-character-set=tis620
[isamchk]
key_buffer = 128M
sort_buffer_size = 128M
read_buffer = 2M
write_buffer = 2M
[myisamchk]
key_buffer = 128M
sort_buffer_size = 128M
read_buffer = 2M
write_buffer = 2M
[mysqlhotcopy]
interactive-timeout
หัวข้อ: Re: พบความเปลี่ยนแปลงของ MySQL Workload
เริ่มหัวข้อโดย: Call Center ที่ กรกฎาคม 29, 2016, 15:26:11 PM
ลองคำนวณการตั้งค่า
 1. key_buffer                     ต้องมากกว่า 30% ของ Ram   >> ( Ram×30÷100 )×1024 = ?M
 2. query_cache_size           ต้องมากกว่า 10% ของ Ram   >> ( Ram×10÷100 )×1024 = ?M
 3. innodb_buffer_pool_size ต้องมากกว่า 60% ของ Ram   >> ( Ram×60÷100 )×1024 = ?M
 4. max_connections           >> จำนวนเครื่อง×2

                  BMS Call-Center