Get the latest tech news
Bpftune uses BPF to auto-tune Linux systems
bpftune uses BPF to auto-tune Linux systems. Contribute to oracle/bpftune development by creating an account on GitHub.
The Linux kernel contains a large number of tunables; these often take the form of sysctl(8) parameters, and are usually introduced for situations where there is no one "right" answer for a configuration choice. Given the modern cloud architectures used for most deployments, most systems never have any human adminstrator interaction after initial provisioning; in fact given the scale requirements, this is often an explicit design goal - "no ssh'ing in! These trends - system complexity combined with minimal admin interaction suggest a rethink in terms of tunable management.
Or read this on Hacker News