Use the fw vsx mstat
command to show the memory that each Virtual Device uses. Use the -vs
parameter to show only some of the Virtual Devices.
You can also use these parameters for more data:
unit
- Change the memory measurement unit shown in the command output.sort
- Sort the results according to the Virtual Devices that use the most memory and limit the display to the specified number of results.Syntax
fw vsx mstat [-vs <VSID>] [unit <Unit>] [sort <Number>] |
Parameters
Parameter |
Description |
---|---|
|
Shows the memory usage of the specified Virtual Devices. |
|
The ID of the Virtual Device. To show multiple devices:
Note - You can combine VSID ranges together with single VSIDs. |
|
Change the memory measurement unit shown in the command output. |
|
The memory measurement unit. The default value is megabytes. The values are:
|
|
Sort the results according to the Virtual Devices that use the most memory. |
|
Enter the maximum number of Virtual Devices to be shown. |
Example (both commands will show the same results)
# fw vsx mstat -vs 0 1 3 5-8 unit MB sort 5
# fw vsx mstat sort 5
Example output
VSX Memory Status ================= Memory Total: 997.22 MB Memory Free: 232.56 MB Swap Total: 2047.34 MB Swap Free: 2047.16 MB Swap-in rate: 0.00 MB VSID | Memory Consumption ======+==================== 0 | 133.50 MB 8 | 92.41 MB 3 | 43.81 MB 6 | 42.47 MB 1 | 42.47 MB |