This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
vmware:tip:cli [2016/12/01 15:58] – js | vmware:tip:cli [2021/02/12 14:54] (current) – js | ||
---|---|---|---|
Line 39: | Line 39: | ||
=== Display all info for all vmnics === | === Display all info for all vmnics === | ||
<code bash>for i in $(esxcfg-nics -l | awk ' | <code bash>for i in $(esxcfg-nics -l | awk ' | ||
+ | |||
+ | === Show syslog host === | ||
+ | <code bash> | ||
+ | === Show syslog target port === | ||
+ | <code bash> | ||
+ | |||
+ | === Show scratch location === | ||
+ | <code bash> | ||
+ | |||
+ | === Get task list of VM === | ||
+ | <code bash> | ||
+ | |||
+ | === Get info for a specified task === | ||
+ | <code bash> | ||
+ | |||
+ | === Get memory information === | ||
+ | <code bash> | ||
+ | < | ||
+ | | ||
+ | Given to VMKernel: | ||
+ | | ||
+ | | ||
+ | Mmap critical space:0 KB | ||
+ | Mmap buddy overhead: | ||
+ | | ||
+ | | ||
+ | Other kernel: | ||
+ | | ||
+ | | ||
+ | | ||
+ | }</ | ||