Add a document that describes profiling eventlet services

Profiling eventlet using services is a bit different from standard
situations so here is a document that tries to explain the basics
on how to get started doing it.

Change-Id: If8c34653285f07c5cc1abccabfec16f18daafdde
This commit is contained in:
Chris Dent
2019-08-06 17:29:30 +01:00
parent 23e7930b35
commit 886142b17a
3 changed files with 246 additions and 0 deletions
+4
View File
@@ -80,6 +80,10 @@ be Python code. All new code needs to be validated somehow.
* :doc:`/contributor/testing/down-cell`
* **Profiling Guides**: These are guides to profiling nova.
* :doc:`/contributor/testing/eventlet-profiling`
The Nova API
============