Share via


Creating a New Binary Log File with Events in a Range

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

You can have Readlog create a new binary log file that includes only events in a range you want to focus on.

To create a new binary log file that includes only the events from a range of interest

  1. Identify the event IDs for the beginning event and ending event in the range of interest.

    For information about identifying event IDs, see Working with Event Ranges in Readlog, or Finding a Range of Events with Remote Kernel Tracker.

  2. At a command prompt, type

    Readlog -copy –range <beginID> <endID> celog.clg celog_smaller.clg
    

    This creates a new binary log file named celog_smaller.clg that records the events that occured between beginID and endID.

See Also

Reference

Readlog Command-Line Options