Re: [reportmagic-help] QDNS helper program

2006-03-22 Thread Robert D.
Recently, A. Khattri squawked:

> You have my sympathies  ;-)

Indeed
-- 



___
This is the reportmagic-help mailing list
To change your subscription or other preferences use this URL:
   http://reportmagic.org/cgi-bin/mailman/listinfo/reportmagic-help


Re: [reportmagic-help] QDNS helper program

2006-03-22 Thread A. Khattri
On Wed, 22 Mar 2006, Robert D. wrote:

> Recently, A. Khattri squawked:
>
> > your web server (assuming you're using Apache).
>
> MicroSoft IIS ver 5.0

You have my sympathies  ;-)


-- 


___
This is the reportmagic-help mailing list
To change your subscription or other preferences use this URL:
   http://reportmagic.org/cgi-bin/mailman/listinfo/reportmagic-help


Re: [reportmagic-help] QDNS helper program

2006-03-22 Thread Robert D.
Recently, A. Khattri squawked:

> your web server (assuming you're using Apache).

MicroSoft IIS ver 5.0

thanks
-- 

Regards,
Robert D.

Firefox 1.5
WinME
rmagic
qdns
analog


___
This is the reportmagic-help mailing list
To change your subscription or other preferences use this URL:
   http://reportmagic.org/cgi-bin/mailman/listinfo/reportmagic-help


Re: [reportmagic-help] QDNS helper program

2006-03-22 Thread A. Khattri
On Wed, 22 Mar 2006, Robert D. wrote:

> Recently, A. Khattri squawked:
>  WRITE), it will take a lot longer.
>
> > You're much better off (i.e. simpler, faster) running logs through
> > logresolve
>
> I get a project-invalid when I try and find logresolver on
> Sourceforge.  Although I did find it mentioned in conjunction with
> analog, on another web site.

logresolve comes with Apache so it should already be installed on your web
server (assuming you're using Apache).


-- 


___
This is the reportmagic-help mailing list
To change your subscription or other preferences use this URL:
   http://reportmagic.org/cgi-bin/mailman/listinfo/reportmagic-help


Re: [reportmagic-help] QDNS helper program

2006-03-22 Thread Robert D.
Correcting myself! ::

> My experiments seem to say qdns only looks up a single log.

Not! Now I see that I can use the wildcards and pass off dnscache.txt
to analog and thus to rmagic.

@qdns.exe /L  "F:\Program Files\Logs\W3SVC1\ex*.log" /D dnscache.txt
/Z 2 /T 800 /Y  x.x.x.x

@analog -G +ganalog.cfg


-- 

Regards,
Robert D.


___
This is the reportmagic-help mailing list
To change your subscription or other preferences use this URL:
   http://reportmagic.org/cgi-bin/mailman/listinfo/reportmagic-help


Re: [reportmagic-help] QDNS helper program

2006-03-22 Thread Aengus
On Wednesday, March 22, 2006 8:43 AM [EDT],
Robert D. <[EMAIL PROTECTED]> wrote:

> Recently, Aengus squawked:
>
>> Why would  you want Analog to write IPs into  the cache file if
>> you're using QDNS to do resolve the IP addresses?
>
>> The DNS cache file is list of DNS addresses that have  been looked
>> up before. It doesn't matter how you create them
>
> I have played with this for two days now and might have a better
> handle on how it works.
>
> My main question, albeit clouded, was if qdns made an output into, for
> example, dnscache.txt by virtue of looking up ALL addresses found in
> ALL logs?
>
> My experiments seem to say qdns only looks up a single log. Whereas it
> *appears* that I can place a wildcard inside the analog.cfg explaining
> that the daily logs are files named /ex*.log. Then, I guessed, that
> analog itself looks through ALL those logs. Whereas, it *seemed*, that
> qdns did not.

QDNS /L *.log  /D DNS.DNS

works fine for me, reading all the log files in the current directory.

As far as I can tell, QDNS only reads one /L parameter (the last one), so if
you want to analyze multiple logs that you can't specify by a wildcard
pattern, you have to run QDNS against each file one by one (the DNS file is
cumulative), or create a .cfg file with a list of the logfiles.

Aengus


___
This is the reportmagic-help mailing list
To change your subscription or other preferences use this URL:
   http://reportmagic.org/cgi-bin/mailman/listinfo/reportmagic-help


Re: [reportmagic-help] QDNS helper program

2006-03-22 Thread Robert D.
Recently, Aengus squawked:

> Why would  you want Analog to write IPs into  the cache file if
> you're using QDNS to do resolve the IP addresses?

> The DNS cache file is list of DNS addresses that have  been looked
> up before. It doesn't matter how you create them

I have played with this for two days now and might have a better
handle on how it works.

My main question, albeit clouded, was if qdns made an output into, for
example, dnscache.txt by virtue of looking up ALL addresses found in
ALL logs?

My experiments seem to say qdns only looks up a single log. Whereas it
*appears* that I can place a wildcard inside the analog.cfg explaining
that the daily logs are files named /ex*.log. Then, I guessed, that
analog itself looks through ALL those logs. Whereas, it *seemed*, that
qdns did not.

-- 

Regards,
Robert D.


___
This is the reportmagic-help mailing list
To change your subscription or other preferences use this URL:
   http://reportmagic.org/cgi-bin/mailman/listinfo/reportmagic-help


Re: [reportmagic-help] QDNS helper program

2006-03-22 Thread Robert D.
Recently, A. Khattri squawked:
 WRITE), it will take a lot longer.

> You're much better off (i.e. simpler, faster) running logs through
> logresolve

I get a project-invalid when I try and find logresolver on
Sourceforge.  Although I did find it mentioned in conjunction with
analog, on another web site.
-- 

Regards,
Robert D.


___
This is the reportmagic-help mailing list
To change your subscription or other preferences use this URL:
   http://reportmagic.org/cgi-bin/mailman/listinfo/reportmagic-help


Re: [reportmagic-help] QDNS helper program

2006-03-21 Thread A. Khattri
On Tue, 21 Mar 2006, Aengus wrote:

> QDNS should process your logfile, and create the DNS.DNS file in under a
> minute - if you have Analog do the DNS lookups (with DNS WRITE), it will
> take a lot longer.

You're much better off (i.e. simpler, faster) running logs through
logresolve daily (like when logs are rotated) - then analog et al dont
need to do any stinking lookups of any kind...



-- 


___
This is the reportmagic-help mailing list
To change your subscription or other preferences use this URL:
   http://reportmagic.org/cgi-bin/mailman/listinfo/reportmagic-help


Re: [reportmagic-help] QDNS helper program

2006-03-21 Thread Aengus
On Tuesday, March 21, 2006 2:46 PM [EDT],
Robert D. <[EMAIL PROTECTED]> wrote:

> Hello All:
>
> I read where enabling DNS Write really slowed things down. That if I
> used AnalogX's Qdns that it would speed up.
>
> So I got it.
>
> However, I do not understand how it can process the file named
> dnscache.txt, inside the Analog folder, if Analog never writes new log
> IP's into it.

Why would  you want Analog to write IPs into  the cache file if you're using
QDNS to do resolve the IP addresses?
>
> And, if it DOES write new entries into it, does that mean that Analog
> is also looking them up ??? seems a puzzlement.

No, you don't want Analog to "look them up", you want Analog to read them
out of the  cache file.

> I am testing with about 700kB log from my server and it takes several
> minutes before Analog releases for me to use Report-Magic ..IF I use
> DNS Write in the config file.

The DNS cache file is list of DNS addresses that have  been looked up
before. It doesn't matter how you create them - have Analog do it, use one
of the helper apps like QDNS, or even create it by hand. Once it has been
created, Analog can read the cache file, with DNS READ, and it will run
about as fast as it would with DNS turned off.

To  create  the DNS cache file with QDNS, just run
QDNS /L  /D DNS.DNS

(Some people find that the have to manually specify /Y )

Then  tell Analog to read  the  DNS file with
DNSFILE  DNS.DNS
DNS READ

QDNS should process your logfile, and create the DNS.DNS file in under a
minute - if you have Analog do the DNS lookups (with DNS WRITE), it will
take a lot longer.

Aengus


___
This is the reportmagic-help mailing list
To change your subscription or other preferences use this URL:
   http://reportmagic.org/cgi-bin/mailman/listinfo/reportmagic-help


[reportmagic-help] QDNS helper program

2006-03-21 Thread Robert D.
Hello All:

I read where enabling DNS Write really slowed things down. That if I
used AnalogX's Qdns that it would speed up.

So I got it.

However, I do not understand how it can process the file named
dnscache.txt, inside the Analog folder, if Analog never writes new log
IP's into it.

And, if it DOES write new entries into it, does that mean that Analog
is also looking them up ??? seems a puzzlement.

I am testing with about 700kB log from my server and it takes several
minutes before Analog releases for me to use Report-Magic ..IF I use
DNS Write in the config file.



-- 
Regards
Robert D.

Firefox 1.5
WinME


___
This is the reportmagic-help mailing list
To change your subscription or other preferences use this URL:
   http://reportmagic.org/cgi-bin/mailman/listinfo/reportmagic-help