Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
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.
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
Send Feedback on this topic to the authors