Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ryujaehun/stress_test
- Owner: ryujaehun
- Created: 2018-10-23T06:00:42.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-24T02:43:45.000Z (about 6 years ago)
- Last Synced: 2023-07-31T15:11:48.093Z (over 1 year ago)
- Topics: cpu, gpu, plot, pytorch
- Language: Python
- Size: 151 KB
- Stars: 2
- Watchers: 1
- 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
![](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
```