Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
vmware:tip:cli [2018/04/27 12:07] jsvmware:tip:cli [2021/02/12 14:54] (current) js
Line 54: Line 54:
 <code bash>vim-cmd vimsvc/task_info <TaskNr></code> See the number in the "vim.Task .... " line <code bash>vim-cmd vimsvc/task_info <TaskNr></code> See the number in the "vim.Task .... " line
  
 +=== Get memory information ===
 +<code bash>vsish -e get /memory/comprehensive</code>
 +<code>Comprehensive {
 +   Physical memory estimate:12454784 KB
 +   Given to VMKernel:12454784 KB
 +   Reliable memory:0 KB
 +   Discarded by VMKernel:1580 KB
 +   Mmap critical space:0 KB
 +   Mmap buddy overhead:3084 KB
 +   Kernel code region:18432 KB
 +   Kernel data and heap:14336 KB
 +   Other kernel:1421360 KB
 +   Non-kernel:120036 KB
 +   Reserved memory at low addresses:59900 KB
 +   Free:10875956 KB
 +}</code>