--- tags: - lmcache - kv-cache - storage-trace pretty_name: LMCache Storage Traces --- # LMCache Storage Traces Canonical LMCache storage traces for replay and L2 backend experiments. ## Layout All trace archives are on the `main` branch. Download an archive and extract it to obtain the workload directory, its `l2.lct` trace, and the associated recorder outputs. ```text main/ ├── mooncake/ │ ├── conversation.tar.gz # extracts to conversation/ │ └── toolagent.tar.gz # extracts to toolagent/ └── tensormesh/ ├── gaia.tar.gz # extracts to gaia/ ├── swebench.tar.gz # extracts to swebench/ └── wildclaw.tar.gz # extracts to wildclaw/ ``` ## Available workloads | Family | Workload | Archive | | --- | --- | --- | | Mooncake | Conversation | `mooncake/conversation.tar.gz` | | Mooncake | ToolAgent | `mooncake/toolagent.tar.gz` | | TensorMesh | GAIA | `tensormesh/gaia.tar.gz` | | TensorMesh | SWE-bench | `tensormesh/swebench.tar.gz` | | TensorMesh | WildClaw | `tensormesh/wildclaw.tar.gz` | For reproducible replay, use the `main` revision or pin the dataset to a specific commit.