software
Command Function
Collects and displays software information, including GCC, glibc, Binutils, Python, KVM, and Docker.
Syntax
1 | ./kspect software [-h] [-s | -k | -d] |
Parameter Description
Parameter |
Description |
|---|---|
None |
Collects software information, including the BIOS, OS, and software versions. |
-h/--help/-H |
Obtains help information. |
-s/--software_version |
Displays the software version. |
-k/--kvm |
Displays the KVM information. |
-d/--docker |
Displays the Docker information. |
Example
- Collect all software information.
1./kspect software
- Collect Docker information.
1./kspect software -d
Parent topic: Commands and Parameters