Skip to main content

Module inspect

Module inspect 

Source
Expand description

CLI introspection tools for persist

Structs§

BlobArgs
Arguments for commands that run only against the blob store.
BlobBatchPartArgs
Arguments for viewing contents of a batch part
InspectArgs
Commands for read-only inspection of persist state
StateRollupArgs
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