python-osprofiler 3.4.2-0ubuntu1 source package in Ubuntu
Changelog
python-osprofiler (3.4.2-0ubuntu1) jammy; urgency=medium * New upstream release for OpenStack Yoga. * d/control: Bump debhelper compat to 13. -- Corey Bryant <email address hidden> Wed, 01 Dec 2021 16:40:56 -0500
Upload details
- Uploaded by:
- Corey Bryant
- Uploaded to:
- Jammy
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-osprofiler_3.4.2.orig.tar.gz | 88.5 KiB | db1e857bc893c3149ad792fa2e217612ae7f4cc805c729ad3dbc8f71b5e33639 |
python-osprofiler_3.4.2-0ubuntu1.debian.tar.xz | 4.7 KiB | 7dde35b1073deb044824b0413e0d74b098fd0dd7800eacdecc1123c450c29bd6 |
python-osprofiler_3.4.2-0ubuntu1.dsc | 2.9 KiB | 1254b5be85902b72a0f9123c944862016dd416f2bc346b475394c64441966755 |
Available diffs
Binary packages built by this source
- python-osprofiler-doc: OpenStack Profiler Library - doc
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 documentation.
- 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.