How can I find available vcpu and memory in OVM env ?
I use OVM on T server and I'm going to test huge number of threads in a box soon.
I'd like you to advise how I can determine following info.
- How can I get the available number of cpu threads which are not assigned to domain ?
- How can I get the available memory which is not assigned to domain ?
I just know I check HW configuration via ILOM and calculate how many cpu/memory are already consumed and then I get how many cpu/memory are free and available to assign to domain.
However it is ugly way. I wanna another smart way to get such kind of info.