you're right, It's just a starter kit to help young developers
getting started with pyramid, and for the
moment I only target alchemy scaffold
(get inspired from dozer project and so one ...).
my goal :
- a project with tiny finger print (low package dependency)
- scaffold agnostic, it should work with url dispatch or traversal
o disable sql reports for traversal
- be easy to configure and high level information
- high performance, reduce the latency induced.
(I've hardcoded sql to improve that, but it's a mess => brown bag)
- offer some kind of api to work with different backend ...
I hope to get some times in few week to push another release
Feel free to fork the project and propose a work around, I'll be
happy to go further.
Le 28/05/2012 13:23, Vlad K. a écrit :
On 05/27/2012 10:30 PM, bard stéphane wrote:
you could be interested by this small pyramid tween
pyramid_perfstat
https://bitbucket.org/tuck/pyramid_perfstat
also available in pypi
http://pypi.python.org/pypi/pyramid_perfstat
easy to use and maybe more pyramid aware. It logs
average in sqllite db.
view, route, url, sql min, max average
it could be useful to monitor projects
Hope to be helpfull
Thanks, this seems to be what I need. I originally meant to use
memcached for performance reasons. I need this for constant monitoring
not just to troubleshoot, so I'm afraid sqlite might become a
bottleneck, but we'll see.
--
You received this message because you are subscribed to the Google Groups
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/pylons-discuss?hl=en.