Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

log outbound requests

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  Delay in https web site response  
Author Message
cmbondi

External


Since: Sep 03, 2003
Posts: 3



(Msg. 1) Posted: Wed Sep 03, 2003 6:05 pm
Post subject: log outbound requests
Archived from groups: microsoft>public>inetserver>iis (more info?)

We have a web application running on an IIS 5 server and it makes a request
to a remote web site to retrieve data. This process is not working and we
are trying to troubleshoot whether the problem lies with our web server or
the remote web server. As far as I know the IIS logs only collect inbound
requests, is that correct. My question is, how can we log the outbound
requests the web application is making to the remote server to see if that
is indeed happening? Do we need a third party tool for this. I know network
monitor will record the out bound packets but is there a tool that will
present the data in a more user friendly way?
thanks for any help
Colin Bondi

 >> Stay informed about: log outbound requests 
Back to top
Login to vote
user649

External


Since: Aug 25, 2003
Posts: 244



(Msg. 2) Posted: Thu Sep 04, 2003 5:39 am
Post subject: RE: log outbound requests [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi Colin,

Very good question!

In your scenario, I'd suggest you can choose performance monitor to monitor
your web activity very easily. You can type "perfmon" in the start->run to
startup the tool.

In the System monitor, you can right-click the main frame and press "add
counters", then a add counters windows pops up. You can choose "web
service" performance object or other for your scenario, then there is a lot
of counters will be listed for you. You can pick up one or more and specify
each instance for each counter. After that, performance monitor will check
these counters dynamically for you.

Furthermore, you can also create more logs for some specific tasks. You can
right-click the "Performance Logs and Alerts" from the left panel of
performance mmc and choose "New Log Settings...". Give your new setting a
name and choose the counters as above. You can also specify several log
file formats; csv, binary etc.

The online documentation of performance monitor will also help you a lot on
using this tool.

Does this answer your question? Thank you for using Microsoft NewsGroup!

Wei-Dong Xu
Microsoft Product Support Services
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.

 >> Stay informed about: log outbound requests 
Back to top
Login to vote
cmbondi

External


Since: Sep 03, 2003
Posts: 3



(Msg. 3) Posted: Thu Sep 04, 2003 2:25 pm
Post subject: Re: log outbound requests [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I don't think thats exactly what we were looking for. Basically, I want to
create a log that contains any outbound http requests that the web
application is sending out. So I want a log or utility that will log
outbound requests in the same way the standard IIS logs log inbound requests
to each web site. In other words, logging of the specific http request and
destination URL. We essentially want to look at the http traffic that our
web server is sending out to communicate with a remote web server. It seems
like there is nothing built in that will do that so I assume we will have to
look at a third party tool, is that correct? Anyone know of any third party
logging tools that will do that?

"Wei-Dong Xu [MSFT]" <v-wdxu.RemoveThis@online.microsoft.com> wrote in message
news:93dMO3ocDHA.1996@cpmsftngxa06.phx.gbl...
 > Hi Colin,
 >
 > Very good question!
 >
 > In your scenario, I'd suggest you can choose performance monitor to
monitor
 > your web activity very easily. You can type "perfmon" in the start->run to
 > startup the tool.
 >
 > In the System monitor, you can right-click the main frame and press "add
 > counters", then a add counters windows pops up. You can choose "web
 > service" performance object or other for your scenario, then there is a
lot
 > of counters will be listed for you. You can pick up one or more and
specify
 > each instance for each counter. After that, performance monitor will check
 > these counters dynamically for you.
 >
 > Furthermore, you can also create more logs for some specific tasks. You
can
 > right-click the "Performance Logs and Alerts" from the left panel of
 > performance mmc and choose "New Log Settings...". Give your new setting a
 > name and choose the counters as above. You can also specify several log
 > file formats; csv, binary etc.
 >
 > The online documentation of performance monitor will also help you a lot
on
 > using this tool.
 >
 > Does this answer your question? Thank you for using Microsoft NewsGroup!
 >
 > Wei-Dong Xu
 > Microsoft Product Support Services
<font color=purple> > Get Secure! - <a style='text-decoration: underline;' href="http://www.microsoft.com/security</font" target="_blank">www.microsoft.com/security</font</a>>
 > This posting is provided "AS IS" with no warranties, and confers no
rights.
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: log outbound requests 
Back to top
Login to vote
user658

External


Since: Aug 26, 2003
Posts: 1525



(Msg. 4) Posted: Thu Sep 04, 2003 11:05 pm
Post subject: Re: log outbound requests [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Thu, 4 Sep 2003 11:25:58 -0700, "Colin Bondi" <cmbondi.RemoveThis@pobox.com>
wrote:

 >I don't think thats exactly what we were looking for. Basically, I want to
 >create a log that contains any outbound http requests that the web
 >application is sending out. So I want a log or utility that will log
 >outbound requests in the same way the standard IIS logs log inbound requests
 >to each web site. In other words, logging of the specific http request and
 >destination URL. We essentially want to look at the http traffic that our
 >web server is sending out to communicate with a remote web server. It seems
 >like there is nothing built in that will do that so I assume we will have to
 >look at a third party tool, is that correct? Anyone know of any third party
 >logging tools that will do that?

Your firewall?

Jeff


 >"Wei-Dong Xu [MSFT]" <v-wdxu.RemoveThis@online.microsoft.com> wrote in message
 >news:93dMO3ocDHA.1996@cpmsftngxa06.phx.gbl...
  >> Hi Colin,
  >>
  >> Very good question!
  >>
  >> In your scenario, I'd suggest you can choose performance monitor to
 >monitor
  >> your web activity very easily. You can type "perfmon" in the start->run to
  >> startup the tool.
  >>
  >> In the System monitor, you can right-click the main frame and press "add
  >> counters", then a add counters windows pops up. You can choose "web
  >> service" performance object or other for your scenario, then there is a
 >lot
  >> of counters will be listed for you. You can pick up one or more and
 >specify
  >> each instance for each counter. After that, performance monitor will check
  >> these counters dynamically for you.
  >>
  >> Furthermore, you can also create more logs for some specific tasks. You
 >can
  >> right-click the "Performance Logs and Alerts" from the left panel of
  >> performance mmc and choose "New Log Settings...". Give your new setting a
  >> name and choose the counters as above. You can also specify several log
  >> file formats; csv, binary etc.
  >>
  >> The online documentation of performance monitor will also help you a lot
 >on
  >> using this tool.
  >>
  >> Does this answer your question? Thank you for using Microsoft NewsGroup!
  >>
  >> Wei-Dong Xu
  >> Microsoft Product Support Services
<font color=green>  >> Get Secure! - <a style='text-decoration: underline;' href="http://www.microsoft.com/security</font" target="_blank">www.microsoft.com/security</font</a>>
  >> This posting is provided "AS IS" with no warranties, and confers no
 >rights.
  >>
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: log outbound requests 
Back to top
Login to vote
cmbondi

External


Since: Sep 03, 2003
Posts: 3



(Msg. 5) Posted: Thu Sep 04, 2003 11:05 pm
Post subject: Re: log outbound requests [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

There are political reasons why we can't use that so thats why I just wanted
to find out if anyone knew of a logging utility that could be installed on a
web server that would do this just for that one server.

"Jeff Cochran" <jcochran.nospam.DeleteThis@naplesgov.com> wrote in message
news:3f599b0a.199003351@msnews.microsoft.com...
 > On Thu, 4 Sep 2003 11:25:58 -0700, "Colin Bondi" <cmbondi.DeleteThis@pobox.com>
 > wrote:
 >
  > >I don't think thats exactly what we were looking for. Basically, I want
to
  > >create a log that contains any outbound http requests that the web
  > >application is sending out. So I want a log or utility that will log
  > >outbound requests in the same way the standard IIS logs log inbound
requests
  > >to each web site. In other words, logging of the specific http request
and
  > >destination URL. We essentially want to look at the http traffic that our
  > >web server is sending out to communicate with a remote web server. It
seems
  > >like there is nothing built in that will do that so I assume we will have
to
  > >look at a third party tool, is that correct? Anyone know of any third
party
  > >logging tools that will do that?
 >
 > Your firewall?
 >
 > Jeff
 >
 >
  > >"Wei-Dong Xu [MSFT]" <v-wdxu.DeleteThis@online.microsoft.com> wrote in message
  > >news:93dMO3ocDHA.1996@cpmsftngxa06.phx.gbl...
   > >> Hi Colin,
   > >>
   > >> Very good question!
   > >>
   > >> In your scenario, I'd suggest you can choose performance monitor to
  > >monitor
   > >> your web activity very easily. You can type "perfmon" in the start->run
to
   > >> startup the tool.
   > >>
   > >> In the System monitor, you can right-click the main frame and press
"add
   > >> counters", then a add counters windows pops up. You can choose "web
   > >> service" performance object or other for your scenario, then there is a
  > >lot
   > >> of counters will be listed for you. You can pick up one or more and
  > >specify
   > >> each instance for each counter. After that, performance monitor will
check
   > >> these counters dynamically for you.
   > >>
   > >> Furthermore, you can also create more logs for some specific tasks. You
  > >can
   > >> right-click the "Performance Logs and Alerts" from the left panel of
   > >> performance mmc and choose "New Log Settings...". Give your new setting
a
   > >> name and choose the counters as above. You can also specify several log
   > >> file formats; csv, binary etc.
   > >>
   > >> The online documentation of performance monitor will also help you a
lot
  > >on
   > >> using this tool.
   > >>
   > >> Does this answer your question? Thank you for using Microsoft
NewsGroup!
   > >>
   > >> Wei-Dong Xu
   > >> Microsoft Product Support Services
<font color=brown>   > >> Get Secure! - <a style='text-decoration: underline;' href="http://www.microsoft.com/security</font" target="_blank">www.microsoft.com/security</font</a>>
   > >> This posting is provided "AS IS" with no warranties, and confers no
  > >rights.
   > >>
  > >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: log outbound requests 
Back to top
Login to vote
user649

External


Since: Aug 25, 2003
Posts: 244



(Msg. 6) Posted: Fri Sep 05, 2003 10:37 am
Post subject: Re: log outbound requests [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi Colin,

Thank you for replying!

So far as I know, the performance monitor may help little in your scenario.
But the performance montior support custom counters so that you can build
your own log for specific performance data programmatically. You can extend
the performance monitor to build the log for you. The performance monitor
SDK can be obtained from Microsoft.com. Please go to:
http://msdn.microsoft.com/library/en-us/perfmon/base/about_performance_monit
oring.asp?frame=true

There is also one custom counter example for you which is located in
Microsoft.com or MSDN disk. Please go to:
http://msdn.microsoft.com/library/en-us/dv_vstechart/html/conCreatingCOMPerf
MonCounters.asp?frame=true

Thank you for using Microsoft NewsGroup!

Wei-Dong Xu
Microsoft Product Support Services
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 >> Stay informed about: log outbound requests 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Multiple requests for the same page from the same user are.. - Hi, I'm having a problem with server too busy conditions, and I found a strange behavior watching IIS process the page requests. Using IISTracer (http://www.pstruh.cz/help/iistrace) to analyze which pages IIS is processing at a moment I can see..
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]