← Lab
admitctl
confirmedGo · llama.cppInference & servingJuly 5, 2026
the question
When an LLM server is overloaded, does the order you admit requests actually matter?
what came out
A lot. KV-slot-aware SJF admission in front of a real llama.cpp server cuts short-request p99 ~16x at matched throughput under overload, without starving long requests. FCFS leaves that on the table.
method & receipts
- Result: confirmed
- Reproducible — one script re-runs the whole thing from scratch.
- Machine-readable claims — every reported number, in a checkable file.
→ read the code and re-run it
github.com/v-code01/admitctl