Is there a way to capture TCPIP DUMP from the Publish Instances ? | Community
Skip to main content
vickey_lepcha
October 16, 2015
Solved

Is there a way to capture TCPIP DUMP from the Publish Instances ?

  • October 16, 2015
  • 1 reply
  • 528 views

I am trying to capture a TCP IP dump from my publish instances - is there a method through a console ? I would not like to take the tcpdump command in linux/unix as the method . Is there any other way ?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Sham_HC

Out of the box no option. wireshark is another option. If you have tired using filtering to avoid other network calls use fiddler .

1.   Install fiddler from http://fiddler2.com/get-fiddler

2.   Configure http://localhost:port/system/console/configMgr/com.day.commons.httpclient with proxy to fiddler.

1 reply

Sham_HC
Sham_HCAccepted solution
Level 10
October 16, 2015

Out of the box no option. wireshark is another option. If you have tired using filtering to avoid other network calls use fiddler .

1.   Install fiddler from http://fiddler2.com/get-fiddler

2.   Configure http://localhost:port/system/console/configMgr/com.day.commons.httpclient with proxy to fiddler.