How to Install and Uninstall python3-osprofiler Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "python3-osprofiler" package

Please follow the instructions below to install python3-osprofiler on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-osprofiler

2. Uninstall "python3-osprofiler" package

Learn how to uninstall python3-osprofiler on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-osprofiler $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-osprofiler package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-osprofiler
Priority: optional
Section: universe/python
Installed-Size: 201
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-osprofiler
Version: 1.2.0-1ubuntu1
Depends: python3-oslo.utils (>= 3.4.0), python3-six (>= 1.9.0), python3-webob (>= 1.2.3), python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-osprofiler/python3-osprofiler_1.2.0-1ubuntu1_all.deb
Size: 32708
MD5sum: a42a6357a3f1ada3ad13123e5815da89
SHA1: b579b5ee1fcd3c7cc34a15f47bca055df3c44a6c
SHA256: 5ad9e9e5d2c57b64f0facfb8d930927eab72813df6b0cb9488b06cea87bfdf66
Description-en: 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.
Description-md5: 4f73813dfad3e4e2b8fa41f86b5997bd
Homepage: https://github.com/stackforge/osprofiler
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu