1. Field
This disclosure relates generally to displaying application processing time distributions and, more specifically, to graphically displaying application processing time distributions in real-time.
2. Related Art
In time critical (e.g., real-time) applications, such as telecommunication applications, virtual world applications, financial applications, etc., it is generally considered desirable to obtain various operational parameters of the time critical applications in order to determine whether the time critical applications are operating in an acceptable manner. As one example, it is generally desirable to ascertain how long it takes a given application to respond to a given input under varying load conditions. One application response time monitoring approach has provided scalar response time data for an application in the form of a mean response time, a minimum response time, and a maximum response time. Another application response time monitoring approach has provided a number of response time buckets in a tabular form, whose entries correspond to the number of times an application responded within an associated response time range. Unfortunately, providing application response times as a mean, minimum, or maximum, or in bucket form may not be particularly useful for rapidly trouble-shooting time critical applications.
The present invention is illustrated by way of example and is not limited by the accompanying figures, in which like references indicate similar elements. Elements in the figures are illustrated for simplicity and clarity and have not necessarily been drawn to scale.
As will be appreciated by one of ordinary skill in the art, the present invention may be embodied as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment (including firmware, resident software, micro-code, etc.) or an embodiment combining software and hardware aspects that may all generally be referred to herein as a “circuit,” “module” or “system.” Furthermore, the present invention may take the form of a computer program product on a computer-usable storage medium having computer-usable program code embodied in the medium.
Any suitable computer usable or computer readable medium may be utilized. The computer-usable or computer-readable medium may be, for example, but is not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, device, or propagation medium. More specific examples (a non-exhaustive list) of the computer-readable medium would include the following: a portable computer diskette, a hard disk, a random access memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or Flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, or a magnetic storage device. Note that the computer-usable or computer-readable medium could even be paper or another suitable medium upon which the program is printed, as the program can be electronically captured, via, for instance, optical scanning of the paper or other medium, then compiled, interpreted, or otherwise processed in a suitable manner, if necessary, and then stored in a computer memory. In the context of this document, a computer-usable or computer-readable medium may be any medium that can contain, store, or communicate the program for use by or in connection with an instruction execution system, apparatus, or device.
Computer program code for carrying out operations of the present invention may be written in an object oriented programming language, such as Java, Smalltalk, C++, etc. However, the computer program code for carrying out operations of the present invention may also be written in conventional procedural programming languages, such as the “C” programming language or similar programming languages. The program code may execute entirely on a single computer, on multiple computers that may be remote from each other, or as a stand-alone software package. When multiple computers are employed, one computer may be connected to another computer through a local area network (LAN) or a wide area network (WAN), or the connection may be, for example, through the Internet using an Internet service provider (ISP).
The present invention is described below with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to embodiments of the invention. It will be understood that each block of the flowchart illustrations and/or block diagrams, and combinations of blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function/act specified in the flowchart and/or block diagram block or blocks.
The computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks.
According to various aspects of the present disclosure, techniques are disclosed herein for graphically display application response time distributions in real-time. In at least one embodiment, current application response time distributions are graphically displayed with historical application response time distributions in respective planes. According to another aspect of the present disclosure, commitments are also graphically displayed in conjunction with the current and historical application response time distributions. Graphically displaying application response time distributions facilitates rapid determination of whether a time critical (e.g., real-time) application is performing in an acceptable manner. The techniques disclosed herein are particularly advantageous when trouble shooting a time critical application that runs on top of a relatively large set of middleware that may exhibit unpredictable behavior.
To enhance readability, the application response time distributions may be graphically displayed on a logarithmic scale. In general, graphically displaying the application response time distributions on a logarithmic scale provides more detail at higher percentages. According to various aspects of the present disclosure, information readability may be further enhanced by providing the capability to: zoom-in on parts of an image; dynamically change a viewing angle; specify an application response time depth, specify a time duration between application response time distribution planes; and switch between a standard distribution view and a cumulative distribution view. As used herein, the term “coupled” includes both a direct electrical connection between blocks or components and an indirect electrical connection between blocks or components achieved using intervening blocks or components.
According to one aspect of the present disclosure, a technique for displaying application processing time distributions includes monitoring incoming packets and outgoing packets as the incoming packets enter and the outgoing packets exit a time critical (e.g., real-time) application. The incoming packets and the outgoing packets are correlated to determine application processing times for the application. Finally, application processing time distributions, which correspond to the application processing times for a desired time period, are graphically displayed.
According to another aspect of the present disclosure, a system is disclosed that includes a processor that is coupled to a display. The processor is in communication with a sensor that is configured to monitor incoming packets and outgoing packets as the incoming packets enter and the outgoing packets exit a time critical (e.g., real-time) application. The sensor is also configured to correlate the incoming packets and the outgoing packets to determine application processing times for the time critical application. Finally, the processor causes application processing time distributions, corresponding to the application processing times, for a desired time period to be graphically provided on the display.
With reference to
When the network 100 is configured to handle VoIP traffic, the techniques disclosed herein may be utilized to determine if the application 110 (in this case a VoIP application) is operating in an acceptable manner. For example, when the first client 102 attempts to establish a VoIP call with the second client 104, the first client 102 may transmit an invite SIP request, which is routed to the application server 106 (which in this case is acting as an SIP proxy). In this case, the sensor 108 is configured to detect (by, for example, examining an incoming packets) the invite SIP request from the first client 102 and start a counter. The sensor 108 then monitors output (by, for example, examining outgoing packets) of the application 110 for an SIP response to the invite SIP request from the first client 102. The response may be, for example, an information response (e.g., 100 trying), a successful response (e.g., 200 OK), a redirection response (e.g., 301 moved permanently), a client failure response (e.g., 404 client not found), etc.
When the sensor 108 determines that the SIP response corresponds to the SIP request, the counter is stopped and the application response time is reported to an appropriate entity, e.g., the computer system 112 (which in this case executes a program to graphically display application processing time distributions). It should be appreciated that the sensor 108 may maintain an application appropriate number of counters to track a desired number of simultaneous or near simultaneous calls.
Alternatively, the first and second clients 102 and 104 may correspond to computer systems coupled to the application server 106 via one or more Internet service providers (ISPs). In this case, the application server 106 may correspond to a web page server for a search engine. According to this example, a user operating one of the clients 102 and 104 may access a web page of the application server 106 (by, for example, entering an appropriate uniform resource locator (URL) into a web browser associated with one of the clients 102 and 104) to perform a search on a term of interest. In this case, the sensor 108 may detect the input of the search term, start a counter, and monitor the application 110 for a response. Upon receiving a response associated with the input of the search term, the counter is stopped and the application response time is graphically displayed in conjunction with other simultaneous or near simultaneous response times of the application 110 in an application response time distribution.
As is illustrated, the computer system 112 is coupled to the sensor 108. The computer system 112 may be utilized, for example, by a network administrator that is attempting to troubleshoot operation of the application server 106. The processor 114 of the computer system 112 is in communication with the sensor 108 and receives input from the sensor 108 which (in this case) corresponds to a number of application processing times of the application 110 at a given point in time. As is further discussed below, the processor 114 is configured to provide input to the display 116 responsive to the sensor 108. Alternatively, the display 116 may be, for example, included in a terminal that is associated with the server 106.
Turning to
Moving to
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems that perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
The terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used herein, the singular forms “a”, “an” and “the” are intended to include the plural forms as well, unless the context clearly indicates otherwise. It will be further understood that the terms “comprises” and/or “comprising,” when used in this specification, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof.
The corresponding structures, materials, acts, and equivalents of all means or step plus function elements in the claims below, if any, are intended to include any structure, material, or act for performing the function in combination with other claimed elements as specifically claimed. The description of the present invention has been presented for purposes of illustration and description, but is not intended to be exhaustive or limited to the invention in the form disclosed. Many modifications and variations will be apparent to those of ordinary skill in the art without departing from the scope and spirit of the invention. The embodiment was chosen and described in order to best explain the principles of the invention and the practical application, and to enable others of ordinary skill in the art to understand the invention for various embodiments with various modifications as are suited to the particular use contemplated.
Having thus described the invention of the present application in detail and by reference to preferred embodiments thereof, it will be apparent that modifications and variations are possible without departing from the scope of the invention defined in the appended claims.