Skip to content
_CORE
AI & Agentic Systems Core Information Systems Cloud & Platform Engineering Data Platform & Integration Security & Compliance QA, Testing & Observability IoT, Automation & Robotics Mobile & Digital Banking & Finance Insurance Public Administration Defense & Security Healthcare Energy & Utilities Telco & Media Manufacturing Logistics & E-commerce Retail & Loyalty
References Technologies Blog Know-how Tools
About Collaboration Careers
CS EN DE
Let's talk

Linux Performance Tuning

01. 02. 2024 Updated: 27. 03. 2026 1 min read intermediate

USE method: Utilization, Saturation, Errors for every resource.

USE Method

  • CPU: top -> utilization, vmstat -> runqueue
  • Memory: free -h, vmstat si/so
  • Disk: iostat -> utilization, await
  • Network: sar -n DEV

CPU

top -o %CPU cpupower frequency-set -g performance taskset -c 0-3 ./my-app

Memory

free -h ps aux –sort=-%mem | head -10 sysctl vm.swappiness=10

Disk

iostat -xz 1 iotop -oP echo mq-deadline > /sys/block/sda/queue/scheduler

Sysctl

/etc/sysctl.d/99-perf.conf

vm.swappiness = 10 net.core.somaxconn = 65535 net.ipv4.tcp_tw_reuse = 1 fs.file-max = 2097152

Measure, Then Optimize

Never blindly. USE method -> identify the bottleneck -> targeted optimization.

performancetuninglinux
Share:

CORE SYSTEMS team

We build core systems and AI agents that keep operations running. 15 years of experience with enterprise IT.