compute_summary_performance: Compute Performance of Scheduling of Jobs in Summary

Description Usage Arguments Value

View source: R/combine_sim_pred.R

Description

Compute Performance of Scheduling of Jobs in Summary

Usage

1
2
3
4
5
6
7
compute_summary_performance(
  predict_info,
  past_failures,
  machine_available_resources,
  sim_end_time,
  window_multiplier
)

Arguments

predict_info

A dataframe containing all the jobs scheduling information.

past_failures

A dataframe containing all the jobs killed by more than once.

machine_available_resources

A numeric number representing all the available resources across all machines of all time.

sim_end_time

A numeric number representing the finish time of simulation.

window_multiplier

A numeric number representing the multiplier for delayed time and scheduled time.

Value

A list containing utilization for finished jobs and utilization for total jobs.


carlonlv/DataCenterSim documentation built on Jan. 9, 2022, 3:26 p.m.