Hostsvc/cpuinfo: Difference between revisions

added example output
(New page: ==== vimsh hostsvc/cpuinfo ==== Usage: cpuinfo [hyperthreadCfg] Get the CPU information. If hyperthreadCfg is specified, sets configuration for hyperthreading. Valid values include 'tr...)
 
(added example output)
 
(One intermediate revision by one other user not shown)
Line 4: Line 4:


Get the CPU information.  If hyperthreadCfg is specified, sets configuration
Get the CPU information.  If hyperthreadCfg is specified, sets configuration
for hyperthreading.  Valid values include 'true' and 'false'.
for hyperthreading.   
 
Valid values include 'true' and 'false'.
 
====example output====
# vmware-vim-cmd -H 10.10.10.10 -U root -P password hostsvc/cpuinfo
(vim.host.CpuSchedulerSystem.HyperThreadScheduleInfo) {
    dynamicType = <unset>,
    available = false,
    active = false,
    config = true,
}




[[Category: vimsh]]
[[Category: vimsh]]
1,274

edits