Run a GPU stress test for RTX 6000 Ada and L40S on Ubuntu Server

Run a GPU stress test for RTX 6000 Ada and L40S on Ubuntu Server

You can stress‑test RTX 6000 Ada and L40S GPUs on Ubuntu Server using GPU Burn, a CUDA‑based stress tool commonly used for datacenter validation. The process is the same for both GPUs because they use NVIDIA’s CUDA stack.

Core Steps to Run GPU Burn on Ubuntu Server

The essential workflow is

  1. Cuda and NVIDIA drivers
  2. CPU Burn installation


Install CUDA and build tools

  1. GPU Burn requires a CUDA‑capable GPU and a working CUDA toolkit.
  2. Make sure your system has:
  3. Ubuntu Server
  4. NVIDIA driver and CUDA installed
  5. Build tools ( gcc, make)

Download GPU Burn Install & Run

Install GPU Burn (Snap method)

:sudo snap install gpu-burn

Build from Source (if you prefer)

cd gpu-burn
make
./gpu_burn 60 (60 = number of seconds)

To Run GPU Burn

Stress test all GPUs for 60 seconds:

  1. gpu-burn 60
To list all GPUs:
  1. gpu-burn -l
Run on GPU index 2 for 120 seconds:
  1. gpu-burn -i 2 120
Use 50% of GPU memory for 5 minutes:
  1. gpu-burn -m 50% 300


To Save GPU Burn Results to a File

Run gpu‑burn normally.
./gpu_burn 300 (300 = number of seconds)

Save the output to a log file
./gpu_burn 300 | tee gpu-burn.logtee shows output on screen and writes it to gpu-burn.log.)

If you want to append to an existing log:
./gpu_burn 300 | tee -a gpu-burn.log

The file will be created in the directory where you run the command.
You can move it afterward:
:mv gpu-burn.log /var/log/

Moving the log from /var/log to the USB

Assuming the file is /var/log/gpu-burn.log: sudo mv /var/log/gpu-burn.log /mnt/usb/

To confirm it arrived:
ls -l /mnt/usb/

Safely unmounting the USB
Always unmount before removing the drive:
:sudo umount /mnt/usb 

• Run GPU Burn for 10–30 minutes for a quick health check.
• Run 1–2 hours for deeper thermal/power stability validation.
• Log output from to detect:
• Thermal throttling
• ECC errors
• Power limit issues
• GPU crashes or Xid errors

GPU Burn will fully load the GPU, so ensure:

•Adequate cooling
• Proper power delivery
• No other workloads running
• GPU Burn is known to push GPUs to their thermal and power limits, making it useful for diagnosing hardware issues
    • Popular Articles

    • CP Plus Camera and NVR Configuration

      NVR Configuration The CP Plus Pro Series of NVRs have been meticulously designed for providing you with upgraded performance and higher recording quality in your IP video surveillance solution. The robust processor that has been inculcated in this ...
    • Kerberos Authentication – Overview

      What is Kerberos? Kerberos is a secure authentication method used in our Active Directory (AD) environment (mbuzztech.com). It allows users to: Access multiple systems without re-entering passwords (Single Sign-On – SSO) Log in once Where We Use It ...
    • How to Remove and Reinstall NVIDIA Drivers on Ubuntu

      This article provides step by step guide to completely remove existing NVIDIA drivers and reinstall specific version of the NVIDIA driver on the Ubuntu system Prerequisites Administrative (sudo) access to the Ubuntu system. Internet access to ...
    • Personal Computers and Servers - Classification and Point of Contact

      We can classify the computers that MBUZZ handles based on their form-factor as below: Tower Workstations, Desktops, Gaming PCs and SFF (Small form factor) PCs fall under this category. These are computers people would use on a desk and rarely move. ...
    • M.2 SSD Tier List

      The sequential read and write speeds, which are usually the most advertised number, are not a proper benchmark of real-world performance or the quality of an SSD. This article categorizes and tiers SSDs based on factors like the type of NAND flash, ...