Question

I want to watch the XML response returned by euca-* requests. Do any one know how can I watch them?

Was it helpful?

Solution

If you are interacting with Eucalyptus, the service is running on port 8773, so you could use something like

ngrep -d port 8773

on the machine you are running the commands. You need to be root on that machine.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top