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: