Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 750 Bytes

README.rdoc

File metadata and controls

25 lines (15 loc) · 750 Bytes

Graphviz-infiniband-topology

Create schematic representation of your Infiniband topologies using graphviz.

Installation

A working implementation of the Ruby programming language (www.ruby-lang.org) is required for the script execution, as well as the following gems:

Graphviz (www.graphviz.org/) is only required for the export of the produced schema to non-dot file formats such as png, svg, pdf…

Usage

$ iblinkinfo.pl | topology.rb -f png
# Or topology.rb <iblinkinfo.pl output file>

Saving to svg format is recommended instead of png if your fabric contains hundreds of switches.

Copyright © 2012 Guillaume Laville. See LICENSE for details.