...
Code Block |
---|
Hostname "ubuntu_vm" <LoadPlugin cpu> Interval 1 </LoadPlugin> LoadPlugin network <Plugin cpu> ReportByCpu true ReportByState false ValuesPercentage false </Plugin> <Plugin network> # # client setup: Server "<HOST IP>" "28597" <Server "<HOST IP>" "28597"> </Server> </Plugin> |
Check the uptime on the host and the guest before running any workloads
Code Block |
---|
HOST:
$ uptime
12:20:22 up 5 days, 2:29, 5 users, load average: 0.84, 0.79, 0.62GUEST:$ uptime
12:21:27 up 9 min, 2 users, load average: 1.13, 1.89, 1.41
|