anaskalt commited on
Commit
4b20c36
·
verified ·
1 Parent(s): 4ef1d46

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -10,17 +10,17 @@ tags:
10
  - monitoring
11
  - federated-learning
12
  - edge-computing
13
- - cpu-monitoring
14
  - metaos
15
  size_categories:
16
  - 1K<n<10K
17
  ---
18
 
19
- # Scaphandre CPU Usage Dataset
20
 
21
  ## Dataset Description
22
 
23
- This dataset contains CPU usage monitoring data collected using Scaphandre for the ICOS Federated Learning infrastructure.
24
 
25
  ### Overview
26
  - **Source**: Scaphandre energy monitoring tool
@@ -33,7 +33,7 @@ This dataset contains CPU usage monitoring data collected using Scaphandre for t
33
  | Column | Type | Description |
34
  |--------|------|-------------|
35
  | timestamp | float | Unix timestamp of measurement |
36
- | cpu_usage | float | CPU utilization percentage (0-100) |
37
 
38
  ## Usage in ICOS FL
39
 
@@ -44,6 +44,6 @@ This dataset is used during the ICOS Federated Learning training process. Note t
44
  Part of the ICOS meta-operating system for the edge-cloud continuum, focusing on:
45
  - Service performance optimization
46
  - Resource consumption monitoring
47
- - Power efficiency in edge deployments
48
 
49
  *Funded by the European Union's Horizon programme (Grant No 101070177)*
 
10
  - monitoring
11
  - federated-learning
12
  - edge-computing
13
+ - memory-monitoring
14
  - metaos
15
  size_categories:
16
  - 1K<n<10K
17
  ---
18
 
19
+ # Scaphandre RAM Usage Dataset
20
 
21
  ## Dataset Description
22
 
23
+ This dataset contains RAM usage monitoring data collected using Scaphandre for the ICOS Federated Learning infrastructure.
24
 
25
  ### Overview
26
  - **Source**: Scaphandre energy monitoring tool
 
33
  | Column | Type | Description |
34
  |--------|------|-------------|
35
  | timestamp | float | Unix timestamp of measurement |
36
+ | ram_usage | float | Memory usage in MB or percentage |
37
 
38
  ## Usage in ICOS FL
39
 
 
44
  Part of the ICOS meta-operating system for the edge-cloud continuum, focusing on:
45
  - Service performance optimization
46
  - Resource consumption monitoring
47
+ - Memory efficiency in edge deployments
48
 
49
  *Funded by the European Union's Horizon programme (Grant No 101070177)*