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 add" feedback #2125

Closed
slothbag opened this issue Dec 26, 2015 · 1 comment
Closed

"ipfs add" feedback #2125

slothbag opened this issue Dec 26, 2015 · 1 comment

Comments

@slothbag
Copy link

I would love to get some more detailed feedback from the "ipfs add" command.

Things like:

  • Number of files found and the related total number of chunks (about to be added)
  • Count of skipped files (subset of above) because they already existed in IPFS datastore
  • Count of files (subset of above) moved from cache to datastore
  • Count of chunks (and total MiB) skipped because they already existed in IPFS datastore
  • Count of chunks (and total MiB) moved from cache to datastore
  • Count of new files/chunks that actually had to be added to the datastore (total files - skipped)

With these stats I can witness IPFS start to de-duplicate my content over time. And I can optimize the way I structure my data so that I can let IPFS reuse chunked content more effectively.

Basically, I don't want to see IPFS say "added 1GiB", "added 1GiB".. etc.. I'd like to see "added 1GiB", "added 100MiB, skipped 900MiB already existing"

@slothbag
Copy link
Author

slothbag commented May 4, 2016

Other higher priority issues than this

@slothbag slothbag closed this as completed May 4, 2016
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

No branches or pull requests

1 participant