Package - python3-osprofiler

Package:  python3-osprofiler
apt-get install python3-osprofiler
Documentations in package:

Primary informations

Download package: http://osbpo.debian.net/debian/pool/bullseye-zed-backports/main/p/python-osprofiler/python3-osprofiler_3.4.3-2~bpo11+1_all.deb (Size: 44.0KiB)

PropertyValue
Packagepython3-osprofiler
Sourcepython-osprofiler
Version3.4.3-2~bpo11+1
Architectureall
MaintainerDebian OpenStack
Installed-Size300
Dependspython3-importlib-metadata, python3-netaddr, python3-oslo.concurrency, python3-oslo.serialization, python3-oslo.utils, python3-prettytable, python3-requests, python3-webob, python3:any
Filenamepool/bullseye-zed-backports/main/p/python-osprofiler/python3-osprofiler_3.4.3-2~bpo11+1_all.deb
Size45096
MD5sum045528f440b2470775813b9766b43128
SHA1fcb43a858ea5e0ab7218cfde84f8592a5aa9f215
SHA2566a5b87732035b0b59854d90b3b500719cb25214f79d9790df672ad91ac948b92
Sectionpython
Priorityoptional
Homepagehttps://opendev.org/openstack/osprofiler
DescriptionOpenStack 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

Files in package

  • /usr/bin/osprofiler
  • /usr/lib/python3/dist-packages/osprofiler-4.2.0.egg-info/PKG-INFO
  • /usr/lib/python3/dist-packages/osprofiler-4.2.0.egg-info/dependency_links.txt
  • /usr/lib/python3/dist-packages/osprofiler-4.2.0.egg-info/entry_points.txt
  • /usr/lib/python3/dist-packages/osprofiler-4.2.0.egg-info/not-zip-safe
  • /usr/lib/python3/dist-packages/osprofiler-4.2.0.egg-info/requires.txt
  • /usr/lib/python3/dist-packages/osprofiler-4.2.0.egg-info/top_level.txt
  • /usr/lib/python3/dist-packages/osprofiler/__init__.py
  • /usr/lib/python3/dist-packages/osprofiler/_utils.py
  • /usr/lib/python3/dist-packages/osprofiler/cmd/__init__.py
  • /usr/lib/python3/dist-packages/osprofiler/cmd/cliutils.py
  • /usr/lib/python3/dist-packages/osprofiler/cmd/commands.py
  • /usr/lib/python3/dist-packages/osprofiler/cmd/shell.py
  • /usr/lib/python3/dist-packages/osprofiler/drivers/__init__.py
  • /usr/lib/python3/dist-packages/osprofiler/drivers/base.py
  • /usr/lib/python3/dist-packages/osprofiler/drivers/elasticsearch_driver.py
  • /usr/lib/python3/dist-packages/osprofiler/drivers/jaeger.py
  • /usr/lib/python3/dist-packages/osprofiler/drivers/loginsight.py
  • /usr/lib/python3/dist-packages/osprofiler/drivers/messaging.py
  • /usr/lib/python3/dist-packages/osprofiler/drivers/mongodb.py
  • /usr/lib/python3/dist-packages/osprofiler/drivers/otlp.py
  • /usr/lib/python3/dist-packages/osprofiler/drivers/redis_driver.py
  • /usr/lib/python3/dist-packages/osprofiler/drivers/sqlalchemy_driver.py
  • /usr/lib/python3/dist-packages/osprofiler/exc.py
  • /usr/lib/python3/dist-packages/osprofiler/hacking/__init__.py
  • /usr/lib/python3/dist-packages/osprofiler/hacking/checks.py
  • /usr/lib/python3/dist-packages/osprofiler/initializer.py
  • /usr/lib/python3/dist-packages/osprofiler/notifier.py
  • /usr/lib/python3/dist-packages/osprofiler/opts.py
  • /usr/lib/python3/dist-packages/osprofiler/profiler.py
  • /usr/lib/python3/dist-packages/osprofiler/requests.py
  • /usr/lib/python3/dist-packages/osprofiler/sqlalchemy.py
  • /usr/lib/python3/dist-packages/osprofiler/tests/__init__.py
  • /usr/lib/python3/dist-packages/osprofiler/tests/functional/__init__.py
  • /usr/lib/python3/dist-packages/osprofiler/tests/functional/test_driver.py
  • /usr/lib/python3/dist-packages/osprofiler/tests/test.py
  • /usr/lib/python3/dist-packages/osprofiler/tests/unit/__init__.py
  • /usr/lib/python3/dist-packages/osprofiler/tests/unit/cmd/__init__.py
  • /usr/lib/python3/dist-packages/osprofiler/tests/unit/cmd/test_shell.py
  • /usr/lib/python3/dist-packages/osprofiler/tests/unit/doc/__init__.py
  • /usr/lib/python3/dist-packages/osprofiler/tests/unit/doc/test_specs.py
  • /usr/lib/python3/dist-packages/osprofiler/tests/unit/drivers/__init__.py
  • /usr/lib/python3/dist-packages/osprofiler/tests/unit/drivers/test_base.py
  • /usr/lib/python3/dist-packages/osprofiler/tests/unit/drivers/test_elasticsearch.py
  • /usr/lib/python3/dist-packages/osprofiler/tests/unit/drivers/test_jaeger.py
  • /usr/lib/python3/dist-packages/osprofiler/tests/unit/drivers/test_loginsight.py
  • /usr/lib/python3/dist-packages/osprofiler/tests/unit/drivers/test_messaging.py
  • /usr/lib/python3/dist-packages/osprofiler/tests/unit/drivers/test_mongodb.py
  • /usr/lib/python3/dist-packages/osprofiler/tests/unit/drivers/test_otlp.py
  • /usr/lib/python3/dist-packages/osprofiler/tests/unit/drivers/test_redis_driver.py
  • /usr/lib/python3/dist-packages/osprofiler/tests/unit/test_initializer.py
  • /usr/lib/python3/dist-packages/osprofiler/tests/unit/test_notifier.py
  • /usr/lib/python3/dist-packages/osprofiler/tests/unit/test_opts.py
  • /usr/lib/python3/dist-packages/osprofiler/tests/unit/test_profiler.py
  • /usr/lib/python3/dist-packages/osprofiler/tests/unit/test_sqlalchemy.py
  • /usr/lib/python3/dist-packages/osprofiler/tests/unit/test_utils.py
  • /usr/lib/python3/dist-packages/osprofiler/tests/unit/test_web.py
  • /usr/lib/python3/dist-packages/osprofiler/web.py
  • /usr/share/doc/python3-osprofiler/changelog.Debian.gz
  • /usr/share/doc/python3-osprofiler/copyright