Displaying 2 results from an estimated 2 matches for "dns_stats".
2017 Dec 15
0
samba 4.7.3 DLZ performance regression
...00) { system('dig', '@127.0.0.1', 'google.com'); }" | grep time > 4.7.0_external.log
$ perl -e "foreach(1..500) { system('dig', '@127.0.0.1', 'mediture.dom'); }" | grep time > 4.7.0_internal.log
$ cat 4.7.0_internal.log.gz | perl dns_stats.pl
Max process time (ms): 7
Standard deviation of process time (ms): 0.456807778713746
Mean process time (ms): 2.088
$ cat 4.7.0_external.log.gz | perl dns_stats.pl
Max process time (ms): 3
Standard deviation of process time (ms): 0.332814559570528
Mean process time (ms): 1.884
Then after install...
2017 Dec 14
2
samba 4.7.3 DLZ performance regression
On Fri, 2017-12-15 at 10:16 +1300, Garming Sam via samba wrote:
> Hi,
>
> We've just had another person notice this issue and we're currently
> looking into it. If we need someone to test the patch fix, or if we need
> more information, we can let you know.
>
> I've filed a bug as well:
>
> https://bugzilla.samba.org/show_bug.cgi?id=13191
Attached is a