MichaelMure / Arbore-qt

Friend-to-friend filesharing app to save the world from dystopia
MIT License
21 stars 1 forks source link

bandwith usage per Share #33

Open MichaelMure opened 9 years ago

MichaelMure commented 9 years ago

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