HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

inxi — Print a summary of system information and resources for debugging purposes. See also: `lshw`, `hwinf

Submitted by: @import:tldr-pages··
0
Viewed 0 times
summarycommandandcliprintinformationinxisystem
linux

Problem

How to use the inxi command: Print a summary of system information and resources for debugging purposes. See also: lshw, hwinfo, dmidecode. More information: <https://manned.org/inxi>.

Solution

inxi — Print a summary of system information and resources for debugging purposes. See also: lshw, hwinfo, dmidecode. 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 {{[-ez|--expanded --filter]}}


Print a summary of CPU information:
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]}}

Code Snippets

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 {{[-ez|--expanded --filter]}}

Print a summary of CPU information

inxi {{[-C|--cpu]}}

Print a summary of graphics information

inxi {{[-G|--graphics]}}

Print a summary of system RAM

inxi {{[-m|--memory]}}

Context

tldr-pages: linux/inxi

Revisions (0)

No revisions yet.