File size: 1,292 Bytes
c0cb9b9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 |
---
license: apache-2.0
task_categories:
- time-series-forecasting
language:
- en
tags:
- icos
- scaphandre
- monitoring
- federated-learning
- edge-computing
- cpu-monitoring
- metaos
size_categories:
- 1K<n<10K
---
# Scaphandre CPU Usage Dataset
## Dataset Description
This dataset contains CPU usage monitoring data collected using Scaphandre for the ICOS Federated Learning infrastructure.
### Overview
- **Source**: Scaphandre energy monitoring tool
- **Collection Method**: Live system monitoring (continuous fetching)
- **Purpose**: Training data for ICOS FL
- **Update Frequency**: Real-time collection with 3s intervals
## Data Schema
| Column | Type | Description |
|--------|------|-------------|
| timestamp | float | Unix timestamp of measurement |
| cpu_usage | float | CPU utilization percentage (0-100) |
## Usage in ICOS FL
This dataset is used during the ICOS Federated Learning training process. Note that actual training uses live-fetched data, so values change continuously.
## ICOS Project Context
Part of the ICOS meta-operating system for the edge-cloud continuum, focusing on:
- Service performance optimization
- Resource consumption monitoring
- Power efficiency in edge deployments
*Funded by the European Union's Horizon programme (Grant No 101070177)* |