Expand description
CLI introspection tools for persist
Structs§
- Blob
Args - Arguments for commands that run only against the blob store.
- Blob
Batch Part Args - Arguments for viewing contents of a batch part
- Inspect
Args - Commands for read-only inspection of persist state
- State
Rollup Args - Arguments for viewing the state rollup of a shard
Functions§
- blob_
batch_ part - Fetches the updates in a blob batch part
- blob_
counts - Fetches the blob count for given path
- blob_
usage - Returns information about blob usage for a shard
- fetch_
latest_ state - Fetches the current state of a given shard
- fetch_
state_ diffs - Fetches each state in a shard
- fetch_
state_ rollup - Fetches a state rollup of a given shard. If the seqno is not provided, choose the latest; if the rollup id is not provided, discover it by inspecting state.
- fetch_
state_ rollups - Fetches the state from all known rollups of a given shard
- run
- Runs the given read-only inspect command.
- shard_
stats - Rummages through S3 to find the latest rollup for each shard, then calculates summary stats.
- unreferenced_
blobs - Fetches the unreferenced blobs for given environment