Skip to content

Latest commit

 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IETS GT500 cooler experiment

GitHub license

This repository contains the raw data, visualization scripts, and generated graphs for my article on eliminating laptop thermal throttling using high static pressure.

The project analyzes thermal data collected during heavy gaming workloads on an Intel i7-13650HX and RTX 4070 laptop. We compare standard setups against the IETS GT500 cooler to see if high static pressure is a viable solution for severe thermal limits.

In this repository, you will find:

  • data/: Raw CSV logs exported from HWiNFO during the Cinebench and gaming tests.
  • images/: The final SVG graphs used in the article.
  • notebooks/: Jupyter notebooks containing the Python code used to load, clean the data and generate the graphs.

In short, the experiment shows that using a high static pressure cooler drops CPU temperatures by nearly 30°C and completely stops thermal throttling under heavy loads.

CPU package temperature during the test

Setup

To run the notebooks locally, you need Python installed on your machine. Create a virtual environment using your preferred tool to avoid installing dependencies globally.

uv

uv venv --python 3.13
source .venv/bin/activate  # On Windows: .venv\Scripts\activate
uv pip install -r requirements.txt

conda

conda create -n venv python=3.13 -y
conda activate venv
pip install -r requirements.txt

venv

python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate
pip install -r requirements.txt

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

You can reach me through:

About

Data analysis of laptop thermal throttling and how to fix it using a high static pressure cooler like the IETS GT500.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages