FTL v1.3
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, FTL
s threads are now named, so that it can be seen more easily which thread is consuming how much CPU resources:
The individual client listener threads are labeled with the corresponding client IDs (the own ID can be queried by connected clients using >clientID
).