Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a command line tool to visualize output of rpc get /network/connections #1

Closed
itkach opened this issue Sep 11, 2020 · 0 comments
Assignees

Comments

@itkach
Copy link

itkach commented Sep 11, 2020

When working on setting up tezos p2p network it is useful to be able to analyze the topology/connectivity in the resulting network.

Output of tezos rpc /network/connections endpoint is json that describes nodes connections. It lists incoming and outgoing connections to other peers on the network.

Create a tool that generates a graph that represents these connections in graphviz format (dot). It should be able to visualize output of individual node's /network/connections but also crawl the p2p network and aggregate connections info from all nodes into a single graph.

@s-zeng s-zeng self-assigned this Sep 11, 2020
@itkach itkach transferred this issue from oxheadalpha/tezos-k8s Sep 15, 2020
@s-zeng s-zeng closed this as completed Sep 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants