From 8045215c63e5401366a567083bc713722e747838 Mon Sep 17 00:00:00 2001 From: djalal Date: Wed, 13 Feb 2019 10:58:59 +0100 Subject: [PATCH] squashing couple of typos --- slides/containers/Orchestration_Overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slides/containers/Orchestration_Overview.md b/slides/containers/Orchestration_Overview.md index f223e80f..283ff5d6 100644 --- a/slides/containers/Orchestration_Overview.md +++ b/slides/containers/Orchestration_Overview.md @@ -155,7 +155,7 @@ processes or data flows are given access to system resources.* The scheduler is concerned mainly with: -- throughput (total amount or work done per time unit); +- throughput (total amount of work done per time unit); - turnaround time (between submission and completion); - response time (between submission and start); - waiting time (between job readiness and execution); @@ -390,7 +390,7 @@ It depends on: (Marathon = long running processes; Chronos = run at intervals; ...) -- Commercial offering through DC/OS my Mesosphere. +- Commercial offering through DC/OS by Mesosphere. ---