Hey all, Sorry if this is a dumb or misplaced question. What are people using to track the usage of their rails apps? Are you tracking within rails or just parsing the server logs? I can see relatively easy solutions in before filters, but I don''t mean to double the work if the info is already usefully recorded. -Jeff -- Jeff Casimir Developer, CommonText Literacy Project: commontext.com Teacher, César Chávez PCHS: cesarchavezhs.org
We parse the Apache logs with Urchin and use that. The same interface for all of our deployed Web apps and static sites. urchin.com> From: Jeff Casimir <jeff-+RlNNtFrnNmT15sufhRIGw@public.gmane.org> > Reply-To: <rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org> > Date: Sun, 07 Aug 2005 22:32:19 -0700 > To: <rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org> > Subject: [Rails] Site Stats > > Hey all, > > Sorry if this is a dumb or misplaced question. What are people using to > track the usage of their rails apps? Are you tracking within rails or > just parsing the server logs? I can see relatively easy solutions in > before filters, but I don''t mean to double the work if the info is > already usefully recorded. > > -Jeff > > -- > Jeff Casimir > Developer, CommonText Literacy Project: commontext.com > Teacher, César Chávez PCHS: cesarchavezhs.org > > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > lists.rubyonrails.org/mailman/listinfo/rails
Heya Jeff, I am just using pglogd, which interfaces with Apache, and then I wrote a Rails interface for it. I haven''t touched it in a while and it was my first Rails project so it is fairly.... crap. :) Dylan.> Hey all, > > Sorry if this is a dumb or misplaced question. What are people using > to track the usage of their rails apps? Are you tracking within rails > or just parsing the server logs? I can see relatively easy solutions > in before filters, but I don''t mean to double the work if the info is > already usefully recorded. > > -Jeff >
Hi, We''re currently working on a Rails app which will parse both lighttpd access and error log files plus the rails logs and output some nice statistics and graphs. Once we''re finished it''ll be open-sourced. Unfortunately, I can''t really give an accurate estimate as to when it may be available but it should be by the end of the month. Cheers -- Ben Myles railsapphosting.com
Hi Jeff,> Sorry if this is a dumb or misplaced question. What are people using to > track the usage of their rails apps? Are you tracking within rails or > just parsing the server logs? I can see relatively easy solutions in > before filters, but I don''t mean to double the work if the info is > already usefully recorded.We have rewritten one PHP application called PathStats (jehiah.com/projects/pathstats) in Rails. The tracking is done within Rails. You can see two screenshots here: littlegreen.org/paths.png littlegreen.org/hits.png We can release this as an open source project if there''s enough interest. Best regards, Luben
Luben- I like the looks of these screens. I for one would love to get a hold of the code for your rails version of PathStats. Thanks- -Ezra Zygmuntowicz WebMaster Yakima Herald-Republic Newspaper ezra-gdxLOakOTQ9oetBuM9ipNAC/G2K4zDHf@public.gmane.org 509-577-7732 On Aug 8, 2005, at 12:37 AM, Luben Manolov wrote:> Hi Jeff, > > >> Sorry if this is a dumb or misplaced question. What are people >> using to track the usage of their rails apps? Are you tracking >> within rails or just parsing the server logs? I can see >> relatively easy solutions in before filters, but I don''t mean to >> double the work if the info is already usefully recorded. >> > > We have rewritten one PHP application called PathStats (http:// > jehiah.com/projects/pathstats) in Rails. The tracking is done > within Rails. You can see two screenshots here: > > littlegreen.org/paths.png > littlegreen.org/hits.png > > We can release this as an open source project if there''s enough > interest. > > Best regards, > > Luben > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > lists.rubyonrails.org/mailman/listinfo/rails >
Hi Luben, Luben Manolov wrote:> We have rewritten one PHP application called PathStats > (jehiah.com/projects/pathstats) in Rails. The tracking is done > within Rails. You can see two screenshots here: > > littlegreen.org/paths.png > littlegreen.org/hits.png > > We can release this as an open source project if there''s enough interest.Oh yes, please, it looks very nice! Greetings, Beate
> We can release this as an open source project if there''s enough > interest.+1 for open sourcing it. I would like to use this. Robert
On Mon, Aug 08, 2005, Robert Bousquet wrote:> >We can release this as an open source project if there''s enough > >interest. > > +1 for open sourcing it. I would like to use this.+1 from me too. Please do release it.
+1 I agree as-well, please release it. On 8 Aug 2005, at 18:24, Ben Bleything wrote:> On Mon, Aug 08, 2005, Robert Bousquet wrote: > > > >>> We can release this as an open source project if there''s enough >>> interest. >>> >>> >>> >> >> +1 for open sourcing it. I would like to use this. >> >> >> > > +1 from me too. Please do release it. > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > lists.rubyonrails.org/mailman/listinfo/rails > > >
I would be interested as well. It was just determined that we need something like this. Cheers, Brett On Aug 8, 2005, at 1:44 PM, Ezra Zygmuntowicz wrote:> Luben- > I like the looks of these screens. I for one would love to get > a hold of the code for your rails version of PathStats. > > Thanks- > > -Ezra Zygmuntowicz > WebMaster > Yakima Herald-Republic Newspaper > ezra-gdxLOakOTQ9oetBuM9ipNAC/G2K4zDHf@public.gmane.org > 509-577-7732 > > On Aug 8, 2005, at 12:37 AM, Luben Manolov wrote: > > >> Hi Jeff, >> >> >> >>> Sorry if this is a dumb or misplaced question. What are people >>> using to track the usage of their rails apps? Are you tracking >>> within rails or just parsing the server logs? I can see >>> relatively easy solutions in before filters, but I don''t mean to >>> double the work if the info is already usefully recorded. >>> >>> >> >> We have rewritten one PHP application called PathStats (http:// >> jehiah.com/projects/pathstats) in Rails. The tracking is done >> within Rails. You can see two screenshots here: >> >> littlegreen.org/paths.png >> littlegreen.org/hits.png >> >> We can release this as an open source project if there''s enough >> interest. >> >> Best regards, >> >> Luben >> _______________________________________________ >> Rails mailing list >> Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org >> lists.rubyonrails.org/mailman/listinfo/rails >> >> > > > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > lists.rubyonrails.org/mailman/listinfo/rails >
I would be very interested in this as well. In the mean time does anyone know of any good resources for open source website stats tools? What does everyone else use at the moment? -----Original Message----- From: rails-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Brett Walker Sent: Tuesday, August 09, 2005 5:05 AM To: rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: Re: [Rails] Site Stats I would be interested as well. It was just determined that we need something like this. Cheers, Brett On Aug 8, 2005, at 1:44 PM, Ezra Zygmuntowicz wrote:> Luben- > I like the looks of these screens. I for one would love to get > a hold of the code for your rails version of PathStats. > > Thanks- > > -Ezra Zygmuntowicz > WebMaster > Yakima Herald-Republic Newspaper > ezra-gdxLOakOTQ9oetBuM9ipNAC/G2K4zDHf@public.gmane.org > 509-577-7732 > > On Aug 8, 2005, at 12:37 AM, Luben Manolov wrote: > > >> Hi Jeff, >> >> >> >>> Sorry if this is a dumb or misplaced question. What are people >>> using to track the usage of their rails apps? Are you tracking >>> within rails or just parsing the server logs? I can see >>> relatively easy solutions in before filters, but I don''t mean to >>> double the work if the info is already usefully recorded. >>> >>> >> >> We have rewritten one PHP application called PathStats (http:// >> jehiah.com/projects/pathstats) in Rails. The tracking is done >> within Rails. You can see two screenshots here: >> >> littlegreen.org/paths.png >> littlegreen.org/hits.png >> >> We can release this as an open source project if there''s enough >> interest. >> >> Best regards, >> >> Luben >> _______________________________________________ >> Rails mailing list >> Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org >> lists.rubyonrails.org/mailman/listinfo/rails >> >> > > > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > lists.rubyonrails.org/mailman/listinfo/rails >_______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org lists.rubyonrails.org/mailman/listinfo/rails
Hi Brett, one I came across a while ago is: phpmyvisites.net I do not use it at the moment and just went through all the documentation at the website. Nevertheless to me it makes a quite mature impression. Cheers, Govinda rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org schrieb am 10.08.05 11:11:42: I would be very interested in this as well. In the mean time does anyone know of any good resources for open source website stats tools? What does everyone else use at the moment? -----Original Message----- From: rails-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Brett Walker Sent: Tuesday, August 09, 2005 5:05 AM To: rails-1W37MKcQCpIbvKGg9ot7NQ@public.gmane.org! onrails.org Subject: Re: [Rails] Site Stats I would be interested as well. It was just determined that we need something like this. Cheers, Brett On Aug 8, 2005, at 1:44 PM, Ezra Zygmuntowicz wrote: > Luben- > I like the looks of these screens. I for one would love to get > a hold of the code for your rails version of PathStats. > > Thanks- > > -Ezra Zygmuntowicz > WebMaster > Yakima Herald-Republic Newspaper > ezra-gdxLOakOTQ9oetBuM9ipNAC/G2K4zDHf@public.gmane.org > 509-577-7732 > > On Aug 8, 2005, at 12:37 AM, Luben Manolov wrote: > > >> Hi Jeff, >> >> >> >>> Sorry if this is a dumb or misplaced question. What are people >>> using to track the usage of their rails apps? Are you tracking >>> within rails or just parsing the server logs? I can see >>> relatively easy solutions in before filters, ! but I don''t mean to >>> double the work if the info is al ready usefully recorded. >>> >>> >> >> We have rewritten one PHP application called PathStats (http:// >> jehiah.com/projects/pathstats) in Rails. The tracking is done >> within Rails. You can see two screenshots here: >> >> littlegreen.org/paths.png >> littlegreen.org/hits.png >> >> We can release this as an open source project if there''s enough >> interest. >> >> Best regards, >> >> Luben >> _______________________________________________ >> Rails mailing list >> Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org >> lists.rubyonrails.org/mailman/listinfo/rails >> >> > > > _______________________________________________ > Rails mailing list > Rail s@lists.rubyonrails.org > lists.rubyonrails.org/mailman/listinfo/rails &g! t; _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org lists.rubyonrails.org/mailman/listinfo/rails _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org lists.rubyonrails.org/mailman/listinfo/rails Verschicken Sie romantische, coole und witzige Bilder per SMS! Jetzt bei WEB.DE FreeMail: f.web.de/?mc=021193 _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org lists.rubyonrails.org/mailman/listinfo/rails
Luben Manolov wrote:> > We can release this as an open source project if there''s enough interest. >+1 for releasing this to the public // JoNtE -- Jonas Montonen Home: jonte.nu Newbie RoR: turnering.se & tournamentadmin.net
Luben Manolov wrote:> Hi Jeff, > >> Sorry if this is a dumb or misplaced question. What are people using >> to track the usage of their rails apps? Are you tracking within rails >> or just parsing the server logs? I can see relatively easy solutions >> in before filters, but I don''t mean to double the work if the info is >> already usefully recorded. > > > We have rewritten one PHP application called PathStats > (jehiah.com/projects/pathstats) in Rails. The tracking is done > within Rails. You can see two screenshots here: > > littlegreen.org/paths.png > littlegreen.org/hits.png > > We can release this as an open source project if there''s enough interest.I''d say +1 too but that wouldn''t hold too many information compared to the couple of previous replies :) If you can set up some voting on the topic, it would be a more efficient way to collect that kind of information.. Kristof
Hi Kristof, Kristof Jozsa wrote:>> We have rewritten one PHP application called PathStats >> (jehiah.com/projects/pathstats) in Rails. The tracking is done >> within Rails. You can see two screenshots here: >> >> littlegreen.org/paths.png >> littlegreen.org/hits.png >> >> We can release this as an open source project if there''s enough interest. > > I''d say +1 too but that wouldn''t hold too many information compared to > the couple of previous replies :) If you can set up some voting on the > topic, it would be a more efficient way to collect that kind of > information..I think that there were enough replies :) I will release the code as soon as possible (hopefully this weekend). Best regards, Luben
Govinda, thanks - I''ll take a look at it. I''m on the road right... Cheers, Brett On Aug 10, 2005, at 3:44 PM, Govinda Pfister wrote:> Hi Brett, > > one I came across a while ago is: > > phpmyvisites.net > > I do not use it at the moment and just went through all the > documentation at the website. Nevertheless to me it makes a quite > mature impression. > > Cheers, > > Govinda > > > > rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org schrieb am 10.08.05 11:11:42: > > > > > I would be very interested in this as well. In the mean time does > anyone > know of any good resources for open source website stats tools? What > does everyone else use at the moment? > > -----Original Message----- > From: rails-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > [mailto:rails-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Brett Walker > Sent: Tuesday, August 09, 2005 5:05 AM > To: rails-1W37MKcQCpIbvKGg9ot7NQ@public.gmane.org! onrails.org > Subject: Re: [Rails] Site Stats > > I would be interested as well. It was just determined that we need > something like this. > > Cheers, > Brett > > On Aug 8, 2005, at 1:44 PM, Ezra Zygmuntowicz wrote: > > > Luben- > > I like the looks of these screens. I for one would love to get > > a hold of the code for your rails version of PathStats. > > > > Thanks- > > > > -Ezra Zygmuntowicz > > WebMaster > > Yakima Herald-Republic Newspaper > > ezra-gdxLOakOTQ9oetBuM9ipNAC/G2K4zDHf@public.gmane.org > > 509-577-7732 > > > > On Aug 8, 2005, at 12:37 AM, Luben Manolov wrote: > > > > > >> Hi Jeff, > >> > >> > >> > >>> Sorry if this is a dumb or misplaced question. What are people > >>> using to track the usage of their rails apps? Are you tracking > >>> within rails or just parsing the server logs? I can see > >>> relatively easy solutions in before filters, ! but I don''t mean to > >>> double the work if the info is al ready usefully recorded. > >>> > >>> > >> > >> We have rewritten one PHP application called PathStats (http:// > >> jehiah.com/projects/pathstats) in Rails. The tracking is done > >> within Rails. You can see two screenshots here: > >> > >> littlegreen.org/paths.png > >> littlegreen.org/hits.png > >> > >> We can release this as an open source project if there''s enough > >> interest. > >> > >> Best regards, > >> > >> Luben > >> _______________________________________________ > >> Rails mailing list > >> Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > >> lists.rubyonrails.org/mailman/listinfo/rails > >> > >> > > > > > > _______________________________________________ > > Rails mailing list > > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > lists.rubyonrails.org/mailman/listinfo/rails > &g! t; > > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > lists.rubyonrails.org/mailman/listinfo/rails > > > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > lists.rubyonrails.org/mailman/listinfo/rails > > > > > Verschicken Sie romantische, coole und witzige Bilder per SMS! > Jetzt bei WEB.DE FreeMail: f.web.de/?mc=021193 > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > lists.rubyonrails.org/mailman/listinfo/rails >_______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org lists.rubyonrails.org/mailman/listinfo/rails