summaryrefslogtreecommitdiff
path: root/op-mode-definitions/show-hardware.xml.in
AgeCommit message (Collapse)Author
2026-03-24T8410: Fix typos and mistakes for operational and configuration commandsViacheslav Hletenko
Fix typos and mistakes in the commands and comments No functional changes
2025-10-17T7942: consistent naming of "memory" in op-modeChristian Breunig
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.
2025-05-16op-mode: T7459: eliminate direct use of sudo in op mode commandsDaniil Baturin
2023-09-04T671: call dmidecode directly in "show hardware dmi"Daniil Baturin
The old script isn't doing much, in fact, it's much less informative than actual dmidecode
2022-07-07T2719: rework 'show hardware cpu *' commands in the new styleDaniil Baturin
2021-05-23op-mode: storage: T3572: add S.M.A.R.T. status supportChristian Poessinger
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)
2021-01-10xml: op-mode: add preprocessor support as known from configuration modeChristian Poessinger