Performance Tuning

sysctl
sysctl is a mechanism to view and control the entries under
the /proc/sys tree
sysctl -a - lists all variables
sysctl -q - queries a variable
sysctl -w - writes a variable
When setting values, spaces are not allowed
sysctl -w net.ipv4.conf.lo.arp_filter=0
Setting a variable via sysctl on the command line is not
persistent The change is only valid until the next reboot
Write entries into the /etc/sysctl.conf file to have them
applied at boot time