1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-10-18 04:03:01 +08:00

bandwidth metering on streams

humanize bandwidth output

instrument conn.Conn for bandwidth metrics

add poll command for continuous bandwidth reporting

move bandwidth tracking onto multiaddr net connections

another mild refactor of recording locations

address concerns from PR

lower mock nodes in race test due to increased goroutines per connection
This commit is contained in:
Jeromy
2015-03-27 15:42:43 -07:00
parent be598ad195
commit 2c8cb9fc75
73 changed files with 6018 additions and 28 deletions

View File

@ -95,6 +95,7 @@ var rootSubcommands = map[string]*cmds.Command{
"ping": PingCmd,
"refs": RefsCmd,
"repo": RepoCmd,
"stats": StatsCmd,
"swarm": SwarmCmd,
"update": UpdateCmd,
"version": VersionCmd,