Skip to content

Application to visualize and analyze VMware metrics in your datacenter

Notifications You must be signed in to change notification settings

sudopla/vmware-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VMware Dashboard

This application will help you understand how you are using the resources in your VMware infrastructure and identity performance issues.

The application was built with Django and uses the libraries plotly for the graphs and pyVmomi to connect to the vCenter Server API.

Before running the application, please go to the file perfdata.py line #26 and write the credentials for a vCenter read-only user.

self.c = SmartConnect(host="vcenter_IP", user="[email protected]", pwd="Password", sslContext=s)

When you first load the application you will have a general view of the resources in your infrastrcuture

datacenter

You can see the clusters that are using more resources in your company

datacenter

Historical metrics reports for memory, CPU and storage

datacenter datacenter


Cluster View

cluster

In the real time graphs you can also identify if there are performance issues in the cluster

cluster

The donaught charts show the VMs using more resources in the cluster

cluster

Historical metrics and trends in the cluster

cluster


ESXi Host View

cluster

Trends

cluster


VM view

vm

vm

vm

About

Application to visualize and analyze VMware metrics in your datacenter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published