Resmon Operational Commands

Resmon Show Commands

The Resmon show commands provide detailed information about the resources and their usage.

CPU Information

This command displays the CPU detail and CPU information.

Syntax:

show cpu <option>

Option Description

summary

Displays the CPU information.

usage

Displays the CPU usage information

Example 1: CPU summary

supervisor@rtbrick: op> show cpu summary
CPU_0
  Vendor               : GenuineIntel
  Model                : Intel(R) Xeon(R) CPU D-1518 @ 2.20GHz
  Architecture         : x86_64
  Serial No            : 12 34 56 78 AB CD EF GH
  Clock(MHz)           : 1996.620
  BogoMIPS             : 4400.00
  Physical cores       : 4
  Logical cores        : 8
  Endian               : True
  Cache alignment      : 64 Bytes
  L1 data cache        : 32768 Bytes
  L1 instruction cache : 32768 Bytes
  L2 unified cache     : 262144 Bytes
  L3 unified cache     : 6291456 Bytes
  L4 unified cache     : 0 Bytes
supervisor@rtbrick: op>

Example 2: CPU usage information.

supervisor@rtbrick: op> show cpu usage
Name         Total       User     System       Nice   I/O Wait       Idle        IRQ   Soft IRQ
cpu            31%        23%         8%         0%         0%        68%         0%         0%
cpu0           11%         4%         5%         0%         0%        88%         0%         2%
cpu1          100%        63%        36%         0%         0%         0%         0%         0%
cpu2           54%        51%         2%         0%         0%        45%         0%         0%
cpu3           57%        55%         2%         0%         0%        42%         0%         0%
cpu4            6%         1%         5%         0%         0%        93%         0%         0%
cpu5            4%         2%         2%         0%         0%        95%         0%         0%
cpu6            8%         3%         4%         0%         0%        91%         0%         0%
cpu7            6%         1%         5%         0%         0%        94%         0%         0%
supervisor@rtbrick: op>

Memory Details

This command displays the memory details and usage information.

Syntax:

show memory <option>

Option Description

summary

Displays the system memory information.

usage

Displays the memory usage information.

Example 1: System memory information

supervisor@rtbrick: op> show memory summary
System Memory
  Maximum capacity                 : 128 GB
  Error correction type            : Multi-bit ECC
  Number of memory slots available : 4
  Number of memory slots occupied  : 2
Bank              Size        Location          Type      Speed       Configured Speed   Vendor      Serial No      Part No
NODE 1            8192 MB     DIMM_A1           DDR4      2133 MT/s   2133 MT/s          Undefined   00000001       TS1GSH72V1H
NODE 1            8192 MB     DIMM_B1           DDR4      2133 MT/s   2133 MT/s          Undefined   00000002       TS1GSH72V1H

Example 2: System memory usage information.

supervisor@rtbrick: op> show memory usage
Name     Total            Used             Free         Shared       Buffers      Cached
RAM      16.69 GB         4.54 GB          10.08 GB     578.17 MB    103.12 MB    2.06 GB
SWAP     0 bytes          0 bytes          0 bytes      n/a          n/a          n/a

Process Details

This command displays the process usage information.

Syntax:

show process usage <option>

Option Description

process-id <pid>

Displays the process usage for the specified process identifier.

process-name <process-name>

Displays the process usage for the specified process.

summary

Displays the process usage summary information.

Example 1: Process usage summary information.

supervisor@rtbrick: op> show process usage summary
Name             PID         VIRT              Resident Memory       Sharable Memory     CPU Percentage   Memory Percentage   CPU Affinity
bgp.appd.1       4456        384.67 MB         122.69 MB             29.32 MB            0.81             0.74                0-7
bgp.iod.1        4469        694.63 MB         148.39 MB             30.22 MB            2.01             0.89                0-7
confd            213         1.24 GB           769.9 MB              31.89 MB            0.81             4.61                0-7
etcd             110         600.9 MB          196.4 MB              29.26 MB            1.21             1.18                0-7
fibd             288         13.68 GB          1.74 GB               210.79 MB           161.17           10.45               1
ifmd             147         496.74 MB         154.25 MB             29.99 MB            1.01             0.92                0-7
igmp.appd.1      4482        356.38 MB         100.29 MB             29.27 MB            1.01             0.6                 0-7
igmp.iod.1       4495        540.14 MB         132.68 MB             29.41 MB            2.01             0.8                 0-7
ipoed.1          175         503.51 MB         112.9 MB              29.3 MB             2.01             0.68                0-7
l2tpd.1          4508        475.71 MB         103.45 MB             29.26 MB            2.01             0.62                0-7
lldpd            128         368.32 MB         106.75 MB             29.29 MB            2.21             0.64                0-7
mribd            158         381.8 MB          115.57 MB             29.38 MB            1.01             0.69                0-7

Example 2: Process usage for the specified process.

supervisor@rtbrick: op> show process usage process-name fibd
Process Name: fibd
  PID                          : 288
  REST port                    : 5522
  Debug port                   : 5521
  Allowed CPU list             : 1
  CPU usage at user space      : 25964
  CPU usage at kernel space    : 12633
  CPU usage percentage         : 152.815678
  Memory usage percentage      : 10.452729
  Peak virtual memory usage    : 13355692
  Current virtual memory usage : 13.68 GB
  <...>

Example 3: Process usage for the specified process ID.

supervisor@rtbrick: op> show process usage process-id 4456
Process Name: bgp.appd.1
  PID                          : 4456
  REST port                    : 4102
  Debug port                   : 4101
  Allowed CPU list             : 0-7
  CPU usage at user space      : 20103
  CPU usage at kernel space    : 18011
  CPU usage percentage         : 1.011122
  Memory usage percentage      : 0.735218
  Peak virtual memory usage    : 375652
  Current virtual memory usage : 384.67 MB
  Locked virtual memory        : n/a
  RSS virtual memory           : 122.69 MB
  <...>

Sensor Details

This command displays the fan, power-supply, and temperature information.

Syntax:

show sensor <option>

Option Description

fan

Displays information about the sensor fan.

power-supply

Displays the sensor power supply information.

temperature

Displays the sensor temperature information.

detail

You can specify detail at the end of any of the options above to display information in detail.

Sensor Details

The show sensor command displays information about fan parameters, power-supply unit parameters, system LEDs, thermal sensors present on the system.

Syntax:

show sensor {power-supply | fan | temperature} [detail]

Option Description

fan

Displays information about fan parameters.

power-supply

Displays information about power-supply unit parameters.

temperature

Displays information about thermal sensors present on the system.

detail

You can specify detail at the end of any of the options above to display information in detail.

Example for summary information for sensor fan.

supervisor@rtr:op> show sensor fan
Name             Fan Speed (rpm)    Status
CHASSIS FAN 0               5600    -|PRESENT|-|-|F2B
CHASSIS FAN 1               5700    -|PRESENT|-|-|F2B
CHASSIS FAN 2               5700    -|PRESENT|-|-|F2B
CHASSIS FAN 3               5700    -|PRESENT|-|-|F2B
PSU 0 FAN                  17856    -|PRESENT|-|-|F2B
PSU 1 FAN                      0    -|PRESENT|FAILED|-|F2B

Example for detailed view of sensor fan parameters

supervisor@rtr:op> show sensor fan detail
CHASSIS FAN 0, Location: Fan Board
Status: -|PRESENT|-|-|F2B, BMC-Status: ok
  Attribute       Value  Low-Warn  Upper-Warn  Low-Crit  Upper-Crit  Low-Shut  Upper-Shut
  speed(rpm)       5600      2500         n/a      1500         n/a       500         n/a
CHASSIS FAN 1, Location: Fan Board
Status: -|PRESENT|-|-|F2B, BMC-Status: ok
  Attribute       Value  Low-Warn  Upper-Warn  Low-Crit  Upper-Crit  Low-Shut  Upper-Shut
  speed(rpm)       5700      2500         n/a      1500         n/a       500         n/a
CHASSIS FAN 2, Location: Fan Board
Status: -|PRESENT|-|-|F2B, BMC-Status: ok
  Attribute       Value  Low-Warn  Upper-Warn  Low-Crit  Upper-Crit  Low-Shut  Upper-Shut
  speed(rpm)       5700      2500         n/a      1500         n/a       500         n/a
CHASSIS FAN 3, Location: Fan Board
Status: -|PRESENT|-|-|F2B, BMC-Status: ok
  Attribute       Value  Low-Warn  Upper-Warn  Low-Crit  Upper-Crit  Low-Shut  Upper-Shut
  speed(rpm)       5700      2500         n/a      1500         n/a       500         n/a
PSU 0 FAN, Location: PSU 0
Status: -|PRESENT|-|-|F2B, BMC-Status: ok
  Attribute       Value  Low-Warn  Upper-Warn  Low-Crit  Upper-Crit  Low-Shut  Upper-Shut
  speed(rpm)      18000      4320         n/a      2592         n/a      1152         n/a
PSU 1 FAN, Location: PSU 1
Status: -|PRESENT|FAILED|-|F2B, BMC-Status: Lower Non-Recoverable
  Attribute       Value  Low-Warn  Upper-Warn  Low-Crit  Upper-Crit  Low-Shut  Upper-Shut
  speed(rpm)          0      4320         n/a      2592         n/a      1152         n/a

Example for power-supply unit parameters details

supervisor@rtr:op> show sensor power-supply
Name     IIn(Amp)    Iout(Amp)    VIn(Volt)    VOut(Volt)    PIn(Watt)    POut(Watt)    Status
PSU 0        1.31        20.64       225.60         12.06       283.80        249.40    -|PRESENT|-|-|-
PSU 1        0.00         0.00         0.00          0.00         0.00          0.00    -|PRESENT|FAILED|-|-

Example for detailed view of power-supply parameters.

supervisor@rtr:op> show sensor power-supply detail
Name: PSU 0, Manufacturer: ACBEL, Product-name: FSH082, Part-number: FSH082-HAAG, Serial-Number: A13200S90420W501639
Status: -|PRESENT|-|-|-, BMC-Status: OK
  Attribute       Value  Low-Warn  Upper-Warn  Low-Crit  Upper-Crit  Low-Shut  Upper-Shut
  IIn(Amps)        1.31       n/a         n/a       n/a         n/a      0.00         n/a
  IOut(Amps)      20.64       n/a         n/a       n/a       98.04      0.00      104.06
  VIn(Volts)     226.80       n/a         n/a       n/a         n/a     90.00      270.00
  VOut(Volts)     12.06       n/a         n/a     11.40       12.96     10.80       13.38
  PIn(Watts)     292.40       n/a         n/a       n/a         n/a       n/a         n/a
  POut(Watts)    249.40       n/a         n/a       n/a         n/a       n/a         n/a
Name: PSU 1, Manufacturer: ACBEL, Product-name: FSH082, Part-number: FSH082-HAAG, Serial-Number: A13200S90420W501645
Status: -|PRESENT|FAILED|-|-, BMC-Status: DC_POWER_FAILED
  Attribute       Value  Low-Warn  Upper-Warn  Low-Crit  Upper-Crit  Low-Shut  Upper-Shut
  IIn(Amps)        0.00       n/a         n/a       n/a         n/a      0.00         n/a
  IOut(Amps)       0.00       n/a         n/a       n/a       98.04      0.00      104.06
  VIn(Volts)       0.00       n/a         n/a       n/a         n/a     90.00      270.00
  VOut(Volts)      0.00       n/a         n/a     11.40       12.96     10.80       13.38
  PIn(Watts)       0.00       n/a         n/a       n/a         n/a       n/a         n/a
  POut(Watts)      0.00       n/a         n/a       n/a         n/a       n/a         n/a
supervisor@rtr:op> show sensor temperature
Name                     Temperature         Status
CPU Package Thermal          36.0 °C         -|PRESENT|-|-|-
PSU 0 THERMAL 1              32.0 °C         -|PRESENT|-|-|-
PSU 1 THERMAL 1              33.0 °C         -|PRESENT|-|-|-
TEMP_CPU_PECI                38.0 °C         -|PRESENT|-|-|-
TEMP_ENV0                    30.0 °C         -|PRESENT|-|-|-
TEMP_ENV1                    33.0 °C         -|PRESENT|-|-|-
TEMP_ENV_CPU                 35.0 °C         -|PRESENT|-|-|-
TEMP_ENV_MAC0                32.0 °C         -|PRESENT|-|-|-
TEMP_MAC0                    60.0 °C         -|PRESENT|-|-|-
supervisor@rtr:op> show sensor temperature detail
Name                   Location    Temp(C)  Lower-Warn  Upper-Warn  Lower-Crit  Upper-Crit  Lower-Shut  Upper-Shut  Status-Code
CPU Package Thermal    CPU              35         n/a          77         n/a         105         n/a          95  -|PRESENT|-|-|-
PSU 0 THERMAL 1        PSU 0            32         n/a          65         n/a          70         n/a          75  -|PRESENT|-|-|-
PSU 1 THERMAL 1        PSU 1            32         n/a          65         n/a          70         n/a          75  -|PRESENT|-|-|-
TEMP_CPU_PECI          CPU Core         40         n/a          85         n/a          95         n/a         100  -|PRESENT|-|-|-
TEMP_ENV0              Main Board       30         n/a          60         n/a          65         n/a          70  -|PRESENT|-|-|-
TEMP_ENV1              Main Board       33         n/a          60         n/a          65         n/a          70  -|PRESENT|-|-|-
TEMP_ENV_CPU           Main Board       35         n/a          85         n/a          95         n/a         100  -|PRESENT|-|-|-
TEMP_ENV_MAC0          Main Board       33         n/a          65         n/a          70         n/a          80  -|PRESENT|-|-|-
TEMP_MAC0              Main Board       61         n/a         100         n/a         105         n/a         110  -|PRESENT|-|-|-

System LED Details

Display information about system LED parameters.

Syntax:

show system-led

supervisor@rtr:op> show system-led
Name                      Enabled Colour  Blinking  Status_code
CHASSIS LED 1 (SYNC)      off     green   disabled  -|PRESENT|-|-|-
CHASSIS LED 2 (SYS)       on      green   disabled  -|PRESENT|-|ON|-
CHASSIS LED 3 (FAN)       on      green   disabled  -|PRESENT|-|ON|-
CHASSIS LED 4 (PSU0 LED)  on      green   disabled  -|PRESENT|-|ON|-
CHASSIS LED 5 (PSU1 LED)  on      yellow  enabled   -|PRESENT|-|ON|-

Transceiver Details

These show commands display information about transceivers.

Syntax:

show transceiver [summary | <interface-name>]

Option Description

summary

Displays all the transceivers summary information.

<interface-name>

Displays detailed information for the transceiver.

Example for transceiver summary information

supervisor@rtbrick.net: op> show transceiver summary
Interface      Module-Type  Transceiver-Name    Connector-Type           PC         Vendor        Part-Number        Serial-Number     Material-Number
ifp-0/1/0      SFP          25GBASE-CR          Copper Pigtail           n/a        FS            S28-PC015          S2108224424-1     n/a
ifp-0/1/2      SFP          1GBASE-CX           Copper Pigtail           n/a        FiberStore    SFP-10G-DAC        F1712014705-2     n/a
ifp-0/1/3      SFP          10GBASE-CR Passive  Copper Pigtail           n/a        FS            SFPP-PC005         F2230685232-1     n/a
ifp-0/1/5      SFP          25GBASE-CR          Copper Pigtail           n/a        FS            S28-PC015          G2130095859-2     n/a
ifp-0/1/10     SFP          10GBASE-LRM         LC (Lucent Connector)    1(1.5W)    FS            SFP-10GLRM-31      F2031324531       COUIAR1CAC10-2456-03
ifp-0/1/12     SFP          10GBASE-LR          LC (Lucent Connector)    1(1.5W)    FS            SFP-10GLR-31       F2031893730       COUIA75CAA10-2457-02
ifp-0/1/14     SFP          10GBASE-LR          LC (Lucent Connector)    1(1.5W)    FS            SFP-10GLR-31       F2031893725       COUIA75CAA10-2457-02
ifp-0/1/16     SFP          25GBASE-SR          LC (Lucent Connector)    1(1.5W)    FS            SFP28-25GLR-31     G2006362713       n/a
ifp-0/1/24     SFP          10GBASE-CR Passive  Copper Pigtail           n/a        FS            SFPP-PC03          S2005019011-1     n/a
ifp-0/1/25     SFP          10GBASE-CR Passive  Copper Pigtail           n/a        FS            SFPP-PC03          S2005019003-2     n/a
ifp-0/1/26     SFP          10GBASE-CR Passive  Copper Pigtail           n/a        FS            SFPP-PC03          F2032626539-1     n/a
ifp-0/1/30     SFP          25GBASE-CR          Copper Pigtail           n/a        FS            S28-PC02           G2220178384-1     n/a
ifp-0/1/35     SFP          25GBASE-CR          Copper Pigtail           n/a        FS            S28-PC02           G2220178376-1     n/a
ifp-0/1/36     SFP          10GBASE-CR Passive  Copper Pigtail           n/a        FS            SFPP-PC025         C2401249815-1     n/a
ifp-0/1/37     SFP          10GBASE-CR Passive  Copper Pigtail           n/a        FS            SFPP-PC025         C2401249819-1     n/a
ifp-0/1/48     SFP          10GBASE-CR Passive  Copper Pigtail           n/a        FS            SFPP-PC015         F2011195753-2     n/a
ifp-0/1/49     SFP          10GBASE-CR Passive  Copper Pigtail           n/a        FS            SFPP-PC02          S1909008573-1     n/a
ifp-0/1/66     SFP          10GBASE-ER          LC (Lucent Connector)    2(2.0W)    WTD           RTXM228-425-ADG    MF214803210011    T-UNISFP40290469
ifp-0/1/67     SFP          10GBASE-ER          LC (Lucent Connector)    2(2.0W)    WTD           RTXM228-425-ADG    MF214803210027    T-UNISFP40290469
ifp-0/1/68     SFP          10GBASE-ER          LC (Lucent Connector)    1(1.5W)    LINKTEL       LX4351IDH-ADG      2306501955        T-UNISFP40290470
ifp-0/1/69     SFP          10GBASE-ER          LC (Lucent Connector)    1(1.5W)    LINKTEL       LX4351IDH-ADG      2306503379        T-UNISFP40290470
ifp-0/1/70     SFP          10GBASE-LR          LC (Lucent Connector)    1(1.5W)    LINKTEL       LX4002IDH-ADG      2307107583        T-UNISFP40290467
ifp-0/1/71     SFP          10GBASE-LR          LC (Lucent Connector)    1(1.5W)    LINKTEL       LX4002IDH-ADG      2307107620        T-UNISFP40290467
ifp-0/1/72     SFP          10GBASE-LR          LC (Lucent Connector)    1(1.5W)    LINKTEL       LX4002EDR-ADG      2302206683        T-UNISFP40318676
ifp-0/1/73     SFP          10GBASE-LR          LC (Lucent Connector)    1(1.5W)    LINKTEL       LX4002EDR-ADG      2302206644        T-UNISFP40318676
ifp-0/1/74     SFP          10GBASE-ER          LC (Lucent Connector)    2(2.0W)    WTD           RTXM228-424-ADG    ME224201240003    T-UNISFP40290468
ifp-0/1/75     SFP          10GBASE-ER          LC (Lucent Connector)    2(2.0W)    WTD           RTXM228-424-ADG    ME223701620001    T-UNISFP40290468
ifp-0/1/76     SFP          10GBASE-ER          LC (Lucent Connector)    2(2.0W)    ATOP          APSPD54HM3IDL80    STST548A2100002   T-UNISFP40896628
ifp-0/1/77     SFP          10GBASE-ER          LC (Lucent Connector)    2(2.0W)    LINKTEL       LX4254IDH-ADG      3202113573        T-UNISFP40896628
ifp-0/1/78     SFP          10GBASE-ER          LC (Lucent Connector)    1(1.5W)    LINKTEL       LX4354IDH-ADG      3171618379        T-UNISFP40290473
ifp-0/1/79     SFP          10GBASE-ER          LC (Lucent Connector)    2(2.0W)    WTD           RTXM227-994-C93    RD184400410001    T-UNISFP40290473
ifp-0/1/80     SFP          1GBASE-LX           LC (Lucent Connector)    1(1.5W)    LINKTEL       LX1034IDS-ADG      2330500006        T-UNISFP40252100
ifp-0/1/81     SFP          1GBASE-LX           LC (Lucent Connector)    1(1.5W)    LINKTEL       LX1034IDS-ADG      2330500009        T-UNISFP40252100
ifp-0/1/86     SFP          1GBASE-T            Unknown                  n/a        LINKTEL       LX1801INA-ADG      2252102807        n/a
ifp-0/1/87     SFP          1GBASE-T            Unknown                  n/a        LINKTEL       LX1801INA-ADG      2252103015        n/a
ifp-0/1/88     SFP          1GBASE-LX           LC (Lucent Connector)    1(1.5W)    LINKTEL       LX1581IDL-ADG      2312400631        T-UNISFP40252125
ifp-0/1/89     SFP          1GBASE-LX           LC (Lucent Connector)    1(1.5W)    LINKTEL       LX1581IDL-ADG      2325702264        T-UNISFP40252125
ifp-0/1/90     SFP          1GBASE-LX           LC (Lucent Connector)    1(1.5W)    LINKTEL       LX1671IDL-ADG      2330500089        T-UNISFP40252117
ifp-0/1/91     SFP          1GBASE-LX           LC (Lucent Connector)    1(1.5W)    LINKTEL       LX1671IDL-ADG      2330500085        T-UNISFP40252117
ifp-0/1/92     SFP          1GBASE-LX           LC (Lucent Connector)    1(1.5W)    LINKTEL       LX1661IDR-ADG      1202815614        T-UNISFP40252101
ifp-0/1/93     SFP          1GBASE-LX           LC (Lucent Connector)    1(1.5W)    LINKTEL       LX1661IDR-ADG      1202815656        T-UNISFP40252101
ifp-0/1/94     SFP          1GBASE-LX           LC (Lucent Connector)    1(1.5W)    LINKTEL       LX1033IDR-ADG      1202215348        T-UNISFP40252099
ifp-0/1/95     SFP          1GBASE-LX           LC (Lucent Connector)    1(1.5W)    LINKTEL       LX1033IDR-ADG      1202216080        T-UNISFP40252099
ifp-0/1/96     QSFP28       100GBASE-CR4        No separable connector   n/a        Fiberstore    Q28-PC01           F1800034265-2     n/a
ifp-0/1/97     QSFP28       100GBASE-CR4        No separable connector   n/a        FS            Q28-PC005          G2110248567-1     n/a
ifp-0/1/98     QSFP28       100GE-FR            LC (Lucent Connector)    5(4.0W)    LambdaGain    LL4S31A8A          L12D8G0001        T-UNIQSF47101559
ifp-0/1/99     QSFP28       100GE-FR            LC (Lucent Connector)    5(4.0W)    LambdaGain    LL4S31A8A          L12D8G0002        T-UNIQSF47101559
ifp-0/1/100    QSFP28       100GBASE-CR4        No separable connector   n/a        FS            Q28-PC01           G2006503720-1     n/a
ifp-0/1/101    QSFP28       100GBASE-CR4        No separable connector   n/a        FS            Q28-PC02           G2006417070-2     n/a

Example for detailed information for the transceiver.

supervisor@rtbrick.net: op> show transceiver ifp-0/1/10
ifp-0/1/10
  Transceiver-Name: 10GBASE-LRM, Vendor Name: FS, Module-Type: SFP, Serial Number: F2031324531
  Part Number: SFP-10GLRM-31, Material Number: COUIAR1CAC10-2456-03
  Power Class: 1(1.5W), Power Class State: LOW
  Connector-Type: LC (Lucent Connector), Link Length Support: 1000m(om1) 2000m(om2), Wavelength: 1310.00 nm
  Capabilities: [Tx-Disable, Diagnostic Monitoring, Receiver Power Measurement]
  Manufactured date: Tue Jan 26 00:00:00 GMT +0000 2021
  Transceiver Diagnostic Monitoring
    Attribute             Value           High-Alarm         High-Warn            Low-Alarm            Low-Warn
    Temperature           27.5547 C       False              False                False                False
    Voltage                3.2898 V       False              False                False                False
  Transceiver Lane Diagnostic Monitoring
    Lane: 0
      Attribute           Value           High-Alarm         High-Warn            Low-Alarm            Low-Warn
      RxPower            -5.2290 dBm      False              False                False                False
      TxPower            -1.5240 dBm      False              False                False                False
      TxBiasCurrent      26.5200 mA       False              False                False                False

Disk Details

This command displays disk information.

Syntax:

show disk <option>

Option Description

summary

Displays the disk information.

usage

Displays the disk usage information.

Example: Summary of disks and their partitions.

supervisor@rtbrick: op> show disk summary
sda
  Size    : 29.8G
  Vendor  : ATA
  Model   : TS32ZBTMM1600
  Partitions
  Name               Size        Mountpoint
  sda1               256M        n/a
  sda2               128M        n/a
  sda3               2G          n/a
  sda4               128M        n/a
  sda5               128M        n/a
  sda6               2G          n/a
  sda7               25.2G       /platform
supervisor@rtbrick: op>

Example 2: Summary of disk usage information.

supervisor@rtbrick: op> show disk usage
Filesystem               Type             Size         Used         Available    Mountpoint          Usage %
none                     tmpfs            492 KB       0 bytes      492 KB       /dev                0.0
tmpfs                    tmpfs            8.15 GB      17.38 MB     8.13 GB      /run                0.21
tmpfs                    tmpfs            6.29 GB      483.6 MB     5.81 GB      /shm                7.69
tmpfs                    tmpfs            8.15 GB      62.74 MB     8.09 GB      /dev/shm            0.77
tmpfs                    tmpfs            5.12 MB      0 bytes      5.12 MB      /run/lock           0.0
devtmpfs                 devtmpfs         1.02 MB      0 bytes      1.02 MB      /dev/mem            0.0
/dev/sda7                ext4             25.87 GB     4.47 GB      20.06 GB     /var/log            18.21
tmpfs                    tmpfs            1.63 GB      0 bytes      1.63 GB      /run/user/1000      0.0
tmpfs                    tmpfs            8.15 GB      0 bytes      8.15 GB      /sys/fs/cgroup      0.0
tmpfs                    tmpfs            1.63 GB      696 KB       1.63 GB      /var/run-ext/onl/r  0.04
/var/cache/rtbrick/imag  overlay          25.87 GB     4.47 GB      20.06 GB     /                   18.21
supervisor@rtbrick: op>

Platform Details

This command displays platform information.

Syntax:

show platform

Example: Platform information

supervisor@rtbrick: op> show platform
x86_64-accton_as7316_26xb-r0
  Vendor               : Edgecore
  Manufacturer         : Accton
  Manufacture date     : 05/07/2021 16:55:51
  MAC address          : 90:3c:b3:16:00:00
  Part number          : F0PZZ5626002A-MACDDR-Nanya_NT5AD256M16D4_HRI
  Serial number        : ABC1234ABCD
  Product name         : 7316-26XB-O-AC-F
  Onie version         : 2019.11.00.07
  Label revision       : R01C
  Diag version         : 01.01.00.03
  Country code         : TW
supervisor@rtbrick: op>

Hardware Resource Usage Information

The command show hardware resource monitor displays the hardware consumption information for the various resources.

Syntax:

show hardware resource monitor

Example: Hardware resource monitoring information

supervisor@rtbrick: op> show hardware resource monitor
   Resource Type                                         Consumed Estimated
   EEDB_L2TP                                                    0 49152
   EEDB_MPLS_TUNNEL                                             0 49152
   EEDB_PPPOE                                                   0 49152
   EEDB_PWE                                                     0 49152
   IN_AC_C_C_VLAN_DB                                            0 60292
   IN_AC_C_VLAN_DB                                             36 60292
   IN_AC_UNTAGGED_DB                                            3 60292
   IPV4_MULTICAST_PRIVATE_LPM_FORWARD                           0 568320
   IPV4_UNICAST_PRIVATE_LPM_FORWARD                            11 1136640
   IPV4_UNICAST_PRIVATE_LPM_FORWARD_2                          11 378880
   IPV6_UNICAST_PRIVATE_LPM_FORWARD                             7 568320
   IPV6_UNICAST_PRIVATE_LPM_FORWARD_2                          11 189440
   KBP_IPV4_UNICAST_PRIVATE_LPM_FORWARD                         0 0
   KBP_IPV6_UNICAST_PRIVATE_LPM_FORWARD                         0 0
   L2TPV2_DATA_MESSAGE_TT                                       0 60292
   L3_RIF                                                      51 40959
   MPLS_FWD                                                     0 1017112
   MPLS_TERMINATION_SINGLE_LABEL_DB                            14 60292
   MULTICAST_MCDB                                               2 262143
   PPPOE_O_ETH_TUNNEL_FULL_SA                                   0 24576