Want to benchmark or do stress test on your Linux PC or laptop? The all-in-one solution OCCT can now do the job for you!
OCCT, stands for Overclock Checking Tool, is a popular computer hardware stability testing, benchmark, and monitoring tool. It offers pro, enterprise, and command line versions that need to pay for use, as well as a personal use edition with all core functions for free.
OCCT was a Windows only software. Since few weeks ago, it added native Linux support! And, it’s been made pre-installed in CachyOS Linux Distribution.
With OCCT, you may do stability test on your CPU, Memory, GPU, Video RAM, Power supply, and combination which is useful to identify hardware instability issues, such as overheating.
It can also benchmark CPU, Memory, and upload to its online database, where you can compare your CPU / Memory performance with others by viewing the rankings and scores.
As you see in the screenshot above, it also monitor CPU, GPU, Memory usage, temperature, and frequency in header bar. While, there’s detailed monitoring support with table view and graph view of the following information:
- per core CPU usage, temperature, and frequency.
- GPU usage, temperature, VRAM usage, power limit.
- physical memory load in MB and percentage.
- fan speed.
- battery voltage.
- storage disk (HDD/SSD) temperature.
OCCT also has downside. That’s every time when I clicking “Start”, it pops up a dialog that needs to wait 10 seconds counting down, though it may be for the personal version only.
How to Install OCCT in Ubuntu & other Linux
To get OCCT, first go to its website via the link below:
Select download “OCCT FOR LINUX”, then you’ll get a single executable file. Just right-click on it and go to “Properties”, then enable “Executable as Program” permission, finally, click run it to launch the program.
For choice, you may add OCCT into app launcher, so you can launch it from start menu or GNOME Overview like other applications. To do so, follow the steps below one by one:
- First, move the single executable OCCT file into
.local/bin
directory. Here, you need to press Ctrl+H in user home to see the.local
folder, and create bin sub-folder if it does not exist. NOTE: If.local/bin
is NOT in your PATH (press Ctrl+Alt+T, and runecho $PATH
in terminal to tell), then you need a log out and back in after created the “.local/bin” sub-folder. - (optional) Next, download an icon file (
.png
, or.svg
) for OCCT from the web. Then, put it into.local/share/icons
directory. - Then, launch text editor and create an empty document, and paste the following lines into file:
[Desktop Entry] Name=OCCT Comment=all-in-one stability, stress test, benchmark and monitoring tool Exec=OCCT Icon=occt Terminal=false Type=Application Categories=Utility; StartupNotify=false
Finally, save the file as occt.desktop under
.local/share/applications
directory.
If everything’s done correctly, you’ll be able to search & launch OCCT like other apps few moments later.
Uninstall:
To uninstall OCCT, just delete the executable file, icon file, and the occt.desktop
file under corresponding directories.