Document Name: Configuring and tuning HPE ProLiant Servers for low-latency applications
Edition: 10 (October 2017)
File size: 0.5 MB
Language: English
Tag Archives: Performance
How to change join_buffer_size in MySQL
I will give an example of changing join_buffer_size in MySQL.
join_buffer_size determines the size of the buffer for index scanning and joins without indexes. I recommend adding indexes or slightly increasing join_buffer_size (but in this case a full table scan will be performed).
How to enable Slow Query Log in MySQL
Enabling slow_query_log and log_queries_not_using_indexes will help to identify slow queries and queries without indexes that affect the performance of the MySQL server.
Continue reading “How to enable Slow Query Log in MySQL”Optimize web images with jpegoptim
Ubuntu / Debian installation command:
Continue reading “Optimize web images with jpegoptim”Console speedtest
Installation on Ubuntu / Debian:
Continue reading “Console speedtest”Tuning nf_conntrack
In this article I will give an example of optimizing the parameters of nf_conntrack for a high-loaded NAT server.
Continue reading “Tuning nf_conntrack”DiskSpd. Windows IOPS Test
DiskSpd is a utility for generating a load on a disk system and measuring its performance.
Continue reading “DiskSpd. Windows IOPS Test”Changing InnoDB log file size in MySQL
InnoDB log file size – the size of the transaction log files that are needed to cancel transactions and restore the database in case of failure.
Continue reading “Changing InnoDB log file size in MySQL”Online diagnostics Cisco Catalyst 6500
In this article, I will describe the Cisco Catalyst 6500 online diagnostic commands.
Continue reading “Online diagnostics Cisco Catalyst 6500”Configuring InnoDB Buffer Pool size in MySQL
I will give an example of resizing the InnoDB buffer pool in MySQL.
In the InnoDB buffer pool, this is the memory space in which indexes, caches, buffers, etc. are stored.