4344454647484950515253
@GET @Path("statistics") public HypervisorStatistics getHypervisorsStatistics() throws CloudException { checkDomainAdmin(); HypervisorStatistics response = new HypervisorStatistics(); Hypervisor stats = null; for (SchedulerHost host : scheduler.getAllHosts()) { if (stats == null) {