by doublepositive » Thu Dec 01, 2016 4:10 pm
The "fix" is for the 10,000+ select statements per second. If no one is dialing and no agents are logged in, then what is the system doing? I realize there are cron jobs running, but 10,000 statements per sec.?
We have 3 dialer servers actively being used and 4 more for expansion. The 4 are on but are not doing anything now.
We are making about 80,000 calls per day.
The RAID card is the HP p440 (no software RAID)
Here is our my.cnf file:
[client]
port = 3306
socket = /var/run/mysql/mysql.sock
[mysqld]
log_bin=/var/lib/mysql/mysql-bin
binlog_format=mixed
server-id=1
relay-log = /var/lib/mysql/mysqld-relay-bin
slave-skip-errors = 1032,1690,1062
datadir=/var/lib/mysql
sql_mode=NO_ENGINE_SUBSTITUTION
port = 3306
socket = /var/run/mysql/mysql.sock
skip-external-locking
skip-name-resolve
connect_timeout=60
long_query_time=3
slow_query_log=1
slow-query-log-file=/var/log/mysql/mysqld-slow.log
max_connections=2048
key_buffer_size=64G
max_allowed_packet=16M
table_open_cache=8192
table_definition_cache=2048
open_files_limit=24576
sort_buffer_size=8M
net_buffer_length=8K
read_buffer_size=4M
read_rnd_buffer_size=16M
myisam_sort_buffer_size=128M
join_buffer_size=1M
thread_cache_size=100
query_cache_size=0
thread_concurrency=8
default-storage-engine=MyISAM
expire_logs_days=3
concurrent_insert=2
myisam_repair_threads=2
myisam_use_mmap=1
skip-innodb
delay_key_write=ALL
max_write_lock_count=1
[mysqld_multi]
mysqld = /usr/bin/mysqld_safe
mysqladmin = /usr/bin/mysqladmin
log = /var/log/mysqld_multi.log
[myisamchk]
key_buffer = 1G
sort_buffer = 384M
read_buffer = 512M
write_buffer = 256M
!includedir /etc/my.cnf.d