Networking NVIDIA NVOS User Manual for InfiniBand Switches

Resource Management Commands

nv show system


nv show system

Show general system information.

Syntax Description

N/A

Default

N/A

History

25.02.2002 


25.02.4002

—Updated memory field in the output

Example

admin@nvos:~$ nv show system 
                 operational                          applied       
---------------  -----------------------------------  --------------
build            NVOS Debian GNU/Linux 11 (bullseye)                
uptime           8:11:33                                            
hostname         mamba-248                                          
product-name     nvos                                               
product-release  25.02.2931-020                                     
platform         x86_64-nvidia_switch                          
health-status    OK                                                 
date-time        2025-02-04 13:27:11                                
status           System is ready                                    
timezone         Asia/Jerusalem                       Asia/Jerusalem
memory                                                              
  physical                                                          
    total        31.17 GB                                           
    free         27.37 GB                                           
    used         3.80 GB                                            
    utilization  12.2%                                              

REST API

GET https://<ip>/nvue_v1/system

Related commands


Notes


nv show system cpu


nv show system cpu

Show system CPU.

Syntax Description

N/A

Default

N/A

History

25.02.2002 


25.02.4002

—Updated output

Example

admin@nvos:~$ nv show system cpu

                   operational
-----------------  ----------------------------------------
model              Intel(R) Core(TM) i3-8100H CPU @ 3.00GHz
core-count         4
total-utilization  39.9%
load-average
  one-minute       1.67
  five-minute      1.96
  fifteen-minute   1.87


Cores
========
    CPU   Utilization
    ----  -----------
    CPU0  38.5%
    CPU1  43.4%
    CPU2  39.5%
    CPU3  38.2%                          

REST API

GET https://<ip>/nvue_v1/system/cpu

Related Commands


Notes


nv show system memory


nv show system memory

Show system memory.

Syntax Description

N/A

Default

N/A

History

25.02.2002 

Example

admin@nvos:~$ nv show system memory


B - Bytes, KB - Kilobytes, MB - Megabytes, GB - Gigabytes, % - Percent

Physical buffer: 53.12 MB
Physical cache: 1.82 GB
Physical free: 5.74 GB
Physical total: 7.46 GB
Physical used: 1.72 GB
Physical utilization: 23.06 %
Swap free: 0 B
Swap total: 0 B
Swap used: 0 B
Swap utilization: 0.00 %

REST API

GET https://<ip>/nvue_v1/system/memory

Related Commands


Notes


nv show system disk


nv show system disk

Get system disk information.

Syntax Description

N/A

Default

N/A

History

25.02.3000

Example

admin@nvos:~$ nv show system disk
usage
========
    Mount Point  Filesystem  Size        Used       Avail       Use%
    -----------  ----------  ----------  ---------  ----------  -----
    /host        /dev/sda3   146561.67M  12001.51M  134560.16M  8.20%
    /var/log     /dev/loop1  14660.34M   65.66M     14594.69M   0.50%

REST API

GET https://<ip>/nvue_v1/system/disk

Related Commands

nv show system disk usage

Notes


nv show system disk usage


nv show system disk usage

Get system storage utilization information.

Syntax Description

N/A

Default

N/A

History

25.02.3000

Example

admin@nvos:~$ nv show system disk usage 
Mount Point  Filesystem  Size       Used      Avail     Use%  
-----------  ----------  ---------  --------  --------  ------
/host        /dev/sda3   14549.41M  4611.09M  9938.31M  31.70%
/var/log     /dev/loop1  3951.72M   190.77M   3760.95M  5.10% 

REST API

GET https://<ip>/nvue_v1/system/disk/usage

Related Commands

nv show system disk

Notes


nv action erase system disk


nv action erase system disk [force]

Wipe all the SSD data.

Syntax Description

force

Optional boolean flag

That will bypass the warning message indicating that the disk data will be unrecoverable.

Default

N/A

History

25.02.3000

Example

admin@nvos:~$ nv action erase system disk
admin@nvos:~$ nv action erase system disk force

REST API

GET https://<ip>/nvue_v1/system/disk

Related Commands

nv action change system security sed-password 12345678

Notes

The procedure is secure by doing crypto erase and block erase, ensuring the data is unrecoverable.


Last updated: