Skip to content

Commit

Permalink
Add stats
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Nov 27, 2015
1 parent c71affc commit 164856a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion apiary.apib
Original file line number Diff line number Diff line change
Expand Up @@ -418,10 +418,19 @@ Interact with ipfs objects.
## resolve [GET /resolve]

# Group stats
Query IPFS statistics.

## bw [GET /stats/bw]
Print ipfs bandwidth information.

+ Response 200 (application/json)

+ Attributes (object)
- TotalIn: 119395 (number)
- TotalOut: 47349 (number)
- RateIn: `296.8016259649661` (number)
- RateOut: `199.70053032537362` (number)

+ Response 200 (text/plain)

# Group swarm
Swarm inspection tool.
Expand Down

0 comments on commit 164856a

Please sign in to comment.