system
Command Function
Collects all system information, including the server, vendor, and mainboard information.
Syntax
1 | ./kspect system [-h] [-o | -p | -b] |
Parameter Description
Parameter |
Description |
|---|---|
None |
Collects all system information, including the server, vendor, and mainboard information. |
-h/--help |
Obtains help information. |
-o/--host |
Displays the host name, server time, OS, mainboard, and chassis information. |
-p/--product |
Displays the product name, version, serial number, and UUID. |
-b/--baseboard |
Displays the mainboard manufacturer, product name, version, and serial number. |
Example
- Collect all system information.
1./kspect system
- Collect only mainboard information.
1./kspect system -b
Parent topic: Commands and Parameters