Reference
crab stat
Show detailed statistics for a file.
Synopsis
crab stat [OPTIONS] <PATH>Description
crab stat displays detailed information about a Crab-tracked file: its hash,
size, chunk count, deduplication ratio, xorb locations, and shard membership.
Arguments
| Argument | Required | Description |
|---|---|---|
PATH | Yes | Path to the file to inspect |
Options
| Option | Default | Description |
|---|---|---|
--chunks | false | List individual chunks with hashes and sizes |
--json | false | Emit structured JSON output |
Examples
Basic file stats
crab stat models/weights.binWith chunk breakdown
crab stat --chunks models/weights.binRelated Commands
crab ls-files— list all tracked files.crab du— disk usage overview.crab status— hydration state.