Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ryujaehun/stress_test

stress_test
https://github.com/ryujaehun/stress_test

cpu gpu plot pytorch

Last synced: about 2 months ago
JSON representation

stress_test

Awesome Lists containing this project

README

        

# hardward stress test & temperature log

## install

```
./install.sh
pip3 install -r requirements.txt
```

##results
![](deepmi_CPU_GPU_temperature.png)

## usage

### CPU & memory & HDD stress

```
./hardward_test.sh
```

### gpu stress

__you must install cuda & pytorch__

```
./gpu_test.py
```

### plot_temperatures

```
./coretemp.py
```