Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ipfs object learned stat #509

Merged
merged 3 commits into from
Jan 7, 2015
Merged

ipfs object learned stat #509

merged 3 commits into from
Jan 7, 2015

Conversation

jbenet
Copy link
Member

@jbenet jbenet commented Jan 7, 2015

> ipfs object stat -h
USAGE:

    ipfs object stat <key> - Get stats for the DAG node named by <key>

    'ipfs object stats' is a plumbing command to print DAG node statistics.
    <key> is a base58 encoded multihash. It outputs to stdout:

      NumLinks        int number of links in link table
      BlockSize       int size of the raw, encoded data
      LinksSize       int size of the links segment
      DataSize        int size of the data segment
      CumulativeSize  int cumulative size of object and its references

Use 'ipfs object stat --help' for more information about this command.

'ipfs object stat' is a plumbing command to print DAG
node statistics. <key> is a base58 encoded multihash.
It outputs to stdout:

  NumLinks        int number of links in link table
  BlockSize       int size of the raw, encoded data
  LinksSize       int size of the links segment
  DataSize        int size of the data segment
  CumulativeSize  int cumulative size of object and references
@jbenet jbenet added the status/in-progress In progress label Jan 7, 2015
@jbenet jbenet changed the title ipfs block stat ipfs object learned stat Jan 7, 2015
jbenet added a commit that referenced this pull request Jan 7, 2015
@jbenet jbenet merged commit ce7ad2e into master Jan 7, 2015
@jbenet jbenet removed the status/in-progress In progress label Jan 7, 2015
@jbenet jbenet deleted the ipfs-object-stat branch January 7, 2015 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant