1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-14 21:15:24 +02:00
tldr/pages/linux/inxi.md

37 lines
765 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 {{[-ez|--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 {{[-C|--cpu]}}`
- Print a summary of graphics information:
`inxi {{[-G|--graphics]}}`
- Print a summary of system RAM:
`inxi {{[-m|--memory]}}`
- Print a summary of system audio:
`inxi {{[-A|--audio]}}`
- Print available sensor data:
`inxi {{[-s|--sensors]}}`
- Print information about the distribution's repositories:
`inxi {{[-r|--repos]}}`