osprofiler

OSProfiler is an OpenStack cross-project profiling library.

Install

All systems
curl cmd.cat/osprofiler.sh
Fedora
dnf install python2-osprofiler

python2-osprofiler

OSProfiler is an OpenStack cross-project profiling library.

python3-osprofiler

OpenStack Profiler Library - Python 3.x

OpenStack consists of multiple projects. Each project, in turn, is composed of multiple services. To process some request, e.g. to boot a virtual machine, OpenStack uses multiple services from different projects. In the case somethin works too slowly, it's extremely complicated to understand what exactly goes wrong and to locate the bottleneck. To resolve this issue, a tiny but powerful library, osprofiler, has been interoduced, and can be used by all OpenStack projects and their Python clients. To be able to generate one trace per request, that goes through all involved services, and builds a tree of calls (see an example http://pavlovic.me/rally/profiler/). This package contains the Python 3.x module.