Traffic stats in Zope only
Assuming I have no access to the Zope or Apache logfiles, is there a module I can incorporate into Zope to give me traffic stats for a site? -- Martin F. Krafft Artificial Intelligence Laboratory Ph.D. Student Department of Information Technology Email: krafft@ifi.unizh.ch University of Zurich Tel: +41.(0)1.63-54323 Winterthurerstrasse 190 http://www.ifi.unizh.ch/~krafft/ CH-8057 Zurich, Switzerland NOTE: The pgp.net keyservers and their mirrors are broken! Get my key here: http://people.debian.org/~madduck/gpg/330c4a75.asc
AFAIK no. But there are various packages for analyzing your apache logs that are easy to install: webalizer (my fav) analog awstats another more complicated and resource intensive option but one that you could potentially hang off of zope is mod_log_sql. You install this as an apache module, put a few lines of configuration in httpd.conf and set up an sql db. Everything gets logged to the db, so you you could design your own graphic logs with SQL in Zope. None of these are python or zope based but they are the best free packages out there and I think that's the best you'll get. :) <--> george donnelly - http://zettai.net/ - "We Love Newbies" :) Zope Hosting - Dynamic Website Design - Search Engine Promotion Yahoo, AIM: zettainet - ICQ: 51907738 - e:george@zettai.net
From: Martin F Krafft <krafft@ifi.unizh.ch> Organization: AILab, IFI, University of Zurich Date: Fri, 20 Dec 2002 13:55:48 +0100 To: zope users <zope@zope.org> Subject: [Zope] Traffic stats in Zope only
Assuming I have no access to the Zope or Apache logfiles, is there a module I can incorporate into Zope to give me traffic stats for a site?
also sprach george donnelly <list@zettai.net> [2002.12.20.0956 +0100]:
webalizer (my fav)
mine too. well, i'll see what i can do. the main problem is that we don't get a subdomain for the zope site, just a subdirectory, and i don't know how to get webalizer to separate statistics by subdir. but that discussion doesn't belong here... -- Martin F. Krafft Artificial Intelligence Laboratory Ph.D. Student Department of Information Technology Email: krafft@ifi.unizh.ch University of Zurich Tel: +41.(0)1.63-54323 Winterthurerstrasse 190 http://www.ifi.unizh.ch/~krafft/ CH-8057 Zurich, Switzerland NOTE: The pgp.net keyservers and their mirrors are broken! Get my key here: http://people.debian.org/~madduck/gpg/330c4a75.asc
On Friday 20 December 2002 12:55 pm, Martin F Krafft wrote:
Assuming I have no access to the Zope or Apache logfiles, is there a module I can incorporate into Zope to give me traffic stats for a site?
You have access to install filesystem products, but no access to read log files? thats weird. -- Toby Dickenson http://www.geminidataloggers.com/people/tdickenson
also sprach Toby Dickenson <tdickenson@geminidataloggers.com> [2002.12.20.1403 +0100]:
Assuming I have no access to the Zope or Apache logfiles, is there a module I can incorporate into Zope to give me traffic stats for a site?
You have access to install filesystem products, but no access to read log files? thats weird.
I am not going to be the admin on the final system and we want to take as much "control" away from the admins as possible due to internal reasons. If they manage to get Zope and Plone up and running, then that's more than I can ask for (internal politics). I can't really expect them to also install a log analyser... -- Martin F. Krafft Artificial Intelligence Laboratory Ph.D. Student Department of Information Technology Email: krafft@ifi.unizh.ch University of Zurich Tel: +41.(0)1.63-54323 Winterthurerstrasse 190 http://www.ifi.unizh.ch/~krafft/ CH-8057 Zurich, Switzerland NOTE: The pgp.net keyservers and their mirrors are broken! Get my key here: http://people.debian.org/~madduck/gpg/330c4a75.asc
Hello, i am getting this error when i am trying to start zope...i am using openldap2.0.12,LDAPUserFolder1.2.beta3,i have installed python-ldap-2.0.0pre06 too....can anyone checkout why it is complaining Traceback (most recent call last): File "/usr/local/zope/lib/python/OFS/Application.py", line 531, in import_product product=__import__(pname, global_dict, global_dict, silly) File "/usr/local/zope/lib/python/Products/LDAPUserFolder/__init__.py", line 13, in ? from LDAPUserFolder import addLDAPUserFolderForm, \ File "/usr/local/zope/lib/python/Products/LDAPUserFolder/LDAPUserFolder.py", line 30, in ? import _ldap ImportError: /usr/local/zope/lib/python/Products/LDAPUserFolder/_ldapmodule.so: undefined symbol: ldap_ufn_setfilter regards, rockash.............. __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com
first of all (and this has nothing to do with the real problem), why are you using such an ancient version of the LDAPUserFolder? as far as the real problem goes, it looks like your compilation of python-ldap went wrong, or it could be that your library search path is missing the path to the actual OpenLDAP libraries. jens On Friday, Dec 20, 2002, at 08:24 US/Eastern, Dreaming Warrior wrote:
Hello, i am getting this error when i am trying to start zope...i am using openldap2.0.12,LDAPUserFolder1.2.beta3,i have installed python-ldap-2.0.0pre06 too....can anyone checkout why it is complaining
Traceback (most recent call last): File "/usr/local/zope/lib/python/OFS/Application.py", line 531, in import_product product=__import__(pname, global_dict, global_dict, silly) File "/usr/local/zope/lib/python/Products/LDAPUserFolder/__init__.py", line 13, in ? from LDAPUserFolder import addLDAPUserFolderForm, \ File "/usr/local/zope/lib/python/Products/LDAPUserFolder/LDAPUserFolder.py", line 30, in ? import _ldap ImportError: /usr/local/zope/lib/python/Products/LDAPUserFolder/_ldapmodule.so: undefined symbol: ldap_ufn_setfilter
regards,
rockash..............
__________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
thanks for the reply...the reason why i am using the older version is bcoz, i had used the same some time for a diff project ...how ever i used the latest stable version which is LDAPUserFolder-1.6...this gave the error ... 2002-12-20T13:10:13 ERROR(200) Zope Could not import Products.LDAPUserFolder Traceback (innermost last): File /usr/local/zope/lib/python/OFS/Application.py, line 531, in import_product File /usr/local/zope/lib/python/Products/LDAPUserFolder/__init__.py, line 13, in ? File /usr/local/zope/lib/python/Products/LDAPUserFolder/LDAPUserFolder.py, line 34, in ? File /usr/local/zope/lib/python/Products/LDAPUserFolder/LDAPUser.py, line 19, in ? (Object: aq_inner) File /usr/local/zope/lib/python/Products/LDAPUserFolder/utils.py, line 32, in ? ImportError: No module named ldap I have copied the _ldapmodule.so as instructed into the LDAP folder in Products.....but still i get this error....also the problem i have is that i have to install on client machine and that sys admin is not very co-operative....i have access only to /usr/local/zope and my home folder....can u think of a solution ...as to how i can get this running.... regards, rockash....... --- Jens Vagelpohl <jens@zope.com> wrote:
first of all (and this has nothing to do with the real problem), why are you using such an ancient version of the LDAPUserFolder?
as far as the real problem goes, it looks like your compilation of python-ldap went wrong, or it could be that your library search path is missing the path to the actual OpenLDAP libraries.
jens
On Friday, Dec 20, 2002, at 08:24 US/Eastern, Dreaming Warrior wrote:
Hello, i am getting this error when i am trying to start zope...i am using openldap2.0.12,LDAPUserFolder1.2.beta3,i have installed python-ldap-2.0.0pre06 too....can anyone checkout why it is complaining
Traceback (most recent call last): File "/usr/local/zope/lib/python/OFS/Application.py", line 531, in import_product product=__import__(pname, global_dict, global_dict, silly) File
"/usr/local/zope/lib/python/Products/LDAPUserFolder/__init__.py",
line 13, in ? from LDAPUserFolder import addLDAPUserFolderForm, \ File
"/usr/local/zope/lib/python/Products/LDAPUserFolder/LDAPUserFolder.py",
line 30, in ? import _ldap ImportError:
/usr/local/zope/lib/python/Products/LDAPUserFolder/_ldapmodule.so:
undefined symbol: ldap_ufn_setfilter
regards,
rockash..............
__________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
===== The Power of the Mind is the Last of the UnTamed Beasts on this Planet...!!! *:-.,_,.-:*'``'*:-.,_,.-:*'``'*:-.,_,.-:*'``'O __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com
well, this is the same problem. your python-ldap module is screwed up. jens On Friday, Dec 20, 2002, at 09:47 US/Eastern, Dreaming Warrior wrote:
thanks for the reply...the reason why i am using the older version is bcoz, i had used the same some time for a diff project ...how ever i used the latest stable version which is LDAPUserFolder-1.6...this gave the error ... 2002-12-20T13:10:13 ERROR(200) Zope Could not import Products.LDAPUserFolder Traceback (innermost last): File /usr/local/zope/lib/python/OFS/Application.py, line 531, in import_product File /usr/local/zope/lib/python/Products/LDAPUserFolder/__init__.py, line 13, in ? File /usr/local/zope/lib/python/Products/LDAPUserFolder/LDAPUserFolder.py, line 34, in ? File /usr/local/zope/lib/python/Products/LDAPUserFolder/LDAPUser.py, line 19, in ? (Object: aq_inner) File /usr/local/zope/lib/python/Products/LDAPUserFolder/utils.py, line 32, in ? ImportError: No module named ldap
I have copied the _ldapmodule.so as instructed into the LDAP folder in Products.....but still i get this error....also the problem i have is that i have to install on client machine and that sys admin is not very co-operative....i have access only to /usr/local/zope and my home folder....can u think of a solution ...as to how i can get this running....
regards,
rockash.......
--- Jens Vagelpohl <jens@zope.com> wrote:
first of all (and this has nothing to do with the real problem), why are you using such an ancient version of the LDAPUserFolder?
as far as the real problem goes, it looks like your compilation of python-ldap went wrong, or it could be that your library search path is missing the path to the actual OpenLDAP libraries.
jens
On Friday, Dec 20, 2002, at 08:24 US/Eastern, Dreaming Warrior wrote:
Hello, i am getting this error when i am trying to start zope...i am using openldap2.0.12,LDAPUserFolder1.2.beta3,i have installed python-ldap-2.0.0pre06 too....can anyone checkout why it is complaining
Traceback (most recent call last): File "/usr/local/zope/lib/python/OFS/Application.py", line 531, in import_product product=__import__(pname, global_dict, global_dict, silly) File
"/usr/local/zope/lib/python/Products/LDAPUserFolder/__init__.py",
line 13, in ? from LDAPUserFolder import addLDAPUserFolderForm, \ File
"/usr/local/zope/lib/python/Products/LDAPUserFolder/LDAPUserFolder.py",
line 30, in ? import _ldap ImportError:
/usr/local/zope/lib/python/Products/LDAPUserFolder/_ldapmodule.so:
undefined symbol: ldap_ufn_setfilter
regards,
rockash..............
__________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
===== The Power of the Mind is the Last of the UnTamed Beasts on this Planet...!!! *:-.,_,.-:*'``'*:-.,_,.-:*'``'*:-.,_,.-:*'``'O
__________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com
now it is this.... problem is that i dont have access to install python-ldap..this is on client machine... ImportError: /usr/local/zope/lib/python/Products/LDAPUs erFolder/_ldapmodule.so: undefined symbol: ldap_first_tmplcol do you say python-ldap has to be reinstalled...? regards, rockash.... --- Jens Vagelpohl <jens@zope.com> wrote:
well, this is the same problem. your python-ldap module is screwed up.
jens
On Friday, Dec 20, 2002, at 09:47 US/Eastern, Dreaming Warrior wrote:
thanks for the reply...the reason why i am using the older version is bcoz, i had used the same some time for a diff project ...how ever i used the latest stable version which is LDAPUserFolder-1.6...this gave the error ... 2002-12-20T13:10:13 ERROR(200) Zope Could not import Products.LDAPUserFolder Traceback (innermost last): File /usr/local/zope/lib/python/OFS/Application.py, line 531, in import_product File
/usr/local/zope/lib/python/Products/LDAPUserFolder/__init__.py,
line 13, in ? File
/usr/local/zope/lib/python/Products/LDAPUserFolder/LDAPUserFolder.py,
line 34, in ? File
/usr/local/zope/lib/python/Products/LDAPUserFolder/LDAPUser.py,
line 19, in ? (Object: aq_inner) File
/usr/local/zope/lib/python/Products/LDAPUserFolder/utils.py,
line 32, in ? ImportError: No module named ldap
I have copied the _ldapmodule.so as instructed into the LDAP folder in Products.....but still i get this error....also the problem i have is that i have to install on client machine and that sys admin is not very co-operative....i have access only to /usr/local/zope and my home folder....can u think of a solution ...as to how i can get this running....
regards,
rockash.......
--- Jens Vagelpohl <jens@zope.com> wrote:
first of all (and this has nothing to do with the real problem), why are you using such an ancient version of the LDAPUserFolder?
as far as the real problem goes, it looks like your compilation of python-ldap went wrong, or it could be that your library search path is missing the path to the actual OpenLDAP libraries.
jens
On Friday, Dec 20, 2002, at 08:24 US/Eastern, Dreaming Warrior wrote:
Hello, i am getting this error when i am trying to start zope...i am using openldap2.0.12,LDAPUserFolder1.2.beta3,i have installed python-ldap-2.0.0pre06 too....can anyone checkout why it is complaining
Traceback (most recent call last): File "/usr/local/zope/lib/python/OFS/Application.py", line 531, in import_product product=__import__(pname, global_dict, global_dict, silly) File
"/usr/local/zope/lib/python/Products/LDAPUserFolder/__init__.py",
line 13, in ? from LDAPUserFolder import addLDAPUserFolderForm, \ File
"/usr/local/zope/lib/python/Products/LDAPUserFolder/LDAPUserFolder.py",
line 30, in ? import _ldap ImportError:
/usr/local/zope/lib/python/Products/LDAPUserFolder/_ldapmodule.so:
undefined symbol: ldap_ufn_setfilter
regards,
rockash..............
Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
===== The Power of the Mind is the Last of the UnTamed Beasts on this Planet...!!! *:-.,_,.-:*'``'*:-.,_,.-:*'``'*:-.,_,.-:*'``'O
__________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com
===== The Power of the Mind is the Last of the UnTamed Beasts on this Planet...!!! *:-.,_,.-:*'``'*:-.,_,.-:*'``'*:-.,_,.-:*'``'O __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com
you need to do a full recompile and then make sure that all required OpenLDAP libraries are within the library path of your machine. jens On Friday, Dec 20, 2002, at 10:29 US/Eastern, Dreaming Warrior wrote:
now it is this.... problem is that i dont have access to install python-ldap..this is on client machine...
ImportError: /usr/local/zope/lib/python/Products/LDAPUs erFolder/_ldapmodule.so: undefined symbol: ldap_first_tmplcol
do you say python-ldap has to be reinstalled...?
regards, rockash....
--- Jens Vagelpohl <jens@zope.com> wrote:
well, this is the same problem. your python-ldap module is screwed up.
jens
On Friday, Dec 20, 2002, at 09:47 US/Eastern, Dreaming Warrior wrote:
thanks for the reply...the reason why i am using the older version is bcoz, i had used the same some time for a diff project ...how ever i used the latest stable version which is LDAPUserFolder-1.6...this gave the error ... 2002-12-20T13:10:13 ERROR(200) Zope Could not import Products.LDAPUserFolder Traceback (innermost last): File /usr/local/zope/lib/python/OFS/Application.py, line 531, in import_product File
/usr/local/zope/lib/python/Products/LDAPUserFolder/__init__.py,
line 13, in ? File
/usr/local/zope/lib/python/Products/LDAPUserFolder/LDAPUserFolder.py,
line 34, in ? File
/usr/local/zope/lib/python/Products/LDAPUserFolder/LDAPUser.py,
line 19, in ? (Object: aq_inner) File
/usr/local/zope/lib/python/Products/LDAPUserFolder/utils.py,
line 32, in ? ImportError: No module named ldap
I have copied the _ldapmodule.so as instructed into the LDAP folder in Products.....but still i get this error....also the problem i have is that i have to install on client machine and that sys admin is not very co-operative....i have access only to /usr/local/zope and my home folder....can u think of a solution ...as to how i can get this running....
regards,
rockash.......
--- Jens Vagelpohl <jens@zope.com> wrote:
first of all (and this has nothing to do with the real problem), why are you using such an ancient version of the LDAPUserFolder?
as far as the real problem goes, it looks like your compilation of python-ldap went wrong, or it could be that your library search path is missing the path to the actual OpenLDAP libraries.
jens
On Friday, Dec 20, 2002, at 08:24 US/Eastern, Dreaming Warrior wrote:
Hello, i am getting this error when i am trying to start zope...i am using openldap2.0.12,LDAPUserFolder1.2.beta3,i have installed python-ldap-2.0.0pre06 too....can anyone checkout why it is complaining
Traceback (most recent call last): File "/usr/local/zope/lib/python/OFS/Application.py", line 531, in import_product product=__import__(pname, global_dict, global_dict, silly) File
"/usr/local/zope/lib/python/Products/LDAPUserFolder/__init__.py",
line 13, in ? from LDAPUserFolder import addLDAPUserFolderForm, \ File
"/usr/local/zope/lib/python/Products/LDAPUserFolder/LDAPUserFolder.py",
line 30, in ? import _ldap ImportError:
/usr/local/zope/lib/python/Products/LDAPUserFolder/_ldapmodule.so:
undefined symbol: ldap_ufn_setfilter
regards,
rockash..............
Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
===== The Power of the Mind is the Last of the UnTamed Beasts on this Planet...!!! *:-.,_,.-:*'``'*:-.,_,.-:*'``'*:-.,_,.-:*'``'O
__________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com
===== The Power of the Mind is the Last of the UnTamed Beasts on this Planet...!!! *:-.,_,.-:*'``'*:-.,_,.-:*'``'*:-.,_,.-:*'``'O
__________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
hi all, i have installed and configured ImpaClient0.1.1 ..which i got from zope.org..now when i try to retrieve the mails from my mail server which is on another machine in the same network....zope/python starts eating up the CPU and never kills itself..... i finally have to restart zope to kill it and start all over again... has anyone experienced this and plz tell me if any remidies... also if there is an alternate imapclient that i can use other than this on zope2.5.. cheers rockash..... ===== The Power of the Mind is the Last of the UnTamed Beasts on this Planet...!!! *:-.,_,.-:*'``'*:-.,_,.-:*'``'*:-.,_,.-:*'``'O __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com
You have access to install filesystem products, but no access to read log files? thats weird.
I am not going to be the admin on the final system and we want to take as much "control" away from the admins as possible due to internal reasons. If they manage to get Zope and Plone up and running, then that's more than I can ask for (internal politics). I can't really expect them to also install a log analyser...
but probably they already have a system to do the stats now. just stay with it. in my experience it is usfull to do special configuration for the zope stuff, defining what are pageviews and things like that, but that's likely to be possible. take care gidon
also sprach Gidon Friedman <tempnospam1@friedman.ch> [2002.12.20.1426 +0100]:
but probably they already have a system to do the stats now. just stay with it.
i doubt it.
in my experience it is usfull to do special configuration for the zope stuff, defining what are pageviews and things like that, but that's likely to be possible.
it would be far easier if contained within zope itself... -- Martin F. Krafft Artificial Intelligence Laboratory Ph.D. Student Department of Information Technology Email: krafft@ifi.unizh.ch University of Zurich Tel: +41.(0)1.63-54323 Winterthurerstrasse 190 http://www.ifi.unizh.ch/~krafft/ CH-8057 Zurich, Switzerland NOTE: The pgp.net keyservers and their mirrors are broken! Get my key here: http://people.debian.org/~madduck/gpg/330c4a75.asc
but probably they already have a system to do the stats now. just stay with it.
i doubt it.
well, your case is special ;-)
in my experience it is usfull to do special configuration for the zope stuff, defining what are pageviews and things like that, but that's likely to be possible.
it would be far easier if contained within zope itself...
that's zope policy: "Don't reinvent things that others can do better" kids, don't do this at home: you could add a localFS into the Z2.log (change the default location), download it each month (in the LAN that will be possible) to your computer and make the stats. weird but possible ?-) or a script on a different computer that downloads the log, makes the stats and uploades the figures --- just kidding around ;-) -gf
also sprach Gidon Friedman <tempnospam1@friedman.ch> [2002.12.20.1459 +0100]:
it would be far easier if contained within zope itself...
that's zope policy: "Don't reinvent things that others can do better"
that's UNIX philosophy ;^>
kids, don't do this at home: you could add a localFS into the Z2.log (change the default location), download it each month (in the LAN that will be possible) to your computer and make the stats. weird but possible ?-) or a script on a different computer that downloads the log, makes the stats and uploades the figures --- just kidding around ;-)
sounds like fun ;^> i like the mod_log_sql idea someone else proposed... -- Martin F. Krafft Artificial Intelligence Laboratory Ph.D. Student Department of Information Technology Email: krafft@ifi.unizh.ch University of Zurich Tel: +41.(0)1.63-54323 Winterthurerstrasse 190 http://www.ifi.unizh.ch/~krafft/ CH-8057 Zurich, Switzerland NOTE: The pgp.net keyservers and their mirrors are broken! Get my key here: http://people.debian.org/~madduck/gpg/330c4a75.asc
How about one of the server-based hit counters ? They only count visits to one page, but I'm using and liking nedstat. (http://nedstat.com)
I don't think there's any stats packages built into Zope. But why would you want one? There's already lots of free and very powerful log analyzer packages out there which you can run against Z2.log: AWStats: http://awstats.sourceforge.net/ Analog: http://www.analog.cx/ Webalizer: http://www.mrunix.net/webalizer/ Commercical stats packages (like Webtrends and HitBox) will also work since Z2.log is kept in standard web log file format. Bryan Bryan R. Capitano President, CAPITANO WEb CONSULTING Tel: 541-344-0747 Email: Bryan@capitanoweb.com URL: http://www.capitanoweb.com
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Simon Michael Sent: Friday, December 20, 2002 10:45 AM To: zope users Subject: [Zope] Re: [Zope]Traffic stats in Zope only
How about one of the server-based hit counters ? They only count visits to one page, but I'm using and liking nedstat. (http://nedstat.com)
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (8)
-
Bryan Capitano -
Dreaming Warrior -
george donnelly -
Gidon Friedman -
Jens Vagelpohl -
Martin F Krafft -
Simon Michael -
Toby Dickenson