docs: Add README operator cache check
CI / vulncheck (pull_request) Successful in 14s
CI / check-and-test (pull_request) Successful in 41s

The README buried hit/miss verification under the SteamPrefill validation
chapter, and advertised make validate-check without a Makefile target.
Operators need a short start → traffic → metrics path against the existing
/metrics and /lancache-heartbeat endpoints.

Link: #29
This commit is contained in:
2026-09-03 05:16:14 +00:00
parent 85e14bc8af
commit ff1ab31327
3 changed files with 79 additions and 4 deletions
+3 -1
View File
@@ -27,7 +27,9 @@
# SteamPrefill benchmark run -c 20 ...
#
# After the benchmark run, inspect with:
# curl -s http://localhost/metrics
# make validate-check
# # or: curl -s http://localhost/metrics
# Heartbeat (process up): curl -s -i http://localhost/lancache-heartbeat
#
# Tweak sizes upward if you want to run very large workloads while still
# exercising the disk tier (workload >> RAM is ideal for real disk testing).