Skip to content

OpenStack cross service/project profiler. Mirror of code maintained at opendev.org.

License

Notifications You must be signed in to change notification settings

openstack/osprofiler

Folders and files

NameName
Last commit message
Last commit date
May 10, 2023
Feb 10, 2025
Apr 1, 2025
May 16, 2019
Feb 10, 2025
Feb 10, 2025
Feb 17, 2022
Apr 19, 2019
Feb 10, 2025
Jan 8, 2019
Oct 16, 2024
Jan 2, 2018
Jan 9, 2014
Mar 11, 2020
Nov 29, 2017
Nov 16, 2023
Oct 16, 2024
Feb 4, 2020
Dec 16, 2024
Nov 19, 2024

Repository files navigation

OSProfiler -- Library for cross-project profiling

Latest Version Downloads

OSProfiler provides a tiny but powerful library that is used by most (soon to be all) OpenStack projects and their python clients. It provides functionality to be able to generate 1 trace per request, that goes through all involved services. This trace can then be extracted and used to build a tree of calls which can be quite handy for a variety of reasons (for example in isolating cross-project performance issues).