Consultor Eletrônico



Kbase P117989: How to use snoop to sniff traffic between web server and webspeed agent?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   15/08/2006
Status: Unverified

GOAL:

How to use snoop to sniff traffic between web server and webspeed agent?

GOAL:

How to use snoop - traffic sniffer for Solaris?

GOAL:

How to use snoop to assist trouble shooting in Webspeed?

GOAL:

Is there an Ethereal on Solaris?

FIX:

snoop is a network sniffer for Solaris

Following commands are useful when trying to sniff traffic on UNIX
snoop -o apache.log agent_host msgr_host
apache.log is the output from snoop, this sample command will show you what webspeed agent sents to messenger assuming either agent or messenger is on the machine
To see what web server send to browser
snoop -o apache2.log apache_host browser_host
This will show you what web server sends to browser