CLI Reference#
The lmcache command-line interface provides tools for managing and
inspecting LMCache servers.
lmcache <command> [options]
After installing LMCache, the lmcache command is available globally.
Run lmcache -h to see all commands.
Available Commands#
Command |
Description |
|---|---|
|
Show detailed status of a running LMCache service. |
|
Single-shot query interface for the serving engine. |
|
Liveness check for LMCache or vLLM servers. |
|
Run sustained performance benchmarks against an inference engine. |
|
Manage KV cache state (e.g. clear L1 cache). |
|
Launch the LMCache server (ZMQ + HTTP). |
For a comprehensive guide with examples, see CLI Reference.