https://github.com/ryujaehun/stress_test
stress_test
https://github.com/ryujaehun/stress_test
cpu gpu plot pytorch
Last synced: about 1 month ago
JSON representation
stress_test
- Host: GitHub
- URL: https://github.com/ryujaehun/stress_test
- Owner: ryujaehun
- Created: 2018-10-23T06:00:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-24T02:43:45.000Z (over 7 years ago)
- Last Synced: 2025-10-12T13:24:56.823Z (9 months ago)
- Topics: cpu, gpu, plot, pytorch
- Language: Python
- Size: 151 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hardward stress test & temperature log
## install
```
./install.sh
pip3 install -r requirements.txt
```
##results

## usage
### CPU & memory & HDD stress
```
./hardward_test.sh
```
### gpu stress
__you must install cuda & pytorch__
```
./gpu_test.py
```
### plot_temperatures
```
./coretemp.py
```