Skip to content

FTL v1.3

Compare
Choose a tag to compare
@DL6ER DL6ER released this 12 Mar 20:10
· 4482 commits to master since this release
f73ed48

Provide 24 hours of consecutive data for the dashboard if possible. We parse both files, pihole.log and pihole.log.1 to achieve this. Note that this will not work if the user flushed the Pi-hole log manually at some point. In order to ensure that only data within the given time interval of 24h is kept, FTL will collect and discard queries that are older than 24h at every full hour.

In addition, FTLs threads are now named, so that it can be seen more easily which thread is consuming how much CPU resources:

screenshot at 2017-03-12 15-20-25

The individual client listener threads are labeled with the corresponding client IDs (the own ID can be queried by connected clients using >clientID).