-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #74 from erdos-project/dg/ray_osdi_expts
Merge dg/ray_osdi_expts into main
- Loading branch information
Showing
94 changed files
with
285,180 additions
and
315 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--log_file_name=./alibaba_scheduler_EDF_num_invocation_50.log | ||
--csv_file_name=./alibaba_scheduler_EDF_num_invocation_50.csv | ||
--log_level=debug | ||
--execution_mode=replay | ||
--replay_trace=alibaba | ||
--max_deadline_variance=100 | ||
--min_deadline_variance=50 | ||
--workload_profile_path=./traces/alibaba-cluster-trace-v2018/alibaba_random_50_dags.pkl | ||
--override_num_invocations=50 | ||
--override_arrival_period=10 | ||
--randomize_start_time_max=100 | ||
--worker_profile_path=profiles/workers/alibaba_cluster.yaml | ||
--scheduler_runtime=0 | ||
--scheduler=EDF | ||
# --enforce_deadlines | ||
# --retract_schedules | ||
# --drop_skipped_tasks | ||
# # --release_taskgraphs | ||
# --scheduler_log_times=10 | ||
# --scheduler_time_discretization=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
configs/alibaba_tetrisched_discrete_1_no_dag_awareness.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--log_file_name=./alibaba_scheduler_TetriSched_release_policy_fixed_deadline_var_100_scheduler_discretization_1_no_dag_awareness.log | ||
--csv_file_name=./alibaba_scheduler_TetriSched_release_policy_fixed_deadline_var_100_scheduler_discretization_1_no_dag_awareness.csv | ||
--log_level=debug | ||
--execution_mode=replay | ||
--replay_trace=alibaba | ||
--max_deadline_variance=100 | ||
--min_deadline_variance=50 | ||
--workload_profile_path=./traces/alibaba-cluster-trace-v2018/alibaba_random_50_dags.pkl | ||
--override_num_invocations=50 | ||
--override_arrival_period=10 | ||
--randomize_start_time_max=100 | ||
--worker_profile_path=profiles/workers/alibaba_cluster.yaml | ||
--scheduler_runtime=0 | ||
--scheduler=TetriSched | ||
--enforce_deadlines | ||
--retract_schedules | ||
--drop_skipped_tasks | ||
# --release_taskgraphs | ||
--scheduler_log_times=10 | ||
--scheduler_time_discretization=1 |
23 changes: 23 additions & 0 deletions
23
configs/alibaba_tetrisched_dynamic_discretization_1_5.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--log_file_name=./alibaba_scheduler_TetriSched_release_policy_fixed_deadline_var_100_scheduler_dynamic_discretization_1_5_auto_occupancy_0.7.log | ||
--csv_file_name=./alibaba_scheduler_TetriSched_release_policy_fixed_deadline_var_100_scheduler_dynamic_discretization_1_5_auto_occupancy_0.7.csv | ||
--log_level=debug | ||
--execution_mode=replay | ||
--replay_trace=alibaba | ||
--max_deadline_variance=100 | ||
--min_deadline_variance=50 | ||
--workload_profile_path=./traces/alibaba-cluster-trace-v2018/alibaba_random_50_dags.pkl | ||
--override_num_invocations=50 | ||
--override_arrival_period=10 | ||
--randomize_start_time_max=100 | ||
--worker_profile_path=profiles/workers/alibaba_cluster.yaml | ||
--scheduler_runtime=0 | ||
--scheduler=TetriSched | ||
--enforce_deadlines | ||
--retract_schedules | ||
--drop_skipped_tasks | ||
--release_taskgraphs | ||
--scheduler_log_times=10 | ||
--scheduler_time_discretization=1 | ||
--scheduler_dynamic_discretization | ||
--scheduler_max_time_discretization=5 | ||
--scheduler_max_occupancy_threshold=0.7 |
23 changes: 23 additions & 0 deletions
23
configs/alibaba_tetrisched_dynamic_discretization_1_5_max_occupancy_1000.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--log_file_name=./alibaba_scheduler_TetriSched_release_policy_fixed_deadline_var_100_scheduler_dynamic_discretization_1_5_max_occ_1100.log | ||
--csv_file_name=./alibaba_scheduler_TetriSched_release_policy_fixed_deadline_var_100_scheduler_dynamic_discretization_1_5_max_occ_1100.csv | ||
--log_level=debug | ||
--execution_mode=replay | ||
--replay_trace=alibaba | ||
--max_deadline_variance=100 | ||
--min_deadline_variance=50 | ||
--workload_profile_path=./traces/alibaba-cluster-trace-v2018/alibaba_random_50_dags.pkl | ||
--override_num_invocations=50 | ||
--override_arrival_period=10 | ||
--randomize_start_time_max=100 | ||
--worker_profile_path=profiles/workers/alibaba_cluster.yaml | ||
--scheduler_runtime=0 | ||
--scheduler=TetriSched | ||
--enforce_deadlines | ||
--retract_schedules | ||
--drop_skipped_tasks | ||
--release_taskgraphs | ||
--scheduler_log_times=10 | ||
--scheduler_time_discretization=1 | ||
--scheduler_dynamic_discretization | ||
--scheduler_max_time_discretization=5 | ||
--scheduler_max_occupancy_threshold=1100 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--log_file_name=./alibaba_scheduler_EDF_release_policy_gamma_max_deadline_var_25_dag_aware_0_poisson_arrival_rate_0.04_gamma_coefficient_1.log | ||
--csv_file_name=./alibaba_scheduler_EDF_release_policy_gamma_max_deadline_var_25_dag_aware_0_poisson_arrival_rate_0.04_gamma_coefficient_1.csv | ||
--log_level=info | ||
--execution_mode=replay | ||
--replay_trace=alibaba | ||
--max_deadline_variance=25 | ||
--min_deadline_variance=10 | ||
--workload_profile_path=./traces/alibaba-cluster-trace-v2018/alibaba_set_0_6600_dags.pkl | ||
--override_num_invocations=50 | ||
--randomize_start_time_max=100 | ||
--worker_profile_path=profiles/workers/alibaba_cluster_heterogeneous.yaml | ||
--scheduler_runtime=0 | ||
--override_release_policy=gamma | ||
--scheduler=EDF | ||
--alibaba_loader_task_cpu_divisor=25 | ||
--override_poisson_arrival_rate=0.04 | ||
--override_gamma_coefficient=1 | ||
--alibaba_enable_heterogeneous_resource_type | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--log_file_name=./alibaba_scheduler_EDF_release_policy_gamma_max_deadline_var_25_dag_aware_0_poisson_arrival_rate_0.04_gamma_coefficient_1.log | ||
--csv_file_name=./alibaba_scheduler_EDF_release_policy_gamma_max_deadline_var_25_dag_aware_0_poisson_arrival_rate_0.04_gamma_coefficient_1.csv | ||
--log_level=info | ||
--execution_mode=replay | ||
--replay_trace=alibaba | ||
--max_deadline_variance=25 | ||
--min_deadline_variance=10 | ||
--workload_profile_path=./traces/alibaba-cluster-trace-v2018/alibaba_set_0_6600_dags.pkl | ||
--override_num_invocations=50 | ||
--randomize_start_time_max=100 | ||
--worker_profile_path=profiles/workers/alibaba_cluster.yaml | ||
--scheduler_runtime=0 | ||
--override_release_policy=gamma | ||
--scheduler=EDF | ||
--alibaba_loader_task_cpu_divisor=25 | ||
--override_poisson_arrival_rate=0.04 | ||
--override_gamma_coefficient=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.