From ee770ffe22e1eb2d7f28c010d6252222d2f4bc1a Mon Sep 17 00:00:00 2001 From: Dante Niewenhuis Date: Tue, 18 Feb 2025 11:58:56 +0100 Subject: Added the option to select which files to export. (#307) * Added the option to select which files to export. * Updated documentation --- site/docs/documentation/Input/Workload.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'site/docs/documentation/Input/Workload.md') diff --git a/site/docs/documentation/Input/Workload.md b/site/docs/documentation/Input/Workload.md index 5f2e61ae..b0a45942 100644 --- a/site/docs/documentation/Input/Workload.md +++ b/site/docs/documentation/Input/Workload.md @@ -1,20 +1,20 @@ -OpenDC works with two types of traces that describe the servers that need to be run. Both traces have to be provided as +OpenDC works with two types of traces that describe the tasks that need to be run. Both traces have to be provided as parquet files. #### Task -The meta trace provides an overview of the servers: +The meta trace provides an overview of the tasks: -| Metric | Datatype | Unit | Summary | -|-----------------|----------|----------|--------------------------------------------------| -| id | string | | The id of the server | -| submission_time | int64 | datetime | The submission time of the server | -| duration | int64 | datetime | The finish time of the submission | -| cpu_count | int32 | count | The number of CPUs required to run this server | -| cpu_capacity | float64 | MHz | The amount of CPU required to run this server | -| mem_capacity | int64 | MB | The amount of memory required to run this server | +| Metric | Datatype | Unit | Summary | +|-----------------|----------|----------|------------------------------------------------| +| id | string | | The id of the server | +| submission_time | int64 | datetime | The submission time of the server | +| duration | int64 | datetime | The finish time of the submission | +| cpu_count | int32 | count | The number of CPUs required to run this task | +| cpu_capacity | float64 | MHz | The amount of CPU required to run this task | +| mem_capacity | int64 | MB | The amount of memory required to run this task | #### Fragment -The Fragment file provides information about the computational demand of each server over time: +The Fragment file provides information about the computational demand of each task over time: | Metric | Datatype | Unit | Summary | |-----------|------------|---------------|---------------------------------------------| -- cgit v1.2.3