OpenStack cross service/project profiler
Go to file
wangxiyuan 2e4588140b Update the driver path in th doc
The driver path is changed, we should update the doc as well.

Change-Id: Ia70adaea7052e112e8784f1f2c67a5e25bff74fb
2016-10-11 10:25:18 +08:00
devstack Add raw Ceilometer events support to DevStack plugin 2016-01-27 16:39:37 +03:00
doc Update the driver path in th doc 2016-10-11 10:25:18 +08:00
osprofiler Merge "Add Elasticsearch driver" 2016-09-21 00:39:20 +00:00
tools Trivial: Remove vim header from source files 2016-09-24 05:25:17 +08: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 OSprofiler initialization method 2016-07-18 15:10:04 +03:00
setup.cfg Update homepage with developer documentation page 2016-09-24 14:37:51 +08:00
setup.py Use pkg_resources to get version 2016-03-10 17:54:20 +08:00
test-requirements.txt Add Elasticsearch driver 2016-09-07 18:03:06 +03: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).