I use Unigine Superposition at 1080p Extreme Answer from IncomingZangarang on reddit.com
🌐
NVIDIA Developer Forums
forums.developer.nvidia.com › accelerated computing › cuda › cuda programming and performance
GPU diagnostics How to test a GPU - CUDA Programming and Performance - NVIDIA Developer Forums
August 13, 2008 - Hi folks. I’m using a GTX 280 (factory oc), and every few hours runtime my application freezes on the GPU. Either it is an application error, or a GPU hardware malfunction. Application error would of course be the most likely if it wasn’t so that it has never hung on any of my other GPUs ...
🌐
NVIDIA
nvidia.com › en-us › geforce › news › nvidia-frameview-power-and-performance-benchmarking-app-download
FrameView Performance and Power Benchmarking App: Free Download Available Now | GeForce News | NVIDIA
In short, if you want to view or collect real-time GPU performance and power data in games, FrameView delivers more of it with a higher degree of accuracy than many other tools and methods, making it the go-to app for benchmarking.
People also ask

Why does my GPU get hot during the benchmark?
Volume Shader BM intentionally stress-tests your GPU by rendering complex 3D fractals, which pushes your graphics card to work at high capacity. This intensive rendering generates heat as the GPU processes millions of calculations per second. This is normal and safe - modern GPUs have built-in thermal protection that throttles performance or shuts down if temperatures become unsafe. Ensure proper ventilation, clean dust from cooling fans, and monitor temperatures using GPU monitoring software. Consider reducing preset quality if temperatures concern you.
🌐
volumeshader.dev
volumeshader.dev › en
Volume Shader BM - GPU Performance Test
What's the difference between GPU and CPU rendering?
GPU rendering uses parallel processing across thousands of cores to handle graphics workloads efficiently, making it ideal for real-time 3D rendering. CPU rendering uses fewer, more powerful cores better suited for sequential tasks. Volume Shader exclusively uses GPU rendering because volumetric ray marching requires massive parallel computation - processing each pixel simultaneously. A typical GPU can render complex shaders 10-100x faster than CPU-based rendering, which is why modern 3D applications and benchmarks leverage GPU acceleration.
🌐
volumeshader.dev
volumeshader.dev › en
Volume Shader BM - GPU Performance Test
Does Volume Shader run on CPU or GPU?
Volume Shader runs exclusively on your GPU (Graphics Processing Unit), not on the CPU. The benchmark uses WebGL fragment shaders that execute directly on the graphics card's parallel processing cores. This GPU-based rendering approach allows the tool to perform complex ray marching calculations for volumetric rendering at real-time speeds. While the CPU handles basic coordination and input, all intensive rendering computations happen on the GPU, making it an accurate GPU performance test.
🌐
volumeshader.dev
volumeshader.dev › en
Volume Shader BM - GPU Performance Test
🌐
mprep
mprep.info › gpu
Stress My GPU | mprep’s website
A free online GPU (and CPU) stress testing and benchmarking tool. Fully web-based (using Javascript and WebGL) - no downloads or installation required.
🌐
Reddit
reddit.com › r/nvidia › what do you use to benchmark used gpu?
r/nvidia on Reddit: What do you use to benchmark used GPU?
February 21, 2025 -

What do you use to benchmark used GPU?

What tests do you use to determine whether an old GPU is still good? Most results I've found are pretty old:

  • FurMark for stress test

  • 3dMark for rendering

  • GPU-Z to see if it's legit

Is this correct? Are they still valid?

🌐
Volume Shader
volumeshader.dev › en
Volume Shader BM - GPU Performance Test
Test GPU performance with free WebGL volume shader benchmark. Get instant 3D rendering analysis + FPS metrics in browser. Professional graphics card...
🌐
GPU Stress Test
gpustresstest.com
Free Online GPU Stress Test
Test your graphics card for free in your browser. Run 3D rendering, shader, particle, and texture stress tests with real time results. No downloads needed.
Find elsewhere
🌐
Reddit
reddit.com › r/linux_gaming › which free benchmark to check if my new gpu is working well?
r/linux_gaming on Reddit: Which free benchmark to check if my new GPU is working well?
February 28, 2026 -

I sold my RTX4070S to buy a 9070XT to enjoy a better support of linux with the AMD drivers and support the open source will of AMD.

The card is installed and works on kde. Now, how to check if this card is working well under gaming load? Like a free benchmark where i can compare my results to other (not to found who has the biggest one, just to check if I'm in the normal results).

I tried

  • 3DMark : 30€

  • GravityMark : error at launch, web page empty

  • gameTechBench : everything needs to be paid, even the scoreboard, the min/max fps display etc

Thanks!

🌐
GitHub
github.com › NVIDIA › GPUStressTest
GitHub - NVIDIA/GPUStressTest: GPU Stress Test is a tool to stress the compute engine of NVIDIA Tesla GPU’s by running a BLAS matrix multiply using different data types. It can be compiled and run on both Linux and Windows.
GPU Stress Test is a tool to stress the compute engine of NVIDIA Tesla GPU’s by running a BLAS matrix multiply using different data types. It can be compiled and run on both Linux and Windows. - NV...
Starred by 125 users
Forked by 29 users
Languages   C++ 47.9% | Cuda 44.4% | C 3.8% | CMake 2.3% | Shell 1.6%
🌐
NVIDIA
nvidia.com › en-us › geforce › technologies › frameview
Do you Obsess over FPS and GPU Power?
Benchmark your GPU’s power, frames per second (FPS), and performance per watt with the free FrameView app from NVIDIA GeForce.
🌐
Hardware Tester
hardwaretester.com › gpu
Hardware Tester - Online GPU Test
HardwareTester.com is a collection of simple, useful tools for checking your computer's hardware · Displays info about all gamepads connected to your computer. Check buttons, joystick axes, drift, and more. Works with all controllers and joysticks in a modern browser
🌐
NVIDIA
nvidia.com › en-us › geforce › forums › geforce-graphics-cards › 5 › 313969 › test-benchmark-gpu
Test Benchmark GPU | NVIDIA GeForce Forums
{{Framework.description ? Framework.description : 'Join the GeForce community. Browse categories, post your questions, or just chat with other members.'}}
🌐
UserBenchmark
userbenchmark.com
Home - UserBenchmark
Nvidia’s 5000 series GPUs are around 20% faster than their corresponding 4000 series counterparts (4060, 4060 Ti, 4090, 4080, 4070 Ti, 4070). Supply is almost non-existent at the moment so value for money considerations are not possible. Over the last five years, aggressive marketing through ...
Top answer
1 of 2
47

Benchmark your GPU

1. Mesa Utils

Install the following package:

sudo apt-get install mesa-utils

And then start a benchmark test from the commandline

glxgears

With a modern GPU you should achieve frame rates (FPS = Frames per second) of more than 5.000. The is limited to the refresh rate and resolution of the monitor!

Invoking glxgears with vblank_mode=0 tells the graphic card to ignore the refresh rate of your monitor and just try to reach the maximux fps it's capable off.

vblank_mode=0 glxgears

If vblank_mode=0 doesn't work then try __GL_SYNC_TO_VBLANK=0 instead.

2. Open GL

Run the OpenGL benchmark test with

sudo apt-get install glmark2

and run the test with

glmark2 --fullscreen --show-all-options

The score is adapted for modern and fast GPUs. Note that the fps score depends on the resolution you set during the test!

Afterwards the result can be compared on e.g. this benchmark page.

3. Benchmark Unigine

A 3rd party benchmark tool is Valley. The free basic edition is nice to test your hardware. There are different scenarios you can choose. I recommend the valley benchmark test. Download it and change the execute permission using

chmod +x Unigine_Valley-1.0.run

and run the installation (no root permission necessary)

./Unigine_Valley-1.0.run

Start the benchmark engine with

cd ./Unigine_Valley-1.0 && ./valley &

Don't forget to click on the benchmark widget on the top left corner.

Youtube Problems

The most common problem with youtube videos is the lack of a fast internet connection.

2 of 2
1

Visual inspection when running the real application(s)

Play some video with a 'a lot of motion' in it and see with your own eyes, if the quality is good (no tearing, no lagging, no stuttering etc). Run your other programs (if any) that need good performance of the graphics.

Check also the CPU load during the test (for example with htop).

If you are satisfied, fine :-)

Otherwise look for alternatives,

  • tweak the application program (video player or other program)
  • a lighter application program,
  • lower resolution of the screen
  • a better graphics driver
  • another desktop environment with a lighter footprint (LXDE of Lubuntu and XFCE of Xubuntu are lighter than standard Ubuntu)
  • another graphics card
  • another CPU
  • ...
🌐
Repair Wiki
repair.wiki › w › Nvidia_GPU_Memory_Testing_Guide
Nvidia GPU Memory Testing Guide - Repair Wiki
MODS is a very powerful tool that tests Nvidia cards for different kinds of faults. It includes a standalone tool called MATS that tests memory specifically.
🌐
UserBenchmark
gpu.userbenchmark.com
GPU UserBenchmarks - 453 Graphics Cards Compared
We calculate effective 3D speed which estimates gaming performance for the top 12 games. Effective speed is adjusted by current prices to yield value for money. Our figures are checked against thousands of individual user ratings. The customizable table below combines these factors to bring ...
🌐
Tom's Hardware
tomshardware.com › pc components › gpus
The GPU benchmarks hierarchy 2026: Ten years of graphics card hardware tested and ranked
2 weeks ago - This update includes complete 2026 gaming data for 48 GPUs across 19 separate tests, including eight RT titles. We've retested three generations each of GeForce and Radeon cards, as well as Intel's Arc Battlemage products. As a brief refresher of the cards in this version of our hierarchy, Nvidia's cutting-edge Blackwell architecture and its DLSS 4 suite of tech upgrades the quality of both upscaling and ray reconstruction on RTX 50-series GPUs.
🌐
TechPowerUp
techpowerup.com › gpuz
GPU-Z Graphics Card GPU Information Utility
May 20, 2026 - Supports NVIDIA, AMD, ATI and Intel graphics devices · Displays adapter, GPU and display information · Displays overclock, default clocks and 3D/boost clocks (if available) Detailed reporting on memory subsystem: memory size, type, speed, bus width · Includes a GPU load test to verify PCI-Express lane configuration ·
🌐
Tom's Hardware
tomshardware.com › pc components › gpus
Graphics Card Tests | Tom's Hardware
December 14, 2020 - There are minor differences in the interfaces and functionality, with the biggest being that FrameView logs power data. We've tested graphics cards power consumption using in-line hardware to measure precise loads, and the Nvidia power figures are accurate to within a few watts for Nvidia GPUs.
🌐
OpenBenchmarking
openbenchmarking.org › suite › pts › nvidia-gpu-compute
NVIDIA GPU Compute Test Suite Collection - OpenBenchmarking.org
NVIDIA GPU Compute: A collection of test profiles that run well on NVIDIA GPU systems with CUDA / proprietary driver stack.
🌐
Unigine
benchmark.unigine.com › heaven
UNIGINE Benchmarks
... Windows 247 MB - Fast TorrentMac OS 261 MB - Fast TorrentLinux 273 MB - Fast TorrentWindows 247 MBMac OS 261 MBLinux 273 MB ... Heaven Benchmark is a GPU-intensive benchmark that hammers graphics cards to the limits.