How to trace AMQP calls?

Asked by Peeyush Gupta

So, I am trying to understand the working logic for openstack. Now, using python debugger (pdb), I can track the parts of code that are being executed, but I am not able to trace rpc calls. Is there any mechanism/tool available that can help me?

Question information

Language:
English Edit question
Status:
Solved
For:
OpenStack Compute (nova) Edit question
Assignee:
No assignee Edit question
Solved by:
Keith Tobin
Solved:
Last query:
Last reply:
Revision history for this message
Best Keith Tobin (keith-tobin) said :
#1
Revision history for this message
Peeyush Gupta (peeygupt) said :
#2

Thanks Keith Tobin, that solved my question.