User Tools

Site Tools


ubuntu:gpu:benchmark_your_gpu

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ubuntu:gpu:benchmark_your_gpu [2023/06/27 08:26] peterubuntu:gpu:benchmark_your_gpu [2023/06/27 08:28] (current) – removed peter
Line 1: Line 1:
-====== Ubuntu - GPU - Benchmark your GPU ====== 
- 
-Technically speaking, all of the available GPU benchmarking tools in Linux only test under the OpenGL renderer of course. 
- 
-While your GPU may be compatible with some versions of Direct3D, it is not possible to test this renderer under Linux. 
- 
----- 
- 
-===== GLX-Gears ===== 
- 
-GLX gears is a popular OpenGL test that is part of the **mesa-utils** package. 
- 
-==== Install GLX-Gears ==== 
- 
-<code bash> 
-sudo apt install mesa-utils 
-</code> 
- 
----- 
- 
-==== Run GLX-Gears ==== 
- 
-<code bash> 
-glxgears 
-</code> 
- 
- 
-<WRAP info> 
-**NOTE:**  This tool is very old, very basic and only tests a small portion of the current OpenGL capabilities. 
- 
-  * This will open up a window with an OpenGL rendering of a simple arrangement of three rotating gears. 
-  * The frame rate is measured and printed out on the terminal every five seconds. 
- 
-</WRAP> 
- 
----- 
- 
-===== GL Mark 2 ===== 
- 
-==== Install glmark2 ==== 
- 
-<code bash> 
-sudo apt install glmark2 
-</code> 
- 
----- 
- 
-==== Run glmark2 ==== 
- 
-<code bash> 
-glmark2 
-</code> 
- 
-<WRAP info> 
-**NOTE:**  GL mark is a much richer benchmarking tool developed by the kind people behind the Linaro distribution. 
- 
-  * glmark offers a rich set of tests that concern different aspects of your graphics unit performance (buffering, building, lighting, texturing etc), allowing for a much more comprehensive and meaningful test. 
-  * Each test is conducted for 10 seconds and the frame rate is counted individually. 
-  * In the end, users get a performance score based on all previous tests. 
- 
-</WRAP> 
- 
- 
----- 
- 
-===== Unigine Benchmarks ===== 
- 
-Download from https://benchmark.unigine.com/ 
- 
-See also: 
- 
-  * https://benchmark.unigine.com/superposition 
-  * https://benchmark.unigine.com/valley 
-  * https://benchmark.unigine.com/heaven 
-  * https://benchmark.unigine.com/tropics 
-  * https://benchmark.unigine.com/sanctuary 
- 
----- 
- 
-===== Hashcat ===== 
- 
-<code bash> 
-hashcat -b | uniq 
-</code> 
- 
-returns: 
- 
-<code bash> 
-hashcat (v6.2.5) starting in benchmark mode 
- 
-Benchmarking uses hand-optimized kernel code by default. 
-You can use it in your cracking session by setting the -O option. 
-Note: Using optimized kernel code limits the maximum supported password length. 
-To disable the optimized kernel code in benchmark mode, use the -w option. 
- 
-OpenCL API (OpenCL 2.1 AMD-APP (3513.0)) - Platform #1 [Advanced Micro Devices, Inc.] 
-===================================================================================== 
-* Device #1: Radeon RX 7900 XTX, 24448/24560 MB (20876 MB allocatable), 48MCU 
- 
-Benchmark relevant options: 
-=========================== 
-* --optimized-kernel-enable 
- 
-------------------- 
-* Hash-Mode 0 (MD5) 
-------------------- 
- 
-Speed.#1.........: 70140.4 MH/s (11.02ms) @ Accel:512 Loops:1024 Thr:32 Vec:1 
- 
----------------------- 
-* Hash-Mode 100 (SHA1) 
----------------------- 
- 
-Speed.#1.........: 30426.9 MH/s (26.05ms) @ Accel:128 Loops:1024 Thr:128 Vec:1 
- 
---------------------------- 
-* Hash-Mode 1400 (SHA2-256) 
---------------------------- 
- 
-Speed.#1.........: 13159.5 MH/s (60.98ms) @ Accel:64 Loops:1024 Thr:256 Vec:1 
-... 
-</code> 
- 
-<WRAP info> 
-**NOTE:**  Near the top it shows that hashcat makes use of the GPU. 
- 
-  * Device #1: Radeon RX 7900 XTX 
- 
-</WRAP> 
- 
----- 
  
ubuntu/gpu/benchmark_your_gpu.1687854380.txt.gz · Last modified: 2023/06/27 08:26 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki