diff --git a/diagnostics/README.md b/diagnostics/README.md new file mode 100644 index 000000000..41c9cc2e7 --- /dev/null +++ b/diagnostics/README.md @@ -0,0 +1,16 @@ +# ipfs diagnostics + +Usage: +```sh +ipfs diag net [--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 +``` diff --git a/diagnostics/d3/chord.html b/diagnostics/d3/chord.html deleted file mode 100644 index 9f5b311d8..000000000 --- a/diagnostics/d3/chord.html +++ /dev/null @@ -1,226 +0,0 @@ - - - - -
-

IPFS TestNet

-ipfs.io - nodes -
- - - diff --git a/diagnostics/d3/d3view b/diagnostics/d3/d3view deleted file mode 100755 index 66b0057a5..000000000 --- a/diagnostics/d3/d3view +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/sh - -# put stdin in temp file -file=`mktemp -t d3view` -cat >"$file" - -# add file to ipfs -hash=$(ipfs add -q "$file" /dev/null - -# output the url at the gateway -url="$gatewayHTTP/ipfs/$viewer#$hash" -echo "$url" diff --git a/diagnostics/d3/force.html b/diagnostics/d3/force.html deleted file mode 100644 index 03251ca65..000000000 --- a/diagnostics/d3/force.html +++ /dev/null @@ -1,59 +0,0 @@ - - - - -

Ipfs Visualization

- -