A terminal application for IPFS http api.
You need the command line to be running an IPFS node (go-ipfs) to monitor different features.
IPFS Monitor allows you to monitor the behavior of your IPFS Node without having to bother with different commands.
⚠ Please note that this version is not stable yet and will change.
Download the latest release
- Mac - ipfs-monitor
- Windows - ipfs-monitor.exe
- Linux - ipfs-monitor
$ git clone https://github.com/Sab94/ipfs-monitor.git
$ cd ipfs-monitor
$ make install
Alternatively, you can run make build
to build the ipfsmon binary (storing it in cmd/
) without installing it.
Compiling for a different platform is as simple as running:
make build GOOS=TargetOS GOARCH=TargetArchitecture
ipfsmon
or
ipfsmon http://localhost:5001
It connects to default ipfs api http://localhost:5001
, if you are running ipfs on a different port
pass the api url as first argument
TODO list
- add more modules (swarm-addrs, bitswap-ledger, etc...)
- add tests
- add a guide for adding more modules
- auto update on
config.yml
change - add docs and comments
**Note : This project is highly inspired by wtfutil/wtf
It is one of my project 52.