diff --git a/README.md b/README.md index 0225bb5..e3b9a08 100644 --- a/README.md +++ b/README.md @@ -49,18 +49,33 @@ How to run (Use the --help option to get information about other command-line op Use the `-logPrefix` option to provide the prefix for the log file names. -`./elektron -master -workload ` +```commandline +./elektron -master -workload +``` + +### Power Capping +_Elektron_ is also capable of running power capping policies along with scheduling policies. + +Use the `-powercap` option with the name of the power capping policy to be run. + +```commandline +./elektron -master -workload -powercap +``` ### Plug-in Scheduling Policy -Use the `-schedPolicy` option with the name of the scheduling policy to be deployed. +Use the `-schedPolicy` option with the name of the scheduling policy to be deployed.
The default scheduling policy is First Fit. -`./elektron -master -workload -schedPolicy ` +```commandline +./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 -master -workload -ssp -spConfig ` +```commandline +./elektron -master -workload -ssp -spConfig +``` Workload schema: