Skip to content

ipfs object learned stat#509

Merged
jbenet merged 3 commits intomasterfrom
ipfs-object-stat
Jan 7, 2015
Merged

ipfs object learned stat#509
jbenet merged 3 commits intomasterfrom
ipfs-object-stat

Conversation

@jbenet
Copy link
Copy Markdown
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.

jbenet added 3 commits January 7, 2015 02:13
'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