[opencms-dev] Flexcache counters

Chuck Mysak chuck.mysak at gmail.com
Tue Feb 23 14:43:32 CET 2010


Thanks,
but I also have ideas about implementing that.
I was wondering only if flexcache had some (let's say) long counter in which
it stores the number of times a page was accessed (maybe the caching
algorithm was using that). I don't need a complicated analytics tool for
now. Only a list of the most accessed pages.

Regards,

Chuck

On Tue, Feb 23, 2010 at 3:38 PM, Roman Uhlig Maxity.de <
roman.uhlig at maxity.de> wrote:

>
> Hehe, I'd like that. ;)
>
> Tho plain storage of resource access counters in a database would not work
> with OpenCms pages with high load in terms of performance (1 insert per
> hit).
>
> I.e. we've developed an application bean for that, which collects these
> data, processes and consolidates them and stores them as bulk data in a
> database. Still creates about 20 GB of data per year. ;)
>
> Roman
>
> -----Ursprüngliche Nachricht-----
> Von: opencms-dev-bounces at opencms.org [mailto:
> opencms-dev-bounces at opencms.org] Im Auftrag von Achim Westermann
> Gesendet: Dienstag, 23. Februar 2010 14:21
> An: The OpenCms mailing list
> Betreff: Re: [opencms-dev] Flexcache counters
>
> Hi Chuck,
>
> this had to be programmed. I have an idea:
>
> Write a subclass of the <cms:inlclude> tag implementation. Change
> opencms.tld to use this class instead for <cms:include>
> Within your implementation, store a row in a custom db table (uri, time
> start, time end) and call super to do the cms:include work. Later
> reporting pages could be added to the OpenCms administration. All could be
> bundeled to an OpenCms module.
>
> Could you please implement all this and share it as open source?
>
> ;-)
>
> Achim
>
> Chuck Mysak wrote:
> > Hello all,
> >
> > did anyone who worked with flexcache managed to get for example a set of
> > counters relative to the resource that can be used to determine the
> > number of times a resource has been accessed?
> >
> > Regards,
> >
> > Chuck
> >
> >
> > ------------------------------------------------------------------------
> >
> >
> > _______________________________________________
> > This mail is sent to you from the opencms-dev mailing list
> > To change your list options, or to unsubscribe from the list, please
> visit
> > http://lists.opencms.org/mailman/listinfo/opencms-dev
>
> _______________________________________________
> This mail is sent to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please visit
> http://lists.opencms.org/mailman/listinfo/opencms-dev
>
> _______________________________________________
> This mail is sent to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please visit
> http://lists.opencms.org/mailman/listinfo/opencms-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20100223/f9e01928/attachment.htm>


More information about the opencms-dev mailing list