Brocade Fabric OS Command Reference Manual (53-1000240-01, November 2006)
Fabric OS Command Reference Manual 2-339
Publication Number: 53-1000240-01
memShow
2
Note: Enter commands in lowercase only; mixed case is for readability.
memShow
Displays the amounts of free and used memory in a switch.
Synopsis memshow [-b | -k | -m]
Description Use this command to display free and used memory in the switch, as well as the shared memory and
buffers used by the kernel.
N
ote
The execution of this command is subject to Admin Domain restrictions that may be in place.
Operands This command has the following operands:
-b Specify to display memory usage in bytes.
-k Specify to display memory usage in kilobytes.
-m Specify to display memory usage in megabytes. By default, memory usage is
displayed in bytes.
Examples To view the memory usage:
See Also saveCore
switch:admin> memshow
total used free shared buffers cached
Mem: 129740800 112562176 17178624 0 139264 30396416
Swap: 0 0 0
switch:admin> memshow -m
total used free shared buffers cached
Mem: 123 107 16 0 0 28
Swap: 0 0 0