HansT

Results 8 comments of HansT

Same thing on my ZeroW with Pi-hole v5.2.4 Web Interface v5.3.2 FTL v5.6 Another strange result: on first launch, PADD reports v3.5.1, but after the first 5 second sleep/refresh, the...

Thank you dschaper for the quick reply. It seems I had a stale piHoleVersion file (read by GetVersionInformation()) .. and which wasn't getting updated, perhaps because not writable or in...

A couple of notes: 1. NormalPADD's for() loop displays the information (retrieved last time), then retrieves information, then sleeps 5 seconds. So the display of information (like "uptime" results) is...

Regarding performance: I've been trying to track this down a bit by "commenting out" various combinations of the five "GetXXXInformation()" functions. (Each is called from several places. To disable them,...

(sorry for the flood of posts..) Per the above note about CPU usage vs load: though the load can, at times, be several processes (which padd would display as CPU%...

Thank you DL6ER. And forgive my ignorance! I was trying to suggest that, while running performance tests, it's good to minimize any activities that could drive activity on the pi...

Just to summarize issues on this thread.. 1. What's the best way to measure load? Roughly, # of scheduleable processes vs % of time CPU is non-idle. (these are distantly...

Tom, I made several changes to the 2021 PADD script to improve a few things, including reducing what seemed to be excessive polling. I don't know if any of these...