feat: Implemented data storage and baselining
This commit is contained in:
5
SPEC.md
5
SPEC.md
@@ -55,9 +55,10 @@ The project will be composed of the following files:
|
||||
- The loop will execute the data collection, analysis, and alerting steps periodically.
|
||||
- The frequency of the monitoring loop will be configurable.
|
||||
|
||||
## 4. Future Features
|
||||
## 4. Data Storage and Baselining
|
||||
|
||||
- **4.1. Data Storage and Averaging**: Store historical system data to calculate baseline averages for more accurate anomaly detection.
|
||||
- **4.1. Data Storage**: The agent will store historical monitoring data in a JSON file (`monitoring_data.json`).
|
||||
- **4.2. Baselining**: The agent will calculate baseline averages for key metrics (e.g., RTT, packet loss) from the stored historical data. This baseline will be used by the LLM to improve anomaly detection accuracy.
|
||||
|
||||
## 5. Technical Requirements
|
||||
|
||||
|
||||
Reference in New Issue
Block a user