Hacker News new | ask | show | jobs
by johntash 2832 days ago
Is there any way to get a metric of how much something has been downloaded on ipfs? I'm guessing you would have to use google analytics or something?
2 comments

I assume you mean metrics for how much something has been downloaded from a node you own, right? If so, you can monitor "ipfs log tail" for which blocks have been downloaded and by whom. You can also monitor how much content a specific peer has asked from you and such.
Correct. You can't see how many downloads a particular file has without some sort of outside observer.