pi-hole:benchmark
This is an old revision of the document!
Table of Contents
Pi-Hole - Benchmark
Extract the domains from the long-term database
sqlite3 /etc/pihole/pihole-FTL.db "SELECT domain FROM queries LIMIT 100000;" > domains.list
NOTE: This will generate a list file with up to 100,000 domains.
You can increase the upper limit of domains, however, we suggest starting from a small number of domains to get realistic results in a reasonable period of time.
Disable logging
sudo pihole logging off
NOTE: The long-term database can be disabled by setting in /etc/pihole/pihole-FTL.conf :
- /etc/pihole/pihole-FTL.conf
DBFILE=
and running
sudo pihole restartdns
References
pi-hole/benchmark.1599731863.txt.gz · Last modified: 2020/09/10 09:57 by 192.168.1.1