Hostsvc/memoryinfo: Difference between revisions
Jump to navigation
Jump to search
New page: ==== Vimsh hostsvc/memoryinfo ==== Usage: memoryinfo [memoryCfg] Get the memory information. If memoryCfg is specified, sets configured memory. Category: Vimsh |
No edit summary |
||
| Line 3: | Line 3: | ||
Get the memory information. If memoryCfg is specified, sets configured memory. | Get the memory information. If memoryCfg is specified, sets configured memory. | ||
==== Example output ==== | |||
[root@himalaya scripts]# vmware-vim-cmd hostsvc/memoryinfo | |||
(vim.host.MemoryManagerSystem.ServiceConsoleReservationInfo) { | |||
dynamicType = <unset>, | |||
serviceConsoleReservedCfg = 838860800, | |||
serviceConsoleReserved = 838860800, | |||
unreserved = 12045254656, | |||
} | |||
[[Category: Vimsh]] | [[Category: Vimsh]] | ||
Revision as of 00:26, 6 January 2009
Vimsh hostsvc/memoryinfo
Usage: memoryinfo [memoryCfg]
Get the memory information. If memoryCfg is specified, sets configured memory.
Example output
[root@himalaya scripts]# vmware-vim-cmd hostsvc/memoryinfo
(vim.host.MemoryManagerSystem.ServiceConsoleReservationInfo) {
dynamicType = <unset>,
serviceConsoleReservedCfg = 838860800,
serviceConsoleReserved = 838860800,
unreserved = 12045254656,
}