System and method for aligning data frames in time

A method and apparatus for merging data acquired by two or more capture devices from two or more points in a computer system, frames are compared for duplicates, then duplicate frames are analyzed to determine the time difference between the timestamps of a first capture device and a second capture device. If the duplicate frames are the first set of duplicate frames discovered, then all previous timestamps and all subsequent timestamps from the second capture device are adjusted by the time difference. If duplicate frames are again discovered, the time difference is recalculated and all subsequent frames from the second capture device are adjusted by the recalculated time difference. After all the frames have been analyzed and the timestamps adjusted, the frames are merged together and put into chronological order to simulate a single capture of data encompassing all of the points where the data was collected.

Skip to: Description  ·  Claims  · Patent History  ·  Patent History
Description
CROSS REFERENCE TO RELATED APPLICATIONS

This application is a Continuation-in-Part claiming priority benefit from U.S. patent application Ser. No. 12/150,694, filed on Apr. 30, 2008 which was a Continuation-in-Part of U.S. patent application Ser. No. 10/654,817, filed on Sep. 3, 2003, now abandoned.

FIELD OF THE INVENTION

This invention relates to a method for capturing data from a system of multiple computer networks in order to analyze the networks for performance. The invention also relates to a method for automatically merging data acquired by two or more capture devices from two or more points on a system of computer networks wherein the merged data results in an accurate representation of a single capture file for the entire system.

BACKGROUND OF THE INVENTION

Modern computer networks can include hundreds or thousands of computers connected in networks or tiers. These networks can be, in turn, connected together by larger networks such as the Internet so that systems of many tiers are created.

The networks communicate through frames or packets of data arranged to transfer information in various protocols. The protocols can include, for example, TCP/IP or HTTP. Enterprise applications on the networks communicate through messages broken down into frames. Usually it requires many frames to communicate messages between the computers and tiers of the network system.

“Enterprise applications” are programs displayed on the computers to accomplish various tasks. They are characterized by multiple components deployed across multiple network tiers accessed by users across the entire network system. Parts of a program can be distributed among several tiers, with each part located in a different computer in a network. Examples of enterprise applications include Enterprise Resource Planning (ERP), Customer Relationship Management (CRM), Supply Chain Management (SCM), and Online Banking, Brokerage, Insurance and Retailing.

Enterprise applications typically provide a variety of business functions that users may execute. For example, an online stock trading application may provide some of the following business functions: “log in”, “display account status”, “retrieve stock prospectus”, “sell stock”, “buy stock”, and “log out”. When a user executes a business function, a sequence of transactions is performed with each transaction consisting of a source component transmitting a request (via a network message) to a destination component, often on another tier, and perhaps waiting for a reply message. The destination component processes the request and in the processing consumes local (server) resources such as cpu, disk input/output, and memory and may generate subsequent requests (subtransactions) to other components.

The time that elapses between the user executing the business function (submitting his or her request) and the display of the results on the user's workstation is called the end user response time. The end user response time is typically the most critical measure of end user satisfaction with network and application performance. If the response times are too long, end users will be unsatisfied.

In order to maintain and improve performance, application and system managers must monitor the performance of the network system for response times in order to understand the current performance of applications and components, be able to identify and predict current and future performance problems, and evaluate potential solutions to those problems. Typical problems include data “bottlenecks” such as firewalls and routers and system “delays” caused by mechanical access to data by a disk drive.

The most common method to monitor performance of the system is to capture and analyze network data that is transferred across the tiers via frames. For example, to analyze the performance of the system in relation to requests from a work station, the requests and replies are tracked across the system. To track the requests and replies, data frames are captured and arranged in chronological order to determine how the messages between computers are flowing. The message flow often allows a determination of system performance in relation to response times.

Data frames are captured by computers connected to the network which monitors network traffic with “sniffer” programs. The sniffer programs receive and store copies of data frames in one or more files. During storage, the network sniffer adds data to the frame which indicates the time that the frame was received relative to the sniffer. The added data is known as a “time stamp.”

Network system topology often makes it impossible to track message flow for an entire network system from a single network sniffer. To track message flow, frames stored by multiple sniffers must be collected and arranged in chronological order. Even so, the interpretation or analysis of the collected frames from the multiple sniffers can be difficult unless merged into a single file.

Merging files from different sniffers is difficult due to the inaccuracy of their clocks. In the prior art, the clocks from each sniffer are unstable and unsynchronized. Typically in capture devices clocks are low priority programs that “flutter” or “jitter”. “Flutter” and “jitter” can cause inaccuracy in clock times of up to 10-40 ms per second depending on the clock program and hardware. Therefore, during the data collection period, slight variations in each capture device's clock can occur. Moreover, the clocks on each sniffer are typically independent and unsynchronized. Because the clocks are not synchronized, the times stamps generated by the various sniffers are not synchronized. If the timestamps are off by even a few milliseconds, the chronologically arranged frames from various sniffers will not be in the right order and so will not give an accurate representation of a single capture file for the entire system making analysis extremely difficult.

Traditionally, the steps for merging the data from the sniffers into a single file have been performed manually. A common method to overcome the lack of synchronization is to manually calculate or estimate the difference between duplicate timestamps and apply a single time adjustment to all frames in the final merged file. One problem with the prior art methods for correcting the inaccuracy of timestamps lies in the application of the calculated difference. This manual calculation is performed once and applied to all the timestamps of the collected frames. As a result, inadvertent or unavoidable changes in the relative difference between the timestamps during data collection can go undetected. Other problems include the tendency of the prior art methods to be both error prone and time consuming.

The use of multiple sniffers in order to track message flow from across a network system creates yet another problem. Namely, the same data frame often traverses a single network to which more than one sniffer is attached. Since each network sniffer receives and stores each data frame, the result is duplicate frames stored by various network sniffers. Before analysis, at least one of each of the duplicates must be removed. In the prior art, the duplicates are identified and removed by hand, creating additional errors.

What is needed is a method wherein the merge of collected data is performed automatically, with no manual intervention. The method should provide for an automatic calculation and adjustment of the difference in timestamps and recalculation of the difference as often as possible. The method should also provide a way to recognize and remove duplicate frames from the final merged file.

SUMMARY OF THE INVENTION

The present invention provides a method for automatically merging data acquired by two or more capture devices in a computer network system, resulting in a single complete capture file.

In the present invention, frames of data are collected and stored into capture files by two or more capture devices or “sniffers”. A timestamp is added to each frame by each capture device. The capture files are uploaded by the invention where the frames are placed in chronological order in a “dictionary” of frames for each capture file. The frames are indexed by frame identifier sets. The frame identifier sets are a group of parameters common to all frames in a particular dictionary. The frame identifier sets are used to merge the dictionaries together into a single final dictionary of frames which, when arranged in chronological order, is a complete capture file which represents network traffic.

In order to merge the dictionaries, the frame identifier sets from each dictionary are compared for duplicates and then combined. If any frame identifier set from the second dictionary of frames is not contained in the identifier sets from the first dictionary of frames, then the frame associated with the frame identifier set from the second dictionary of frames is added to the first dictionary of frames.

When an identifier set from the second dictionary of frames file is the same as a frame identifier set from the first dictionary of frames, the frames associated with these frame identifier sets are considered duplicates. When duplicates are discovered, the difference between the timestamp of the first frame and the second frame is calculated. Then, the duplicate frame from the second dictionary of frames is discarded. If the duplicate frames are the first set of duplicate frames discovered, then the timestamps of the frames in the second dictionary of frames prior in time to the duplicate frames are all adjusted by the calculated time difference. The timestamps of subsequent frames from the second dictionary are adjusted by the calculated time difference.

When duplicate frames are again discovered, the difference between the timestamps is recalculated and the timestamps for all subsequent frames from the second dictionary are again adjusted by the calculated time difference. The merge process is complete when each of the frames from the second dictionary has either been added to the first dictionary or discarded. The merge process results in a modified first dictionary file which contains all non-duplicate frames from both the first and second dictionaries in chronological order.

DETAILED DESCRIPTION OF THE DRAWINGS

A better understanding of the invention can be obtained from the following detailed description of one exemplary embodiment as considered in conjunction with the following drawings in which:

FIG. 1 is a block diagram depicting placement of capture devices in a four tier computer network system according to the present invention;

FIG. 2 is a flow chart of the steps undertaken to “preprocess” a capture file for use in the present invention;

FIG. 3 is a flow chart of the steps undertaken to “merge” two or more capture files for use in the present invention; and

FIG. 4 is a block diagram depicting placement of capture devices in a five tier computer network system according to the present invention.

DETAILED DESCRIPTION OF EXEMPLARY EMBODIMENTS

FIG. 1 shows an example of a typical four-tier computer network system running an internet based enterprise application. The first tier comprises work station 102. The second tier comprises web server 104. The third tier comprises application server 106. The fourth tier comprises database server 108. Of course, myriad other configurations and applications are possible and are contemplated by the invention.

Work station 102 is a desktop personal computer running a web browser such as Microsoft Explorer or Netscape. Work station 102 is connected to Internet 114 through Ethernet connection 103. Internet 114 is connected to a firewall 120 through Ethernet connection 115.

A firewall is a set of related programs, located at a network gateway server, that protects the resources of a private network from users from other networks. The firewall may work closely with a router program and examine each data frame transmitted to it and forward the data frame toward its destination. The firewall may include or work with a proxy server that makes network requests on behalf of workstation users. Firewall 120 is connected to a LAN 110 through Ethernet connection 121.

LAN 110 is an Ethernet and can function using a number of different protocols. Examples are Transmission Control Protocol (TCP), User Datagram Protocol (UDP), or Internet Control Message Protocol (ICMP). Web server 104 is in communication with LAN 110 via an Ethernet connection 111.

Web server 104 is a computer which provides the presentation logic necessary to display a web page on work station 102. Two commercially available web servers are Apache, and Microsoft's Internet Information Server (IIS).

Capture device 116 and firewall 122 are connected to LAN 110 via Ethernet connections 117 and 123, respectively. The invention of course envisions Ethernet connections that are physical or wireless. Firewall 122 is, in turn, connected to LAN 112 via Ethernet connection 113. LAN 110 and LAN 112 need not function on the same protocol. LAN 112 is in turn connected to application server 106, database server 108 and capture device 118 through Ethernet connections 107, 109, and 119, respectively.

Application server 106 is a server program on a computer in a distributed network that provides the “business logic” for an application program. “Business logic” refers to the routines that perform the data entry, update, query and report processing rather than the presentation logic required to display the data on the screen of work station 102. Application server 106 obtains the data necessary to perform the required data processing from database server 108. Database server 108 maintains a persistent store of data available to application server 106.

Capture device 116 is positioned to collect incoming and outgoing data associated with web server 104. It is positioned on LAN 110 because all communications to or from work station 102 from or to web server 104 must traverse LAN 110. In addition, data sent or received from web server 104 to or from application server 106 must also traverse LAN 110. To collect the data, capture device 116 is configured to receive and store all data frames with sources or destinations of web server 104.

Capture device 118 is positioned to collect incoming and outgoing data associated with application server 106. Data sent or received from application server 106 to or from web server 104 must traverses LAN 112. Also data sent or received from application server 106 to or from database server 108 must traverses LAN 112. To collect the data, capture device 118 is configured to receive and store data frames with sources or destinations associated with application server 106.

In the preferred embodiment, capture devices 116 and 118 are known as “sniffers”. A sniffer is a program resident on a computer which monitors and analyzes network traffic and captures or collects data being transmitted on a network. Sniffers are often used in conjunction with a router or other similar type device. A router reads every frame of data passed to it to determine the source and intended destination of the frame and then forwards the frame to the correct destination. If the sniffer is being used to collect data associated with either the source or the destination of the frame, then a copy of the frame is created and stored before the frame is forwarded to the correct destination. Sniffer software is commercially available from McAfee, CISCO, and Sniffer Wireless.

Analysis computer 101 is a computer system specifically purposed and programmed to analyze data frames collected from the computer network system by the capture devices. Analysis computer 101 is in communication with the capture devices 116 and 118. Analysis computer 101 includes at least one processor to execute programmed instructions, a memory device for storing the programmed instructions and for storing and manipulating data frames, and storage devices as required to archive and retrieve programs and data.

In order to receive information from web server 104, workstation 102 must send a request for information. In the context of an online stock trading enterprise application, data such as account status is requested by work station 102. Each request and reply are typically made up of many frames of data. The account status request is broken up into frames which travel across Internet 114, through firewall 120, to web server 104 by traversing LAN 110. When frames which make up the account status request traverse LAN 110 with a destination address of web server 104, capture device 116 makes a copy of the frames and stores them in the capture file. In one embodiment, when capture device 116 makes a copy, the entire frame of data is copied and stored, including overhead data.

A data packet or data frame consists of payload data and “overhead data” also known as a header, the payload data containing the data to be transferred across a network, the overhead data containing information such as address information of an intended destination on the network. In another embodiment, only the overhead data is copied and stored into a capture file.

Once the request is received, web server 104 decrypts the status request and forwards the decrypted request that requires business logic to application server 106 traversing LAN 110, firewall 122 and LAN 112. When frames that make up the decrypted status request traverse LAN 110 with a source address of web server 104, capture device 116 makes a copy of the frames and stores that copy in its capture file. Also, when frames associated with the decrypted status request traverses LAN 112 with a destination address of application server 106, capture device 118 makes a copy of the frames and stores it in its capture file. Capture device 116 and 118 now both have an exact copy of the frames associated with the decrypted status request.

Application server 106 receives the decrypted status request and using LAN 112 sends a request to database server 108 for the necessary account data. When frames associated with the request for the necessary account data are sent from application server 106, capture device 118 makes a copy of the frames and stores that copy in the frame file. Database server 108 responds to application server 106 by transmitting the necessary account data to application server 106 via LAN 112. When frames associated with the necessary account data are sent to application server 106, capture device 118 makes a copy of the frames and stores them in its capture file.

Application server 106 performs the required data processing and sends the fulfilled request back to web server 104 across LAN 112 through firewall 122 and across LAN 110. When frames associated with the fulfilled request traverse LAN 112 with a source address of application server 106, capture device 118 makes a copy of the frames and stores it in its capture file. Also, when frames associated with the fulfilled request traverse LAN 110 with a destination address of web server 104, capture device 116 makes a copy of the frames and stores it in its capture file. Web server 104 uses presentation logic to prepare the account status data for display on work station 102, encrypts the reply, and sends the reply across LAN 110 and Internet 114 to work station 102 for display. When frames associated with the reply are sent across LAN 110 with a source address of web server 104, capture device 116 makes a copy of the frames and stores it in its capture file.

When analyzing the performance of the system shown in FIG. 1, only data from each of the networks relating to the performance of the system during execution of the application or applications of interest must be collected. In FIG. 1, there are four networks of interest, one for each tier. In practice, points of common usage in the network are chosen for data collection.

In the example of FIG. 1, duplicate frames are created whenever data is sent to or from the web server 104 from or to the application server 106. Since the frames transmitted between the web server 104 and the application server 106 traverse both capture points on the LAN 110 and the LAN 112, those frames are captured by both capture devices 116 and 118. The same frame will appear in both capture files with the only potential difference being the timestamp added by the capture device.

In addition to “natural” duplicates being created due to the flow of data, duplicates may be intentionally “forced”. For example, a “ping” from one tier could be sent to a second tier such that the frames would be collected by all the capture devices in the system as described above. The ping command verifies connections to a remote computer or computers by sending out “echo” frames. As the frames traverse the system, the capture devices on the system would collect duplicates as described above and the duplicates would be used to create the time adjustments as described above. In one embodiment of the invention, a simple program could send a ping on a regular cycle, such as every second. Because the capture devices in the system would collect duplicate frames associated with the ping, the duplicates can be used to keep the timestamps synchronized. Also, at the start of data collecting, a ping could be sent to force the first frames collected to be duplicates.

When data frames are collected by capture devices 116 and 118 into capture files, the data frames are stored with the protocol control information used to transport the data on the network of interest. The protocols of the various networks may vary, thus creating a different format of data frame stored. As the data frames are received they are “timestamped” with the time of the capture device. Timestamping is known in the art and is performed by the sniffer software installed on the capture device. Analysis computer 101 collects the time-stamped data frames from capture devices 116 and 118.

To merge the capture files collected from the capture devices 116 and 118, the capture file from capture device 116 is arbitrarily chosen by analysis computer 101 as a first capture file; the capture file from capture device 118 is then designated as the second capture file. The second capture file is then merged into the first capture file to produce a final capture file which is an accurate representation of all data frames collected from the four tier computer network system.

FIG. 4 illustrates a five-tier computer network system where three capture devices are used to collect data. The first tier comprises work station 402. The second tier comprises web server 404. The third tier comprises application server 406. The fourth tier comprises mainframe 412. The fifth tier comprises database server 414.

In a typical request sequence using the system shown in FIG. 4, information is requested at work station 402. The web browser at work station 402 sends the request to web server. The request travels across Internet 414 and through firewall 428 to web server 404 by traversing LAN 416. When the request traverses LAN 416 with a destination address of web server 404, capture device 422 makes a copy of the frames comprising the request and stores that copy in a capture file. Web server 404 decrypts the request and forwards the decrypted request to application server 406 traversing LAN 416, through firewall 430 and traversing Internal A LAN 418. When the decrypted request traverses LAN 416 with a source address of web server 404, capture device 422 makes a copy of the frames comprising the decrypted request and stores that copy in its capture file. Also, when the decrypted request traverses Internal A LAN 418 with a destination address of application server 406, capture device 424 makes a copy of the frames comprising the decrypted request and stores it in its capture file. Capture device 422 and 424 now both have copies of the frame(s) associated with the decrypted request.

Application server 406 receives the decrypted request and using Internal A LAN 418 may request data stored in LDAP server 408. When the request for data traverses Internal A LAN 418 with a source address of application server 406, capture device 424 makes a copy of the frames comprising the request for data and stores it in its capture file. LDAP server 408 transmits the requested data to application server via Internal A LAN 418. When the requested data traverses Internal A LAN 418 with a destination address of application server 406, capture device 424 makes a copy of the frames comprising the requested data and stores it in its capture file.

Also, application server 406 may request data from mainframe 412 across Internal A LAN 418, through router 432 and across Internal B LAN 420. When the request for data traverses Internal A LAN 418 with a source address of application server 406, capture device 424 makes a copy of the frames comprising the request for data and stores it in its capture file. Also, when the request for data traverses Internal B LAN with a destination address of mainframe 412, capture device 426 makes a copy of the frames comprising the request for data and stores it in its capture file. Capture device 424 and 426 now both have copies of the frame(s) associated with the request for data.

After the request for data from application server 406 is received by mainframe 412, mainframe 412 makes one or more requests for the data from database server 414 via Internal B LAN 420. When the request for data traverses Internal B LAN 420 with a source address of mainframe 412, capture device 426 makes a copy of the frames comprising the request for data and stores it in its capture file.

In another embodiment, capture device 426 may be attached to router 432 to collect the incoming and outgoing data associated with mainframe 412. The router sends all the relevant data to a port which is connected to the capture device.

Analysis computer 401 is a computer system specifically purposed and programmed to analyze data frames collected from the computer network system by the capture devices. Analysis computer 401 includes at least one processor to execute programmed instructions, a memory device for storing the programmed instructions and for storing and manipulating data frames, and storage devices as required to archive and retrieve programs and data. Analysis computer 401 is in communication with the capture devices 422, 424 and 426.

Duplicate frames are created whenever data is sent to or from web server 404 from or to application server 406. Since the frames between web server 404 and application server 406 traverse both capture points on LAN 416 and Internal A LAN 418, the frames are captured by both capture devices 422 and 424.

Similarly, frames between application server 406 and mainframe 412 traverse both capture points on Internal A LAN 418 and Internal B LAN 420. The frames between application server 406 and mainframe 412 are captured by capture device 424 and 426.

In the preferred embodiment of the invention, after all captured data frames necessary to evaluate the system are collected and timestamped by each capture device, the captured data frames are then downloaded by the analysis computer and stored as a set of capture files, one capture file for each capture device. The analysis computer includes and executes programmed instructions which “preprocess” each capture file into a dictionary of frames and then “merge” the dictionary of frames into a final analysis file. In another embodiment, the preprocessing may be performed on any one of the capture devices. In another embodiment, the merge may be performed on any one of the capture devices.

To merge the capture files collected by capture devices 422, 424, and 426, the capture files from capture devices 422, 424 and 426 are first downloaded by analysis computer 401 after which analysis computer 401 merges the capture files from capture devices 422 and 424 into a first dictionary of frames and moves the data frames from capture device 426 into a second dictionary of frames. Then the first dictionary of frames associated to capture devices 422 and 424 is merged with a second dictionary of frames associated to capture device 426 to produce a final dictionary of frames yielding a final capture file which is an accurate and concise representation of data frames collected from the five tiers.

“Preprocessing” is needed to build a standardized set of identifiers for each frame and to eliminate duplicate frames within each capture file. Typically a single capture device will not collect two of the same frames at different times. However, due to the configuration of some routers, a single capture device will collect two of the same frames when monitoring two or more ports on the router. Also, due to “glitches”, electrical, or machine error, it is possible for the same frame to be collected at two different times by a single capture device and therefore for a frame to have two different timestamps. To prevent the same frame from having different timestamps, all duplicate frames within a capture file are discarded during preprocessing except the frame with the earliest timestamp.

FIG. 2 is a flow chart of program steps which, when executed by the analysis computer, preprocesses each capture file. The program steps start at Step 200. At Step 201, the analysis computer initializes a dictionary of frames file. At Step 202, the analysis computer downloads each capture file from each capture device. Then, operating on each capture file independently, the analysis computer arranges the frames of the capture file in chronological order at Step 203.

At Step 204 the analysis computer requires input of a list of required frame identifier parameters. Examples of identifier parameters vary according to protocol, but can include source address, destination address, protocol identification, sequence number, acknowledgment number, window size, protocol flags (such as ACK and PSH), and length of data payload. Choosing frame identifier parameters is required in order to standardize frame information from the different protocols used by different networks in order to analyze message flow and timing. Ideally, the choice includes a minimum number of parameters which are common to and uniquely identify the frames generated by different protocols. In the preferred embodiment the minimum number of parameters includes source address, destination address, sequence and arrangement number. For each frame this set is referred to as the identifier set.

At Step 205, each frame of the capture file is read to determine the frame identifier set. At Step 209, the analysis computer determines if the end of file has been reached. If so, the program ends at Step 215. If not at the end of file, the analysis computer proceeds to Step 208.

At Step 208, a frame identifier set for the next frame in the capture file is compared to the frame identifier sets for each frame included in the dictionary of frames. Initially, the dictionary of frames is empty. If a match is found, then the program proceeds to Step 212 and discards the frame in the capture file which is associated with that frame identifier set. The program then returns to Step 205. If a match is not found, then at Step 210 the frame associated with that frame identifier set is stored in the dictionary of frames associated with the specific capture device being analyzed. The stored frame is indexed by the frame identifier set.

The steps shown in FIG. 2 are repeated for each capture file from each capture device resulting in a pre-processed dictionary of frames in chronological order, with all duplicate frames deleted for each capture device used in the computer network system.

After each capture file has been “preprocessed” into a separate dictionary of frames, the dictionaries of frames are “merged” into a single dictionary. The first two dictionary of frames are merged together, then all subsequent dictionaries are merged one at a time until all of the dictionaries are merged into a single final dictionary.

FIG. 3 is a flow chart depicting the preferred method of how the preprocessed dictionaries are merged. The method, which is implemented as a set of program steps stored and executed on the analysis computer, begins at Step 299. At Step 300 the dictionaries are arbitrarily ordered first through last. At Step 301, a “flag” variable is initialized to designate whether or not duplicate frames have been identified. If the flag is equal to 0, then duplicate frames have not been identified. If the flag is equal to 1, then duplicate frames have been identified. At Step 302, a “timestamp adjust variable” is initialized. At Step 303, a temporary database is initialized.

At Step 304, the method reads a frame identifier set from the second dictionary. At Step 309, the program determines if the end of the file for the second dictionary has been reached. If so, at Step 313 the method generates a final dictionary by arranging the frames contained in the first dictionary in chronological order according to timestamp and ends at Step 315. If not at the end of file, the program proceeds to Step 308. At Step 308, the method compares the frame identifier set from the second dictionary with each frame identifier set from the first dictionary. If a match is found, the program proceeds to Step 314 where it calculates the difference between the time stamps of the frames from the first and second dictionaries associated with the matching frame identifier sets.

At Step 316, the value of the calculated timestamp difference is stored as “timestamp adjustment”. The frame associated with the frame identifier set from the second dictionary is then discarded at Step 318. At Step 320, the flag is read to determine if the duplicate frames are the first set of duplicate frames discovered. At Step 322, if the frames are the first set of duplicate frames discovered, then the timestamp for all the frames in the temporary database of frames is adjusted by the value of the “timestamp adjustment” variable. In an alternate embodiment, a temporary database of frames is not created and all the frames from the second dictionary of frames with timestamps earlier than the first set of duplicate frames discovered are adjusted by the value of the “timestamp adjustment”. At Step 323, the frames in the temporary database are inserted into the first dictionary. The flag is set to 1 at Step 324 and the next frame identifier set from the second dictionary is read at Step 304.

If at Step 320, the flag is equal to 1, then the program returns to Step 304.

At Step 308, if the frame identifier set from the second dictionary is not a match for any frame identifier sets from the first dictionary of frames, then Step 310 checks the value of the flag. If the value of the flag is 1, then, at Step 326, the timestamp of the frame associated with the identifier set from the second dictionary is adjusted by the value of the variable timestamp adjustment. Moving to Step 328, the frame associated with the frame identifier set from the second dictionary is inserted into the first dictionary and the method returns to Step 304.

If at Step 310 the value of the flag is not equal to 1, then the frame associated with the frame identifier set from the second dictionary is stored in the temporary database at Step 312. The program then returns to Step 304.

After the merge portion of the method is completed, all of the capture files from each of the capture devices of the computer network system have been merged into the first dictionary of frames from the first capture device and all duplicate frames have been eliminated. The timestamps of the various capture devices have been synchronized according to the disclosed algorithm. Moreover, both of these functions have been accomplished automatically without the introduction of human error or approximation.

Although the invention has been described with reference to one or more preferred embodiments, this description is not to be construed in a limiting sense. There is modification of the disclosed embodiments, as well as alternative embodiments of this invention, which will be apparent to persons of ordinary skill in the art, and the invention shall be viewed as limited only by reference to the following claims.

Claims

1. A computer system for assembling a comprehensive capture file representing dataframe traffic on a computer network, wherein the computer system includes a memory device for storing electronic data and a computer processor, comprising:

a first collection of dataframes received by the computer system from a first capture device on the computer network;
each dataframe of the first collection of dataframes including a first frame identifier and a first timestamp;
a second collection of dataframes received from a second capture device on the computer network;
each dataframe of the second collection of dataframes including a second frame identifier and a second timestamp;
the computer processor, in communication with the first collection of dataframes and the second collection of dataframes and programmed to:
a. chronologically sort the first collection of dataframes according to the first timestamp;
b. chronologically sort the second collection of dataframes according to the second timestamp;
c. eliminate duplicate dataframes from the first collection of dataframes so that no dataframes in the first collection of dataframes have the same first identifier;
d. eliminate duplicate dataframes from the second collection of dataframes so that no dataframes in the second collection of dataframes have the same second identifier;
e. set a flag variable in the memory device to indicate that no duplicate frames have been found;
f. successively select each dataframe of the second collection of dataframes as a selected dataframe, and compare the second identifier of the selected dataframe to the first identifier of each dataframe in the first collection of dataframes to determine a if a matched dataframe exists;
g. if a matched dataframe exists, then calculate a time difference between the second timestamp of the selected dataframe and the first timestamp corresponding to the matched dataframe and store the time difference as a time difference variable in the memory device;
h. discard the selected dataframe;
i. if the flag variable indicates that no duplicate frames have been found, then perform the steps: i1. for each dataframe in the second collection of dataframes with a second timestamp preceding the first timestamp of the matched dataframe, alter the second timestamp by the time difference variable; i2. reset the flag variable to indicate that duplicate frames have been found; i3. return to step “f” for a successive dataframe in the second collection of dataframes;
j. if a matched dataframe does not exist and the flag variable indicates that no duplicate frames have been found, then perform the steps: j1. move the selected dataframe into the first collection of dataframes; j2. return to step “f” for a successive dataframe in the second collection of dataframes;
k. if a matched dataframe does not exist and the flag variable indicates that duplicated frames have been found, then perform the steps: k1. alter the second timestamp of the selected dataframe in the second collection of dataframes by the time difference variable; k2. move the selected dataframe into the first collection of dataframes; k3. return to step “f” for a successive dataframe in the second collection of dataframes;
l. record the first collection of dataframes as the comprehensive capture file representing time-synchronized dataframe traffic on the multi-tier computer network.

2. The computer system of claim 1 wherein the first collection of dataframes comprises a set of overhead data bytes for each dataframe and excludes a set of non-overhead data bytes for each dataframe.

3. The computer system of claim 1 wherein the computer processor is further programmed to synchronize the first capture device and the second capture device by transmission of a ping containing echo frames to the first capture device and the second capture device.

4. The computer system of claim 1 wherein discarding the selected dataframe further comprises deleting the selected dataframe.

5. The system of claim 1 wherein the first collection of dataframes contains at least one duplicate set of frames and the processor is programmed to complete the additional steps of:

locating the duplicate set of frames; and
deleting all but one frame in the duplicate set of frames.

6. The system of claim 5 wherein the one frame has the earliest timestamp in the duplicate set of frames.

7. The system of claim 1 wherein the second collection of dataframes contains at least one duplicate set of frames and the processor is programmed to complete the additional steps of:

locating the duplicate set of frames; and
deleting all but one frame in the duplicate set of frames.

8. The system of claim 7 wherein the one frame has the earliest timestamp in the duplicate set of frames.

9. A method for merging frames collected by a first capture device and a second capture device connected to a computer network into a comprehensive capture file comprising:

a. providing an analysis computer connected to the first capture device and the second capture device and with the analysis computer, performing the steps starting at step b;
b. receiving a first set of time-stamped frames from the first capture device by the analysis computer;
c. storing the first set of time-stamped frames as a first capture file in the analysis computer;
d. receiving a second set of time-stamped frames from the second capture device by the analysis computer;
e. storing the second set of time-stamped frames as a second capture file in the analysis computer; and,
h. chronologically sorting all frames in the first capture file;
j. chronologically sorting all frames in the second capture file;
k. successively reading each frame from the second capture file as a chosen frame;
l. comparing the chosen frame to the frames stored in the first capture file to determine if the frames are duplicate frames;
m. if the chosen frame is a duplicate frame, determining a difference between the timestamps of the duplicate frames, with the analysis computer and setting a numeric variable stored in a memory of the analysis computer equal to the difference, and altering all timestamps of the second capture file preceding the timestamp of the chosen frame by the numeric variable;
n. if the chosen frame is not a duplicate frame, altering the timestamp of the chosen frame by the numeric variable and appending the frame from the second capture file to the first capture file stored in the analysis computer;
o. repeating steps “k” through “n” with the analysis computer until all the frames from the second capture file have been read;
p. arranging the frames located in the first capture file in chronological order by the analysis computer to create the comprehensive capture file; and
q. storing the comprehensive capture file on the analysis computer.

10. The method of claim 9 further comprising:

programming the analysis computer to determine a first frame identifier set for at least one frame in the first capture file;
programming the analysis computer to determine a second frame identifier set for at least one frame in the second capture file;
programming the analysis computer to compare the first frame identifier set and the second frame identifier set to determine a set of duplicate frames;
for each duplicate frame in the set of duplicate frames, label the corresponding frame in the second capture file as a duplicate with the analysis computer.

11. The method of claim 10 wherein the first frame identifier set is stored by the analysis computer in the first capture file and the second frame identifier set is stored by the analysis computer in the second capture file.

12. The method of claim 10 including the step of selectively including overhead data and selectively excluding non-overhead data in each frame in the first capture file.

13. The method of claim 9 wherein step “h” further comprises the steps:

arranging the frames in the first capture file in chronological order according to a timestamp for each frame; and
comparing the frames in the first capture file to determine if the frames are duplicate frames; and upon determining that the frames are duplicate frames, discarding at least one of the duplicate frames and keeping the duplicate frame with the earliest timestamp.

14. The method of claim 9 wherein step “i” further comprises the steps:

arranging the frames in the second capture file in chronological order according to a timestamp for each frame; and
comparing the frames in the second capture file to determine if the frames are duplicate frames; and upon determining that the frames are duplicate frames, discarding at least one of the duplicate frames and keeping the duplicate frame with the earliest timestamp.

15. The method of claim 9 comprising the additional step of sending a ping to the first and second capture devices.

16. The method of claim 9 comprising the additional step of sending an echo frame to the first and second capture devices.

17. A method for merging a first set of data frames, collected and time-stamped by a first capture device, with a second set of data frames, collected and time-stamped by a second capture device, into a comprehensive capture file, the first and second capture devices connected to an analysis computer system, the method comprising the steps:

a. receiving the first set of data frames from the first capture device into the analysis computer system;
b. storing the first set of data frames in a first capture file in the analysis computer system;
c. arranging the frames in the first capture file in chronological order and eliminating duplicate frames therein;
d. receiving the second set of data frames from the second capture device into the analysis computer system;
e. storing the second set of data frames in a second capture file in the analysis computer system;
f. arranging the frames in the second capture file in chronological order and eliminating duplicate frames therein;
g. initializing a temporary database in the analysis computer system;
h. successively reading each data frame from the second capture file as a chosen frame;
i. successively comparing the chosen frame from the second capture file to the data frames in the first capture file to determine if the chosen frame is a duplicate of a data frame in the first capture file;
j. if the chosen frame is a duplicate of a data frame from the first capture file, i. determining a difference between the timestamps of the chosen frame and the data frame from the first capture file; ii. setting a variable equal to the difference between the timestamps; iii. determining if the chosen frame is the first duplicate frame in the second capture file; and iv. if the chosen frame is the first duplicate frame in the second capture file, adjusting the timestamp of data frames stored in the temporary database and appending the data frames stored in the temporary database to the first capture file;
k. if the chosen frame is not a duplicate of a data frame from the first capture file, i. determining if a first set of duplicate frames has been discovered; ii. if the first set of the duplicate frames has not been discovered; appending the chosen frame to the temporary database; and iii. if the first set of the duplicate frames has been discovered, adjusting the timestamp of the chosen frame by the variable and appending the chosen frame to the first capture file;
l. repeating steps “h” through “k” until all the frames from the second capture file have been read; and
m. arranging the frames located in the first capture file in chronological order to create the comprehensive capture file.

18. A method for merging data frames collected and time-stamped by a first, a second and a third capture device into a comprehensive capture file, the first, second and third capture devices connected to an analysis computer system, the method comprising:

a. receiving a first set of data frames from the first capture device into the analysis computer system and storing the first set of data frames as a first capture file;
b. receiving a second set of data frames from the second capture device into the analysis computer system and storing the second set of data frames as a second capture file;
c. receiving a third set of data frames from the third capture device into the analysis computer system and storing the third set of data frames as a third capture file;
d. arranging the frames in the first capture file in chronological order and eliminating duplicate frames therein;
e. arranging the frames in the second capture file in chronological order and eliminating duplicate frames therein;
f. arranging the frames in the third capture file in chronological order and eliminating duplicate frames therein;
g. setting a first time-stamp variable and a second time-stamp variable equal to zero;
h. successively reading a data frame from the second capture file as a first frame;
i. successively comparing the first frame to each data frame in the first capture file to determine if the first frame and each data frame are duplicate frames;
j. if the first frame is a duplicate frame, calculating a difference between the timestamps of the duplicate frames and setting a first time-stamp variable equal to the difference;
k. if the first frame is not a duplicate frame, adjusting the timestamp of the first frame by the first time-stamp variable and appending the first frame to the first capture file;
l. repeating steps “h” through “k” until all the frames from the second capture file have been read;
m. successively reading a chosen frame from the third capture file as a second frame;
n. successively comparing the second frame to each data frame in the first capture file to determine if the second frame and each data frame are duplicate frames;
o. if the second frame is a duplicate frame, determining a difference between the timestamps of the duplicate frames and setting a second time-stamp variable equal to the difference;
p. if the second frame is not a duplicate, adjusting the timestamp of the second frame by the second time-stamp variable and appending the second frame to the first capture file;
q. repeating steps “m” through “p” until all the frames from the third capture file have been read; and
r. arranging the frames located in the first capture file in chronological order to create the comprehensive capture file.

19. An apparatus for analyzing the performance of a computer system, wherein two or more capture devices are in communication with the computer system and wherein the two or more capture devices collect a set of data frames transmitted within and by the computer system, and wherein the collected data frames are timestamped as the data frames are collected by each capture device, the apparatus comprising:

an analysis computer programmed to execute the steps beginning at step “a”:
a. store each data frame collected by a first capture device in a first capture file;
b. store each data frame collected by a second capture device in a second capture file;
c. set a time-stamp variable to zero;
d. successively read a chosen frame from the second capture file;
e. successively compare the chosen frame to the frames stored in the first capture file to determine if the frames are duplicate frames;
f. if the chosen frame is a duplicate frame, determine a difference between the timestamps of the duplicate frames, and set a time-stamp variable equal to the difference;
g. if the chosen frame is not a duplicate frame, adjust the timestamp of the chosen frame by the time-stamp variable and append the chosen frame to the first capture file;
h. repeat steps “d” through “g” until all the frames from the second capture file have been read;
i. arrange the frames located in the first capture file in chronological order to create a comprehensive capture file; and;
j. use the comprehensive capture file to analyze the performance of the computer system.

20. The apparatus of claim 19, wherein in step “e” further comprises:

determine a first frame identifier set for each frame in the first capture file;
determine a second frame identifier set for the chosen frame from the second capture file;
compare the first frame identifier set and the second frame identifier set to determine if there is equality between the first frame identifier set and the second frame identifier set;
upon equality, conclude the frames are duplicate frames; and
upon non-equality, conclude the frames are not duplicate frames.

21. The apparatus of claim 20, wherein the first frame identifier set is stored in the first capture file and the second frame identifier set is stored in the second capture file.

22. The apparatus of claim 19, wherein the analysis computer is further programmed to

a. arrange the data frames in the first capture file in chronological order;
b. remove any duplicate frames in the first capture file;
c. arrange the data frames in the second capture file in chronological order; and,
d. remove any duplicate frames in the second capture file.

23. The apparatus of claim 19, wherein a third capture device is attached to the computer system, the third capture device collects data frames transmitted within and by the computer system, and wherein the third capture device timestamps each frame collected by the third capture device and stores each frame collected in a third capture file, the analysis computer is further programmed to execute the following steps after the step g:

a. read a given frame from the third capture file;
b. successively compare the given frame to the frames in the first capture file to determine if the frames are duplicate frames;
c. if the given frame is a duplicate of a frame from the first capture file, calculate a difference between the timestamps of the duplicate frames and set a second variable equal to the difference;
d. if the given frame is not a duplicate of a frame from the first capture file, alter the timestamp of the given frame by the second variable and add the given frame to the first capture file;
e. repeat step “a” through “d” until all the frames from the third capture file have been read; and
f. arrange the frames located in the first capture file in chronological order.

24. An apparatus for analyzing the performance of a system, wherein two or more capture devices are in communication with the system, wherein the two or more capture devices collect data frames from the system and the collected frames are timestamped as the data frames are collected by each capture device, the apparatus comprising an analysis computer for downloading the data frames from the capture devices wherein the computer is programmed to execute the following steps:

a. store each data frame collected by a first capture device in a first capture file;
b. arrange the data frames in the first capture file in chronological order and eliminate duplicate frames therein;
c. store each data frame collected by a second capture device in a second capture file;
d. arrange the data frames in the second capture file in chronological order and eliminate duplicate frames therein;
e. successively read a selected frame from the second capture file;
f. compare the selected frame to the frames stored in the first capture file to determine if the frames are duplicate frames;
g. if the selected frame is a duplicate of at least one frame in the first capture file, i. calculate a time difference between the timestamps of the duplicate frames; ii. set a numeric variable equal to the time difference; and iii. determine if the selected frame is the first duplicate frame in the second capture file, and; iv. if the selected frame is the first duplicate frame, alter the timestamps of data frames in a temporary database by the numeric variable;
h. if the selected frame is not a duplicate of at least one frame in the first capture file, i. determine if a first set of duplicate frames has been discovered; ii. if the first set of duplicate frames has not been discovered, append the selected frame from the second capture file to the temporary database; iii. if the first set of duplicate frames has been discovered, alter the timestamp of the selected frame by the numeric variable and append the selected frame from the second capture file to the first capture file;
i. repeat steps “e” through “h” until all the data frames from the second capture file have been read; and
j. arrange the data frames located in the first capture file in chronological order to create a comprehensive capture file.

25. An apparatus for analyzing the performance of a system, wherein two or more capture devices are in communication with the system, wherein the two or more capture devices collect data frames from the system and the collected data frames are timestamped as the frames are collected by each capture device, the apparatus comprising:

an analysis computer for downloading the data frames collected by the capture devices, programmed to execute the following steps;
a. store each data frame collected by a first capture device in a first capture file;
b. store each data frame collected by a second capture device in a second capture file;
c. store each data frame collected by a third capture device in a third capture file;
d. successively read a frame from the second capture file as a first frame;
e. successively compare the first frame to each frame stored in the first capture file to determine a first pair of duplicate frames;
f. if the first frame is a duplicate of at least one frame from the first capture file, calculate a difference between the timestamps of the first pair of duplicate frames and set a first numeric variable equal to the difference;
g. if the first frame is not a duplicate of at least one frame from the first capture file, alter the timestamp of the first frame by the first numeric variable and add the first frame to the first capture file;
h. repeat steps “d” through “g” until all the frames from the second capture file have been read;
i. successively read a frame from the third capture file as a second frame;
j. compare the second frame to the frames in the first capture file to determine a second pair of duplicate frames;
k. if the second frame is a duplicate of at least one frame from the first capture file, determine a difference between the timestamps of the second pair of duplicate frames and setting a second numeric variable equal to the difference;
l. if the second frame is not a duplicate of at least one frame from the first capture file, adjust the timestamp of the second frame by the second numeric variable and add the second frame to the first capture file;
m. repeat steps “i” through “1” until all the frames from the third capture file have been read; and
n. arrange the data frames located in the first capture file in chronological order to create a comprehensive capture file.

26. The apparatus of claim 25 wherein the analysis computer is further programmed to perform the additional steps:

a. arranging the data frames in the first capture file in chronological order;
b. finding each set of duplicate frames in the first capture file; and,
c. removing all but the earliest data frame from each set of duplicate frames.

27. The apparatus of claim 25 wherein the analysis computer is further programmed to perform the additional steps:

d. arranging the data frames in the second capture file in chronological order;
e. finding each set of duplicate frames in the second capture file; and,
f. removing all but the earliest data frame from each set of duplicate frames.

28. The apparatus of claim 25 wherein the analysis computer is further programmed to perform the additional steps:

g. arranging the data frames in the third capture file in chronological order;
h. finding each set of duplicate frames in the third capture file; and,
i. removing all but the earliest data frame from each set of duplicate frames.
Patent History
Publication number: 20120096146
Type: Application
Filed: Sep 2, 2011
Publication Date: Apr 19, 2012
Patent Grant number: 8521684
Inventor: Paul Barnett (Plano, TX)
Application Number: 13/199,597
Classifications
Current U.S. Class: Computer Network Monitoring (709/224)
International Classification: G06F 15/173 (20060101);