NVMe: Difference between revisions

From DWIKI
Line 21: Line 21:


==Namespaces==
==Namespaces==
*[https://nvmexpress.org/resource/nvme-namespaces/ nvme namespaces]
*[https://nvmexpress.org/resource/nvme-namespaces/ nvme namespaces]
*https://narasimhan-v.github.io/2020/06/12/Managing-NVMe-Namespaces.html
*https://narasimhan-v.github.io/2020/06/12/Managing-NVMe-Namespaces.html
Line 31: Line 34:


===Show number of available namespaces===
===Show number of available namespaces===
  nvme id-ctrl /dev/nvme1|grep nn
  nvme id-ctrl /dev/nvme1|grep '''nn'''
 
 
===Show total capacity===
nvme id-ctrl /dev/nvme1|grep '''tnvmcap'''
 
===Show unallocated capacity===
nvme id-ctrl /dev/nvme1|grep '''unvmcap'''


=Monitoring nvme=
=Monitoring nvme=

Revision as of 12:02, 22 February 2023