machines_select: Select the Best Machine for A Foreground Job

Description Usage Arguments Value

View source: R/combine_sim_pred.R

Description

Select the Best Machine for A Foreground Job

Usage

1
2
3
4
5
6
7
8
machines_select(
  machine_list,
  distribution_info = NULL,
  signal_machines_idx,
  prob_vec_lst,
  job_info,
  constraint_prob
)

Arguments

machine_list

A list representing the prediction upper bounds at different bins of machines.

distribution_info

A

signal_machines_idx

A vector of indices of machines that update their heartbeats.

prob_vec_lst

A list representing probability vector at different bins.

job_info

A list containing requested CPU and clustering info of background job.

constraint_prob

A numeric value representing the cut off for survival probability of a job to be scheduled.

machine_param_list

A list representing the parameters at different bins of machines,

Value

A list containing best background machine and the score corresponding to the choice.


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