update to new installation name
This commit is contained in:
@@ -9,19 +9,19 @@ helm upgrade --install monitor ./helm
|
|||||||
## Temperature
|
## Temperature
|
||||||
|
|
||||||
```bash
|
```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
|
## CPU Throttling
|
||||||
|
|
||||||
```bash
|
```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
|
## Stress
|
||||||
|
|
||||||
```bash
|
```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
|
## Disk
|
||||||
|
|||||||
Reference in New Issue
Block a user