Skip to content

Japoneris/ipfs_watcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IPFS traffic watcher

Few minutes of IPFS traffic

IPFS is high bandwidth demanding.

Here is just a small project to get and visualize the traffic data from ipfs daemon.

You can:

  • Visualize, using bokeh serve micro_server and go to the specific IP (default is http://localhost:5006/micro_server)
  • Store into db the values for analytics later python3 memorize

Needed:

  • python3
  • bokeh (pip3 install bokeh --user)
  • ipfs installed, check GitHub
  • ìpfs daemon running

TODOs

  • Put Argparse for command line configuration of the scripts
  • Better color / tools on Bokeh plots
  • Merge the two scripts, for monitoring visually and storing at the same
  • Compare if implementation (Normal VS Go version are differents)
  • Make it packaged as a service, if you want monitor continuously, even after a restart
  • Whatever

About

In and Out of IPFS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages