edgecloudsim/scripts/birbnetes/matlab/plotAvgVmUtilization.m

6 lines
215 B
Mathematica
Raw Normal View History

2021-04-05 20:54:58 +02:00
function [] = plotAvgVmUtilization()
plotGenericResult(2, 8, 'Average VM Utilization (%)', 'ALL_APPS', '');
2021-04-19 16:05:35 +02:00
plotGenericResult(2, 8, {'Average VM Utilization';'for Birbnetes App (%)'}, 'BIRBNETES', '');
2021-04-05 20:54:58 +02:00
end