...
Code Block |
---|
$ service collectd start |
Run Stress in the VM on a single core
Code Block |
---|
$ taskset 1 stress -c 2 -t 10 stress: info: [1422] dispatching hogs: 2 cpu, 0 io, 0 vm, 0 hdd stress: info: [1422] successful run completed in 10s |
...
Code Block |
---|
$ service collectd start |
Run Stress in the VM on a single core
Code Block |
---|
$ taskset 1 stress -c 2 -t 10 stress: info: [1422] dispatching hogs: 2 cpu, 0 io, 0 vm, 0 hdd stress: info: [1422] successful run completed in 10s |