While programming a Meteor complex application it would be useful to track / analyze / sniff the DDP traffic in order optimize it and make the app fast and efficient. For example it would be very interesting to see the publications and methods calls flow.
In this situation what tools could be used?
Adding kadira would be the best solution to monitor and optimize publish/subscribe, method call and ddp in Meteor apps.
Installation
meteor add meteorhacks:kadira
Read the Getting started guide to learn more about kadira.
If you want to analyze only the ddp you can use ddp-analyzer.
npm install -g ddp-analyzer