Is for filtering and storing evl logs from routers.
supported format for .evl file is "2179_2018123122.evl"
2179 -> router id, 2018 -> year, 12 -> mount, 31 -> day, 22 -> id of file
- Setup your server with Apache, PHP and Mysql/Marinadb
- look in config.php in text editor
- open index.php in your browser
- put your .evl files in folder "files"
- click on "Import to DB" (it may take a while)
- test.evl (42 MB) --> to db (20,1 MB) --> save ~52,1% (~8s)
- test.evl (42 MB) --> to db (19,1 MB) --> save ~52,6% (~8s)
- test.evl (42 MB) --> to db (19,1 MB) --> save ~52,6% (~1m 42s)
- test.evl (42 MB) --> to db (25,1 MB) --> save ~40,2% (~2m 20s)
- test.evl (42 MB) --> test.txt (30,8 MB, 116 615 lines) --> to db (26,1 MB) --> save ~37,8% (~22s + ~2m 45s)