Hi guys, Kind reminder.
Thanks, Ionut C From: [email protected] [mailto:[email protected]] On Behalf Of Chisanovici, IonutX Sent: Thursday, May 08, 2014 11:18 AM To: '[email protected]' Subject: [Toaster] Toaster performance testing - feedback Hi guys, Regarding toaster performance testing https://bugzilla.yoctoproject.org/show_bug.cgi?id=6009, as discussed yesterday in the meeting, I need your feedback on my following proposal. I was thinking to develop this like a django profiler tool. This will be a script (django snippet) or an toaster internal app (toaster performances can be seen from the browser) that will parse all deployed applications urls from each urls.py, will log all broken urls (everything except http code 200 and redirect codes) for debug, and after excluding those broken urls will log the response time for the good ones to see how fast/slow the pages will load. Also, for the good urls (http code 200), the script will get all backend sql queries and log/show the response time for them. For the sql queries we might encounter broken sql queries. (broken sql queries are the ones that return no results from various reasons). These queries must be also resolved. As an example, you can see these two links: http://www.morethanseven.net/2011/06/30/Django-performance-1-measuring-performance/ (see the django timelog part) https://djangosnippets.org/snippets/461/ Having the above, please feel free to comment, to give suggestions, to give improvements. Thanks a lot, Ionut C
-- _______________________________________________ toaster mailing list [email protected] https://lists.yoctoproject.org/listinfo/toaster
