https://github.com/pavlozt/serverviz
Inventory program for analize server infrastructure with graphs
https://github.com/pavlozt/serverviz
disks graphviz linux lvm proxmox proxmox-ve raid visualization
Last synced: 9 months ago
JSON representation
Inventory program for analize server infrastructure with graphs
- Host: GitHub
- URL: https://github.com/pavlozt/serverviz
- Owner: pavlozt
- License: mit
- Created: 2021-12-05T13:39:48.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-08T19:33:16.000Z (about 4 years ago)
- Last Synced: 2025-03-29T20:32:57.105Z (10 months ago)
- Topics: disks, graphviz, linux, lvm, proxmox, proxmox-ve, raid, visualization
- Language: Python
- Homepage:
- Size: 36.1 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Serverviz #
Inventory program for quick analize server infrastructure and produces [GraphViz](https://graphviz.org/) 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/](https://edotor.net/)