This repository was archived by the owner on Mar 10, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Stats API
11
11
12
12
#### ` bw `
13
13
14
- > Adds an IPFS object to the pinset and also stores it to the IPFS repo. pinset is the set of hashes currently pinned (not gc'able) .
14
+ > Get IPFS bandwidth information as an object .
15
15
16
16
##### ` Go ` ** WIP**
17
17
@@ -49,21 +49,24 @@ ipfs.stats.bw((err, stats) => console.log(stats))
49
49
50
50
#### ` bwPullStream `
51
51
52
- > Adds an IPFS object to the pinset and also stores it to the IPFS repo. pinset is the set of hashes currently pinned (not gc'able) .
52
+ > Get IPFS bandwidth information as an [ Pull Stream ] [ ps ] .
53
53
54
54
##### ` Go ` ** WIP**
55
55
56
56
##### ` JavaScript ` - ipfs.stats.bwPullStream([ options] ) -> [ Pull Stream] [ ps ]
57
57
58
+ Options are described on [ ` ipfs.stats.bw ` ] ( #bw ) .
58
59
59
60
#### ` bwReadableStream `
60
61
61
- > Adds an IPFS object to the pinset and also stores it to the IPFS repo. pinset is the set of hashes currently pinned (not gc'able) .
62
+ > Get IPFS bandwidth information as an [ Readable Stream ] [ rs ] .
62
63
63
64
##### ` Go ` ** WIP**
64
65
65
66
##### ` JavaScript ` - ipfs.stats.bwReadableStream([ options] ) -> [ Readable Stream] [ rs ]
66
67
68
+ Options are described on [ ` ipfs.stats.bw ` ] ( #bw ) .
69
+
67
70
[ big ] : https://github.com/MikeMcl/big.js/
68
71
[ rs ] : https://www.npmjs.com/package/readable-stream
69
72
[ ps ] : https://www.npmjs.com/package/pull-stream
You can’t perform that action at this time.
0 commit comments