23:32 <Bat`O> i don't have much hope for this one, but is there a way to have the bandwidth usage relative to a hash ?
23:34 nothing in the api
23:34 but!
23:34 i think you could still get that info
23:34 ipfs log tail returns a json stream of events
23:34 you could parse that stream for 'send block X'
23:35 and use that to estimate bandwidth for a given block
23:35 actually, that would be a really cool app to write
23:35 print out bandwidth for every outgoing block
23:32 <Bat`O> i don't have much hope for this one, but is there a way to have the bandwidth usage relative to a hash ? 23:34 nothing in the api
23:34 but!
23:34 i think you could still get that info
23:34 ipfs log tail returns a json stream of events
23:34 you could parse that stream for 'send block X'
23:35 and use that to estimate bandwidth for a given block
23:35 actually, that would be a really cool app to write
23:35 print out bandwidth for every outgoing block