Bug 1041599 - [RFE][swift]: profiling middleware
Summary: [RFE][swift]: profiling middleware
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: RFEs
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: RHOS Maint
QA Contact:
URL: https://blueprints.launchpad.net/swif...
Whiteboard: upstream_milestone_none upstream_stat...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-12 18:10 UTC by RHOS Integration
Modified: 2015-03-19 16:58 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-03-19 16:58:59 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description RHOS Integration 2013-12-12 18:10:46 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/swift/+spec/profiling-middleware.

Description:

Performance tuning is a big topic. The current profiling method monitor the cluster and provide system and process level statistics information which can tell how well the system is running. But it doesn't provide more details about code level information and explain why. This proposal can give us deeper analysis into the code and tell what happened in the background and explain why. For example:
1)How often the function in specific module is called?
2)How long it take to execute these calls?
3)Where's the most time consumed?
4)Why does the response time of container PUT operation increase?
5)Where does the memory leaking happen?  how much memory consumed by specific code snippet?

Specification URL (additional information):

None


Note You need to log in before you can comment on or make changes to this bug.