In 7 Linux commands to gather information about your system, I showed different command line applications you can use to get information about your system. These commands are a great way to obtain specific system information, such as CPU or RAM details. They are particularly useful if you want to process that information with other commands.
Maybe you're looking for a tool that provides a comprehensive view of the main system components graphically. If so, CPU-X is a fantastic option. CPU-X is an open source utility that collects system information about your CPU, motherboard, RAM, and GPU and displays it in a graphical interface.
[ Keep your most commonly used commands handy with the Linux commands cheat sheet. ]
In this article, I'll demonstrate some of CPU-X's main features.
Install CPU-X
If you're running Fedora, you can install CPU-X straight from the official repository using dnf
:
$ sudo dnf -y install cpu-x
A few other distributions, as well as FreeBSD, provide packages for CPU-X. If your distribution does not support it, you can run it as an AppImage or build it from source.
[Cheat sheet: Old Linux commands and their modern replacements ]
View system information
Once it's installed, run CPU-X by typing the command cpu-x
in your terminal or clicking the icon on your application menu. By default, CPU-X runs as an unprivileged user displaying CPU information.
Switch tabs to see information about other components, such as system information:
Or GPU information:
You can select the other tabs to obtain information about cache speed or for benchmarking.
Enable additional data with daemon mode
Running CPU-X as a regular user allows you to see most of the information available—but not all. To gather the missing information, CPU-X requires root access to parts of the system.
To accomplish this while running the interface as a regular user, CPU-X provides a daemon mode. When you start CPU-X in daemon mode, it runs a small component as the root user, which then passes information back to the user interface (UI) running as a regular user. To start daemon mode, launch CPU-X from the command line with the parameter --daemon
or click on the button Start daemon on the interface. In both cases, you must type your password to run the daemon as root:
$ cpu-x --daemon
With the daemon running, a new tab, Memory, appears to show information about physical memory banks:
Depending on your hardware, information missing on other tabs may also be available now. Because it depends on the hardware, results may vary.
[ Learn how to manage your Linux environment for success. ]
Terminal view
For those who like the terminal, CPU-X provides an interactive terminal interface based on the ncurses library. To use it, start CPU-X from the command line with the parameter --ncurses
:
$ cpu-x --ncurses
You can see the same information from the graphical UI on your terminal. Navigate across tabs using your keyboard's arrow or Tab key. Press h for help with additional keybindings and q to quit the interface.
Instead of an interactive interface, you can also dump the information to your terminal by starting CPU-X with the parameter --dump
:
$ cpu-x --dump
>>>>>>>>>> CPU <<<<<<<<<<
***** Processor *****
Vendor: AMD
Code Name: Ryzen 7 (Cezanne)
Package: FP6 (BGA-1140)
Technology: 7 nm
Voltage:
Specification: AMD Ryzen 7 PRO 5850U with Radeon Graphics
Family: 0xF
Disp. Family: 0x19
Model: 0x0
Disp. Model: 0x50
Temp.:
Stepping: 0
Instructions: MMX(+), SSE(1, 2, 3, 3S, 4.1, 4.2, 4A), AVX(1, 2), FMA(3), AES, CLMUL, RdRand, SHA, AMD-V, x86-64
This is a good alternative if you want to quickly get a piece of information or process the results with other tools, such as grep
or awk
.
What's next?
CPU-X is a great way to gather and display system information. It's comprehensive and flexible, allowing you to see data on a graphical or text interface.
For more options or to customize the appearance or keybindings for ncurses mode, look at the help by running cpu-x --help
. You can also consult the project's wiki page.
저자 소개
Ricardo Gerardi is Technical Community Advocate for Enable Sysadmin and Enable Architect. He was previously a senior consultant at Red Hat Canada, where he specialized in IT automation with Ansible and OpenShift.
He has been a Linux and open source enthusiast and contributor for over 20 years. He is currently interested in hacking stuff using the Go programming language, and he's the author of Powerful Command-Line Applications in Go: Build Fast and Maintainable Tools. Ricardo also writes regularly about Linux, Vim, and command line tools for Opensource.com and Enable Sysadmin community publications.
Ricardo enjoys spending time with his daughters, reading science fiction books, and playing video games.
채널별 검색
오토메이션
기술, 팀, 인프라를 위한 IT 자동화 최신 동향
인공지능
고객이 어디서나 AI 워크로드를 실행할 수 있도록 지원하는 플랫폼 업데이트
오픈 하이브리드 클라우드
하이브리드 클라우드로 더욱 유연한 미래를 구축하는 방법을 알아보세요
보안
환경과 기술 전반에 걸쳐 리스크를 감소하는 방법에 대한 최신 정보
엣지 컴퓨팅
엣지에서의 운영을 단순화하는 플랫폼 업데이트
인프라
세계적으로 인정받은 기업용 Linux 플랫폼에 대한 최신 정보
애플리케이션
복잡한 애플리케이션에 대한 솔루션 더 보기
오리지널 쇼
엔터프라이즈 기술 분야의 제작자와 리더가 전하는 흥미로운 스토리
제품
- Red Hat Enterprise Linux
- Red Hat OpenShift Enterprise
- Red Hat Ansible Automation Platform
- 클라우드 서비스
- 모든 제품 보기
툴
체험, 구매 & 영업
커뮤니케이션
Red Hat 소개
Red Hat은 Linux, 클라우드, 컨테이너, 쿠버네티스 등을 포함한 글로벌 엔터프라이즈 오픈소스 솔루션 공급업체입니다. Red Hat은 코어 데이터센터에서 네트워크 엣지에 이르기까지 다양한 플랫폼과 환경에서 기업의 업무 편의성을 높여 주는 강화된 기능의 솔루션을 제공합니다.