mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-22 10:57:42 +08:00
d3view is now in its own repo: https://github.com/jbenet/ipfs-diag-net-d3-vis This is so we can iterate on it quickly without having to needlessly waste CI resources. The repo also installs it for you: ```sh git clone github.com/jbenet/ipfs-diag-net-d3-vis d3view cd d3view sudo make install ```
17 lines
311 B
Markdown
17 lines
311 B
Markdown
# ipfs diagnostics
|
|
|
|
Usage:
|
|
```sh
|
|
ipfs diag net [--vis=<vis>]
|
|
```
|
|
|
|
|
|
## view in d3
|
|
|
|
Install https://github.com/jbenet/ipfs-diag-net-d3-vis then:
|
|
|
|
```
|
|
> ipfs diag net --vis=d3 | d3view
|
|
http://ipfs.benet.ai:8080/ipfs/QmX8PuUyhSet8fppZHuRNxG7vk949z7XDxnsAz3zN77MGx#QmdhRqGea2QEzyKHG9Zhkc12d2994iah1h47tfHJifuzhT
|
|
```
|