Từ trang của top
VIRT -- Virtual Memory Size (KiB)
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.
USED -- Memory in Use (KiB)
This field represents the non-swapped physical memory a task has
used (RES) plus the non-resident portion of its address space
(SWAP).
Dường như đối với tôi, VIRT và USED có nghĩa giống nhau, nghĩa là cả hai đều là tổng của những gì một quá trình chiếm giữ trong bộ nhớ vật lý và những gì trong trao đổi. Vậy sự khác biệt và quan hệ của họ là gì?
Nhân tiện, theo mặc định, top
không hiển thị USED. Làm thế nào tôi có thể làm cho nó hiển thị?