bniladridas commited on
Commit
79f4512
·
verified ·
1 Parent(s): 1ef2951

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +42 -3
README.md CHANGED
@@ -1,3 +1,42 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Codium Windurf System Monitoring Dataset
2
+
3
+ ## Overview
4
+ This dataset contains system monitoring metrics collected from macOS systems. The data is collected at 1-second intervals and includes various system metrics useful for AI fine-tuning, time-series forecasting, anomaly detection, and predictive maintenance.
5
+
6
+ ## Dataset Details
7
+ - **Dataset Name**: Codium Windurf System Monitoring Dataset
8
+ - **Storage Limit**: 4GB
9
+ - **Data Formats**: CSV & Parquet
10
+ - **Collection Interval**: 1 second
11
+ - **Programming Language**: Python (macOS)
12
+
13
+ ## Metrics Collected
14
+ - `timestamp`: Date and time of collection
15
+ - `cpu_usage`: CPU usage per core (%)
16
+ - `memory_used_mb`: RAM usage (MB)
17
+ - `disk_read_mb`: Disk read (MB)
18
+ - `disk_write_mb`: Disk write (MB)
19
+ - `net_sent_mb`: Network upload (MB)
20
+ - `net_recv_mb`: Network download (MB)
21
+ - `battery_status`: Battery percentage
22
+ - `cpu_temp`: CPU temperature (°C)
23
+
24
+ ## Target Use Cases
25
+ - AI Fine-Tuning (System Monitoring Models)
26
+ - Time-Series Forecasting (CPU & Memory Usage)
27
+ - Anomaly Detection (Overheating & Failures)
28
+ - Predictive Maintenance (System Optimization)
29
+
30
+ ## Dataset Structure
31
+ The dataset is available in two formats:
32
+ 1. `system_monitoring_dataset.csv`
33
+ 2. `system_monitoring_dataset.parquet`
34
+
35
+ ## Usage
36
+ To use this dataset, simply download the files and load them using your preferred data analysis tools. The Parquet format is recommended for efficient storage and processing.
37
+
38
+ ## License
39
+ MIT License
40
+
41
+ ## Contact
42
+ For questions or feedback, please contact [email protected]