commands.sh

inxi

linux

Print a summary of system information and resources for debugging purposes. See also: `lshw`, `hwinfo`, `dmidecode`.

More info →

Options (7)

boolean

Print a full description of CPU, memory, disk, network, and process information and filter sensitive information

Example: inxi {{[-ez|--expanded --filter]}}
-C, --cpuboolean

Print a summary of CPU information

Example: inxi {{[-C|--cpu]}}
-G, --graphicsboolean

Print a summary of graphics information

Example: inxi {{[-G|--graphics]}}
-m, --memoryboolean

Print a summary of system RAM

Example: inxi {{[-m|--memory]}}
-A, --audioboolean

Print a summary of system audio

Example: inxi {{[-A|--audio]}}
-s, --sensorsboolean

Print available sensor data

Example: inxi {{[-s|--sensors]}}
-r, --reposboolean

Print information about the distribution's repositories

Example: inxi {{[-r|--repos]}}

Examples (8)

Print a summary of CPU, memory, hard drive and kernel information

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]
made by @shridhargupta | data from tldr-pages