update deploy and readme
This commit is contained in:
19
README.md
Normal file
19
README.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# Temperature monitoring and stress testing
|
||||
|
||||
## Temperature
|
||||
|
||||
```bash
|
||||
kubectl exec -it $(kubectl get pod --selector=app=temp --output=jsonpath={.items..metadata.name}) -- watch -n1 sensors
|
||||
```
|
||||
|
||||
## CPU Throttling
|
||||
|
||||
```bash
|
||||
kubectl exec -it $(kubectl get pod --selector=app=temp --output=jsonpath={.items..metadata.name}) -- watch -n1 lscpu
|
||||
```
|
||||
|
||||
## Stress
|
||||
|
||||
```bash
|
||||
kubectl exec -it $(kubectl get pod --selector=app=temp --output=jsonpath={.items..metadata.name}) -- stress -c 24
|
||||
```
|
||||
Reference in New Issue
Block a user