This commit is contained in:
Alfredo Oliviero 2024-07-11 16:35:12 +02:00
parent 4a24a47175
commit 509a96bda6
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
## creazione venv e installazione dipendenze
```sh
python -m venv venv
. ./venv/bin/activate
pip install -r requirements.txt
```
## fetch log startup
```sh
./get_startup_logs.sh
```
## avvio script analisi
```sh
python analyze_startup.py --log-dir ./logs --results-dir ./results --min-date 2023-07-01 --max-date 2023-12-31
```