1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/inxi.md

37 lines
701 B
Markdown
Raw Normal View History

2018-05-02 02:45:08 -03:00
# inxi
> Print a summary of system information and resources for debugging purposes.
> More information: <https://manned.org/inxi>.
2018-05-02 02:45:08 -03:00
- Print a summary of CPU, memory, hard drive and kernel information:
2018-05-02 02:45:08 -03:00
`inxi`
- Print a full description of CPU, memory, disk, network, and process information and filter sensitive information:
2018-05-02 02:45:08 -03:00
`inxi --expanded --filter`
2019-08-23 18:24:31 +08:00
- Print a summary of CPU information:
2019-08-23 18:24:31 +08: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`