Hi,
You can use errormator wsgi client, that allows you to use free https://errormator.com service. It will show you slow requests/slow sqlalchemy queries within your app, you would need to tweak the client to show you requests below 1s (that's min default for this in the client). Because it's more geared towards error monitoring and finding code bottlenecks, but maybe it's a good start. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To view this discussion on the web visit https://groups.google.com/d/msg/pylons-discuss/-/ReSwB1VmUEQJ. 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.
