python3-osprofiler

OpenStack Profiler Library - Python 3.x

Install

All systems
curl cmd.cat/python3-osprofiler.sh
Debian Debian
apt-get install python3-osprofiler
Ubuntu
apt-get install python3-osprofiler
image/svg+xml Kali Linux
apt-get install python3-osprofiler
Fedora
dnf install python3-osprofiler
Windows (WSL2)
sudo apt-get update sudo apt-get install python3-osprofiler
Raspbian
apt-get install python3-osprofiler

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.