From 0bdfa6c101a64bbca37757830ee3b3dbf4ce0870 Mon Sep 17 00:00:00 2001 From: Pradyumna Kaushik Date: Thu, 4 Oct 2018 02:48:16 +0000 Subject: [PATCH] Run commands for plugging in scheduling policies. --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ce9ef81..0225bb5 100644 --- a/README.md +++ b/README.md @@ -45,13 +45,22 @@ Compile the source code using the `go build` tool as shown below. ```commandline go build -o elektron ``` -How to run (Use the --help option to get information about other command-line options): +How to run (Use the --help option to get information about other command-line options): -`./elektron -workload ` +Use the `-logPrefix` option to provide the prefix for the log file names. + +`./elektron -master -workload ` + +### Plug-in Scheduling Policy +Use the `-schedPolicy` option with the name of the scheduling policy to be deployed. + +`./elektron -master -workload -schedPolicy ` + +_Note_: To obtain the list of possible scheduling policy names, use the `-listSchedPolicies` option. To run electron with Scheduling Policy Switching Enabled, run the following command, -`./electron -workload -ssp -spConfig ` +`./electron -master -workload -ssp -spConfig ` Workload schema: