mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
36 lines
701 B
Markdown
36 lines
701 B
Markdown
# inxi
|
|
|
|
> Print a summary of system information and resources for debugging purposes.
|
|
> More information: <https://manned.org/inxi>.
|
|
|
|
- Print a summary of CPU, memory, hard drive and kernel information:
|
|
|
|
`inxi`
|
|
|
|
- Print a full description of CPU, memory, disk, network, and process information and filter sensitive information:
|
|
|
|
`inxi --expanded --filter`
|
|
|
|
- Print a summary of CPU information:
|
|
|
|
`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`
|