anaskalt commited on
Commit
c0cb9b9
·
verified ·
1 Parent(s): d71d977

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +49 -3
README.md CHANGED
@@ -1,3 +1,49 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - time-series-forecasting
5
+ language:
6
+ - en
7
+ tags:
8
+ - icos
9
+ - scaphandre
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
27
+ - **Collection Method**: Live system monitoring (continuous fetching)
28
+ - **Purpose**: Training data for ICOS FL
29
+ - **Update Frequency**: Real-time collection with 3s intervals
30
+
31
+ ## Data Schema
32
+
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
+
40
+ This dataset is used during the ICOS Federated Learning training process. Note that actual training uses live-fetched data, so values change continuously.
41
+
42
+ ## ICOS Project Context
43
+
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)*