Blogging with sched_ext

1 minute read Published: 2025-07-16

This blog is running using scx_p2dq which is a scheduler I created. It uses a pick two load balancing algorithm to load balance tasks across last level caches (LLCs) and a bunch of other cool BPF features such as BPF arenas. Sadly, this blog is running on a small virtual machine so there isn't much load balancing.

You can find a bunch of other schedulers in the scx repo as long as you are running a supported kernel (>6.14) then most schedulers should work.