vmware-archive / rvc

RVC is a Linux console UI for vSphere, built on the RbVmomi bindings to the vSphere API.
MIT License
240 stars 48 forks source link

Overview of pools in a vcenter. #23

Open barn opened 13 years ago

barn commented 13 years ago

Is there a better to get an overview of all the resource pools in a vcenter than just to do:

ls /vc01//dc01/host/hosta/resourcePool/pools/ ls /vc01//dc01/host/hostb/resourcePool/pools/

and so on?

rlane commented 13 years ago

You could use a wildcard to look at all the pools on all the hosts with one command. A resource_pool.overview command that shows all the resource pools in a tree could be good too.