Skip to content

Use inxi to Display System Information

Install inxi using the correct command for your operating system:

# Debian and Ubuntu distros:
sudo apt install inxi

# RHEL-based distro  s:
sudo dnf install -y epel-release
sudo dnf install -y inxi

List CPU information:

inxi -C

Example output:

root@ms01:~# inxi -C
CPU:
  Info: 14-core (6-mt/8-st) model: 12th Gen Intel Core i9-12900H bits: 64 type: MST AMCP cache:
    L2: 11.5 MiB
  Speed (MHz): avg: 4300 min/max: 400/4900:5000:3800 cores: 1: 4300 2: 4300 3: 4300 4: 4300
    5: 4300 6: 4300 7: 4300 8: 4300 9: 4300 10: 4300 11: 4300 12: 4300 13: 4300 14: 4300 15: 4300
    16: 4300 17: 4300 18: 4300 19: 4300 20: 4300

List disks:

inxi -xD

Example output:

root@ms01:~# inxi -xD
Drives:
  Local Storage: total: 953.87 GiB lvm-free: 16 GiB used: 19.48 GiB (2.0%)
  ID-1: /dev/nvme0n1 vendor: Kingston model: OM8PGP41024Q-A0 size: 953.87 GiB temp: 39.9 C

List memory information:

:::info For more detailed information, use Determine Memory/RAM Specs :::

inxi -m

Example output:

root@ms01:~# inxi -m
Memory:
  System RAM: total: 64 GiB available: 62.53 GiB used: 29.88 GiB (47.8%) igpu: 60 MiB
  Array-1: capacity: 64 GiB slots: 2 modules: 2 EC: None
  Device-1: Controller0-ChannelA-DIMM0 type: DDR5 size: 32 GiB speed: 4800 MT/s
  Device-2: Controller1-ChannelA-DIMM0 type: DDR5 size: 32 GiB speed: 4800 MT/s

Get weather information:

inxi -w

Example Output:

root@ms01:~# inxi -w
Weather:
  Report: temperature: 32.8 C (91 F) conditions: broken clouds
  Locale: Toledo, OH, Unknown current time: Wed Jun 10 17:10:36 2026 (America/New_York)
    Source: OpenWeatherMap.org