Skip to content

Inventory program for analize server infrastructure with graphs

License

Notifications You must be signed in to change notification settings

pavlozt/serverviz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serverviz

Inventory program for quick analize server infrastructure and produces GraphViz DOT format graph. Using a large number of disks, partitions, virtual machines can easily get confused. So I wrote this program.

Currently display only disk, raid, LVM logical volumes and filesystem mounts.

Works with python2 and does need any depended packages installation. Simple download single file from github :

curl https://raw.githubusercontent.com/pavlozt/serverviz/master/serverviz >serverviz

and run it:

./serverviz > server_graph.dot

To display DOT you must produce, for example pdf :

dot -Tpdf server_graph.dot > server_graph.pdf

Here is some example images: or more complex 12 disks server :

One of the programs which draw graphics from DOT online : https://edotor.net/

About

Inventory program for analize server infrastructure with graphs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages