Hello,
I downloaded and fully configured the vCloud SDK for PERL.
I want to achieve a capacity information per dc/cluster.
For example, after running the script there will be output based on this this table, there will be details of used resources per data center and cluster.
DC | Cluster | CPU Using | MEM Using | STORAGE Using | |
---|
Data center1 | | 20x2.8Ghz/40x2,8Ghz | 64GB /128GB | 10TB/20TB | |
| Cluster 1 | 18x2,8Ghz | 10GB / 64GB | 2TB/10TB | |
| Cluster 2 | 2x2,8Ghz | 54GB / 64GB | 8TB/10TB | |
Data center2 | | 100x2,8Ghz/2000x2,8Ghz | 256GB/256GB | 100TB/200TB | |
| | 80x2,8Ghz | 64GB/256GB | 20TB/100TB | |
| | 20x2,8Ghz | 192GB/256GB | 80TB/100TB | |
| | | | | |
Is there any way to achive it?
I used to used some sample files that the utilization_report.pl is not working, but rest wont achieve my target, where do I find the properly documentation of SDK for PERL to finish this one?