| Age | Commit message (Collapse) | Author |
|
Fix typos and mistakes in the commands and comments
No functional changes
|
|
We have the following memory related commands:
* show hardware mem
* show system memory <cache | detail | routing-daemons>
Most of the time we call it memory so this should be also made consistent in
the op-mode CLI. This is NOT a breaking change as mem is an abbreviation to
memory, so it's backwards compatible.
|
|
|
|
The old script isn't doing much, in fact, it's much less informative
than actual dmidecode
|
|
|
|
vyos@vyos:~$ show hardware storage nvme
Node SN Model Namespace Usage Format FW Rev
---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- --------
/dev/nvme0n1 S437Nxxxxxxxxx SAMSUNG MZQLB960HAJR-00007 1 25.17 GB / 960.20 GB 512 B + 0 B EDA5202Q
/dev/nvme1n1 S437Nxxxxxxxxx SAMSUNG MZQLB960HAJR-00007 1 38.36 GB / 960.20 GB 512 B + 0 B EDA5202Q
vyos@vyos:~$ show hardware storage smart nvme0n1
=== START OF INFORMATION SECTION ===
Model Number: SAMSUNG MZQLB960HAJR-00007
Serial Number: S437Nxxxxxxxxx
...
(cherry picked from commit 2e44365dad5f8dd6a495070d36c590319a421c28)
|
|
|