I want to watch the XML response returned by euca-* requests. Do any one know how can I watch them?
Asked
Active
Viewed 101 times
1 Answers
3
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.

graziano
- 342
- 1
- 4
-
Actually I made the same idea and used wireshark to monitor the requests and the xml response and it worked well – Ahmed Elmorsy Mar 30 '11 at 17:09