Clock Frequency Tiering Validation
These findings came from the optional clock-lane experiment after comparing a stock run to a clock-tiered run.
warning
This is the dedicated-lane experiment, not the shared-pool contention path.
What Was Tested
kvm-worker-01on CPUs2-4with a3 GHzceilingkvm-worker-02on CPUs5-7with a2 GHzceilingkvm-worker-03on CPUs8-11with a1 GHzceiling- host / emulator work on CPUs
0-1
What Was Confirmed
virsh vcpupinmatched the intended worker lanesvirsh emulatorpinkept emulator threads on0-1scaling_max_freqmatched the intended per-lane caps- Grafana showed the expected frequency ceilings on the worker CPUs
Practical Read
- worker 1 got the fastest lane
- worker 2 got the middle lane
- worker 3 got the slowest lane
- the host pair remained uncapped
That made the experiment easy to reason about:
kvm-worker-01had the highest ceilingkvm-worker-02had a lower ceilingkvm-worker-03had the lowest ceiling
Why It Matters
The clock-lane path proved that stakkr can enforce deterministic per-worker
CPU ceilings on this host. That is useful for experiments and intentionally
shaped node behavior, but it is a different model from the shared guest pool.