-
1. Re: CPU and Memory graph for all of VMs.
DevyaniGandhi Jul 24, 2019 1:29 AM (in response to imcooltanmay)Hello,
Can you explain your requirement:
1. Is it to create 1 graph for all the VMs for their CPU and memory
2. You want a single graph for CPU and Memory for 1 VM.
-
2. Re: CPU and Memory graph for all of VMs.
imcooltanmay Jul 24, 2019 9:42 AM (in response to DevyaniGandhi)I want single graph for CPU & Memory for a VM.
-
3. Re: CPU and Memory graph for all of VMs.
DevyaniGandhi Jul 26, 2019 4:28 AM (in response to imcooltanmay)1 person found this helpfulThe way vROps works in graphs is in the form of metrics. Two things you can do here:
1. Add both CPU and Memory metrics individually onto the graph. This will still show 2 graphs in 1 view
2. Create a supermetric which shows avg(CPU usage% + Memory Usage %) in order to see a generalized performance parameter for the VM in 1 graph or whichever mathematical operation you want to correlate them. This will give you 1 graph in 1 view.
Let me know the use case so that i can help you with the supermetric formula
-
4. Re: CPU and Memory graph for all of VMs.
sxnxr Jul 29, 2019 5:43 AM (in response to imcooltanmay)1 person found this helpful- Create a new dashboard
- Add in a object list
- Filter the object list to show only VMs (create a custom group if you want to remove VMs from the list)
- Add in a metric chart
- Select cpu and memory from the metric list
- do the interactions and have the object list feed the metric chart.
When you select a VM it will chow you the graph for that VM. you can click the eye on the object list and filter for a specific VM
-
5. Re: CPU and Memory graph for all of VMs.
imcooltanmay Jul 29, 2019 6:28 AM (in response to sxnxr)Thank you @sxnxr. With the dashboard, we will get an individual VM report. But I want to fetch a report of around 50+ VM's Is there any possibility to do that?