OpenStack cross service/project profiler
Go to file
Dina Belova eab2574110 Add hepler to trace sessions
Lots of OpenStack projects are moving from direct usage of engine
to enginefacade module usage with its _TransactionContextManager.
Sessions for the context are created via .using() method of this
manager.

Change-Id: Ie517524a10713e09bb2491f2d76b651b20ecd4b6
2016-04-11 15:33:23 +03:00
devstack Add raw Ceilometer events support to DevStack plugin 2016-01-27 16:39:37 +03:00
doc Add a similar link with reference to similar projects/libraries 2016-03-25 00:14:12 -07:00
osprofiler Add hepler to trace sessions 2016-04-11 15:33:23 +03:00
tools Init Strucutre of lib 2014-01-09 11:25:23 +04:00
.gitignore Add DevStack plugin 2016-01-14 01:41:39 -08:00
.gitreview Update .gitreview for new namespace 2015-10-17 22:34:15 +00:00
.testr.conf Move osprofiler tests into osprofiler 2016-01-25 12:12:45 -08:00
CONTRIBUTING.rst Add CONTRIBUTING.rst 2016-02-29 13:42:14 +08:00
LICENSE Init Strucutre of lib 2014-01-09 11:25:23 +04:00
README.rst Continue work on standardizing osprofiler docs 2016-03-24 21:35:30 -07:00
requirements.txt Use oslo.utils reflection and avoid refinding decorated name 2016-01-25 12:42:21 -08:00
setup.cfg Merge "remove python 2.6 trove classifier" 2016-02-12 02:14:12 +00:00
setup.py Use pkg_resources to get version 2016-03-10 17:54:20 +08:00
test-requirements.txt Enable bandit in gate 2016-03-03 11:30:00 +08:00
tox.ini Enable bandit in gate 2016-03-03 11:30:00 +08:00

README.rst

OSProfiler -- Library for cross-project profiling library

Latest Version

Downloads

OSProfiler provides a tiny but powerful library that is used by most (soon to be all) OpenStack projects and their python clients. It provides functionality to be able to generate 1 trace per request, that goes through all involved services. This trace can then be extracted and used to build a tree of calls which can be quite handy for a variety of reasons (for example in isolating cross-project performance issues).