IPFS monitoring options

From @aronayne on Tue Oct 18 2016 14:06:48 GMT+0000 (UTC)

Using the webui https://github.com/ipfs/webui seems using the webui can the following be accessed :

  • the number of connected nodes ?
  • the hash values stored on each node ?
  • IP address of machine participating in network ?

And/or can this data be access via the IPFS cli ?


Copied from original issue: https://github.com/ipfs/faq/issues/187

From @Kubuxu on Tue Oct 18 2016 15:02:42 GMT+0000 (UTC)

Yes:

  • number of connected nodes: ipfs swarm peers | wc -l
  • I don’t know right now.
  • check ipfs id

From @lgierth on Tue Oct 18 2016 17:18:30 GMT+0000 (UTC)

You can also query http://localhost:5001/debug/metrics/prometheus to get more runtime metrics