I will give an example of configuring LAG (LACP) on a Cisco Nexus 3064.
Continue reading “LACP Link Aggregation on Cisco Nexus 3064”Tag Archives: Performance
Moving the MySQL data directory to a new location
In this article I will describe the process of moving the MySQL data directory to a separate location, namely on a level 10 raid with 4 disks, this will increase performance.
Continue reading “Moving the MySQL data directory to a new location”PCI Express ASPM
ASPM (Active-State Power Management) is used to manage the power consumption of PCI Express buses, even if the PCIe device is in use and may affect the device’s response delay.
Continue reading “PCI Express ASPM”Changing gc_thresh on Linux
In this article I will give an example of changing gc_thresh on Linux, this parameter usually needs to be increased on highly loaded access servers.
Continue reading “Changing gc_thresh on Linux”How to convert MySQL tables from MyISAM to InnoDB
Since InnoDB is more reliable for storing important data and is more efficient with frequent write requests, I will convert MyISAM tables to InnoDB, in old databases, in one of the companies.
Continue reading “How to convert MySQL tables from MyISAM to InnoDB”Boost UDP Transaction Performance
File Format: PDF
File size: 3 Mb
Author: Toshiaki Makita
NTT Open Source Software Center
Installing Memcached
Let me give you an example of installing Memcached, which allows you to cache data in RAM.
Continue reading “Installing Memcached”Installing and updating the ixgbe driver
I will give an example of installing or updating ixgbe drivers on Linux.
Continue reading “Installing and updating the ixgbe driver”Monitoring Combined Network Interface Channels in Zabbix
I decided to add to Zabbix a check of the number of Combined channels of network interfaces, since when loading the server there could be different situations when my scripts changing their number were not always executed or were executed, but the value was reset during the system startup.
Continue reading “Monitoring Combined Network Interface Channels in Zabbix”Distribution of network card interrupts across processor cores
I will give an example of the distribution of interrupt network interfaces on the processor cores.
For example, I’ll take a server with accel-ppp, 6Gb/s traffic, 500K + pps, nat with ipoe and 6000 dchp clients.
Also, be sure to disable hyper-threading in the BIOS, since load balancing on virtual cores can greatly increase the load on some physical cores.