fase-developer Mailing List for FASE - FASE Apache Stats Engine
Status: Planning
Brought to you by:
grevenx
You can subscribe to this list here.
| 2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2003 |
Jan
(21) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: <ev...@ly...> - 2003-01-15 12:40:38
|
Well, I'm not sure that the format I've created the logfile in is a=20 good one. I rather doubt it :) Aren't there any standards we should implement on the parsed file, like=20= XML or something? It is not hard to rewrite the LogFile class as long as the logfile is=20 in a good format. I'll paste the little logfile for you enyhow just to see how I've done=20= it so far: [totals] user_agents:10 platforms:4 hits:450 visits:102 pages:7 kb:72345 hosts:3 domains:12 tlds:3 unique_pages:3 unique_pages_entrances:2 unique_referers_domains:19 hits_from_bookmarks:10 busiest_hour_week:13 busiest_day_week:0 denied_requests:2 denied_unique_request:1 [browsers] [[Mozilla]] hits:10 visits:2 [[Netscape]] hits:3 visits:1 [[Internet Explorer 5.5]] hits:23 visits:11 [domains] [[test.com]] hits:10 visits:22 - Even Andr=E9 On onsdag, jan 15, 2003, at 13:20 Europe/Oslo, Fabio A Mazzarino wrote: > > Even: > > You need to publish this "parsed logfile" so we can keep it=20 > syncronized. > Or else we will develop incompatible code ;o) > > mazza. > > -------------------- > Looking for a better .sig. Suggestions are being accepted. > > On Wed, 15 Jan 2003, [ISO-8859-1] Even Andr=E9 Fiskvik wrote: > > !Hi guys, got anything done with the Perl parser this weekend? > ! > !Just wanted to let you know that I've started the work on the PHP=20 > code, > !in other words the visualization of the statistics. > !I've so far roughly created a class that reads and holds the parsed > !logfiles, an abstract class for managing the graphs, some templates=20= > and > !a config file. > !I will post the "results" of my work later on when I've more going = on. > !I'm now just using an example logfile that I've written myself. My > !intension is to create an abstract file for reading the logfiles as > !well, so this project actually can adobt other logfiles as well = (other > !than the ones we can create from the Perl parser). > ! > ! > !Best regards, > !Even Andr=E9 > ! > ! > !------------------------------------------------------- > !This SF.NET email is sponsored by: Take your first step towards = giving > !your online business a competitive advantage. Test-drive a Thawte SSL > !certificate - our easy online guide will show you how. Click here to=20= > get > !started: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0027en > !_______________________________________________ > !Fase-developer mailing list > !Fas...@li... > !https://lists.sourceforge.net/lists/listinfo/fase-developer > ! > > |
|
From: Fabio A M. <ma...@al...> - 2003-01-15 12:18:01
|
Even: You need to publish this "parsed logfile" so we can keep it syncronized. Or else we will develop incompatible code ;o) mazza. -------------------- Looking for a better .sig. Suggestions are being accepted. On Wed, 15 Jan 2003, [ISO-8859-1] Even Andr=E9 Fiskvik wrote: !Hi guys, got anything done with the Perl parser this weekend? ! !Just wanted to let you know that I've started the work on the PHP code, !in other words the visualization of the statistics. !I've so far roughly created a class that reads and holds the parsed !logfiles, an abstract class for managing the graphs, some templates and !a config file. !I will post the "results" of my work later on when I've more going on. !I'm now just using an example logfile that I've written myself. My !intension is to create an abstract file for reading the logfiles as !well, so this project actually can adobt other logfiles as well (other !than the ones we can create from the Perl parser). ! ! !Best regards, !Even Andr=E9 ! ! !------------------------------------------------------- !This SF.NET email is sponsored by: Take your first step towards giving !your online business a competitive advantage. Test-drive a Thawte SSL !certificate - our easy online guide will show you how. Click here to get !started: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0027en !_______________________________________________ !Fase-developer mailing list !Fas...@li... !https://lists.sourceforge.net/lists/listinfo/fase-developer ! |
|
From: <ev...@ly...> - 2003-01-15 02:17:52
|
Hi guys, got anything done with the Perl parser this weekend? Just wanted to let you know that I've started the work on the PHP code,=20= in other words the visualization of the statistics. I've so far roughly created a class that reads and holds the parsed=20 logfiles, an abstract class for managing the graphs, some templates and=20= a config file. I will post the "results" of my work later on when I've more going on.=20= I'm now just using an example logfile that I've written myself. My=20 intension is to create an abstract file for reading the logfiles as=20 well, so this project actually can adobt other logfiles as well (other=20= than the ones we can create from the Perl parser). Best regards, Even Andr=E9= |
|
From: <ma...@al...> - 2003-01-10 10:38:47
|
Alex: AFAIK once logfiles parsed then we could generate statistics, isn't this the point? Am I missing something? mazza. Posté par Alex le 10/1. I thought the whole point of parseing the log files was to get the data in a database. If it's not. Then what will anyone else be doing once that logfiles are parsed? On Fri, 10 Jan 2003, Fabio A Mazzarino wrote: > > KISS - Keep It Spetaculary Simple. > > There are other interpretations but it basicaly means *Keep It Simple*. > > File permission is not a problem, users always have some disk area, if > don't it means that they shouldn't be able to retrieve information about > apache logs. > > Fetching data from file only takes too long if files are too big, this > would be solved by log-rotating and consolidating logs, I think that > performance won't be a problem. > > Avoiding a database connection make the software much more avaiable for > most users, since a database manager is not required. > > Ow, I forgot to suggest another thing. Maybe a scretch of the whole > system and future modules would be interesting so we have something to > aim. Also a feature list for v0.1 and v0.2 should be interesting (don't > forget: release small, release often) > > Well, Even, I think that these two last task is about you, we can only > suggest. ;o) > > Waiting for your answer ;o) > > mazza > > > -------------------- > Looking for a better .sig. Suggestions are being accepted. > > > On Fri, 10 Jan 2003, [ISO-8859-1] Even André Fiskvik wrote: > > !On fredag, jan 10, 2003, at 01:09 Europe/Oslo, Fabio A Mazzarino wrote: > ! > !> > !> Hi folks: > !> > !> I'd like to make some suggestions. > !> > !> 1. I agree that it's better to use Apache::ParseLog. It's the Perl > !> way, > !> and it's a best pratice for programming: Lazyness > !> > !> 2. Is a database connectio *really* necessary? Maybe it's a good idea > !> to > !> rotate logs and consolidate them in a separete file, and then parse > !> each > !> time required. I mean, just like KISS ;o) > !> What do you think about it? > !> > !> mazza > ! > !What's KISS? And no, a database connection isn't really necessary, but > !users wouldn't have > !to worry about file permissions? When coming to think of it, it might > !not be too bad an idea to > !generate the statistics for a domain in it's own file. Then you > !wouldn't have to think about having > !a database server set-up, and we wouldn't need to think about the > !database abstraction to > !support them all. > !Anyone know what takes up most resources/takes most time, fetching the > !data from a database or a file? > ! > !- Even André > ! |
|
From: <ma...@al...> - 2003-01-10 10:37:16
|
Even Just another suggestion (I feel that it's beggining to be annoying). I'd rather use Perl (mod_perl) for the whole job, and files only to consolidate information from log-rotated files avoiding too many intermediated layers. This includes that we can exercise our lazyness and use other CPAN classes already avaiable. Oh, and just clarifying. I'm considering that v0.1 is about access.log, right? We must keep on mind that fase must in some way better then the other apache-log-analyzers (i.e. webalizer) Now about me, I'm just a programmer, but many times I also manage projects too (free and non-free software), although in non-free software I usually can't colaborate as a programmer :o/. I also know plenty of languages, including Perl and PHP, also C, assembly, etc... ;o) mazza Posté par =?ISO-8859-1?Q?Even_Andr=E9_Fiskvik?= le 10/1. On fredag, jan 10, 2003, at 03:25 Europe/Oslo, Fabio A Mazzarino wrote: > > KISS - Keep It Spetaculary Simple. > > There are other interpretations but it basicaly means *Keep It > Simple*. > > File permission is not a problem, users always have some disk area, if > don't it means that they shouldn't be able to retrieve information > about > apache logs. Yeah, you are right on that. > > Fetching data from file only takes too long if files are too big, this > would be solved by log-rotating and consolidating logs, I think that > performance won't be a problem. > > Avoiding a database connection make the software much more avaiable > for > most users, since a database manager is not required. Ok, I think I agree with your opinion here. Let's make it based on files instead of a database (at least in the first run). > Ow, I forgot to suggest another thing. Maybe a scretch of the whole > system and future modules would be interesting so we have something to > aim. Also a feature list for v0.1 and v0.2 should be interesting (don't > forget: release small, release often) > Well, Even, I think that these two last task is about you, we can only > suggest. ;o) > > Waiting for your answer ;o) > > mazza > > Fabio, what is your area? Do you want to contribute to the parser script or anything else? I'm not much of a Perl programmer myself, I will be the key person when it comes to presentation of the generated materials. Roadmap for v 0.1 - Perl apache log parser -> output: a file with the generated statistics (doesn't have to include all fields in the first run) Roadmap for v 0.2 - a PHP interface that reads the generated file - a simple output based on templates in PHP Roadmap for v 0.3 - make the Perl parser read the httpd.conf file and generate an output file for each vhost (and naming the output files in a way so that we can read the file we want) - More statistics generated by the Perl script - Create an abstraction class for the graphs generation in PHP - Create a class that creates the graphs in PHP As soon as I get an output file created by the Perl script to work with, I'll start working on the PHP part. The output file has to be created in a way so that PHP can reads it right no matter what version the Perl script is at. Hope there's something for you all to work on there. - Even André |
|
From: Alex <ax...@m-...> - 2003-01-10 02:29:45
|
I thought the whole point of parseing the log files was to get the data in a database. If it's not. Then what will anyone else be doing once that logfiles are parsed? On Fri, 10 Jan 2003, Fabio A Mazzarino wrote: > > KISS - Keep It Spetaculary Simple. > > There are other interpretations but it basicaly means *Keep It Simple*. > > File permission is not a problem, users always have some disk area, if > don't it means that they shouldn't be able to retrieve information about > apache logs. > > Fetching data from file only takes too long if files are too big, this > would be solved by log-rotating and consolidating logs, I think that > performance won't be a problem. > > Avoiding a database connection make the software much more avaiable for > most users, since a database manager is not required. > > Ow, I forgot to suggest another thing. Maybe a scretch of the whole > system and future modules would be interesting so we have something to > aim. Also a feature list for v0.1 and v0.2 should be interesting (don't > forget: release small, release often) > > Well, Even, I think that these two last task is about you, we can only > suggest. ;o) > > Waiting for your answer ;o) > > mazza > > > -------------------- > Looking for a better .sig. Suggestions are being accepted. > > > On Fri, 10 Jan 2003, [ISO-8859-1] Even Andr=E9 Fiskvik wrote: > > !On fredag, jan 10, 2003, at 01:09 Europe/Oslo, Fabio A Mazzarino wrote: > ! > !> > !> Hi folks: > !> > !> I'd like to make some suggestions. > !> > !> 1. I agree that it's better to use Apache::ParseLog. It's the Perl > !> way, > !> and it's a best pratice for programming: Lazyness > !> > !> 2. Is a database connectio *really* necessary? Maybe it's a good idea > !> to > !> rotate logs and consolidate them in a separete file, and then parse > !> each > !> time required. I mean, just like KISS ;o) > !> What do you think about it? > !> > !> mazza > ! > !What's KISS? And no, a database connection isn't really necessary, but > !users wouldn't have > !to worry about file permissions? When coming to think of it, it might > !not be too bad an idea to > !generate the statistics for a domain in it's own file. Then you > !wouldn't have to think about having > !a database server set-up, and we wouldn't need to think about the > !database abstraction to > !support them all. > !Anyone know what takes up most resources/takes most time, fetching the > !data from a database or a file? > ! > !- Even Andr=E9 > ! > > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld http://www.vasoftware.c= om > _______________________________________________ > Fase-developer mailing list > Fas...@li... > https://lists.sourceforge.net/lists/listinfo/fase-developer > |
|
From: Fabio A M. <ma...@al...> - 2003-01-10 02:21:49
|
KISS - Keep It Spetaculary Simple. There are other interpretations but it basicaly means *Keep It Simple*. File permission is not a problem, users always have some disk area, if don't it means that they shouldn't be able to retrieve information about apache logs. Fetching data from file only takes too long if files are too big, this would be solved by log-rotating and consolidating logs, I think that performance won't be a problem. Avoiding a database connection make the software much more avaiable for most users, since a database manager is not required. Ow, I forgot to suggest another thing. Maybe a scretch of the whole system and future modules would be interesting so we have something to aim. Also a feature list for v0.1 and v0.2 should be interesting (don't forget: release small, release often) Well, Even, I think that these two last task is about you, we can only suggest. ;o) Waiting for your answer ;o) mazza -------------------- Looking for a better .sig. Suggestions are being accepted. On Fri, 10 Jan 2003, [ISO-8859-1] Even Andr=E9 Fiskvik wrote: !On fredag, jan 10, 2003, at 01:09 Europe/Oslo, Fabio A Mazzarino wrote: ! !> !> Hi folks: !> !> I'd like to make some suggestions. !> !> 1. I agree that it's better to use Apache::ParseLog. It's the Perl !> way, !> and it's a best pratice for programming: Lazyness !> !> 2. Is a database connectio *really* necessary? Maybe it's a good idea !> to !> rotate logs and consolidate them in a separete file, and then parse !> each !> time required. I mean, just like KISS ;o) !> What do you think about it? !> !> mazza ! !What's KISS? And no, a database connection isn't really necessary, but !users wouldn't have !to worry about file permissions? When coming to think of it, it might !not be too bad an idea to !generate the statistics for a domain in it's own file. Then you !wouldn't have to think about having !a database server set-up, and we wouldn't need to think about the !database abstraction to !support them all. !Anyone know what takes up most resources/takes most time, fetching the !data from a database or a file? ! !- Even Andr=E9 ! |
|
From: Alex <ax...@m-...> - 2003-01-10 01:53:11
|
Simple is good. The database connection was just so others could easily get at the data and manipulate it. The parser only extracts raw data from the logs. On Thu, 9 Jan 2003, Fabio A Mazzarino wrote: > > Hi folks: > > I'd like to make some suggestions. > > 1. I agree that it's better to use Apache::ParseLog. It's the Perl way, > and it's a best pratice for programming: Lazyness > > 2. Is a database connectio *really* necessary? Maybe it's a good idea to > rotate logs and consolidate them in a separete file, and then parse each > time required. I mean, just like KISS ;o) > > What do you think about it? > > mazza > > -------------------- > Looking for a better .sig. Suggestions are being accepted. > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > http://www.vasoftware.com > _______________________________________________ > Fase-developer mailing list > Fas...@li... > https://lists.sourceforge.net/lists/listinfo/fase-developer > |
|
From: Fabio A M. <ma...@al...> - 2003-01-10 00:06:16
|
Hi folks: I'd like to make some suggestions. 1. I agree that it's better to use Apache::ParseLog. It's the Perl way, and it's a best pratice for programming: Lazyness 2. Is a database connectio *really* necessary? Maybe it's a good idea to rotate logs and consolidate them in a separete file, and then parse each time required. I mean, just like KISS ;o) What do you think about it? mazza -------------------- Looking for a better .sig. Suggestions are being accepted. |
|
From: Alex <ax...@m-...> - 2003-01-09 14:46:10
|
I'll try to get it done this weekend. On Thu, 9 Jan 2003, [ISO-8859-1] Even Andr=E9 Fiskvik wrote: > Ok guys. > How is it going with the parser, any chances that we can have the part > of the parser that inserts it to the database (in the format previously > described) finished to or by the weekend? When this is done I can start > the work on the presentation of the material in PHP. > > Best luck :) > - Even Andr=E9 > > -- > Med vennlig hilsen, > > Even Andr=E9 Fiskvik > > Daglig leder / Webdesigner > Lynweb Consulting ANS > _________________________ > E-mail:=09...@ly... > Tlf.:=09=09917 70 994 > > E-mail:=09f...@ly... > Webside:=09http://www.lynweb.no > _________________________ > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld http://www.vasoftware.c= om > _______________________________________________ > Fase-developer mailing list > Fas...@li... > https://lists.sourceforge.net/lists/listinfo/fase-developer > |
|
From: <ev...@ly...> - 2003-01-09 10:14:25
|
Ok guys. How is it going with the parser, any chances that we can have the part=20= of the parser that inserts it to the database (in the format previously=20= described) finished to or by the weekend? When this is done I can start=20= the work on the presentation of the material in PHP. Best luck :) - Even Andr=E9 --=20 Med vennlig hilsen, Even Andr=E9 Fiskvik Daglig leder / Webdesigner Lynweb Consulting ANS _________________________ E-mail: ev...@ly... Tlf.: 917 70 994 E-mail: fir...@ly... Webside: http://www.lynweb.no _________________________= |
|
From: Reid G. <Re...@nr...> - 2003-01-09 00:27:19
|
On Wed, 08 Jan 2003 16:22:19 -0800 fas...@li... wrote: > Fase-developer -- confirmation of subscription -- request 672972 > > We have received a request from 66.199.182.196 for subscription of > your email address, <Re...@nr...>, to the > fas...@li... mailing list. To confirm the > request, please send a message to > fas...@li..., and either: > > - maintain the subject line as is (the reply's additional "Re:" is > ok), > > - or include the following line - and only the following line - in the > message body: > > confirm 672972 > > (Simply sending a 'reply' to this message should work from most email > interfaces, since that usually leaves the subject line in the right > form.) > > If you do not wish to subscribe to this list, please simply disregard > this message. Send questions to > fas...@li.... ---- Reid Gravelle Web Application Developer Northern Realities Inc. Ottawa, Ontario, Canada http://www.nri.ca/ Bookstore: http://www.ComputerBooks.ca/ |
|
From: Alex <ax...@m-...> - 2003-01-07 01:16:05
|
Yes, I'll work on that. On Tue, 7 Jan 2003, [ISO-8859-1] Even Andr=E9 Fiskvik wrote: > Looks like a good solution. I've got some questions. > > 1. Could you read from the httpd.conf file so it parses every logfile > listed in the > 2 . Could you make it work so the statistics would be inserted in a > database like this: > > Virtual_Hosts > =09- id > =09- host > > Totals > =09- vhost_id > =09- user_agents > =09- platforms > =09- days > =09- hits > =09- visits > =09- pages > =09- kb > =09- hosts > =09- domains > =09- tlds > =09- unique_pages > =09- unique_pages_entrances > =09- unique_referers_hosts > =09- unique_referers_domains > =09- hits_from_bookmarks > =09- busiest_hour_week > =09- busiest_day_week > =09- denied_requests > =09- denied_unique_requests > > Browsers > =09- vhost_id > =09- browser > =09- hits > =09- visits > > Domains > =09- vhost_id > =09- domain > =09- hits > =09- visits > > Hours_average > =09- vhost_id > =09- hour > =09- hits > =09- visits > > Days_average (this month) > =09- vhost_id > =09- day (format, 01, 02, 03, ..., etc) > =09- hits > =09- visits > > OS > =09- vhost_id > =09- os > =09- hits > =09- visits > > Pages > =09- vhost_id > =09- page > =09- hits > =09- visits > > Referers > =09- vhost_id > =09- referer > =09- hits > =09- visits > > Now it's time for sleep, speak to you later :) > > - Even Andr=E9 > > On mandag, jan 6, 2003, at 23:03 Europe/Oslo, Alex wrote: > > > > > You need to setup the database and the odbc > > > > The database is 2 tables > > table: errorhit > > fields:=09errortype,errorcount > > > > table: filehit > > fields:=09filename,hit > > > > On Mon, 6 Jan 2003, [ISO-8859-1] Even Andr=E9 Fiskvik wrote: > > > >> Could you send it over to me so I could have a look at it? > >> If it's good enough we could upload it to the CVS (and you could get > >> CVS access), so we can get some progress going on. > >> > >> - Even Andr=E9 > >> > >> On mandag, jan 6, 2003, at 22:15 Europe/Oslo, Alex wrote: > >> > >>> > >>> I got some stuff working with perls's ParseLog.pm and DBI.pm > >>> Very rough but it works > >>> > >>> On Thu, 2 Jan 2003, [ISO-8859-1] Even Andr=E9 Fiskvik wrote: > >>> > >>>> That sounds good. > >>>> Hopefully we can get a thing going soon then :) > >>>> I believe this project can be something that a lot of server > >>>> managers > >>>> may find interesting. > >>>> > >>>> Even Andr=E9 > >>>> > >>>> On torsdag, jan 2, 2003, at 01:27 Europe/Oslo, Alex wrote: > >>>> > >>>>> The logo looks cool. I found a perl module that basically parses a > >>>>> httpd.conf file and resulting log files. It's called > >>>>> Apache::ParseLog. > >>>>> With that module and the DBI module inserting into a database > >>>>> should > >>>>> not > >>>>> be a problem. > >>>>> > >>>>> On Thu, 2 Jan 2003, [ISO-8859-1] Even Andr=E9 Fiskvik wrote: > >>>>> > >>>>>> I've uploaded an example log for you to work with at: > >>>>>> http://fase.sourceforge.net/access.log (it's about 3 mb). > >>>>>> The log is in this format: > >>>>>> LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" > >>>>>> \"%{User-Agent}i\"" combined > >>>>>> > >>>>>> Good luck :) > >>>>>> Btw, I've created a logo, what do you think of it: > >>>>>> http://fase.sourceforge.net/fase_logo.jpg > >>>>>> > >>>>>> EAF > >>>>>> > >>>>>> > >>>>>> > >>>>>> ------------------------------------------------------- > >>>>>> This sf.net email is sponsored by:ThinkGeek > >>>>>> Welcome to geek heaven. > >>>>>> http://thinkgeek.com/sf > >>>>>> _______________________________________________ > >>>>>> Fase-developer mailing list > >>>>>> Fas...@li... > >>>>>> https://lists.sourceforge.net/lists/listinfo/fase-developer > >>>>>> > >>>>> > >>>>> > >>>>> > >>>>> ------------------------------------------------------- > >>>>> This sf.net email is sponsored by:ThinkGeek > >>>>> Welcome to geek heaven. > >>>>> http://thinkgeek.com/sf > >>>>> _______________________________________________ > >>>>> Fase-developer mailing list > >>>>> Fas...@li... > >>>>> https://lists.sourceforge.net/lists/listinfo/fase-developer > >>>>> > >>>> -- > >>>> Med vennlig hilsen, > >>>> > >>>> Even Andr=E9 Fiskvik > >>>> > >>>> Daglig leder / Webdesigner > >>>> Lynweb Consulting ANS > >>>> _________________________ > >>>> E-mail:=09...@ly... > >>>> Tlf.:=09=09917 70 994 > >>>> > >>>> E-mail:=09f...@ly... > >>>> Webside:=09http://www.lynweb.no > >>>> _________________________ > >>>> > >>>> > >>>> > >>>> ------------------------------------------------------- > >>>> This sf.net email is sponsored by:ThinkGeek > >>>> Welcome to geek heaven. > >>>> http://thinkgeek.com/sf > >>>> _______________________________________________ > >>>> Fase-developer mailing list > >>>> Fas...@li... > >>>> https://lists.sourceforge.net/lists/listinfo/fase-developer > >>>> > >>> > >>> > >>> > >>> ------------------------------------------------------- > >>> This sf.net email is sponsored by:ThinkGeek > >>> Welcome to geek heaven. > >>> http://thinkgeek.com/sf > >>> _______________________________________________ > >>> Fase-developer mailing list > >>> Fas...@li... > >>> https://lists.sourceforge.net/lists/listinfo/fase-developer > >> > >> > >> > >> ------------------------------------------------------- > >> This sf.net email is sponsored by:ThinkGeek > >> Welcome to geek heaven. > >> http://thinkgeek.com/sf > >> _______________________________________________ > >> Fase-developer mailing list > >> Fas...@li... > >> https://lists.sourceforge.net/lists/listinfo/fase-developer > >> > > <aplog.pl> > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Fase-developer mailing list > Fas...@li... > https://lists.sourceforge.net/lists/listinfo/fase-developer > |
|
From: <ev...@ly...> - 2003-01-06 23:39:29
|
Looks like a good solution. I've got some questions. 1. Could you read from the httpd.conf file so it parses every logfile=20 listed in the 2 . Could you make it work so the statistics would be inserted in a=20 database like this: Virtual_Hosts - id - host Totals - vhost_id - user_agents - platforms - days - hits - visits - pages - kb - hosts - domains - tlds - unique_pages - unique_pages_entrances - unique_referers_hosts - unique_referers_domains - hits_from_bookmarks - busiest_hour_week - busiest_day_week - denied_requests - denied_unique_requests Browsers - vhost_id - browser - hits - visits Domains - vhost_id - domain - hits - visits =09 Hours_average - vhost_id - hour - hits - visits =09 Days_average (this month) - vhost_id - day (format, 01, 02, 03, ..., etc) - hits - visits =09 OS - vhost_id - os - hits - visits =09 Pages - vhost_id - page - hits - visits =09 Referers - vhost_id - referer - hits - visits Now it's time for sleep, speak to you later :) - Even Andr=E9 On mandag, jan 6, 2003, at 23:03 Europe/Oslo, Alex wrote: > > You need to setup the database and the odbc > > The database is 2 tables > table: errorhit > fields: errortype,errorcount > > table: filehit > fields: filename,hit > > On Mon, 6 Jan 2003, [ISO-8859-1] Even Andr=E9 Fiskvik wrote: > >> Could you send it over to me so I could have a look at it? >> If it's good enough we could upload it to the CVS (and you could get >> CVS access), so we can get some progress going on. >> >> - Even Andr=E9 >> >> On mandag, jan 6, 2003, at 22:15 Europe/Oslo, Alex wrote: >> >>> >>> I got some stuff working with perls's ParseLog.pm and DBI.pm >>> Very rough but it works >>> >>> On Thu, 2 Jan 2003, [ISO-8859-1] Even Andr=E9 Fiskvik wrote: >>> >>>> That sounds good. >>>> Hopefully we can get a thing going soon then :) >>>> I believe this project can be something that a lot of server=20 >>>> managers >>>> may find interesting. >>>> >>>> Even Andr=E9 >>>> >>>> On torsdag, jan 2, 2003, at 01:27 Europe/Oslo, Alex wrote: >>>> >>>>> The logo looks cool. I found a perl module that basically parses a >>>>> httpd.conf file and resulting log files. It's called >>>>> Apache::ParseLog. >>>>> With that module and the DBI module inserting into a database=20 >>>>> should >>>>> not >>>>> be a problem. >>>>> >>>>> On Thu, 2 Jan 2003, [ISO-8859-1] Even Andr=E9 Fiskvik wrote: >>>>> >>>>>> I've uploaded an example log for you to work with at: >>>>>> http://fase.sourceforge.net/access.log (it's about 3 mb). >>>>>> The log is in this format: >>>>>> LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" >>>>>> \"%{User-Agent}i\"" combined >>>>>> >>>>>> Good luck :) >>>>>> Btw, I've created a logo, what do you think of it: >>>>>> http://fase.sourceforge.net/fase_logo.jpg >>>>>> >>>>>> EAF >>>>>> >>>>>> >>>>>> >>>>>> ------------------------------------------------------- >>>>>> This sf.net email is sponsored by:ThinkGeek >>>>>> Welcome to geek heaven. >>>>>> http://thinkgeek.com/sf >>>>>> _______________________________________________ >>>>>> Fase-developer mailing list >>>>>> Fas...@li... >>>>>> https://lists.sourceforge.net/lists/listinfo/fase-developer >>>>>> >>>>> >>>>> >>>>> >>>>> ------------------------------------------------------- >>>>> This sf.net email is sponsored by:ThinkGeek >>>>> Welcome to geek heaven. >>>>> http://thinkgeek.com/sf >>>>> _______________________________________________ >>>>> Fase-developer mailing list >>>>> Fas...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/fase-developer >>>>> >>>> -- >>>> Med vennlig hilsen, >>>> >>>> Even Andr=E9 Fiskvik >>>> >>>> Daglig leder / Webdesigner >>>> Lynweb Consulting ANS >>>> _________________________ >>>> E-mail: ev...@ly... >>>> Tlf.: 917 70 994 >>>> >>>> E-mail: fir...@ly... >>>> Webside: http://www.lynweb.no >>>> _________________________ >>>> >>>> >>>> >>>> ------------------------------------------------------- >>>> This sf.net email is sponsored by:ThinkGeek >>>> Welcome to geek heaven. >>>> http://thinkgeek.com/sf >>>> _______________________________________________ >>>> Fase-developer mailing list >>>> Fas...@li... >>>> https://lists.sourceforge.net/lists/listinfo/fase-developer >>>> >>> >>> >>> >>> ------------------------------------------------------- >>> This sf.net email is sponsored by:ThinkGeek >>> Welcome to geek heaven. >>> http://thinkgeek.com/sf >>> _______________________________________________ >>> Fase-developer mailing list >>> Fas...@li... >>> https://lists.sourceforge.net/lists/listinfo/fase-developer >> >> >> >> ------------------------------------------------------- >> This sf.net email is sponsored by:ThinkGeek >> Welcome to geek heaven. >> http://thinkgeek.com/sf >> _______________________________________________ >> Fase-developer mailing list >> Fas...@li... >> https://lists.sourceforge.net/lists/listinfo/fase-developer >> > <aplog.pl> |
|
From: <ev...@ly...> - 2003-01-06 21:22:13
|
Could you send it over to me so I could have a look at it? If it's good enough we could upload it to the CVS (and you could get=20 CVS access), so we can get some progress going on. - Even Andr=E9 On mandag, jan 6, 2003, at 22:15 Europe/Oslo, Alex wrote: > > I got some stuff working with perls's ParseLog.pm and DBI.pm > Very rough but it works > > On Thu, 2 Jan 2003, [ISO-8859-1] Even Andr=E9 Fiskvik wrote: > >> That sounds good. >> Hopefully we can get a thing going soon then :) >> I believe this project can be something that a lot of server managers >> may find interesting. >> >> Even Andr=E9 >> >> On torsdag, jan 2, 2003, at 01:27 Europe/Oslo, Alex wrote: >> >>> The logo looks cool. I found a perl module that basically parses a >>> httpd.conf file and resulting log files. It's called=20 >>> Apache::ParseLog. >>> With that module and the DBI module inserting into a database should >>> not >>> be a problem. >>> >>> On Thu, 2 Jan 2003, [ISO-8859-1] Even Andr=E9 Fiskvik wrote: >>> >>>> I've uploaded an example log for you to work with at: >>>> http://fase.sourceforge.net/access.log (it's about 3 mb). >>>> The log is in this format: >>>> LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" >>>> \"%{User-Agent}i\"" combined >>>> >>>> Good luck :) >>>> Btw, I've created a logo, what do you think of it: >>>> http://fase.sourceforge.net/fase_logo.jpg >>>> >>>> EAF >>>> >>>> >>>> >>>> ------------------------------------------------------- >>>> This sf.net email is sponsored by:ThinkGeek >>>> Welcome to geek heaven. >>>> http://thinkgeek.com/sf >>>> _______________________________________________ >>>> Fase-developer mailing list >>>> Fas...@li... >>>> https://lists.sourceforge.net/lists/listinfo/fase-developer >>>> >>> >>> >>> >>> ------------------------------------------------------- >>> This sf.net email is sponsored by:ThinkGeek >>> Welcome to geek heaven. >>> http://thinkgeek.com/sf >>> _______________________________________________ >>> Fase-developer mailing list >>> Fas...@li... >>> https://lists.sourceforge.net/lists/listinfo/fase-developer >>> >> -- >> Med vennlig hilsen, >> >> Even Andr=E9 Fiskvik >> >> Daglig leder / Webdesigner >> Lynweb Consulting ANS >> _________________________ >> E-mail: ev...@ly... >> Tlf.: 917 70 994 >> >> E-mail: fir...@ly... >> Webside: http://www.lynweb.no >> _________________________ >> >> >> >> ------------------------------------------------------- >> This sf.net email is sponsored by:ThinkGeek >> Welcome to geek heaven. >> http://thinkgeek.com/sf >> _______________________________________________ >> Fase-developer mailing list >> Fas...@li... >> https://lists.sourceforge.net/lists/listinfo/fase-developer >> > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Fase-developer mailing list > Fas...@li... > https://lists.sourceforge.net/lists/listinfo/fase-developer |
|
From: Alex <ax...@m-...> - 2003-01-06 21:15:17
|
I got some stuff working with perls's ParseLog.pm and DBI.pm Very rough but it works On Thu, 2 Jan 2003, [ISO-8859-1] Even Andr=E9 Fiskvik wrote: > That sounds good. > Hopefully we can get a thing going soon then :) > I believe this project can be something that a lot of server managers > may find interesting. > > Even Andr=E9 > > On torsdag, jan 2, 2003, at 01:27 Europe/Oslo, Alex wrote: > > > The logo looks cool. I found a perl module that basically parses a > > httpd.conf file and resulting log files. It's called Apache::ParseLog. > > With that module and the DBI module inserting into a database should > > not > > be a problem. > > > > On Thu, 2 Jan 2003, [ISO-8859-1] Even Andr=E9 Fiskvik wrote: > > > >> I've uploaded an example log for you to work with at: > >> http://fase.sourceforge.net/access.log (it's about 3 mb). > >> The log is in this format: > >> LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" > >> \"%{User-Agent}i\"" combined > >> > >> Good luck :) > >> Btw, I've created a logo, what do you think of it: > >> http://fase.sourceforge.net/fase_logo.jpg > >> > >> EAF > >> > >> > >> > >> ------------------------------------------------------- > >> This sf.net email is sponsored by:ThinkGeek > >> Welcome to geek heaven. > >> http://thinkgeek.com/sf > >> _______________________________________________ > >> Fase-developer mailing list > >> Fas...@li... > >> https://lists.sourceforge.net/lists/listinfo/fase-developer > >> > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Fase-developer mailing list > > Fas...@li... > > https://lists.sourceforge.net/lists/listinfo/fase-developer > > > -- > Med vennlig hilsen, > > Even Andr=E9 Fiskvik > > Daglig leder / Webdesigner > Lynweb Consulting ANS > _________________________ > E-mail:=09...@ly... > Tlf.:=09=09917 70 994 > > E-mail:=09f...@ly... > Webside:=09http://www.lynweb.no > _________________________ > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Fase-developer mailing list > Fas...@li... > https://lists.sourceforge.net/lists/listinfo/fase-developer > |
|
From: <ev...@ly...> - 2003-01-02 21:41:27
|
I'm pleased to say that we know have a website up, though there's not=20 too much content there yet ;) - Even Andr=E9= |
|
From: <ev...@ly...> - 2003-01-02 00:36:42
|
That sounds good. Hopefully we can get a thing going soon then :) I believe this project can be something that a lot of server managers=20 may find interesting. Even Andr=E9 On torsdag, jan 2, 2003, at 01:27 Europe/Oslo, Alex wrote: > The logo looks cool. I found a perl module that basically parses a > httpd.conf file and resulting log files. It's called Apache::ParseLog. > With that module and the DBI module inserting into a database should=20= > not > be a problem. > > On Thu, 2 Jan 2003, [ISO-8859-1] Even Andr=E9 Fiskvik wrote: > >> I've uploaded an example log for you to work with at: >> http://fase.sourceforge.net/access.log (it's about 3 mb). >> The log is in this format: >> LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" >> \"%{User-Agent}i\"" combined >> >> Good luck :) >> Btw, I've created a logo, what do you think of it: >> http://fase.sourceforge.net/fase_logo.jpg >> >> EAF >> >> >> >> ------------------------------------------------------- >> This sf.net email is sponsored by:ThinkGeek >> Welcome to geek heaven. >> http://thinkgeek.com/sf >> _______________________________________________ >> Fase-developer mailing list >> Fas...@li... >> https://lists.sourceforge.net/lists/listinfo/fase-developer >> > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Fase-developer mailing list > Fas...@li... > https://lists.sourceforge.net/lists/listinfo/fase-developer > --=20 Med vennlig hilsen, Even Andr=E9 Fiskvik Daglig leder / Webdesigner Lynweb Consulting ANS _________________________ E-mail: ev...@ly... Tlf.: 917 70 994 E-mail: fir...@ly... Webside: http://www.lynweb.no _________________________ |
|
From: Alex <ax...@m-...> - 2003-01-02 00:26:08
|
The logo looks cool. I found a perl module that basically parses a httpd.conf file and resulting log files. It's called Apache::ParseLog. With that module and the DBI module inserting into a database should not be a problem. On Thu, 2 Jan 2003, [ISO-8859-1] Even Andr=E9 Fiskvik wrote: > I've uploaded an example log for you to work with at: > http://fase.sourceforge.net/access.log (it's about 3 mb). > The log is in this format: > LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" > \"%{User-Agent}i\"" combined > > Good luck :) > Btw, I've created a logo, what do you think of it: > http://fase.sourceforge.net/fase_logo.jpg > > EAF > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Fase-developer mailing list > Fas...@li... > https://lists.sourceforge.net/lists/listinfo/fase-developer > |
|
From: <ev...@ly...> - 2003-01-01 23:48:27
|
I'm not sure if my previous message went through, but here's in short=20 what I said: For an example of how an apache log would look like, I've uploaded one=20= for download on this address: http://fase.sourceforge.net/access.log.tar.gz I've also created a logo in waiting for better contributions, what do=20 you think of it? http://fase.sourceforge.net/fase_logo.jpg I've also started to look on the website, but I'm hoping it won't take=20= too long to get the Perl script up and running for an initial test=20 release. EAF --=20 Med vennlig hilsen, Even Andr=E9 Fiskvik Daglig leder / Webdesigner Lynweb Consulting ANS _________________________ E-mail: ev...@ly... Tlf.: 917 70 994 E-mail: fir...@ly... Webside: http://www.lynweb.no _________________________= |
|
From: <ev...@ly...> - 2003-01-01 23:48:27
|
I've uploaded an example log for you to work with at: http://fase.sourceforge.net/access.log (it's about 3 mb). The log is in this format: LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined Good luck :) Btw, I've created a logo, what do you think of it: http://fase.sourceforge.net/fase_logo.jpg EAF |
|
From: Alex <ax...@m-...> - 2002-12-31 23:53:46
|
Do you have any log files to test with On Tue, 31 Dec 2002 fas...@li... wrote: > Send Fase-developer mailing list submissions to > fas...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/fase-developer > or, via email, send a message with subject or body 'help' to > fas...@li... > > You can reach the person managing the list at > fas...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Fase-developer digest..." > > > Today's Topics: > > 1. Testing the list (=?ISO-8859-1?Q?Even_Andr=E9_Fiskvik?=) > > --__--__-- > > Message: 1 > Date: Tue, 31 Dec 2002 15:25:58 +0100 > From: =?ISO-8859-1?Q?Even_Andr=E9_Fiskvik?= <ev...@ly...> > To: fas...@li... > Subject: [Fase-developer] Testing the list > > Testing the list... > > > > > --__--__-- > > _______________________________________________ > Fase-developer mailing list > Fas...@li... > https://lists.sourceforge.net/lists/listinfo/fase-developer > > > End of Fase-developer Digest > |
|
From: <ev...@ly...> - 2002-12-31 14:27:36
|
Testing the list... |