RE: [Zope-dev] tracking user usage
From: ethan mindlace fremen [mailto:mindlace@imeme.net]
A long time ago in a galaxy far, far, away, a Zopista said that I could easily track user's space utilization. Could someone point me to the hooks or wherever else I need to go to implement something like this?
Specifically, I just need to track how big the stuff in a SiteAccess folder gets.
(of course, i have to cross-reference that with disk quotas, but that's another kettle of fish)
I think this is the email you are referring to: http://lists.zope.org/pipermail/zope-dev/1999-December/002537.html It contains just about all _I_ know about the accounting hooks. -- Martijn Pieters, Software Engineer | Digital Creations http://www.digicool.com | Creators of Zope http://www.zope.org | mailto:mj@digicool.com ICQ: 4532236 | PGP: http://wwwkeys.nl.pgp.net:11371/pks/lookup?op=get&search=0xA8A32149 -------------------------------------------
Martijn Pieters wrote:
From: ethan mindlace fremen [mailto:mindlace@imeme.net]
A long time ago in a galaxy far, far, away, a Zopista said that I could easily track user's space utilization. Could someone point me to the hooks or wherever else I need to go to implement something like this?
I think this is the email you are referring to:
http://lists.zope.org/pipermail/zope-dev/1999-December/002537.html
It contains just about all _I_ know about the accounting hooks.
ah, so i need to write a storage (for accounting). I'm sure Mr. Fulton finds it a "minor extention", but it's a bit past me at the moment. I'll look into it and see what I can do. Or hack ZServer to talk to multiple object spaces (so I can just use quota for accounting). (and, of course, one data.fs for all *still* isn't feasable because of 4gb file limits, plus buisness-logic issues) heh. well, either I'll hack about and learn it or do the terrible kluge of one zope per user. Thanks, martjin! ethan fremen
participants (2)
-
ethan mindlace fremen -
Martijn Pieters