Host CPU Statistics
-
Is there a way to get this information from xl, or xe, or some other command line parameter?
-
You can get it with such command
xentop --vcpus -i 2 -b | grep -i "Domain-0"
Skip first line because it always return 0.
Or you can use method that using XO.
Get host_rrd data from host and parse it
https://xapi-project.github.io/xen-api/metrics.html -
@splastunov said in Host CPU Statistics:
You can get it with such command
That command doesn't give me the aggregate, it only gives me the CPU for Dom0. I'd like to get that aggregate number.