RE: Enterprise Instrumentation

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Ken (Ken_at_discussions.microsoft.com)
Date: 08/20/04

  • Next message: paul: "Re: EIF Event Log Problems"
    Date: Thu, 19 Aug 2004 18:49:03 -0700
    
    

    Mike,

    I'll look over the RequestTracing sample. If you do come across something,
    please forward it on.

    Ken

    "Mike Hayton [MS]" wrote:

    > Ken,
    >
    > I dont know if we have a sample of this. I've certainly seen on at one
    > stage.
    > I'll ask around and see if I can find anything for you.
    > You'd want to look at the RequestTracing sample but pretend that within the
    > using() it calls across to the other layers. In these layers they'd be
    > outputing their own events (error, trace, etc).
    >
    > A trace log file will be created on each machine - as you say, you'll need
    > to manage getting these log files into one location.
    > I'd then recommend that you upload them into a DB for easy sorting and
    > querying.
    > Typically such a DB structure has most
    >
    > Cheers
    >
    > Mike
    > --------------------
    > | Hi,
    > |
    > | I'm looking from some example of implimenting tracing via EIF across the
    > | tiers of an application. I've implimented tracing on a single component,
    > but
    > | it's not clear to me (in the MS documentation) how I need to impliment my
    > | trace events across the components/tiers so I can correlate all of the
    > trace
    > | requests for a given user request in the trace logs.
    > |
    > | I've also seen some posts that indicate that it's best practice to manage
    > | the trace log files; if the get too large it's difficult or not possible
    > to
    > | read them with a viewer application. True??
    > |
    >
    > --
    >
    > This posting is provided "AS IS" with no warranties, and confers no rights.
    > Use of included script samples are subject to the terms specified at
    > http://www.microsoft.com/info/cpyright.htm
    >
    >


  • Next message: paul: "Re: EIF Event Log Problems"

    Relevant Pages

    • RE: Enterprise Instrumentation
      ... You'd want to look at the RequestTracing sample but pretend that within the ... A trace log file will be created on each machine - as you say, ... to manage getting these log files into one location. ... | I'm looking from some example of implimenting tracing via EIF across the ...
      (microsoft.public.vsnet.enterprise.tools)
    • RE: EIF Trace Log with distributed application
      ... Windows Event Tracing only logs onto the local hard disk (for performance ... You'll need to move the log files into a central place. ... I'd reccommend that you use the following script to roll over the log files ... | I am using the EIF to write to the trace log. ...
      (microsoft.public.vsnet.enterprise.tools)