update to new installation name
This commit is contained in:
@@ -9,19 +9,19 @@ helm upgrade --install monitor ./helm
|
||||
## Temperature
|
||||
|
||||
```bash
|
||||
kubectl exec -it $(kubectl get pod --selector=app=temp --output=jsonpath={.items..metadata.name}) -- watch -n1 sensors
|
||||
kubectl exec -it $(kubectl get pod --selector=app=monitor --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
|
||||
kubectl exec -it $(kubectl get pod --selector=app=monitor --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 48
|
||||
kubectl exec -it $(kubectl get pod --selector=app=monitor --output=jsonpath={.items..metadata.name}) -- stress -c 48
|
||||
```
|
||||
|
||||
## Disk
|
||||
|
||||
Reference in New Issue
Block a user