Skip to content

A small web application to visualize a Infiniband fabric

License

Notifications You must be signed in to change notification settings

mhbvr/infiniband_topology

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

infiniband_topology

A small web application to visualize an Infiniband fabric

It consists of two parts: a parser written in Python and a visualization application written in Javascript.

The parser:

  • takes the output of the "ibnetdiscover" utility as it's input
  • parses all the nodes and connections
  • outputs this info into a .json file

The visualizer:

  • loads the .json file
  • displays the fabric topology using d3.js force layout
  • allow you to interact with the visualization

About

A small web application to visualize a Infiniband fabric

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.2%
  • Python 24.7%
  • HTML 7.4%
  • CSS 3.7%