Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

show-system-inventory-hardware-memory

date_range 19-Mar-24

Syntax

content_copy zoom_out_map
show system inventory hardware memory

Description

Display hardware memory statistics for a disaggregated Junos OS platform.

Required Privilege Level

view

Output Fields

Table 1 lists the output fields for the show system inventory hardware memory command. Output fields are listed in the approximate order in which they appear.

Table 1: show system inventory hardware memory Output Fields

Field Name

Field Description

Total The total amount of available virtual memory, in kibibytes (KiBs).
Used The total amount of used virtual memory, in kibibytes (KiBs).
Available

The total amount of available virtual memory, in kibibytes (KiBs).

Free The total amount of free virtual memory, in kibibytes (KiBs).
Percent Used The percentage of virtual memory used.

Fields for Swap Memory

Total

The total amount of available swap space memory, in kibibytes (KiBs).

Used

The total amount of used swap space memory, in kibibytes (KiBs).

Free

The total amount of free swap space memory, in kibibytes (KiBs).

Percent Used

The percentage of swap space memory used.

Sample Output

show system inventory hardware memory (NFX250)

content_copy zoom_out_map
user@host> show system inventory hardware memory
content_copy zoom_out_map
Inventory Memory Information
----------------------------
Virtual Memory:
---------------
Total  (KiB): 15949116
Used   (KiB): 5542256
Available (KiB): 10437928 
Free   (KiB): 10406860
Percent Used: 28.6

Swap Memory:
------------
Total  (KiB): 1249996
Used   (KiB): 0
Free   (KiB): 1249996
Percent Used: 0.0 

Sample Output

show system inventory hardware memory (NFX150)

content_copy zoom_out_map
user@host> show system inventory hardware memory
content_copy zoom_out_map
Inventory Memory Information
----------------------------
Virtual Memory:
---------------
Total       (KiB): 7936420
Used        (KiB): 7880136
Available   (KiB): 1801340
Free        (KiB): 56284
Percent Used     : 77.30

Swap Memory:
------------
Total  (KiB): 0
Used   (KiB): 0
Free   (KiB): 0
Percent Used: 0.00

Release Information

Command introduced in Junos OS Release 15.1X53-D40 for the NFX250 Network Services Platform.

Command introduced in Junos OS Release 18.1R1 for NFX150 devices.

footer-navigation