You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sean McBride 8b0358c336
fix: working with client data
4 years ago
..
ekf fix: working with client data 4 years ago
gocr fix: working with client data 4 years ago
lpd fix: working with client data 4 years ago
resize fix: working with client data 4 years ago
.gitignore feat: deadline description to real world workload mix 4 years ago
README.md docs: Explain deadline - workload mix workflow 4 years ago
fifo_nopreemption.env feat: deadline description to real world workload mix 4 years ago
run.sh fix: working with client data 4 years ago
spec.json feat: deadline description to real world workload mix 4 years ago

README.md

Deadline Description

How to use with deadline_description and workload_mix_realworld

  1. Start the server with deadline description
  2. From the client, run the script to generate the spec.json
  3. Manually copy spec.json to the server in the workload_mix_realword directory, i.e.
scp spec.json sean@192.168.7.26:~/projects/sledge-serverless-framework/runtime/experiments/workload_mix_realworld/spec.json
  1. Start workload_mix_realworld on the server with the desired scheduling policy
  2. Start workload_mix_realworld from the client targeting the server
  3. Repeat for steps 4,5 for each desired scheduling policy.