218
# In IRF mode, display memory usage.
<Sysname> display memory
The statistics about memory is measured in KB:
Chassis 1 Slot 0:
Total Used Free Shared Buffers Cached FreeRatio
Mem: 3983116 1141416 2841700 0 68 346488 71.3%
-/+ Buffers/Cache: 794860 3188256
Swap: 0 0 0
Chassis 1 Slot 1:
Total Used Free Shared Buffers Cached FreeRatio
Mem: 1338044 899724 438320 0 0 22456 32.8%
-/+ Buffers/Cache: 877268 460776
Swap: 0 0 0
Chassis 2 Slot 0:
Total Used Free Shared Buffers Cached FreeRatio
Mem: 3983116 1141416 2841700 0 68 346488 71.3%
-/+ Buffers/Cache: 794860 3188256
Swap: 0 0 0
Chassis 2 Slot 1:
Total Used Free Shared Buffers Cached FreeRatio
Mem: 3983116 1141416 2841700 0 68 346488 71.3%
-/+ Buffers/Cache: 794860 3188256
Swap: 0 0 0
Table 33 Command output
Field Description
Mem Memory
usage information.
Total
Total size of the physical memory space that can be allocated.
The memory space is virtually divided into two parts. Part 1 is solely used for kernel
codes, and kernel management. Part 2 can be allocated and used for such tasks as
running service modules and storing files. The size of part 2 equals the total size
minus the size of part 1.
Used
Used physical memory.
Free Free
physical
memory.
Shared
Physical memory shared by processes.
Buffers Physical
memory used for buffers.
Cached
Physical memory used for caches.
FreeRatio
Free memory ratio.
-/+ Buffers/Cache
-/+ Buffers/Cache:Used = Mem:Used – Mem:Buffers – Mem:Cached, which
indicates the physical memory used by applications.
-/+ Buffers/Cache:Free = Mem:Free + Mem:B Mem:Cached, which indicates
the physical memory available for applications.
Swap Swap
memory.