kubernetes-ipfs icon indicating copy to clipboard operation
kubernetes-ipfs copied to clipboard

What we want to test

Open victorb opened this issue 8 years ago • 1 comments

There is bunch of good things we should test from these two issues:

  • https://github.com/ipfs/notes/issues/202
  • https://github.com/ipfs/notes/issues/203

It would be nice to have a concise list of things we want to be able to test.

Things like:

  • Adding a file on one node, cat'ing it on 100, measuring how long time it takes to finish
  • Measure and compare result of ^ across versions and implementations (go-ipfs vs js-ipfs)
  • How much memory we end up taking if we add/rm then repo gc on nodes
  • How many file descriptors we end up with if we just stay idle with a node

And so on

victorb avatar Dec 21 '16 00:12 victorb

Also, we should figure out what we need to expose on the debug/metrics/prometheus endpoint in the ipfs implementations to support this.

victorb avatar Dec 21 '16 00:12 victorb