[yaala] Re: yaala digest, Vol 1 #29 - 3 msgs
newman
yaala@verplant.org
Thu, 03 Jul 2003 11:21:23 -0300
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
<title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
Florian,<br>
<br>
I am loving this software, right now I did some reports that I was
dreaming to have here. Also I included ident on squid parser, I did he
following inserts on Squid.pm:<br>
%DATAFIELDS = (<br>
...<br>
'hierarchycode' => 'key',<br>
-> 'ident' => 'key',<br>
'bytes' => 'agg:bytes',<br>
... <br>
<br>
<br>
and<br>
my %combined=(<br>
...<br>
'hierarchycode' => uc ($hierarchy_code),<br>
-> 'ident' => uc ($ident),<br>
'peer' => $origin_host,<br>
...<br>
<br>
<br>
After that I did report with user information, as I use squid with
autentication:<br>
select: "requests, bytes BY ident WHERE date =~ 2003-07-03"; <br>
returning this<br>
<br>
Ident <br>
Aggregation Requests Bytes <br>
NEWMAN 4302 11.9% 6385.7 kByte 2.4% <br>
XXXXX2 35 0.1% 51.4 kByte 0.0% <br>
XXXXX3 30 0.1% 690.8 kByte 0.3% <br>
XXXXX4 440 1.2% 5400.2 kByte 2.1% <br>
...<br>
<br>
Which is very important information for me. I will be great if you
could insert this on the next release.<br>
<br>
Now I will start with apache logs.<br>
<br>
Thank you,<br>
<br>
Newman<br>
<br>
<br>
<br>
<br>
Florian Forster wrote:<br>
<blockquote type="cite" cite="mid20030703152100.E1370@huhu.franken.de">
<pre wrap="">On Thu, Jul 03, 2003 at 09:56:20AM -0300, newman wrote:
</pre>
<blockquote type="cite">
<pre wrap=""> Thank you very much, you are right, my perl is 5.8.0. I changed to
an old machine with perl v 5.6.0 and everything worked fine.
</pre>
</blockquote>
<pre wrap=""><!---->
Ok, good to know. The problem seems to be the negated character classes,
such as qr/[^\s:]+/ to match a domain name (without port, if present).
However, I have not been able to reproduce this bug with a very simple
test script.. I'll see if I can find any information on that issue..
I hope to come up with some sort of workaround for the next release.
Regards :)
Florian Forster
</pre>
</blockquote>
</body>
</html>