2018-05-02 02:45:08 -03:00
|
|
|
# inxi
|
|
|
|
|
|
|
|
> Print a summary of system information and resources for debugging purposes.
|
2021-09-02 15:33:49 -03:00
|
|
|
> More information: <https://manned.org/inxi>.
|
2018-05-02 02:45:08 -03:00
|
|
|
|
2021-08-15 19:59:09 +02:00
|
|
|
- Print a summary of CPU, memory, hard drive and kernel information:
|
2018-05-02 02:45:08 -03:00
|
|
|
|
|
|
|
`inxi`
|
|
|
|
|
2025-02-09 09:24:24 +02:00
|
|
|
- Print a full description of CPU, memory, disk, network, and process information and filter sensitive information:
|
2018-05-02 02:45:08 -03:00
|
|
|
|
2025-02-09 09:24:24 +02:00
|
|
|
`inxi --expanded --filter`
|
2019-08-23 18:24:31 +08:00
|
|
|
|
2025-02-09 09:24:24 +02:00
|
|
|
- Print a summary of CPU information:
|
2019-08-23 18:24:31 +08:00
|
|
|
|
2025-02-09 09:24:24 +02:00
|
|
|
`inxi --cpu`
|
|
|
|
|
|
|
|
- Print a summary of graphics information:
|
|
|
|
|
|
|
|
`inxi --graphics`
|
|
|
|
|
|
|
|
- Print a summary of system RAM:
|
|
|
|
|
|
|
|
`inxi --memory`
|
|
|
|
|
|
|
|
- Print a summary of system audio:
|
|
|
|
|
|
|
|
`inxi --audio`
|
|
|
|
|
|
|
|
- Print available sensor data:
|
|
|
|
|
|
|
|
`inxi --sensors`
|
|
|
|
|
|
|
|
- Print information about the distribution's repositories:
|
|
|
|
|
|
|
|
`inxi --repos`
|