...
Code Block |
---|
$ uptime
12:20:22 up 5 days, 2:29, 5 users, load average: 0.84, 0.79, 0.62
|
and the guest before running any workloads
Code Block |
---|
$ uptime
12:21:27 up 9 min, 2 users, load average: 1.13, 1.89, 1.41
|
Start collectd on the host and the guest
Code Block |
---|
$ service collectd start |
Run Stress in the VM
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 |