locked
perform etl megnyitása RRS feed

  • Question

  • Szervusztok!

    Be kellett állítanunk egy partnerünknél bizonyos okok miatt nyomonkövetést a tárolt adatokra.
    Sajnos nem találtam meg, hogy a keletkezett *.etl kiterjesztésű fájlokat miben tudom megynitni.
    Valami tipp?

    Köszönettel Hitman
    Thursday, July 24, 2008 12:43 PM

Answers

  • Trace Dump (tracedmp.exe): This command-line tool produces a summary of event trace-log data. TraceLog does not produce output that is readable without using an additional tool. TraceDmp functions like a Windows Management Instrumentation (WMI) consumer. It takes TraceLog output and parses it into readable form. TraceDmp can also poll real-time trace-buffer data and convert the data to a .csv file. To download this tool, click the following link:

     
    Vagy a w2k3-ba és xp-be épített tracerpt.exe :
     
    "Microsoft R TraceRpt.Exe (5.1.2600.5512)
    c Microsoft Corporation. All rights reserved.
    Tracerpt processes binary Event Trace Session log files or real-time streams
    from instrumented Event Trace providers and creates a report or a text (CSV)
    file describing the events generated.
    Usage:
    tracerpt { <filename [filename ...]> | -rt <session_name [session_name ...]>
                                    } [options]
    Parameters:
      <filename [filename ...]>     Event Trace log file to process.
    Options:
      -?                            Displays context sensitive help.
      -o [filename]                 Text (CSV) output file. Default is
                                    dumpfile.csv.
      -summary [filename]           Summary report text file (CSV) file. Default
                                    is summary.txt.
      -report [filename]            Text output report file. Default is
                                    workload.txt.
      -rt <session_name [session_name ...]>   Real-time Event Trace Session data
                                    source.
      -config <filename>            Settings file containing command options.
      -y                            Answer yes to all questions without
                                    prompting.
    Examples:
      tracerpt logfile1.etl logfile2.etl -o -report
      tracerpt logfile.etl -o logdmp.csv -summary logdmp.txt -report logrpt.txt
      tracerpt -rt EVENT_SESSION_1 EVENT_SESSION_2 -o logfile.csv"
    Thursday, July 24, 2008 2:00 PM

All replies

  • Trace Dump (tracedmp.exe): This command-line tool produces a summary of event trace-log data. TraceLog does not produce output that is readable without using an additional tool. TraceDmp functions like a Windows Management Instrumentation (WMI) consumer. It takes TraceLog output and parses it into readable form. TraceDmp can also poll real-time trace-buffer data and convert the data to a .csv file. To download this tool, click the following link:

     
    Vagy a w2k3-ba és xp-be épített tracerpt.exe :
     
    "Microsoft R TraceRpt.Exe (5.1.2600.5512)
    c Microsoft Corporation. All rights reserved.
    Tracerpt processes binary Event Trace Session log files or real-time streams
    from instrumented Event Trace providers and creates a report or a text (CSV)
    file describing the events generated.
    Usage:
    tracerpt { <filename [filename ...]> | -rt <session_name [session_name ...]>
                                    } [options]
    Parameters:
      <filename [filename ...]>     Event Trace log file to process.
    Options:
      -?                            Displays context sensitive help.
      -o [filename]                 Text (CSV) output file. Default is
                                    dumpfile.csv.
      -summary [filename]           Summary report text file (CSV) file. Default
                                    is summary.txt.
      -report [filename]            Text output report file. Default is
                                    workload.txt.
      -rt <session_name [session_name ...]>   Real-time Event Trace Session data
                                    source.
      -config <filename>            Settings file containing command options.
      -y                            Answer yes to all questions without
                                    prompting.
    Examples:
      tracerpt logfile1.etl logfile2.etl -o -report
      tracerpt logfile.etl -o logdmp.csv -summary logdmp.txt -report logrpt.txt
      tracerpt -rt EVENT_SESSION_1 EVENT_SESSION_2 -o logfile.csv"
    Thursday, July 24, 2008 2:00 PM
  • Köszönöm Smile

    hitman
    Tuesday, July 29, 2008 4:28 PM