From ab94d5f66ac13c47547879a9f3004ab0beee1ed2 Mon Sep 17 00:00:00 2001 From: Pradyumna Kaushik Date: Tue, 25 Sep 2018 14:07:40 -0400 Subject: [PATCH] Commands to plug-in schedPolicies into Elektron. --- docs/SchedulingPolicies.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/SchedulingPolicies.md b/docs/SchedulingPolicies.md index 252c33e..3697988 100644 --- a/docs/SchedulingPolicies.md +++ b/docs/SchedulingPolicies.md @@ -1,6 +1,19 @@ Elektron: Pluggable Scheduling Policies ======================================= +_Elektron_ is capable of deploying different scheduling policies. The scheduling policy to be plugged in can be specified using the `-schedPolicy` command-line option. + +For example, to run _Elektron_ with the First-Fit scheduling policy, use the below command. +```commandline +./elektron -w -schedPolicy first-fit +``` + +To get the list of all scheduling policies that can be plugged into _Elektron_, use the `-listSchedPolicies` command-line option as shown below. + +```commandline +./elektron -listSchedPolicies +``` + ##__Scheduling Policies__ * **First Fit** - *Find the first task in the job queue whose