Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Cpu X | 1,657 | 18 days ago | 2 | gpl-3.0 | C | |||||
CPU-X is a Free software that gathers information on CPU, motherboard and more | ||||||||||
1m Go Tcp Server | 1,237 | 2 years ago | 2 | April 15, 2021 | 3 | Go | ||||
benchmarks for implementation of servers which support 1 million connections | ||||||||||
Boomer | 1,076 | 2 | 7 | a month ago | 18 | February 22, 2022 | 9 | mit | Go | |
A better load generator for locust, written in golang. | ||||||||||
Oceananigans.jl | 786 | 21 hours ago | 160 | mit | Julia | |||||
🌊 Julia software for fast, friendly, flexible, ocean-flavored fluid dynamics on CPUs and GPUs | ||||||||||
Grpc_bench | 728 | 2 months ago | 22 | mit | Shell | |||||
Various gRPC benchmarks | ||||||||||
Chillout | 577 | 3 | 4 | a year ago | 26 | January 23, 2020 | 8 | mit | JavaScript | |
Reduce CPU usage by non-blocking async loop and psychologically speed up in JavaScript | ||||||||||
Nench | 489 | 4 years ago | 3 | apache-2.0 | Shell | |||||
VPS benchmark script — based on the popular bench.sh, plus CPU and ioping tests, and dual-stack IPv4 and v6 speedtests by default | ||||||||||
Sbc Bench | 488 | a day ago | 1 | bsd-3-clause | Shell | |||||
Simple benchmark for single board computers | ||||||||||
Sympact | 439 | 4 | 8 | 5 years ago | 7 | May 28, 2018 | 3 | mit | JavaScript | |
🔥 Simple stupid CPU/MEM "Profiler" for your JS code. | ||||||||||
Fastfusion | 427 | 7 years ago | 23 | gpl-2.0 | C++ | |||||
Volumetric 3D Mapping in Real-Time on a CPU |
Linux | FreeBSD | AppImage |
---|---|---|
CPU-X is a Free software that gathers information on CPU, motherboard and more.
CPU-X is a system profiling and monitoring application (similar to CPU-Z for Windows), but CPU-X is a Free and Open Source software designed for GNU/Linux and FreeBSD.
This software is written in C and built with CMake tool.
It can be used in graphical mode by using GTK or in text-based mode by using NCurses. A dump mode is present from command line.
⚠️ There is no major plans for the future, see this announcement.
These dependencies are needed to build CPU-X:
These dependencies are needed to test CPU-X:
These dependencies are needed to build¹ and run CPU-X:
-DWITH_OPENCL=1
during CMake invocation)¹On some GNU/Linux distributions, the appropriate -dev or -devel package is needed.
In alphabetical order:
apt install cpu-x
dnf install cpu-x
pkg install cpu-x
dnf install cpu-x
zypper install cpu-x
eopkg install cpu-x
apt install cpu-x
Look for Assets here for portable binary (AppImage).
For step-by-step guide, please read this page on the Wiki.
Application is available in menu (System Tools category). If you start the daemon, it will allow CPU-X to access some special devices, which provides more information and avoid empty labels.
The CPU-X daemon requires root privileges, and it uses Polkit for privileges escalation.
You can use cpu-x
from command line, some options are available, like:
--gtk
: to start the graphical user interface (default)--ncurses
: to start the text-based user interface--dump
: to get a summary of dataUse --help
to see all arguments.
More informations are available on Wiki, like screenshots, troubleshooting and tips. You can access to the Wiki with this link.
Please open a new issue and fill the appropriate template. Note that text between <!-- ... -->
is not displayed.
If you want to translate CPU-X in your native tongue, please visit the Weblate page.
POT file is updated on each changes thanks to Update POT file workflow.