Skip to content

A small web application to visualize a Infiniband fabric

Notifications You must be signed in to change notification settings

ryantig/infiniband_topology

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 74.6%
  • Python 25.4%