Назад | Перейти на главную страницу

Может ли топ показать более 100% в% MEM?

Может ли значение% MEM для процесса показывать более 100% максимальной производительности? Возможно ли такое?

Нет, не может. Согласно руководству это только физическая память, а в реальной жизни вы не можете иметь более 100% памяти, не так ли?

   n: %MEM  --  Memory usage (RES)
      A task's currently used share of available physical memory.

   o: VIRT  --  Virtual Image (kb)
      The  total  amount  of  virtual  memory  used  by the task.  It
      includes all code, data and shared libraries  plus  pages  that
      have  been  swapped out and pages that have been mapped but not
      used.

   p: SWAP  --  Swapped size (kb)
      Memory that is not resident but is present in a task.  This  is
      memory  that  has been swapped out but could include additional
      non-resident memory.  This column is calculated by  subtracting
      physical memory from virtual memory.

   q: RES  --  Resident size (kb)
      The non-swapped physical memory a task has used.