Skip to main content
← 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

→ read the code and re-run it

github.com/v-code01/admitctl