Skip to content

Commit 8154f32

Browse files
Update tutorial-autoscale-cli.md
1 parent 29d7305 commit 8154f32

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/virtual-machine-scale-sets/tutorial-autoscale-cli.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ sudo stress-ng --cpu 10 --timeout 420s --metrics-brief &
110110

111111
```bash
112112
sudo zypper install stress-ng
113-
sudo stress-ng --cpu 10 --timeout 60s --metrics-brief
113+
sudo stress-ng --cpu 10 --timeout 420s --metrics-brief &
114114
```
115115
---
116116

@@ -157,6 +157,7 @@ sudo stress-ng --cpu 10 --timeout 420s --metrics-brief &
157157
sudo zypper install stress-ng
158158
sudo stress-ng --cpu 10 --timeout 420s --metrics-brief &
159159
```
160+
---
160161

161162
Again, when **stress** shows output similar to *stress: info: [2713] dispatching hogs: 10 cpu, 0 io, 0 vm, 0 hdd*, press the *Enter* key to return to the prompt.
162163

0 commit comments

Comments
 (0)