1. Technical Field
The present invention relates in general to the field of computers, and in particular to event logs in computers. Still more particularly, the present invention relates to a method and system for identifying temporal granularity of multiple event log streams to aid in the organization of an aggregate event log.
2. Description of the Related Art
In computing systems, a record of events (e.g., completion of an operation, an input/output operation, an error signal, a flag setting, a system crash, etc.) is generated and logged by a large number of independent hardware and software components. This record can be useful in analyzing or predicting system failures, particularly when combined into a single, chronological merged log. For example, a record showing an input (software event) from an unknown source immediately followed by a disk crash (hardware event) is a good indicator that the input from the unknown source caused the disk to crash.
In many instances, the precision of the clocks involved in generating the record of events varies greatly. For example, hardware counters may be accurate to the microsecond, while records of software events may only be accurate in the millisecond range. As a result of this varying precision, properly ordering events from different sources becomes impossible based upon clock information alone. As an example, consider a record of a software event compared to a record of a hardware event, as shown in
As shown, log stream 104a has a temporal granularity of 0.1 units of time. Thus, it is certain from viewing log stream 104a that event “1” occurred before event “2,” which is in a time frame that is subsequent to the time frame in which event “1” occurred. Similarly, event “2” occurred before events “3” and “4.” Event “3” may or may not have occurred before event “4,” again depending on the capability of the log generator that created log stream 104a.
Even though there is an ambiguity of when and in what order the events occurred on log stream 102a, the information shown in log stream 104a in
Alternatively, the events in log stream 102b can be assigned purely arbitrary time extensions to appear to give the same temporal granularity as that of log stream 104a, as shown in
Thus, in
Another alternative for merging log streams is to combine the two log streams into an aggregate log by using the less-accurate time division (e.g., that used in log stream 102) and feeding all events from both log stream 102 and log stream 104 into the aggregate log. However, like the method shown in
What is needed, therefore, is a method and system for merging log streams of disparate temporal granularity into a stream having the least precise common time epoch while maintaining the temporal information about events from the more precise log stream. Preferably, the combined aggregate log should be able to be further refined to correctly order events that were previously ordered ambiguously.
Therefore, the present invention is directed to a method and system for ordering and aggregating log streams. Log streams for events from different sources are received. If different sources have different recording cycles, or time epochs, that lead to different temporal granularities, then all of the log streams are combined into a single time epoch that is equal to the longest time epoch. Log streams from sources having shorter time epochs continue to retain information about their original time epochs, in order to retain information about the order of the events in those log streams. The log streams are re-ordered, both before and after being integrated into the aggregate log, by acquiring additional data from the different sources, thus permitting the likely cause/effect relationship between events.
The above, as well as additional objectives, features, and advantages of the present invention will become apparent in the following detailed written description.
The novel features believed characteristic of the invention are set forth in the appended claims. The invention itself, however, as well as a preferred mode of use, further purposes and advantages thereof, will best be understood by reference to the following detailed description of an illustrative embodiment when read in conjunction with the accompanying drawings, where:
a-c depict prior art methods of dealing with log streams having different time epochs;
a-d illustrate the method and system used to aggregate log streams into an aggregate log using the present invention;
a-b depicts a preferred method and system for re-ordering events in a log stream and the aggregate log; and
With reference now to
Second log stream 204, on the other hand, has a finer degree of temporal granularity, having multiple second time epochs, shown as time T1+0.0, T1+0.1, T1+0.2, etc. Each second time epoch in second log stream 204 is less than the first time epoch in first log stream 202, such that the multiple second time epochs are within the first time epoch. While the second time epochs are depicted as 1/10th increments of the first time epoch, in the preferred embodiment the second time epochs are 1/1000th increments of the first time epoch or smaller. For example, the first time epochs may be the increment of time (e.g., a millisecond) that software events are logged, while the second time epochs may be the increment of time (e.g., microseconds or nanoseconds) that hardware events are logged.
First log stream 202 and second log stream 204 are then combined into an aggregate log 206 of the data events A-E and 1-5. The generation of first log stream 202 and second log stream 204 is performed by event log stream generators 208, as shown in
Referring again to
Nonetheless, aggregate log 206 is still useful, since events 1-5 are known to have occurred before events logged in subsequent first time epochs. For example, refer to
Aggregate log 206 would be more useful, however, if events within a single time epoch could be ordered, either exactly or approximately. Steps taken to predictively order events within a single time epoch are shown in
For more detail of how events can be re-ordered, consider a data processing system 340 as shown in
In the exemplary embodiment, data processing system 340 includes a graphics adapter 352 also connected to system bus 356, receiving user interface information for a display 354. Also connected to system bus 356 are system memory 358 and input/output (I/O) bus bridge 360. I/O bus bridge 360 couples I/O bus 356 to system bus 362, relaying and/or transforming data transactions from one bus to the other. Peripheral devices such as nonvolatile storage 364, which may be a hard disk drive, and input device 366, which may be a conventional mouse, a trackball, or the like, is connected to I/O bus 362.
The exemplary embodiment of data processing system 340 shown in
The system described thus far has described primarily the time epochs for first log stream 202 and second log stream 204, in which first log stream 202 has a less precise (longer) time epoch than second log stream 204. However, identification and use of least precise time epochs can be dynamic. That is, when a new log stream arrives that has less precise time epochs that previously received log streams, then the previous log streams adopt the new log stream's time epoch, while maintaining their old granularity as described above.
With reference now to
As shown in query block 408, if log stream uses a new time epoch that is less precise (longer) than all current log streams' time epochs, then a precision change marker is emitted (block 410) identifying this time epoch as the baseline for all log streams, and the log stream is marked for re-ordering (block 406). Otherwise, the log stream adopts a previously defined time epoch from another log stream as its benchmark time epoch (block 412) and the log stream is marked for re-ordering (block 406). The log stream is then re-ordered (block 414), preferably using the technique described in
With the aggregate log, the cause/effect relationships between events from different log streams can be evaluated and even developed. For example, if an event “A” always occurs before an event “1,” then a system can heuristically determine that event “A” likely is the cause of event “1,” or at least is a required condition for event “1.”
It should be understood that at least some aspects of the present invention may alternatively be implemented in a program product. Programs defining functions on the present invention can be delivered to a data storage system or a computer system via a variety of signal-bearing media, which include, without limitation, non-writable storage media (e.g., CD-ROM), writable storage media (e.g., a floppy diskette, hard disk drive, read/write CD ROM, optical media), and communication media, such as computer and telephone networks including Ethernet. It should be understood, therefore in such signal-bearing media when carrying or encoding computer readable instructions that direct method functions in the present invention, represent alternate embodiments of the present invention. Further, it is understood that the present invention may be implemented by a system having means in the form of hardware, software, or a combination of software and hardware as described herein or their equivalent.
While the invention has been particularly shown and described with reference to a preferred embodiment, it will be understood by those skilled in the art that various changes in form and detail may be made therein without departing from the spirit and scope of the invention.
The present application is a continuation of U.S. patent application Ser. No. 10/910,016, filed on Aug. 3, 2004, now U.S. Pat. No. 7,380,173, and entitled, “Identifying Temporal Ambiguity in an Aggregated Log Stream,” which is incorporated herein by reference.
Number | Name | Date | Kind |
---|---|---|---|
5613113 | Goldring | Mar 1997 | A |
5737600 | Geiner et al. | Apr 1998 | A |
5878434 | Draper et al. | Mar 1999 | A |
5896524 | Halstead, Jr. et al. | Apr 1999 | A |
6078930 | Lee et al. | Jun 2000 | A |
6148338 | Lachelt et al. | Nov 2000 | A |
6192378 | Abrams et al. | Feb 2001 | B1 |
6243702 | Bamford et al. | Jun 2001 | B1 |
6574665 | Khotimsky | Jun 2003 | B1 |
6751573 | Burch | Jun 2004 | B1 |
6931355 | Farrell et al. | Aug 2005 | B2 |
7039773 | Hu et al. | May 2006 | B2 |
20030079205 | Miyao et al. | Apr 2003 | A1 |
20040153999 | Miyao et al. | Aug 2004 | A1 |
20050114321 | DeStefano et al. | May 2005 | A1 |
Number | Date | Country | |
---|---|---|---|
20080162084 A1 | Jul 2008 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 10910016 | Aug 2004 | US |
Child | 12048501 | US |