Tracing with a workload distributor

Information

  • Patent Grant
  • 10178031
  • Patent Number
    10,178,031
  • Date Filed
    Monday, February 9, 2015
    10 years ago
  • Date Issued
    Tuesday, January 8, 2019
    6 years ago
Abstract
A load balanced system may incorporate instrumented systems within a group of managed devices and distribute workload among the devices to meet both load balancing and data collection. A workload distributor may communicate with and configure several managed devices, some of which may have instrumentation that may collect trace data for workload run on those devices. Authentication may be performed between the managed devices and the workload distributor to verify that the managed devices are able to receive the workloads and to verify the workloads prior to execution. The workload distributor may increase or decrease the amount of instrumentation in relation to the workload experienced at any given time.
Description
BACKGROUND

Tracing gathers information about how an application executes within a computer system. Trace data may include any type of data that may explain how the application operates, and such data may be analyzed by a developer during debugging or optimization of the application. In many cases, trace data may be used for debugging an application as well as understanding and optimizing the application. Trace data may also be used by an administrator during regular operation of the application to identify any problems.


SUMMARY

An instrumented execution environment may connect to an execution environment to provide detailed tracing and logging of an application as it runs. The instrumented execution environment may be configured as a standalone service that can be configured and purchased. The instrumented execution environment may be deployed with various authentication systems, administrative user interfaces, and other components. The instrumented execution environment may engage a customer's system through a distributor that may manage an application workload to distribute work to the instrumented execution environment as well as other worker systems. A marketplace may provide multiple preconfigured execution environments that may be selected, further configured, and deployed to address specific data collection objectives.


A load balanced system may incorporate instrumented systems within a group of managed devices and distribute workload among the devices to meet both load balancing and data collection. A workload distributor may communicate with and configure several managed devices, some of which may have instrumentation that may collect trace data for workload run on those devices. Authentication may be performed between the managed devices and the workload distributor to verify that the managed devices are able to receive the workloads and to verify the workloads prior to execution. The workload distributor may increase or decrease the amount of instrumentation in relation to the workload experienced at any given time.


A parallel tracer may perform detailed or heavily instrumented analysis of an application in parallel with a performance or lightly instrumented version of the application. Both versions of the application may operate on the same input stream, but with the heavily instrumented version having different performance results than the lightly instrumented version. The tracing results may be used for various analyses, including optimization and debugging.


A tracer may obfuscate trace data such that the trace data may be used in an unsecure environment even though raw trace data may contain private, confidential, or other sensitive information. The tracer may obfuscate using irreversible or lossy hash functions, look up tables, or other mechanisms for certain raw trace data, rendering the obfuscated trace data acceptable for transmission, storage, and analysis. In the case of parameters passed to and from a function, trace data may be obfuscated as a group or as individual parameters. The obfuscated trace data may be transmitted to a remote server in some scenarios.


This Summary is provided to introduce a selection of concepts in a simplified form that are further described below in the Detailed Description. This Summary is not intended to identify key features or essential features of the claimed subject matter, nor is it intended to be used to limit the scope of the claimed subject matter.





BRIEF DESCRIPTION OF THE DRAWINGS

In the drawings,



FIG. 1 is a diagram illustration of an embodiment showing a system for tracing applications that process confidential data.



FIG. 2 is a diagram illustration of an embodiment showing a network environment for analyzing sensitive trace data.



FIG. 3 is a timeline illustration of an embodiment showing interactions between a secure environment and a remote device.



FIG. 4 is a diagram illustration of an embodiment showing a parallel tracing system.



FIG. 5 is a diagram illustration of an embodiment showing a network environment with parallel tracing.



FIG. 6 is a flowchart illustration of an embodiment showing a method for executing an application with parallel instrumentation.



FIG. 7 is a flowchart illustration of an embodiment showing a method for combining results.



FIG. 8 is a diagram illustration of an embodiment showing tracing with a workload distributor.



FIG. 9 is a diagram illustration of an embodiment showing a network environment with a workload distributor.



FIG. 10 is a flowchart illustration of an embodiment showing a method for load balancing with tracing.



FIG. 11 is a diagram illustration of an embodiment showing tracing as a service.



FIG. 12 is a diagram illustration of an embodiment showing a network environment with remote tracing.



FIG. 13 is a flowchart illustration of an embodiment showing a method for configuring an instrumentation system.



FIG. 14 is a flowchart illustration of an embodiment showing a method for deploying instrumented system.





DETAILED DESCRIPTION

Tracing as a Service


An instrumented execution environment may be deployed as a service. After creating an account, a user may add the instrumented execution environment to a workload distributor within the user's own execution environment. The workload distributor may receive an incoming workload stream and direct some or all of the workload to the instrumented execution environment.


The instrumented execution environment may contain software, hardware, and other components that may capture various information while processing a workload. The instrumentation may collect various trace data that may be stored and analyzed. In some cases, the trace data may be analyzed after collection while in other cases, trace data may be analyzed on a real time basis.


A user may use an administrative user interface to configure the instrumented execution environment for use with a distributor. The user may be able to establish an account, determine a payment mechanism, and select various features of an instrumented execution environment.


The administrative activities may also include creating various authentication keys or other mechanisms that may authenticate the interacting systems to each other. The authentication system may be used to verify that the instrumented execution environment has been permitted to receive the output of a distributor, and that the distributor is authorized to send work items to the instrumented execution environment.


A distributor may be added to a user's execution environment to introduce a redirection point or decision point in an application. In some cases, the distributor may be an application that intercepts an input stream and applies both load balancing and instrumentation logic to identify an execution environment to process a given work item. In some cases, the distributor may be executable code that may be included in a library that may be called from within an application.


The instrumentation may be provided as a service to a developer or administrator of an application. The instrumentation may collect data using sophisticated tools and analysis that may be complex to install, configure, or operate. A user may pay for such a service using many different payment schemes, such as paying based on part on how much processing, storage, or other resource may be consumed. In some cases, the payment may be a subscription for use over a period of time, such as a fixed fee payment for a month of service. Many other payment schemes may be deployed.


Tracing with a Workload Distributor


A load balanced or other managed computation environment may distribute work items to instrumented and non-instrumented systems. The load balancing or distribution may occur with consideration of instrumentation objectives for an application. In one example, the instrumentation may be performed when the load on the systems may allow, but instrumentation may be reduced or eliminated when load factors increase.


The workload distributor may have several instrumentation objectives that define conditions to collect data as well as the data to be collected. The objectives may include items such as sampling rates, events or conditions that start or stop instrumentation, quantity or quality of data to be collected, as well as the specific parameters or types of instrumentation to be applied.


The workload distributor may transmit instrumentation objectives to a worker system, where the objectives may cause the worker system to collect the described data. In such cases, the distributor may be able to create customized objectives for instrumenting each work item.


The computation environment may have multiple worker systems that execute work items as defined by a distributor. Each worker system may register with the distributor, which may include initial contact and registration as well as establishing an authentication mechanism between the devices. The status of the worker systems may be collected periodically and used to determine availability to perform a given work item.


Parallel Tracing


A heavily instrumented tracer may operate in parallel with a lightly instrumented tracer to capture both detailed and performance measurements of an application. In many cases, heavy instrumentation may adversely affect the performance of an application, thereby corrupting any performance metrics that may be collected at the same time. As the instrumentation becomes more detailed, the performance metrics generally may become more affected.


The tracing system may operate in parallel to trace in a performance environment that may capture only performance metrics, while another detailed tracer may capture detailed results. In some cases, the same application workload may be analyzed in parallel and the performance and detailed results may be aggregated together to produce a complete representation of the application.


The architecture of a parallel tracing system may be deployed in a distributed computing environment. In such an environment, multiple devices or processors may each perform some of the work of an application. A computing cluster may be one example of a distributed computing environment where multiple devices each execute a portion of an input stream.


A single device may be capable of parallel tracing. A multi-processor device may have some processors that may process an application workload in a high performance manner while other processors execute the application using a detailed tracer.


The concept of parallel tracing may be applied to a single system or single processor system. In such a system, the separate tracing operations may be performed sequentially. For example, a first run of an application workload may be performed using a performance level instrumentation followed by a second run of the workload using a detailed instrumentation system. In such an embodiment, the input stream may be captured for later execution in a detailed manner.


A distributor may identify units of work from an input stream to transmit to different components. A unit of work may be any computing workload that may be executed in a relatively independent fashion. For each program or application, the units of work may be different.


In some applications, a unit of work may be a function call that may include input parameters for the function. For functional languages, such as Erlang, Haskell, Scala, F#, or for non-functional languages that are written in a functional manner, portions of an application may be able to be computed independently. In some cases, the units of work may have dependencies or other interactions with other units of work.


A unit of work may be an input item or request made to an application. In an example of an application programming interface, a call to the interface may be considered a unit of work that may be executed by an instance of the application. Such requests may or may not depend on other requests, but in general many such systems may have requests that may operate independently from other requests.


In some cases, a unit of work that may be executed by two differently instrumented systems may return different results. In a simple example, a unit of work may perform a function based on the exact time of day. In such an example, a unit of work executed on performance level instrumentation would return a different value than the same unit of work executed on a highly instrumented system that may be considerably slower.


When a unit of work executed on two different systems returns different values, an algorithm may be applied to determine a return value. In systems where latency, response time, or other performance related factors may adversely affect results, results from a performance level instrumented system may be used while results collected from highly instrumented system may be discarded. In some cases, the results from the performance level instrumented system may be discarded in favor of results from a highly instrumented system. In still other cases, averages or other summaries may be used to aggregate the application results from two separate runs of a unit of work.


Obfuscating Trace Data


A tracer may obfuscate data collected from an application and transmit obfuscated data to an analysis engine. The analysis engine may perform all analyses on the obfuscated data, such that the analysis engine may not be exposed to any confidential, private, or otherwise sensitive data contained in the tracer-collected data.


A tracer may collect data during the execution of an application. The application may process data that may be sensitive. When the tracer encounters application data, such data may be obfuscated prior to analysis. The obfuscated data may then be analyzed to understand, categorize, optimize, or perform other functions relating to the application. In some cases, the analysis may generate recommendations or other results that may refer to specific data elements that may be obfuscated. In such cases, a mechanism for determining the underlying data values may be provided through a reverse obfuscation process.


The obfuscation process may consist of a hash function, which may be lossy or not. In other embodiments, the obfuscation process may be an encryption process that may or may not be cryptographically secure. Still other embodiments may employ a lookup table maintained on a client device that translates a meaningful data value to an arbitrary value for analysis.


Multiple values may be hashed or otherwise considered as a single element in the tracer output. For example, a function may be called with three arguments. In some embodiments, the three arguments may be combined into a single argument and hashed or otherwise obfuscated into a single value. In other embodiments, the three arguments may be individually obfuscated and stored as three separate values.


Throughout this specification and claims, the terms “profiler”, “tracer”, and “instrumentation” are used interchangeably. These terms refer to any mechanism that may collect data when an application is executed. In a classic definition, “instrumentation” may refer to stubs, hooks, or other data collection mechanisms that may be inserted into executable code and thereby change the executable code, whereas “profiler” or “tracer” may classically refer to data collection mechanisms that may not change the executable code. The use of any of these terms and their derivatives may implicate or imply the other. For example, data collection using a “tracer” may be performed using non-contact data collection in the classic sense of a “tracer” as well as data collection using the classic definition of “instrumentation” where the executable code may be changed. Similarly, data collected through “instrumentation” may include data collection using non-contact data collection mechanisms.


Further, data collected through “profiling”, “tracing”, and “instrumentation” may include any type of data that may be collected, including performance related data such as processing times, throughput, performance counters, and the like. The collected data may include function names, parameters passed, memory object names and contents, messages passed, message contents, registry settings, register contents, error flags, interrupts, or any other parameter or other collectable data regarding an application being traced.


Throughout this specification and claims, the term “execution environment” may be used to refer to any type of supporting software used to execute an application. An example of an execution environment is an operating system. In some illustrations, an “execution environment” may be shown separately from an operating system. This may be to illustrate a virtual machine, such as a process virtual machine, that provides various support functions for an application. In other embodiments, a virtual machine may be a system virtual machine that may include its own internal operating system and may simulate an entire computer system. Throughout this specification and claims, the term “execution environment” includes operating systems and other systems that may or may not have readily identifiable “virtual machines” or other supporting software.


Throughout this specification, like reference numbers signify the same elements throughout the description of the figures.


When elements are referred to as being “connected” or “coupled,” the elements can be directly connected or coupled together or one or more intervening elements may also be present. In contrast, when elements are referred to as being “directly connected” or “directly coupled,” there are no intervening elements present.


The subject matter may be embodied as devices, systems, methods, and/or computer program products. Accordingly, some or all of the subject matter may be embodied in hardware and/or in software (including firmware, resident software, micro-code, state machines, gate arrays, etc.) Furthermore, the subject matter may take the form of a computer program product on a computer-usable or computer-readable storage medium having computer-usable or computer-readable program code embodied in the medium for use by or in connection with an instruction execution system. In the context of this document, a computer-usable or computer-readable medium may be any medium that can contain, store, communicate, propagate, or transport the program for use by or in connection with the instruction execution system, apparatus, or device.


The computer-usable or computer-readable medium may be, for example but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, device, or propagation medium. By way of example, and not limitation, computer readable media may comprise computer storage media and communication media.


Computer storage media includes volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information such as computer readable instructions, data structures, program modules or other data. Computer storage media includes, but is not limited to, RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, digital versatile disks (DVD) or other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can accessed by an instruction execution system. Note that the computer-usable or computer-readable medium could 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, of otherwise processed in a suitable manner, if necessary, and then stored in a computer memory.


When the subject matter is embodied in the general context of computer-executable instructions, the embodiment may comprise program modules, executed by one or more systems, computers, or other devices. Generally, program modules include routines, programs, objects, components, data structures, etc. that perform particular tasks or implement particular abstract data types. Typically, the functionality of the program modules may be combined or distributed as desired in various embodiments.



FIG. 1 is a diagram of an embodiment 100 showing a tracing system for an application that processes sensitive data. Embodiment 100 is a simplified example of a system where tracing may occur within a secure environment, then trace data may be analyzed in an unsecure environment without compromising the integrity of the sensitive data.


Embodiment 100 illustrates an example of a tracing system that gathers data in a secure environment and obfuscates the data prior to sending the data to a remote system for analysis. The remote system may be in an unsecured environment, but because the sensitive data are obfuscated, any analysis on those data can be performed without compromising the security of the underlying data.


In an example, a secure environment 102 may have an application 104 that may process sensitive data. The sensitive data may be, for example, credit card numbers, social security numbers, employment data, healthcare data, classified military data, financial data, or any other type of data that may be sensitive from a legal, business, personal, or other perspective.


A tracer 106 may monitor the application 104 to collect performance and operational data while the application 104 executes. The tracer 106 may examine individual functions, threads, processes, messages, data objects, and other information and that are part of the application or may be handled by the application. The tracer 106 may perform low-level inspection of various program elements, the results of which may be used to analyze the program execution. Such analysis may be for debugging, auditing, optimization, or other purposes.


In many cases, the tracer 106 may handle or come in contact with information that includes sensitive data. In such a circumstance, the data may be obfuscated prior to leaving the secure environment 102. In a simple example, a function may receive a data object, such as a raw credit card number. A trace of the function may collect the credit card number as a value passed to the function. In another example, a message passed from one thread to another may contain unfiltered financial information, a medical record object, or other sensitive information. During normal tracing operations, such sensitive data may be collected, but the sensitive data may be obfuscated before passing the data outside of the secure environment.


When sensitive data are collected and handled within the secure environment 102, the data may be considered safe. In a typical secure environment 102, data may be processed in a facility that complies with various privacy and security standards and procedures. Such facilities may maintain physical security that limits access to certain personnel, as well as network security that restricts access to the data.


An obfuscator 108 may obfuscate some or all of the trace data to create obfuscated trace data 110. The obfuscator 108 may use various hash functions, encryption algorithms, substitution schemes, or other techniques to make protect the sensitive data. In some cases, the obfuscator 108 may create a lookup database 112 that may contain the raw and obfuscated values for the traced data.


The obfuscated trace data 110 may be transmitted outside the secure environment 102. The obfuscated trace data 114 may be located on a remote device or other system that may have an analysis engine 116 that may perform analytics, optimizations, or other analyses on the obfuscated trace data 114. The results of the analysis engine 116 may reference individual data items or may contain references to data elements that remain obfuscated.


The results 118 may be passed back into the secure environment 102 and acted upon by a results processor 120. The results processor 120 may determine the raw data values from the obfuscated data values. In some cases, such an operation may involve looking up the raw data value from the lookup database 112.


In one use scenario, a tracer 106 may analyze an application 104 that may handle bank account information, for example. The tracer 106 may identify a function to monitor, where the function receives a bank account number and returns a balance. In this example, the bank account number and the balance may be treated as private information.


The tracer 106 may detect that the function has been called and may capture the data sent to the function and the data returned by the function. In this case, the bank account information has been transferred to the function and the balance returned. The function may be called many times, and the tracer 106 may capture each time the function is called. After monitoring the application 104 for a period of time, the trace data may contain bank account information and balance information.


Before transmitting the trace data outside of the secure environment 102, an obfuscator 108 may obfuscate the trace data to create obfuscated trace data 110. Once obfuscated, the data may be analyzed by a remote system to determine performance metrics or debugging information for the application 104.


The analysis may handle each data object using the obfuscated value. In an example, a debugging analysis may determine that a specific input value to the function causes an unexpected behavior to the function. Because the analysis is performed on the obfuscated data, the analysis results may be transmitted back to the secure environment 102 where the original value for the trace data may be determined and action taken on the results.


In such a scenario, the sensitive data may be kept within the secure environment 102, yet the analysis may be performed in an environment that does not share the same level of security. For example, a trace analyzer or program optimizer may analyze applications that may be secret, secure, private, or otherwise sensitive, yet the results may be transmitted and analyzed in a relatively open environment. For example, the obfuscated trace data 110 may be transmitted in clear text with minimum or no encryption and stored in a facility that may not meet the high security standards of the application 104.


The analysis engine 116 may be an automated, semi-automated, or manual analysis of the obfuscated trace data 114. The results 118 may contain direct references to the obfuscated trace data 114, such as identifying the data values that caused an error condition, for example. However, because the analyses may be performed only on obfuscated trace data 114, the analysis engine 116 may not be exposed to the underlying raw data.


In some cases, the remote system may collect data from multiple users, each of which may produce obfuscated trace data. The data from each user may be combined into a single database containing trace data from many sources. In such cases, the remote system may store only obfuscated data and sensitive data may be kept within the secure environment 102.


The obfuscator 108 may create obfuscated trace data 110 using several different mechanisms. In some cases, the obfuscation mechanisms may or may not be lossy.


An example of a non-lossy system may be an encryption system that may use a key to encrypt the data. In such a system, the obfuscator 108 may encrypt the data items using the key and the analysis engine 116 may process the encrypted data objects. Once the results 118 are returned to the secure environment 102, the results processor 120 may decrypt the results 118 using the key. Such a system may not use a lookup database 112 to re-create the raw values from the obfuscated values.


Another example of a non-lossy system may be the use of a non-reversible secure hash, such as MD5, SHA, or other hash functions. Such functions may have none or very few collisions, but may be extremely difficult to extract the original value from the obfuscated value. In such systems, a lookup database 112 may be used to store the hashed and raw values, so that results 118 may be converted back to raw, un-hashed values.


An example of a lossy system may apply a lossy hash function, such as a checksum or other lossy compression technique to the raw data. Examples of such systems may be hash functions that have many collisions. Such a system may create obfuscated data elements that may not be reversed into a single value with a degree of certainty.


An example of another system, a lookup database 112 may be used to assign a random or sequential value to a raw value. For example, a record for each new raw value may be assigned an incrementing index and the index may serve as the obfuscated value. Because the lookup database 112 may contain sensitive data, the lookup database 112 may be stored and protected within the secure environment 102.


In some embodiments, different types of obfuscation may be applied to different trace data. For example, highly sensitive data elements may be obfuscated with encryption while less sensitive data elements may be obfuscated with a simpler hash function. Such an embodiment may apply more computationally expensive obfuscation to more sensitive data and less computationally expensive obfuscation to less sensitive data.


Some trace data may be stored in cleartext or may not be obfuscated. For example, some embodiments may store function names in cleartext yet may obfuscate data passed to and from a function. In general, a function name, parameter name, variable name, or other hard coded descriptors within an application may describe operations of an application but not the underlying data that may be processed.


Cleartext descriptors of application elements may be extracted from a source code description of the application. Some embodiments may include a source code analyzer that extracts the descriptors of various application elements. In some embodiments, such analyzers may be built into a compiler, the output of which may include debugging or tagging information.


Cleartext descriptors of application elements, such as functions, variables, data objects, methods, or other elements may give a developer and administrator meaningful feedback regarding the performance of their application, even when the underlying data may be obfuscated. For example, an analysis engine 116 may identify function FOO has behaving in a certain manner and provide feedback that names function FOO. An application developer may recognize function FOO and be able to take action. Such an analysis may be performed in an unsecure manner using obfuscated data elements but with cleartext representations of program elements.


Cleartext descriptors of application elements may include function names, variable names, data object names, record descriptors, column descriptors, annotations, method names, class names, library names, file names, parameter names, tags, control flow diagrams, and other descriptors. Typically, such descriptors may be created by a programmer or developer and may reflect the programmer's intent or logic.


In certain circumstances, such descriptors may reflect confidential information. The confidential information may be the underlying logic or program flow, which may be separate from the confidential nature of the data handled by the application. For example, an application that processes healthcare records may have a proprietary or trade secret method for analyzing a healthcare record. While the healthcare record itself may be confidential under HIPPA or other statutory or regulatory provisions, the methodology of the application may be a separate class of confidential information.


In cases where such descriptors reflect application logic, third party analysis may be performed under a nondisclosure agreement, privacy arrangement, or other confidentiality provision as the third party may be exposed to the underlying methodology in an application but not be exposed to the data handled by the application.



FIG. 2 is a diagram of an embodiment 200 showing a computer system that transmits obfuscated trace data to a remote device for analysis. Embodiment 200 illustrates hardware components that may deliver the operations described in embodiment 100, as well as other embodiments.


The diagram of FIG. 2 illustrates functional components of a system. In some cases, the component may be a hardware component, a software component, or a combination of hardware and software. Some of the components may be application level software, while other components may be execution environment level components. In some cases, the connection of one component to another may be a close connection where two or more components are operating on a single hardware platform. In other cases, the connections may be made over network connections spanning long distances. Each embodiment may use different hardware, software, and interconnection architectures to achieve the functions described.


Embodiment 200 illustrates a device 202 that may have a hardware platform 204 and various software components 206. The device 202 as illustrated represents a conventional computing device, although other embodiments may have different configurations, architectures, or components.


In many embodiments, the device 202 may be a server computer. In some embodiments, the device 202 may still also be a desktop computer, laptop computer, netbook computer, tablet or slate computer, wireless handset, cellular telephone, game console or any other type of computing device.


The hardware platform 204 may include a processor 208, random access memory 210, and nonvolatile storage 212. The hardware platform 204 may also include a user interface 214 and network interface 216.


The random access memory 210 may be storage that contains data objects and executable code that can be quickly accessed by the processors 208. In many embodiments, the random access memory 210 may have a high-speed bus connecting the memory 210 to the processors 208.


The nonvolatile storage 212 may be storage that persists after the device 202 is shut down. The nonvolatile storage 212 may be any type of storage device, including hard disk, solid state memory devices, magnetic tape, optical storage, or other type of storage. The nonvolatile storage 212 may be read only or read/write capable. In some embodiments, the nonvolatile storage 212 may be cloud based, network storage, or other storage that may be accessed over a network connection.


The user interface 214 may be any type of hardware capable of displaying output and receiving input from a user. In many cases, the output display may be a graphical display monitor, although output devices may include lights and other visual output, audio output, kinetic actuator output, as well as other output devices. Conventional input devices may include keyboards and pointing devices such as a mouse, stylus, trackball, or other pointing device. Other input devices may include various sensors, including biometric input devices, audio and video input devices, and other sensors.


The network interface 216 may be any type of connection to another computer. In many embodiments, the network interface 216 may be a wired Ethernet connection. Other embodiments may include wired or wireless connections over various communication protocols.


The client 202 may have an operating system 218 that may execute various applications 254. In some embodiments, an execution environment 220 may execute the applications 254. In either case, the operating system 218 or execution environment 220 may manage execution of the applications 254 by managing resources consumed by the applications 254 as well as controlling the execution.


The resources managed by the operating system 218 or execution environment 220 may be memory resources, network resources, input/output resources, processor resources, and other resources. The operating system 218 or execution environment 220 may allocate memory, perform garbage collection, schedule processor availability, prioritize and allocate storage resources, and other functions. In some embodiments, the execution environment 220 may be referred to as a virtual machine.


Tracers 222 and 224 may operate within the operating system 218 or execution environment 220. The tracers 222 and 224 may monitor the execution of an application 254 and collect various information, including performance data, operational data, debugging data, and other types of information. In many cases, the tracers 222 and 224 may be exposed to sensitive data that may be processed by an application 254.


Raw trace data 226 may be the data as-collected by the tracers 222 or 224. The raw trace data 226 may include data elements processed by the applications 254, as well as references to application elements such as function names and other descriptors.


An obfuscator 228 may process the raw trace data 226 to create obfuscated trace data 230. The obfuscator 228 may obfuscate some or all of the raw trace data 226 using various mechanisms. In some cases, only certain elements may be obfuscated while other elements in the raw trace data 226 may remain in a cleartext format.


In some embodiments, a source code analyzer 252 may create a set of source code annotations 254. The source code annotations 254 may be used to decorate the raw trace data 226 with meaningful function names and other information.


The source code annotations 254 may be annotations, tags, labels, or other information that may be derived from source code. Such information may be created by a compiler, debugging tool, or other source. In some cases, source code annotations 254 may be created by a dedicated source code analyzer 252.


A communications agent 232 may transmit the obfuscated trace data 230 to a remote device 240 for processing. The remote device 240 may be located outside of a secure environment which may be protected by a firewall 236 as well as other security measures. The communications agent 232 may pass the obfuscated trace data 230 through a firewall 236 and network 238 to the remote device 240.


The remote device 240 may operate on a hardware platform 242. The hardware platform 242 may be similar to the hardware platform 204. In some instances, the hardware platform 242 may be a virtual machine, cloud computing system, computing cluster, or some other execution environment.


A communications agent 246 may receive obfuscated trace data 230 from the device 202 and store the obfuscated trace data 244. An analyzer 248 may perform analyses against the obfuscated trace data 244 to generate various analysis results, which may be debugging and performance information, optimization information, or any other type of analysis results.


The obfuscated trace data 244 may contain trace data from multiple devices 202. In such embodiments, the trace data from two or more devices may be combined to create a more comprehensive trace data set than what may be created from merely one device.


In some embodiments, results from the remote device 240 may be transmitted to the device 202 for further inspection and use. In such embodiments, a lookup database 234 may be populated with obfuscated and raw data elements. The lookup database 234 may be used to translate from obfuscated results to more meaningful results when results are received from a remote device 240.



FIG. 3 is a flowchart illustration of an embodiment 300 showing a method for installing and monitoring executable code. Embodiment 300 illustrates the operations of a client device 302 in the left hand column and a remote device 304 in the right hand column.


Other embodiments may use different sequencing, additional or fewer steps, and different nomenclature or terminology to accomplish similar functions. In some embodiments, various operations or set of operations may be performed in parallel with other operations, either in a synchronous or asynchronous manner. The steps selected here were chosen to illustrate some principles of operations in a simplified form.


Embodiment 300 illustrates an interaction between a device 302 in a secure location with a remote device 304 which may be outside the secure location. Trace data are gathered on the device 302, obfuscated, and transmitted to the remote device 304. The remote device 304 may process only the obfuscated data to create certain results, which are returned to the device 302 and de-obfuscated.


On the device 302, an application may be executed in block 306. While the application executes, trace data may be gathered in block 308. Some or all of the parameters may be obfuscated using hashing, encryption, lookup tables, randomization, or other obfuscation techniques.


The obfuscated data may be transmitted in block 312 to the remote device 304, which may receive the obfuscated data in block 314.


The remote device 304 may perform analysis on the obfuscated trace data in block 316 to generate analysis results in block 318. The analysis results may be transmitted in block 320 to the device 302, which may receive the analysis results in block 322.


The device 302 may de-obfuscate the data in block 324 and act on the analysis results in block 326. The de-obfuscating in block 324 may employ a mechanism that determines a raw, original value from results computed from obfuscated data.



FIG. 4 is a diagram illustration of an embodiment 400 showing a parallel tracing system. Embodiment 400 illustrates a high level view of a system that has a distributor that may send units of work to different systems, which may include systems for performance measurements as well as detailed instrumentation or profiling.


Embodiment 400 may be an example of a system where units of work may be executed in different environments, which may include execution under no instrumentation, performance level instrumentation, and detailed instrumentation. In many cases, an increasing level of instrumentation may cause performance to degrade. However, a more complete understanding about an application may combine both performance and detailed instrumentation results. By collecting trace data from two different environments, the performance related data may be unaffected by the detailed tracing.


A single unit of work may be analyzed by two different systems. In such systems, the performance results and detailed tracing results may be combined for those units of work. Such systems may tag the tracing results with an identifier that may allow an aggregator to match the results to the same unit of work.


In other embodiments, a single unit of work may be analyzed only one time. In such systems, results from performance and detailed analyses may be combined to give an overall picture without being able to directly compare individual units of work. Such a picture may be statistically significant when the distribution of workloads to each type of analysis may have a statistically normal distribution, for example.


A requestor 402 may send a request 404 to a distributor 406. The request 404 may be a workload to be processed by a cluster of execution environments. In one example, the request 404 may be a call to an application programming interface, where the application programming interface may be executed by a computing cluster. In another example, a request 404 may be a workload within a high performance computing system. In still another example, the request 404 may be a function or method call within a computer application.


The distributor 406 may analyze the request 404 to determine how to route the request 404. In the example of embodiment 400, the request 404 may be routed to an non-instrumented system 410, a performance instrumented system 412, or a detailed instrumented system 414. Other embodiments may have more or fewer systems that may be able to perform the request 404.


The distributor 406 may have a configuration 408 that may define how the distributor 406 may perform its distribution functions. The configuration 408 may have conditions under which detailed or performance tracing may be performed, as well as conditions defining when no tracing may be performed.


The conditions 408 may contain filters that limit instrumentation to only a subset of available requests. The filters or objectives may define parameters relating to the input stream, a sampling frequency, or other parameters that may define how and when instrumentation may occur. The objectives may define instrumentation granularity, such a functional component, function, process, memory object, or other level of detail of the data collection. As an example of parameters relating to the input stream, the conditions 408 may indicate that instrumentation may be performed on requests that contain a specific variable with a specific value or range of values. An example of other types of configuration definitions may define a sample frequency for requests that may be instrumented.


An non-instrumented system 410 may process the requests 404 with little or no tracing or instrumentation. In many cases, an non-instrumented system 410 may contain minimal instrumentation that may monitor the status of the system or other actions. The non-instrumented system 410 may not generate instrumentation results that may be analyzed with data gathered from other instrumented systems.


A performance instrumented system 412 may process a request 404 while gathering performance related metrics. The instrumentation may be designed to have minimal impact on the performance of system so that the performance metrics may be considered accurate.


A detailed instrumentation system 414 may process a request 404 while gathering detailed operational information. In many cases, such systems may trace function calls, gather data objects passed between processes and functions, gather object values as certain points during execution, and other data. In many cases, the detailed instrumented system 414 may be significantly slower than the performance system 412.


In the example of embodiment 400, three systems are illustrated as processing the requests 404. In some embodiments, such devices may be identical hardware devices with the same or different software components, while in other embodiments, different devices with different hardware or software components may be used. Such systems that are not similar may have specialized hardware or software components designed for high performance, detailed instrumentation, or other function.


The application output 416 may be received from the various systems that execute the request 404. The application output 416 may be returned to the requestor 402.


In cases where two systems execute the same request, the application output 416 may be compared to determine whether both systems generated the same output. In some embodiments, the output may be considered reliable or substantiated when two parallel devices generate the same output. When the output from two systems is not the same, one of the output values may be selected, the values averaged, or some other action taken.


A results combiner 418 may collect trace data from both the performance instrumented system 412 and the detailed instrumented system 414 and store the results in a set of instrumentation results 420. In some cases, the results combiner 418 may match specific execution runs or characteristics between two or more different trace data. Examples of such matching may be found later in this specification.



FIG. 5 is a diagram of an embodiment 500 showing a network environment in which different execution systems may generate different levels of trace data. Embodiment 500 illustrates hardware components that may implement some of the operations described in embodiment 400, as well as other embodiments.


The diagram of FIG. 5 illustrates functional components of a system. In some cases, the component may be a hardware component, a software component, or a combination of hardware and software. Some of the components may be application level software, while other components may be execution environment level components. In some cases, the connection of one component to another may be a close connection where two or more components are operating on a single hardware platform. In other cases, the connections may be made over network connections spanning long distances. Each embodiment may use different hardware, software, and interconnection architectures to achieve the functions described.


Embodiment 500 illustrates an example of a system that processes requests received over an external network 504 from a requestor 502. A distributor system 506 may parse the incoming request stream and cause the various execution systems 520 to execute the requests. The application output or response to the request may be passed back to the requestor 502, while any trace data gathered from the execution systems 520 may be stored and used by an analysis system 552.


Each of the various devices illustrated in embodiment 500 may have a hardware platform. The respective hardware platforms may be similar to the hardware platform 104 in embodiment 100. The devices may be any type of hardware platform, such as a personal computer, server computer, game console, tablet computer, mobile telephone, or any other device with a programmable processor.


The distributor system 506 may receive and parse an input stream, then direct units of work to various execution systems 520. The distributor system 506 may operate on a hardware platform 508 and contain a distributor 510 that receives work requests via an external interface 512. The distributor 510 may have a tracing configuration 514 and distribution configuration 516 that define how the units of work may be distributed.


The tracing configuration 514 may define an algorithm, conditions, or other conditions that may define how and when to collect instrumentation data. The tracing configuration 514 may include granularity, sampling rates, sample sizes, data to be collected, and other information. The tracing configuration 514 may also include specific conditions when to trace or not to trace.


Such conditions may evaluate data elements in a request, as well as data elements from external sources. For example, a condition may cause detailed tracing to happen during evening hours when an input parameter is ‘blue’.


The distribution configuration 516 may define conditions for allocating other units of work. The distribution configuration 516 may define a load balancing algorithm, for example, that allocates work to devices that are lightly loaded while avoiding sending work to devices that are heavily loaded.


A local network 518 may connect the distributor system 506 with various execution systems 520. The execution systems 520 may have a hardware platform 522 on which an operating system 524 or execution environment 530 may run. An application 534 may be executed on the execution systems 520 to respond to a unit of work, and various tracers may collect data while the application 534 processes the unit of work.


In some embodiments, the application 534 may execute directly on the operating system 524. In such embodiments, an operating system 524 may have a lightweight tracer 526 for collecting performance related measurements, as well as a detailed tracer 528 that may collect detailed information during application execution.


In other embodiments, the application 534 may execute in an execution environment 530. The execution environment 530 may be a virtual machine, such as a process virtual machine, that may manage execution and provide various support functions such as memory allocation, garbage collection, process management, message passing, or other functions. Such execution environments may have a tracer 532.


The various tracers may be configured using a tracer configuration 536 that may define what information to collect and under what circumstances the information may be collected. In some embodiments, the tracer configuration 536 may be sufficient information to cause a single tracer to behave as a performance level tracer or as a detailed tracer.


The trace data 538 may be locally collected tracer output, which may be passed to the analysis system 552.


In some embodiments, the distributor 540 may be located within an execution system 520. In one such embodiment, the system 520 may execute an application 534, which may be executed in part by distributing workload items to multiple processing instances. One of the processing instances may be a detailed instrumented instance, while another processing instance may be a performance tracing instance. In such a case, the operation of embodiment 400 may be performed on a single device.


An analysis system 552 may collect the trace data 538 from various execution systems 520 to gather the results in a centralized trace data 544. The analysis system 552 may operate on a hardware platform 542 which may have a data store for the trace data 544, as well as a combiner 546, an analyzer 548, and an optimizer 550.


The analysis system 552 may gather and aggregate trace data from both performance and detailed tracers. The combiner 546 may create a joined set of results. The analyzer 548 may perform various analyses of the results, such as reports, alerts, or other output. The optimizer 550 may generate optimized settings for the application 534 or other optimizations.



FIG. 6 is a flowchart illustration of an embodiment 600 showing a method for application execution and parallel instrumentation. Embodiment 600 illustrates the operations of a distributor and combiner 602 in the left hand column, a performance environment 604 in the center column, and a detailed instrumented environment 606 in the right hand column. The distributor and combiner 602 may represent the operations of a distributor 406 and combiner 418, while the performance environment 604 and detailed execution environment 606 may represent the operations of a performance instrumented system 412 and detailed instrumented system 414 of embodiment 400, respectively.


Other embodiments may use different sequencing, additional or fewer steps, and different nomenclature or terminology to accomplish similar functions. In some embodiments, various operations or set of operations may be performed in parallel with other operations, either in a synchronous or asynchronous manner. The steps selected here were chosen to illustrate some principles of operations in a simplified form.


In block 608, an application may be initiated by the distributor and combiner 602, which may cause the application to begin execution in the performance environment 604 in block 610 and in the detailed execution environment 606 in block 612.


The operations of blocks 608 through 612 illustrate an embodiment where an application may be configured to execute, then workload items may be transmitted to the application for processing. In such embodiments, the workload items may be data items consumed by the applications. In other embodiments, a workload item may be executable commands that may be passed to the various environments. In such embodiments, the operations of blocks 608 through 612 may not be performed.


An input stream may be received in block 614. The input stream may be parsed to identify a work unit in block 616. The work unit may be a block of data, executable code, or other workload that may be processed by an execution environment.


A distributor may analyze the work unit in block 618 to determine whether the work unit may be processed using detailed instrumentation or not. If the distributor selects detailed instrumentation in block 618, the workload may be transferred to the detailed instrumentation environment 606 to be executed in block 620. If the distributor does not select detailed instrumentation in block 618, the workload may be transferred to the performance environment 604 to be executed in block 622.


In some cases, the distributor and combiner 602 may send the same workload item to both the performance environment 604 and detailed execution environment 606.


The distributor may create an identifier for the work unit. In some cases, a work unit may include an identifier within the request, such as a sequence number or other identifier that may be used by a requestor to match application results with the request. In some cases, a timestamp, identification code, or other identifier may be created by the distributor and used to correlate results data from two or more trace data gather from different execution environments.


During execution in the performance environment 604, some tracing results may be collected, which may be transmitted in block 624 to the distributor and combiner 602 and received in block 626. Similarly, the detailed instrumented environment 606 may generate tracing results that may be transmitted in block 628 and received by the distributor and combiner 602 in block 630.


The results may be combined in block 632 and stored in block 634. The process may return to block 614 to handle another unit of work.


An example of a method to combine trace data from a performance environment 604 and detailed instrumented environment 606 may be illustrated in embodiment 700.



FIG. 7 is a flowchart illustration of an embodiment 700 showing a method for combining results from trace runs with different levels of granularity. Embodiment 700 illustrates one example of the combining operations of block 632 of embodiment 600 or the results combiner 418 of embodiment 400.


Other embodiments may use different sequencing, additional or fewer steps, and different nomenclature or terminology to accomplish similar functions. In some embodiments, various operations or set of operations may be performed in parallel with other operations, either in a synchronous or asynchronous manner. The steps selected here were chosen to illustrate some principles of operations in a simplified form.


Performance trace data may be received in block 702 and detailed trace data may be received in block 704. Within each set of results, one or more identifiers may be present. Such identifiers may be identified in block 706.


The identifiers may be any item that may be used to correlate the data between two different tracing operations of an application or work unit. In some cases, each unit of work may have an identifier, which may be used to match detailed and performance trace data when the unit of work has been executed by both types of tracers in separate runs.


In other case, a time stamp, input data value, or other information may be used as an identifier.


For each identifier in block 708, the performance results may be gathered in block 710 and the detailed results may be gathered in block 712. The two sets of results may be combined in block 714 and stored in block 716.


After combining both sets of results, analyses may be performed on the larger set of data in block 718.



FIG. 8 is a diagram illustration of an embodiment 800 showing a system that performs tracing with a workload distributor. Embodiment 800 illustrates a general process whereby a distributor may provide workload distribution, and may also determine how and when tracing may occur during execution.


Embodiment 800 may represent a managed computing environment, such as a cluster computing system or other system where multiple devices may be used to deliver an application. While a conventional cluster or load balanced environment may be used as the example in embodiment 800, the same principles may be applied to any computational system where workload may be partitioned and distributed to multiple instances, threads, processors, devices, or other compute elements.


An application input stream 802 may be sent to a distributor 804, which may partition out work items to various non-instrumented systems 808 and instrumented systems 812. The application output 816 may be produced by either type of systems, but the instrumented systems 812 may produce trace data that may be stored in a results database 818.


The worker systems include the non-instrumented systems 808 and instrumented systems 812. The worker systems may be capable of processing work units, which may be any element of an application. In some embodiments, the application may receive requests items on an application programming interface, then process each request as an individual work item. In such embodiments, incoming requests may be data items that are processed individually and independently.


In some embodiments, the application may be capable of parallel execution, with each work item being an independent computational element that may or may not interact with other work items. In such embodiments, incoming requests may be executable code or a combination of executable code and data objects to be processed by the executable code.


The distributor 804 may use a configuration 806 to define how to allocate the work items across the worker systems. The configuration 806 may define load balancing algorithms and parameters, as well as the data collection configuration.


The data collection configuration may define how and when data items may be collected by any instrumentation on a worker system. In many cases, the data collection configuration may define specific objectives, such as data items to collect and conditions for collecting the data items.


The distributor 804 may create a tracer configuration 820 that may configure the instrumentation on an instrumented system 812 to collect specific data. Some embodiments may create specific or customized tracer configurations 820 for each work element. Such embodiments may allow the system to change the instrumentation with a tracer configuration 820 from run to run, allowing fine-tuned control over the data collection.


Because both the instrumentation and load balancing may be incorporated into the distributor 804, the instrumentation may become a factor in overall load balancing. For example, when the load on the system is heavy and there may be few resources available, the distributor 804 may be able to reduce the instrumentation so that the overall system performance may not suffer. Similarly, the distributor 804 may increase instrumentation during slack periods and there may be an excess of resources.


In systems that may implement a tracer configuration 820, each worker system may be configured as an instrumented or non-instrumented system merely by updating the tracer configuration 820 for a particular work item. In some such systems, all of the worker systems may be identically configured.


Some worker systems may have additional instrumentation capabilities that other, non-instrumented systems may not have. For example, an instrumented system 812 may have different or additional processors, memory, storage, network connectivity and even additional software resources that may support instrumentation. In such systems, the various worker systems may not be identical.


A worker manager 822 may manage the various worker systems by registering the worker systems, determining the availability of the worker systems, and other functions. In many embodiments, the worker manager 822 may deploy a two way authentication mechanism that may allow the distributor 804 to authenticate to the worker systems and vice versa.


The worker manager 822 may collect status information by periodically querying the worker systems or have other regular. The status information may include the capabilities of the worker system, which may include the hardware and software capabilities and configuration, as well as the current load or capacities of the worker system. Some elements may change in real time, such as the availability of the system to process a new request, while other elements may be more static, such as the hardware configuration.


The authentication mechanisms may help ensure that the various devices are supposed to be communicating with each other. When a worker device authenticates itself to a distributor, the distributor may rely on the authentication to assure that the worker is not a malicious device. When the distributor authenticates itself to the worker device, the worker device may rely on the authentication to assure that the distributor has the permission or authority to send work to the worker device. The authentication mechanisms may also be deployed for other scenarios, including instrumentation-as-a-service scenarios.



FIG. 9 is a diagram of an embodiment 900 showing a network environment in which a workload distributor may send work units to various worker devices. Embodiment 900 illustrates hardware and software components that may implement some of the operations described in embodiment 800, as well as other embodiments.


The diagram of FIG. 9 illustrates functional components of a system. In some cases, the component may be a hardware component, a software component, or a combination of hardware and software. Some of the components may be application level software, while other components may be execution environment level components. In some cases, the connection of one component to another may be a close connection where two or more components are operating on a single hardware platform. In other cases, the connections may be made over network connections spanning long distances. Each embodiment may use different hardware, software, and interconnection architectures to achieve the functions described.


Embodiment 900 illustrates an environment in which multiple worker systems may perform portions of an application as determined by a distributor device. The distributor 902 may receive a stream of workload items, divide the incoming stream into units of work, determine which worker device may process each unit of work, and cause those units of work to be performed.


The distributor 902 may also determine what type of instrumentation may be performed on a given unit of work. The instrumentation may include various types of tracing, data collection, performance monitoring, or other data that may be used for diagnosis, debugging, administrative monitoring, optimization, or other uses.


The instrumentation may be configurable by the distributor 902. In some cases, the distributor 902 may be capable of routing work units to worker devices that may be preconfigured to perform specific types of tracing or instrumentation. For example, one of the instrumented systems 932 may be preconfigured to perform a specific set of data collection in addition to executing a work unit. In such an example, the distributor 902 may determine when to send a work unit to the instrumented system 932 and when to send another work unit to a worker 924 which may not have instrumentation configured.


In another example, the distributor 902 may transmit a configuration file or other descriptor to an instrumented system 932, where the configuration file may contain specific data items to collect, tests to perform, or other data collection activities. In such an embodiment, the instrumentation or tracers on the instrumented systems 932 may be configurable. In some cases, such a system may be able to execute a work unit with little or no instrumentation, then switch to a high level of instrumentation for the next work unit, as defined in a configuration file.


Each of the various devices illustrated in embodiment 900 may have a hardware platform. The respective hardware platforms may be similar to the hardware platform 104 in embodiment 100. The devices may be any type of hardware platform, such as a personal computer, server computer, game console, tablet computer, mobile telephone, or any other device with a programmable processor.


The distributor 902 may have a hardware platform 904 on which various software components may operate. A distributor 906 may receive an incoming workload stream from a load receiver 908 and determine which worker device will execute the work unit. The distributor 906 may use a load balancing configuration 910 that may define load balancing objectives, algorithms, or other definition for managing a quality of service or other factor. The distributor 906 may refer to a worker database 912 that may include the availability and status of the various worker devices.


The distributor 906 may balance the workload over multiple devices, including instrumented systems 932 and general workers 924. The workload balancing may use multiple devices in parallel to process a workload that may be larger than the capacity of a single device. For example, a large web-scale application may be processed by many devices, which may scale into several hundred server computers in some cases. The load balancing aspect of the distributor 906 may attempt to divide the workload and distribute the workload to available devices.


A tracer configuration 914 may define a set of instrumentation objectives, which may include data to be collected, sample rates, and many other factors.


In many cases, the instrumentation objectives may be in tension with the load balancing objectives. In general, instrumentation and data collection may come at some computational cost, meaning that as the instrumentation is increased, the performance of a system may decrease. In a high speed, high throughput environment, the distributor 906 may balance the instrumentation objectives against the processing capacity to handle the incoming workload. In some instances, the distributor 906 may scale back the instrumentation objectives during high loads so that a quality of service metric for the overall system may be met. In other instances, the distributor 906 may allow the quality of service metric to be missed so that instrumentation objectives may be met. The decisions made by the distributor 906 may be defined in the various configuration files.


A tracer manager 918 may manage the instrumentation to generate the overall objectives for data collection. The tracer manager 918 may cause different data elements to be collected from various work units or instrumented systems 932, then collect the data. In some cases, the tracer manager 918 may perform first level aggregation, summaries, or other initial processing.


The tracer manager 918 may use an artificial load generator 916 to create or modify work units for testing and data collection. For example, the artificial load generator 916 may create a work unit that stresses a specific portion of an application. When such a work unit is performed, the instrumentation may collect data for the work unit. Such a work unit may produce application results that may be discarded by the instrumented system 932.


The distributor 902 may include a worker status collector 920 that may communicate with each worker device to determine a current status. The status may indicate whether the device may be available to accept work units. In some cases, the status may include statistics, such as excess capacity, current workload, or other performance metrics.


A worker manager 956 may manage available worker devices by adding and removing devices into a pool of managed devices. The worker manager 956 may allow new devices to connect, authenticate, and be added to the pool of managed devices. An administrator may use the worker manager 956 to monitor individual devices, configure devices, and add and remove devices to the pool.


In many embodiments, a worker manger 956 may issue authentication keys to worker devices. The authentication keys may be part of a public/private encryption key system, where the private key may be stored on a device and used to secure a communication, and a public key transmitted to a receiving device to decrypt the communication. Such systems may be one example of a system for authenticating between devices, and other embodiments may use other systems.


The workers 924 may operate on a hardware platform 926 to execute an application 930 within an execution environment 928. The application 930 may be a preinstalled set of executable code that processes work items from the distributor 906. In some cases, the application 930 may execute within an execution environment 928, which may be an operating system, virtual machine, framework, or other supporting software component.


The workers 924 may have an authentication key 954 which may be used to authenticate communication with the distributor 902. The key 954 may be any type of authentication component, such as a public/private encryption key set or other component.


The instrumented system 932 may be similarly configured as the workers 924. A hardware platform 934 may support an execution environment 936 that executes the application 938. The instrumented system 932 may include a tracer 940, which may or may not be configurable by the distributor 902 during execution. The instrumented system 932 may also include a key 952 for authentication with the distributor 902.


In some embodiments, the instrumented system 932 may be identical hardware and software configuration as the workers 924. Other embodiments may have different hardware or software configurations between the instrumented system 932 and workers 924.


The tracer 940 may collect instrumentation or trace data and transmit those data to an analysis system 942.


The analysis system 942 may have a hardware platform 944 where a data collector 946 may collect trace data 948 from various tracers. An analyzer 950 may process the tracer for analysis, optimization, summarization, or other functions.


The example of the distributor 902 and other components illustrate devices that may have multiple functions. In different embodiments, each of the various illustrated components may be deployed on a separate device or group of devices. For example, the worker manager 956, worker status collection 920, tracer manager 918, and other functions may be deployed on individual devices or groups of devices.



FIG. 10 is a flowchart illustration of an embodiment 1000 showing a method for configuring a pool of worker devices, then operating the worker devices in a load balanced and instrumentation balanced manner. Embodiment 1000 may illustrate one example of a process that may be implemented in the systems illustrated in embodiments 800 and 900, among others.


Other embodiments may use different sequencing, additional or fewer steps, and different nomenclature or terminology to accomplish similar functions. In some embodiments, various operations or set of operations may be performed in parallel with other operations, either in a synchronous or asynchronous manner. The steps selected here were chosen to illustrate some principles of operations in a simplified form.


Embodiment 1000 illustrates an operating sequence for establishing and administering a pool of worker resources in block 1002, then an operational mode in block 1004 for parsing an input stream and distributing work units to the worker resources. In the example of embodiment 900, the worker resources may be individual devices, but in other embodiments, the worker resources may be any resource used to process work units. In some cases, the worker resources may be sub-device resources, such as processors, schedulers, threads, or other objects. In other cases, the worker resources may be multiple devices acting together, such as clusters, managed services, or other resource groups.


In an administrative mode in block 1002, the various execution environments may be identified in block 1006. The execution environment may refer to any resource used for processing a work unit. In many cases, the execution environment may be a device, processor, or other computation worker.


For each execution environment in block 1008, an attempt may be made to communicate and authenticate the environment in block 1010. If the authentication is not successful in block 1012, the environment may be marked as unavailable in block 1014.


After successfully authenticating in block 1012, the configuration and availability of the environment may be tested in block 1016. If the configuration and availability are not OK in block 1018, the environment may be marked as unavailable in block 1020. When the environment has successfully authenticated in block 1012 and the configuration and availability are OK in block 1018, the execution environment may be marked as available in block 1022.


The process of blocks 1006-1022 may represent an administrative function that may be performed prior to distributing work to the various execution environment. In some cases, the process of blocks 1006-1022 may be performed in parallel with the operational mode of block 1004. In such cases, the operations of the administrative mode may be an ongoing and repeated check of the various execution environments.


The operational mode of block 1004 may begin by receiving tracer configuration and load balancer configuration in block 1024.


The input stream may be received in block 1026. The input stream may be parsed in block 1028 to identify work items. For a given work item, a determination may be made in block 1030 identifying a device to process the work item. In some cases, a tracer configuration may be created in block 1030 that defines any data collection parameters. Once the determination is made in block 1030, the work item may be transmitted to the selected execution environment in block 1032. The process may return to block 1026 to process the next work item.



FIG. 11 is a diagram illustration of an embodiment 1100 showing a tracing as a service. Embodiment 1100 illustrates one configuration of a system where a remote service 1104 may integrate with systems on a customer premise 1102, where the remote service 1104 may provide an instrumented execution environment to process workloads and generate trace data.


A customer premise 1102 may execute an application under control of a user. The customer premise 1102 may be a physical premise, such as a building or business to which the user may have access. In some cases, the customer premise 1102 may include one or more computers that may be owned by and located at a third party's premise, but under the control of the user. An example of such a system may be a cloud hosted execution system where a user may purchase computing resources. The resources may be owned by a third party, but the user may control how those resources may be deployed.


The remote service 1104 may receive work items and execute those work items using an instrumented environment 1114. The instrumented environment 1114 may have various hardware and software components that may capture various trace data while a work item executes. In some cases, the instrumented environment may include tools, measuring algorithms, probes, and other components that may be difficult or costly to install, manage, execute, or otherwise deploy.


Within the customer premise 1102, an application input stream 1106 may be passed to a distributor 1108. The distributor 1108 may parse work items from the input stream and pass the work items to various execution environments 1110. The output of the execution environments 1110 may be application output 1112.


The distributor 1108 may transfer some or all of the work items to an instrumented environment 1114, which may be part of a remote service 1104. In some cases, multiple instances of the instrumented environment 1114 may be used.


A load generator 1128 may create test loads that may be injected into the input stream 1106. The test loads may be data that may be processed by the instrumented environment 1114 to exercise an application. In many cases, the test loads may exercise an application in a more comprehensive manner than a typical or random input stream. Such test loads may perform unit tests or other tests that may be designed to exercise various corner cases and conditions. In some cases, the test loads may subject an application to large loads that may stress the performance of the system. Such test loads may help identify performance bottlenecks and measure overall throughput or response time during peak loading times.


The remote service 1104 may include an authentication, authorization, and accounting system 1116, which may manage various administrative aspects of the remote service 1104. An administrative user interface may permit a user to create an account, define a payment mechanism, and administer the instrumented environments 1114.


An instrumentation marketplace 1122 may be a website or other interface through which a user may browse preconfigured instrumented systems 1124 and preconfigured load generators 1126. Each of the various preconfigured systems may be customized for specific types of data collection. Some preconfigured systems may have additional features, algorithms, or capabilities that may not be available on other preconfigured systems. As such, some preconfigured systems may have different cost structures than other preconfigured systems.


A user may be able to select a preconfigured instrumented system 1124 and preconfigured load generator 1126 as a starting point for configuring a test regime for a given application. In some embodiments, a user may select a preconfigured system then add, remove, or edit various settings to achieve a specific objective.


In some embodiments, a user may be able to save a preconfigured instrumented system in the instrumentation marketplace 1122 for reuse. In some such embodiments, a third party may be able to upload their own instrumented system for sale in the instrumentation marketplace 1122.



FIG. 12 is a diagram of an embodiment 1200 showing a network environment in which a remote service may provide instrumentation or tracing. Embodiment 1200 illustrates hardware and software components that may implement some of the operations described in embodiment 1100, as well as other embodiments.


The diagram of FIG. 12 illustrates functional components of a system. In some cases, the component may be a hardware component, a software component, or a combination of hardware and software. Some of the components may be application level software, while other components may be execution environment level components. In some cases, the connection of one component to another may be a close connection where two or more components are operating on a single hardware platform. In other cases, the connections may be made over network connections spanning long distances. Each embodiment may use different hardware, software, and interconnection architectures to achieve the functions described.


Each of the various devices illustrated in embodiment 1200 may have a hardware platform. The respective hardware platforms may be similar to the hardware platform 104 in embodiment 100. The devices may be any type of hardware platform, such as a personal computer, server computer, game console, tablet computer, mobile telephone, or any other device with a programmable processor.


Embodiment 1200 may illustrate an environment in which instrumentation systems may be provided from a remote service, then added to the computational pipeline of a user's system. The instrumentation system may include load generators as well as data collectors which may operate in concert with a user's application to collect various data about the application during execution.


A user may interact with the remote service through an administrative user interface. The user may be able to perform various administrative tasks, such as establishing an account and a method for payment, as well as to select and configure test components that may integrate into the user's application. The remote service may include an instrumentation marketplace in which a user may browse various preconfigured load generators and preconfigured instrumented workers. Once selected, the user may be able to configure or customize a component, then manage how the component may be deployed.


A user's system may include a workload distributor 1202 and various workers 1212 connected within an internal network 1210. The workload distributor 1202 may receive units of work for an application, then distribute the work units to various workers 1212. An example of such a system may be a cluster work environment.


In the example of embodiment 1200, the user's system is illustrated as multiple devices that each may contribute to the execution of a large application. In other embodiments, the components may be deployed on a single device.


The distributor 1202 may operate on a hardware platform 1204 that may include a distributor 1206. The distributor 1206 may be a software component that may receive an input stream, parse the input stream into work units, then cause the work units to be executed on the various workers 1212.


The distributor 1202 may include a configuration 1207 which may include both load balancing and instrumentation objectives. The configuration 1207 may also include information that may be used to distribute some or all of the work units to one or more instrumented workers 1222, which may execute the workloads and collect data about the execution.


An authentication system 1208 may enable the distributor 1202 to establish trusted and, in some cases, secure communications with remote system components.


The workers 1212 may include a hardware platform 1214 and an execution environment 1216 that may execute the various work items. The workers 1212 in embodiment 1200 may be connected to the distributor 1202 through an internal network 1210. In many systems, connections within an internal network 1210 may be considered trusted and secure because of a firewall 1218 and other security measures. As such, the workers 1212 may be deployed without an authentication system.


The firewall 1218 may define a boundary between devices directly under a user's control and devices or services that may be provided by a third party. In some embodiments, the various instrumentation components may be available across an external network 1220, which may include the Internet. In many cases, the various remote services may be made available to many different users.


A third party may provide load generation and instrumentation services to the user by establishing a connection with a distributor 1206 within the user's system.


The distributor 1206 may operate at a location in an application where instrumentation may be desired. In some cases, the distributor 1206 may be a function call or other instruction that may be inserted into an application. Such an instruction may be added to a user's application by a programmer.


The instrumented workers 1222 may execute a portion of an application as defined by the distributor 1206. The instrumented workers 1222 may have a hardware platform 1224 on which an execution environment 1226 may execute work units from the distributor 1206. While executing the work unit, a tracer 1228 may collect data, which may be analyzed by an analyzer 1230. Not shown in embodiment 1200 may be a separate device that may collect and store trace data.


The instrumented workers 1222 may include an authentication system 1232, which may include a key 1234. The key 1234 may be any type of token, key, passphrase, or other item that may be used to authenticate the instrumented worker 1222 to the authentication system 1208 on the distributor 1202. In some cases, the key 1234 may be a set of pubic/private encryption keys.


A load generator 1260 may be another instrumentation component that may be configured and deployed as a remote service. The load generator 1260 may generate artificial loads or other inputs that may be performed by the application under test. In some cases, the load generator 1260 may create unit tests or other inputs that may exercise an application. In other cases, the load generator 1260 may generate large loads that may exercise an application to determine performance bottlenecks or other limits to performance.


The load generator 1260 may have a hardware platform 1262 with a load generator 1264. A configuration 1266 may define how the load generator 1264 may operate, including the type of data to generate along with the timing, frequency, and other operational aspects.


An authentication system 1268 may authenticate the load generator 1260 to the distributor 1202. The authentication system 1268 may include one or more keys 1270 for communicating with the distributor 1202.


An administrative server 1236 may perform many of the setup, configuration, and management operations to deploy various instrumented workers 1222 and load generators 1260. The administrative server 1236 is illustrated as operating on a single hardware platform 1238, although other embodiments may deploy the various components on different platforms.


An administrative user interface 1240 may be a website, application, or other user interface through which a user may perform many administrative tasks. A user may establish an account and create various authentication components using an authentication and authorization system 1242. A key generator 1246 and key database 1244 may respectively create and store the various authentication keys that may be deployed to the instrumentation components and the user's system.


An accounting system 1240 and payment system 1250 may be a mechanism through which a remote service may collect monies for operation. The accounting system 1240 may identify each usage of the various instrumentation components, and the payment system 1250 may transfer money from the user to the service provider in exchange for the use of the system.


Many different payment schemes may be deployed to bill a user for the remote service. For example, a monthly subscription may pay for one or more instrumented systems. In another example, the instrumented systems 1222 and load generator 1260 may be billed on a processor cycle basis, per compute hour, per storage consumed, or other basis.


An instrumentation marketplace 1254 may be an interface through which a user may browse various preconfigured instrumented workers 1256 and preconfigured load generator 1258. The user may then be able to select and further configure a preconfigured component before deploying the component.



FIG. 13 is a flowchart illustration of an embodiment 1300 showing a method for configuring instrumentation systems. Embodiment 1300 illustrates one example of a process of a user interacting with an administrative server to configure, deploy, and manage instrumentation systems.


Other embodiments may use different sequencing, additional or fewer steps, and different nomenclature or terminology to accomplish similar functions. In some embodiments, various operations or set of operations may be performed in parallel with other operations, either in a synchronous or asynchronous manner. The steps selected here were chosen to illustrate some principles of operations in a simplified form.


Embodiment 1300 illustrates a method by which a user may set up and deploy instrumentation systems. The instrumentation systems may be instrumented worker devices, load generators, or other components.


A user may begin a session in block 1302, establish a user account in block 1304, and establish a payment method in block 1306. The user account may allow the user to log in at a later time and add, remove, and edit the operation of the various instrumentation systems. The payment method may be the mechanism through which payment may be made to a third party that provides the instrumentation services.


The user may browse preconfigured instrumentation systems in block 1308. The preconfigured systems may have varying capabilities. For example, one instrumented execution environment may have performance monitoring capabilities while another instrumented execution environment may have process or call tracing capabilities. In another example, one load generator may be configured for producing HTTP requests while another load generator may be configured for TCP/IP requests.


After selecting an instrumentation system in block 1310, data to be collected may be defined in block 1312, as well as various collection parameters and logic in block 1314. The configuration variables defined in blocks 1312 and 1314 may be stored in block 1316 to enable an instrumentation system to be deployed in block 1318.


The data to be collected in block 1312 may define specific parameters, types of parameters, or other information regarding data collection. In the case of a load generator, the parameters of block 1312 may define the load to be produced, which may be coordinated with the data collection performed by a corresponding instrumented execution environment.


The collection parameters and logic defined in block 1314 may define the conditions under which data may be collected. The conditions may be events, parameter values, timeframe, sampling rates, or other definitions that may define when data may be collected. In some cases, the conditions may be interpreted by a distributor to determine which work units to transmit to an instrumented execution environment.


After defining the data to be collected and when and how the data may be collected, the configuration may be stored in block 1316. In some cases, the stored configuration may be added as another preconfigured instrumented system in the instrumentation marketplace. Such a storage may be made accessible to the public at large or may be restricted to only the user who created the configuration.


The instrumented system may be deployed in block 1318 to interface with a user's system.


If another system is to be configured in block 1320, the process may return to block 1308. Once all systems are deployed, a user may browse and view deployed systems in block 1322. The user may select a system in block 1324 and, if the user wishes to make changes to the system in block 1326, the process may return to block 1312.



FIG. 14 is a flowchart illustration of an embodiment 1400 showing a method for deploying an instrumented system. Embodiment 1400 illustrates one example of the deployment of an instrumented system, such as may be performed in block 1318 of embodiment 1300.


Other embodiments may use different sequencing, additional or fewer steps, and different nomenclature or terminology to accomplish similar functions. In some embodiments, various operations or set of operations may be performed in parallel with other operations, either in a synchronous or asynchronous manner. The steps selected here were chosen to illustrate some principles of operations in a simplified form.


Embodiment 1400 may illustrate one example of a process that may be performed to deploy an instrumented system. The instrumented system may be a load generator, instrumented worker, or other component.


A configuration file for the instrumented system may be created in block 1402, and the instrumented system may be instantiated in block 1404. In some embodiments, each instrumented system may be a virtual machine or other component that may be instantiated and managed within a datacenter environment.


Authentication keys may be created for the system in block 1406 and the keys may be transmitted to the system in block 1408. In blocks 1406 and 1408, any protocols or other configuration may be performed to connect to a distributor or to an administrative system.


An attempt may be made in block 1410 to connect to a distributor on a customer's system. If the connection is not successful in block 1412, the distributor may be installed and configured by identifying the instrumentation point in block 1414 and adding the distributor to the customer system in block 1416. In many cases, a programmer may add a function call or make other changes to the customer's application to add the distributor. The distributor may be configured in block 1418 to communicate with the instrumented system. The process may proceed to block 1420.


After the distributor is configured in block 1418 or there is success in connecting in block 1412, the instrumentation system may be added to the distributor as an available system in block 1420. The authentication mechanism may be established in block 1422 and the system may start operation in block 1424.


The foregoing description of the subject matter has been presented for purposes of illustration and description. It is not intended to be exhaustive or to limit the subject matter to the precise form disclosed, and other modifications and variations may be possible in light of the above teachings. The embodiment was chosen and described in order to best explain the principles of the invention and its practical application to thereby enable others skilled in the art to best utilize the invention in various embodiments and various modifications as are suited to the particular use contemplated. It is intended that the appended claims be construed to include other alternative embodiments except insofar as limited by the prior art.

Claims
  • 1. A method performed by a computer processor, the method comprising: receiving, in a secure environment that includes a plurality of execution environments, a stream of input for an application, the input stream comprising discrete units of work, each discrete unit of work being either an application input item or a request made to the application, wherein a first discrete unit of work is a call to a function of the application, which call includes input parameters for the application's function, and wherein each discrete unit of work is structured to enable concurrent analysis thereof by multiple execution environments;in the secure environment, receiving a status from each execution environment included in the plurality of execution environments, each status comprising a determined availability to perform work;in the secure environment, receiving a configuration definition defining conditions for executing the discrete units of work among the plurality of execution environments, the configuration definition comprising a load balancing objective and a data gathering objective;in the secure environment, (1) parsing the input stream to identify the discrete units of work, (2) determining a first data gathering objective for a first work unit, and (3) causing the first work unit to be executed on a first execution environment according to the first data gathering objective;in the secure environment, tagging a result obtained from executing the first unit of work to include a set of one or more source code annotations which include a name of a function that was used when the first unit of work was executed such that the function name is tagged to the result;in the secure environment, determining that the result obtained from executing the first work unit according to the first data gathering objective includes at least some sensitive data; andin the secure environment, obfuscating the at least some sensitive data and then transmitting the obfuscated at least some sensitive data to a different environment for analysis, the different environment having a security level that is different than a security level of the secure environment.
  • 2. The method of claim 1 further comprising: transmitting said first data gathering objective to said first execution environment.
  • 3. The method of claim 2 further comprising: determining a second data gathering objective for a second work unit;determining that the plurality of execution environments are near capacity;changing the second data gathering objective to a limited second data gathering objective; andcausing the second work unit to be executed according to the limited second data gathering objective.
  • 4. The method of claim 3, said second work unit being executed by said first execution environment.
  • 5. The method of claim 4, said first data gathering objective being different from said limited second data gathering objective.
  • 6. The method of claim 5 further comprising: transmitting a first authentication mechanism to said first execution environment.
  • 7. The method of claim 6 further comprising: receiving a second authentication mechanism from said first execution environment.
  • 8. The method of claim 7 further comprising: said second authentication mechanism being received as part of said status.
  • 9. The method of claim 2 further comprising: determining a second data gathering objective for a second work unit;determining that the plurality of execution environments have excess capacity;changing the second data gathering objective to an extensive second data gathering objective; andcausing the second work unit to be executed with the extensive second data gathering objective.
  • 10. The method of claim 9, said second work unit being executed by said first execution environment.
  • 11. The method of claim 2 further comprising: causing said first work unit to be executed on a second execution environment with a second data gathering objective.
  • 12. The method of claim 11, said second data gathering objective being different from said first data gathering objective.
  • 13. The method of claim 1 further comprising: determining that said first execution environment has preconfigured data gathering capabilities that are within said first data gathering objective.
  • 14. The method of claim 13 further comprising: determining that a second execution environment does not have said preconfigured data gathering capabilities and determining that said second execution environment will not execute said first work item.
  • 15. The method of claim 14, wherein a corresponding status for the first execution environment comprises an indicator for the preconfigured data gathering capabilities.
  • 16. The method of claim 1, said configuration definition comprising a target quality of service.
  • 17. A system comprising: a processor;a load receiver that receives a stream of input for an application that is executing in a secure environment, wherein the secure environment includes a plurality of execution environments, and wherein the input stream includes discrete units of work, each discrete unit of work being either an application input item or a request made to the application, wherein a first discrete unit of work is a call to a function of the application, which call includes input parameters for the application's function, and wherein each discrete unit of work is structured to enable concurrent analysis thereof by multiple execution environments;a worker status collector that receives status information from each execution environment included in the plurality of execution environments; anda distributor that is being executed by the processor and that is configured to perform the following in the secure environment: receive a configuration definition defining conditions for executing the discrete units of work among the plurality of execution environments, the configuration definition comprising a load balancing objective and a data gathering objective;parse the input stream to identify the discrete units of work;determine a first data gathering objective for a first work unit;cause the first work unit to be executed on a first execution environment according to the first data gathering objective;tagging a result obtained from executing the first unit of work to include a set of one or more source code annotations which include a name of a function that was used when the first unit of work was executed such that the function name is tagged to the result;determine that the result obtained from executing the first work unit according to the first data gathering objective includes at least some sensitive data; andobfuscate the at least some sensitive data and then transmit the obfuscated at least some sensitive data to a different environment for analysis, the different environment having a security level that is different than a security level of the secure environment.
  • 18. The system of claim 17, said distributor that further: transmits said first data gathering objective to said first execution environment.
  • 19. The system of claim 18, wherein the distributor is further configured to: determine a second data gathering objective for a second work unit;determine that the plurality of execution environments is near capacity;change the second data gathering objective to a limited second data gathering objective; andcause the second work unit to be executed according to the limited second data gathering objective.
  • 20. The system of claim 19, said second work unit being executed by said first execution environment.
  • 21. A computer system comprising: one or more processors; andone or more computer-readable hardware storage devices having stored thereon computer-executable instructions that are executable by the one or more processors to cause the computer system to: receive, in a secure environment that includes a plurality of execution environments, a stream of input for an application that is being executed in the plurality of execution environments, wherein the input stream includes discrete items of work, each discrete item of work being either an application input item or a request made to the application, wherein a first discrete item of work is a call to a function of the application, which call includes input parameters for the application's function, and wherein each discrete item of work is structured to enable concurrent analysis thereof by multiple execution environments;in the secure environment, parse the input stream to identify a first work item;in the secure environment and after identifying the first work item, receive a configuration definition that includes (1) one or more operational conditions that are to be followed when executing the first work item and (2) a data gathering objective for the first work item;in the secure environment, cause the first work item to be executed in a first execution environment in accordance with both the one or more operational conditions and the data gathering objective;in the secure environment, tag a result obtained from executing the first unit of work to include a set of one or more source code annotations which include a name of a function that was used when the first unit of work was executed such that the function name is tagged to the result;in the secure environment, determine that the result obtained from executing the first work item includes at least some sensitive data; andin the secure environment, obfuscate the at least some sensitive data and then transmit the obfuscated at least some sensitive data to a different environment for analysis, the different environment having a security level that is different than a security level of the secure environment.
  • 22. The system of claim 21, wherein different types of obfuscation are applied to different portions of the at least some sensitive data, and wherein determining which type of obfuscation to apply is based on a determined type for each of the different portions.
CROSS-REFERENCE TO RELATED APPLICATIONS

This application is a continuation of and claims the benefit of U.S. patent application Ser. No. 13/751,012, which application is incorporated herein, in its entirety, for all purposes.

US Referenced Citations (563)
Number Name Date Kind
4907151 Bartlett Mar 1990 A
5327568 Maejima et al. Jul 1994 A
5369570 Parad Nov 1994 A
5535393 Reeve et al. Jul 1996 A
5606688 McNutt et al. Feb 1997 A
5689363 Kleber et al. Nov 1997 A
5758183 Scales May 1998 A
5778004 Jennion et al. Jul 1998 A
5870606 Lindsey Feb 1999 A
5937194 Sundaresan Aug 1999 A
5953736 O'Connor et al. Sep 1999 A
5978830 Nakaya Nov 1999 A
6032201 Tillery et al. Feb 2000 A
6059842 Dumarot et al. May 2000 A
6083281 Diec Jul 2000 A
6158049 Goodwin Dec 2000 A
6195676 Spix et al. Feb 2001 B1
6202199 Wygodny et al. Mar 2001 B1
6230313 Callahan May 2001 B1
6282701 Wygodny Aug 2001 B1
6286130 Poulsen Sep 2001 B1
6321204 Kazami et al. Nov 2001 B1
6321240 Chilimbi et al. Nov 2001 B1
6330008 Razdow Dec 2001 B1
6381735 Hunt Apr 2002 B1
6584487 Saboff Jun 2003 B1
6598141 Dussud et al. Jul 2003 B1
6629128 Glass Sep 2003 B1
6662358 Berry et al. Dec 2003 B1
6735687 Kok May 2004 B1
6748420 Quatrano et al. Jun 2004 B1
6754890 Berry Jun 2004 B1
6826752 Thornley et al. Nov 2004 B1
6856950 Abts et al. Feb 2005 B1
6892226 Tso et al. May 2005 B1
6928488 De Jong et al. Aug 2005 B1
6970805 Bierma et al. Nov 2005 B1
6981265 Rees et al. Dec 2005 B1
7003781 Blackwell Feb 2006 B1
7017076 Ohno Mar 2006 B2
7058928 Wygodny Jun 2006 B2
7065763 Martin et al. Jun 2006 B1
7086064 Stevens Aug 2006 B1
7093234 Hibbeler et al. Aug 2006 B2
7117504 Smith et al. Oct 2006 B2
7143412 Koenen Nov 2006 B2
7168068 Dawson Jan 2007 B2
7185367 Munson Feb 2007 B2
7194664 Fung et al. Mar 2007 B1
7305663 McGuire Dec 2007 B1
7386839 Golender et al. Jun 2008 B1
7389494 Cantrill Jun 2008 B1
7430733 Yaari Sep 2008 B1
7478371 Gove Jan 2009 B1
7493400 Loaiza Feb 2009 B2
7500216 Blunno et al. Mar 2009 B1
7580905 Lopez-Estrada Aug 2009 B2
7681182 Mistry et al. Mar 2010 B1
7681188 Tirumalai et al. Mar 2010 B1
7685561 Deem et al. Mar 2010 B2
7739667 Callahan et al. Jun 2010 B2
7743380 Seidman et al. Jun 2010 B2
7797585 Sahin et al. Sep 2010 B1
7827539 Wygodny Nov 2010 B1
7870244 Chong et al. Jan 2011 B2
7890771 England et al. Feb 2011 B2
7954094 Cascaval et al. May 2011 B2
7954095 Archer May 2011 B2
7971010 Schmelter et al. Jun 2011 B2
8032866 Golender et al. Oct 2011 B1
8037465 Tian Oct 2011 B2
8108689 Nicolson et al. Jan 2012 B2
8132162 Peterson Mar 2012 B2
8214806 Cong et al. Jul 2012 B2
8234105 Aldrich et al. Jul 2012 B1
8312056 Peng et al. Nov 2012 B1
8312435 Wygodny et al. Nov 2012 B2
8336056 Gadir Dec 2012 B1
8473925 Gagliardi et al. Jun 2013 B2
8490087 Beaty et al. Jul 2013 B2
8495598 Gounares et al. Jul 2013 B2
8504994 Golender Aug 2013 B2
8522209 Wintergerst Aug 2013 B2
8543907 Roskind Sep 2013 B1
8566800 Gagliardi Oct 2013 B2
8566804 Carrick et al. Oct 2013 B1
8595327 Lee et al. Nov 2013 B2
8595743 Gounares et al. Nov 2013 B2
8607018 Gounares et al. Dec 2013 B2
8615766 Gounares Dec 2013 B2
8645930 Lattner et al. Feb 2014 B2
8650538 Gounares Feb 2014 B2
8656134 Gounares et al. Feb 2014 B2
8656135 Gounares et al. Feb 2014 B2
8656378 Gounares et al. Feb 2014 B2
8694574 Gounares et al. Apr 2014 B2
8700838 Gounares Apr 2014 B2
8707326 Garrett Apr 2014 B2
8726255 Gounares et al. May 2014 B2
8752021 Li et al. Jun 2014 B2
8752034 Gounares et al. Jun 2014 B2
8756581 Castanos et al. Jun 2014 B2
8762951 Kosche Jun 2014 B1
8789030 Gounares et al. Jul 2014 B2
8789032 Li et al. Jul 2014 B1
8793669 Garrett Jul 2014 B2
8806461 Aronson Aug 2014 B2
8924941 Krajec et al. Dec 2014 B2
8943475 Beatty, III Jan 2015 B2
9015668 Michelsen Apr 2015 B1
9021262 Krajec Apr 2015 B2
9203894 Ginzburg Dec 2015 B1
9497136 Ramarao Nov 2016 B1
9720809 Scholl Aug 2017 B2
20010003822 Hibi et al. Jun 2001 A1
20010056456 Cota-Robles Dec 2001 A1
20020019887 Moore Feb 2002 A1
20020072830 Hunt Jun 2002 A1
20020073063 Faraj Jun 2002 A1
20020087949 Golender Jul 2002 A1
20020112033 Doemling et al. Aug 2002 A1
20020120815 Zahavi Aug 2002 A1
20020138788 Yenne et al. Sep 2002 A1
20020156724 Levchin et al. Oct 2002 A1
20020163498 Chang et al. Nov 2002 A1
20020165901 Rajan Nov 2002 A1
20020184615 Sumner et al. Dec 2002 A1
20020196184 Johnson et al. Dec 2002 A1
20020196229 Chen et al. Dec 2002 A1
20020199172 Bunnell Dec 2002 A1
20020199179 Lavery et al. Dec 2002 A1
20030023576 Gilson Jan 2003 A1
20030041069 Yorke Feb 2003 A1
20030056199 Li Mar 2003 A1
20030056201 Degenaro et al. Mar 2003 A1
20030058277 Bowman-Amuah Mar 2003 A1
20030061574 Saluja et al. Mar 2003 A1
20030070161 Wong et al. Apr 2003 A1
20030088606 Miller et al. May 2003 A1
20030088854 Wygodny et al. May 2003 A1
20030093408 Brown et al. May 2003 A1
20030145314 Nguyen et al. Jul 2003 A1
20030149765 Hubbard Aug 2003 A1
20030158930 McBride Aug 2003 A1
20030217155 Greck et al. Nov 2003 A1
20030231207 Huang Dec 2003 A1
20040015600 Tiwary et al. Jan 2004 A1
20040015929 Lewis et al. Jan 2004 A1
20040034853 Gibbons et al. Feb 2004 A1
20040054992 Nair et al. Mar 2004 A1
20040075690 Cirne Apr 2004 A1
20040083458 Gschwind Apr 2004 A1
20040088699 Suresh Apr 2004 A1
20040103400 Johnsen May 2004 A1
20040103410 Sakai May 2004 A1
20040123274 Inagaki et al. Jun 2004 A1
20040139480 Delpuch et al. Jul 2004 A1
20040154019 Aamodt et al. Aug 2004 A1
20040158819 Cuomo Aug 2004 A1
20040194098 Chung et al. Sep 2004 A1
20040205718 Reynders Oct 2004 A1
20040225443 Kamps Nov 2004 A1
20040239681 Robotham et al. Dec 2004 A1
20040268183 Haselden Dec 2004 A1
20050015368 Payton et al. Jan 2005 A1
20050039078 Bradley Feb 2005 A1
20050041692 Kallstenius Feb 2005 A1
20050066149 Kanade Mar 2005 A1
20050091645 Chilimbi et al. Apr 2005 A1
20050091646 Chilimbi et al. Apr 2005 A1
20050108259 Watanabe et al. May 2005 A1
20050108517 Dillon et al. May 2005 A1
20050131995 Chase et al. Jun 2005 A1
20050138111 Aton et al. Jun 2005 A1
20050149697 Enright et al. Jul 2005 A1
20050149912 Farcy et al. Jul 2005 A1
20050155019 Levine et al. Jul 2005 A1
20050177836 Lari et al. Aug 2005 A1
20050180330 Shapiro Aug 2005 A1
20050183094 Hunt Aug 2005 A1
20050188272 Bodorin et al. Aug 2005 A1
20050198332 Laertz et al. Sep 2005 A1
20050234974 Bailey et al. Oct 2005 A1
20050240567 Klosterhalfen Oct 2005 A1
20050262181 Schmidt et al. Nov 2005 A1
20050262493 Schmidt et al. Nov 2005 A1
20050262512 Schmidt et al. Nov 2005 A1
20060005179 Kawahara Jan 2006 A1
20060005194 Kawahara Jan 2006 A1
20060013134 Neuse Jan 2006 A1
20060015612 Shimazaki et al. Jan 2006 A1
20060037022 Byrd et al. Feb 2006 A1
20060047752 Hornby Mar 2006 A1
20060074970 Narayanan Apr 2006 A1
20060101033 Hu et al. May 2006 A1
20060101416 Callahan et al. May 2006 A1
20060101467 Buco et al. May 2006 A1
20060106843 Middlefart et al. May 2006 A1
20060106926 Kato et al. May 2006 A1
20060156017 McIsaac et al. Jul 2006 A1
20060167939 Seidman et al. Jul 2006 A1
20060168583 Basso et al. Jul 2006 A1
20060174165 Shaffer et al. Aug 2006 A1
20060179429 Eggers et al. Aug 2006 A1
20060190218 Agrawal Aug 2006 A1
20060190596 Horikawa Aug 2006 A1
20060195747 Pramanick et al. Aug 2006 A1
20060200738 Tarle et al. Sep 2006 A1
20060224375 Barnett et al. Oct 2006 A1
20060230319 Ryali et al. Oct 2006 A1
20060242627 Wygodny et al. Oct 2006 A1
20060248177 Dostert et al. Nov 2006 A1
20060256805 Cho et al. Nov 2006 A1
20060277477 Christenson Dec 2006 A1
20070006159 Hecht et al. Jan 2007 A1
20070016949 Dunagan et al. Jan 2007 A1
20070050174 Dewitt et al. Mar 2007 A1
20070061241 Jovanovic et al. Mar 2007 A1
20070079298 Tian et al. Apr 2007 A1
20070089094 Levine et al. Apr 2007 A1
20070100967 Smith et al. May 2007 A1
20070118538 Ahem et al. May 2007 A1
20070136201 Sah et al. Jun 2007 A1
20070136320 Sah et al. Jun 2007 A1
20070136337 Sah et al. Jun 2007 A1
20070136443 Sah et al. Jun 2007 A1
20070140131 Malloy et al. Jun 2007 A1
20070143795 Tran Jun 2007 A1
20070150895 Kurland Jun 2007 A1
20070157177 Bouguet et al. Jul 2007 A1
20070168992 Cary Jul 2007 A1
20070169002 Kronlund et al. Jul 2007 A1
20070169042 Janczewski Jul 2007 A1
20070180147 Leigh Aug 2007 A1
20070180439 Sundararajan Aug 2007 A1
20070192468 Keeler Aug 2007 A1
20070198524 Branda et al. Aug 2007 A1
20070204010 Sah et al. Aug 2007 A1
20070204223 Bartels et al. Aug 2007 A1
20070214333 Nijhawan et al. Sep 2007 A1
20070220513 Hwang Sep 2007 A1
20070226696 Radhakrishnan et al. Sep 2007 A1
20070226700 Gal Sep 2007 A1
20070226758 Waldo et al. Sep 2007 A1
20070234002 Litke Oct 2007 A1
20070239528 Xie et al. Oct 2007 A1
20070245310 Rosenstein et al. Oct 2007 A1
20070260849 Chen et al. Nov 2007 A1
20070271283 Maryka et al. Nov 2007 A1
20070277056 Varadarajan et al. Nov 2007 A1
20070294581 Dean et al. Dec 2007 A1
20070294666 Papakipos Dec 2007 A1
20070294671 Demetriou Dec 2007 A1
20070294681 Tuck Dec 2007 A1
20080005281 Hsueh et al. Jan 2008 A1
20080022278 Gschwind Jan 2008 A1
20080022285 Cherkasova et al. Jan 2008 A1
20080022286 Chung et al. Jan 2008 A1
20080049022 Sherb et al. Feb 2008 A1
20080092128 Corry et al. Apr 2008 A1
20080098180 Larson et al. Apr 2008 A1
20080104362 Buros et al. May 2008 A1
20080104451 Blanchard et al. May 2008 A1
20080109792 O'Dowd May 2008 A1
20080114806 Kosche May 2008 A1
20080117216 Dorie May 2008 A1
20080120400 Keller et al. May 2008 A1
20080126828 Girouard et al. May 2008 A1
20080127108 Ivanov et al. May 2008 A1
20080127109 Simeon May 2008 A1
20080127112 Kettley et al. May 2008 A1
20080127116 Kosche et al. May 2008 A1
20080127149 Kosche et al. May 2008 A1
20080140985 Kitamorn et al. Jun 2008 A1
20080155348 Ivanov et al. Jun 2008 A1
20080155349 Ivanov et al. Jun 2008 A1
20080163183 Li et al. Jul 2008 A1
20080168472 Wilson Jul 2008 A1
20080243970 Schmelter et al. Oct 2008 A1
20080256396 Giannini Oct 2008 A1
20080271038 Rolia et al. Oct 2008 A1
20080276129 Cocker et al. Nov 2008 A1
20080282232 Cong et al. Nov 2008 A1
20080288212 Greifeneder Nov 2008 A1
20080288741 Lee et al. Nov 2008 A1
20080295114 Argade Nov 2008 A1
20080312980 Boulineau et al. Dec 2008 A1
20080313502 Rand Mcfadden Dec 2008 A1
20090013312 Albert Jan 2009 A1
20090019449 Choi et al. Jan 2009 A1
20090037873 Ahadian et al. Feb 2009 A1
20090049428 Cozmei Feb 2009 A1
20090055802 Crosby Feb 2009 A1
20090089765 Guo et al. Apr 2009 A1
20090106741 Dageville Apr 2009 A1
20090106746 Chaudhuri et al. Apr 2009 A1
20090125519 Robison et al. May 2009 A1
20090125756 Swaine May 2009 A1
20090132666 Rahman May 2009 A1
20090132863 Ashfield May 2009 A1
20090138858 Livshits et al. May 2009 A1
20090150874 Chung et al. Jun 2009 A1
20090157723 De et al. Jun 2009 A1
20090165016 Bell Jun 2009 A1
20090177642 Chung et al. Jul 2009 A1
20090193402 Bashkansky et al. Jul 2009 A1
20090199047 Vaitheeswaran et al. Aug 2009 A1
20090307663 Maybee Dec 2009 A1
20090313525 Savin et al. Dec 2009 A1
20090313600 Ayers et al. Dec 2009 A1
20100011341 Baierl et al. Jan 2010 A1
20100049941 Howard Feb 2010 A1
20100064279 Stewart Mar 2010 A1
20100077388 Kimura Mar 2010 A1
20100094981 Cordray Apr 2010 A1
20100106920 Anckeart et al. Apr 2010 A1
20100115172 Gilllingham et al. May 2010 A1
20100123717 Jiao May 2010 A1
20100125565 Burger et al. May 2010 A1
20100125838 Kuusilinna et al. May 2010 A1
20100131945 Zeort May 2010 A1
20100138431 Bator et al. Jun 2010 A1
20100146489 Ortiz Jun 2010 A1
20100180346 Nicolson et al. Jul 2010 A1
20100205583 Gebhardt et al. Aug 2010 A1
20100223581 Manolescu et al. Sep 2010 A1
20100251220 Jeong Sep 2010 A1
20100251263 Coelho Sep 2010 A1
20100257019 Chickering et al. Oct 2010 A1
20100262832 Tie et al. Oct 2010 A1
20100268816 Tarui et al. Oct 2010 A1
20100281458 Paladino et al. Nov 2010 A1
20100281468 Pavlyushchik Nov 2010 A1
20100281488 Krishnamurthy et al. Nov 2010 A1
20100287541 Saunders et al. Nov 2010 A1
20100299671 Kinsey Nov 2010 A1
20100306854 Neergaard Dec 2010 A1
20100318994 Holmberg et al. Dec 2010 A1
20100322237 Raja Dec 2010 A1
20100325371 Jagadish Dec 2010 A1
20110004443 Horikawa Jan 2011 A1
20110004598 Kikuchi Jan 2011 A1
20110029823 Horley Feb 2011 A1
20110047415 Nanjundaswamy Feb 2011 A1
20110055815 Squillace Mar 2011 A1
20110067008 Srivastava et al. Mar 2011 A1
20110072420 Cha et al. Mar 2011 A1
20110078487 Nielsen et al. Mar 2011 A1
20110088021 Kruglick Apr 2011 A1
20110088038 Kruglick Apr 2011 A1
20110098973 Seidman Apr 2011 A1
20110107307 Liu May 2011 A1
20110113291 Ike May 2011 A1
20110126286 Nazarov May 2011 A1
20110138363 Schmelter Jun 2011 A1
20110138365 Schmelter Jun 2011 A1
20110138366 Wintergerst Jun 2011 A1
20110138385 Schmelter Jun 2011 A1
20110153603 Adiba et al. Jun 2011 A1
20110153817 Wright et al. Jun 2011 A1
20110154289 Mannarswamy et al. Jun 2011 A1
20110154296 Marenco Jun 2011 A1
20110154300 Rao et al. Jun 2011 A1
20110167414 Lattner et al. Jul 2011 A1
20110202907 Dice et al. Aug 2011 A1
20110225458 Zuo Sep 2011 A1
20110258608 Li et al. Oct 2011 A1
20110258611 Dutta et al. Oct 2011 A1
20110258612 Matthiesen et al. Oct 2011 A1
20110276951 Jain Nov 2011 A1
20110283263 Gagliardi Nov 2011 A1
20110289485 Mejdrich et al. Nov 2011 A1
20110307871 Branda Dec 2011 A1
20110314343 Hoke et al. Dec 2011 A1
20110314448 Biggerstaff et al. Dec 2011 A1
20110314543 Treit et al. Dec 2011 A1
20120011519 Ganesh Jan 2012 A1
20120017123 Masser et al. Jan 2012 A1
20120023475 Surazski et al. Jan 2012 A1
20120030520 Horley Feb 2012 A1
20120042212 Laurenti Feb 2012 A1
20120054722 Takeda Mar 2012 A1
20120060142 Fliess Mar 2012 A1
20120072579 Teather Mar 2012 A1
20120079108 Findeisen Mar 2012 A1
20120079456 Kannan et al. Mar 2012 A1
20120079460 Cho et al. Mar 2012 A1
20120102029 Larson et al. Apr 2012 A1
20120102488 Wintergerst Apr 2012 A1
20120110555 Bates May 2012 A1
20120117438 Shaffer et al. May 2012 A1
20120137273 Meijler et al. May 2012 A1
20120144374 Gallagher Jun 2012 A1
20120151396 Ramprasad et al. Jun 2012 A1
20120151553 Burgess Jun 2012 A1
20120159091 Li et al. Jun 2012 A1
20120159116 Lim et al. Jun 2012 A1
20120159391 Berry et al. Jun 2012 A1
20120159454 Barham et al. Jun 2012 A1
20120167081 Sedayao et al. Jun 2012 A1
20120173703 Lingen Jul 2012 A1
20120197868 Fauser et al. Aug 2012 A1
20120198423 Bestgen et al. Aug 2012 A1
20120204156 Kettley et al. Aug 2012 A1
20120216080 Bansal Aug 2012 A1
20120221314 Bourlatchkov et al. Aug 2012 A1
20120222019 Gounares et al. Aug 2012 A1
20120222043 Gounares et al. Aug 2012 A1
20120227040 Gounares Sep 2012 A1
20120233310 Agarwala et al. Sep 2012 A1
20120233592 Gounares Sep 2012 A1
20120233600 Uno Sep 2012 A1
20120233601 Gounares et al. Sep 2012 A1
20120246303 Petersen Sep 2012 A1
20120254266 Printezis et al. Oct 2012 A1
20120254900 Kumar Oct 2012 A1
20120259962 Bose et al. Oct 2012 A1
20120260135 Beck et al. Oct 2012 A1
20120266014 Bhoovaraghavan et al. Oct 2012 A1
20120266143 Bhoovaraghavan et al. Oct 2012 A1
20120278504 Ang et al. Nov 2012 A1
20120278594 Kumar Nov 2012 A1
20120278793 Jalan Nov 2012 A1
20120290672 Robinson et al. Nov 2012 A1
20120296991 Spivack et al. Nov 2012 A1
20120304172 Greifeneder Nov 2012 A1
20120317276 Muniraju Dec 2012 A1
20120317371 Gounares Dec 2012 A1
20120317389 Gounares Dec 2012 A1
20120317421 Gounares Dec 2012 A1
20120317551 Hecht et al. Dec 2012 A1
20120317556 Zhu et al. Dec 2012 A1
20120317557 Garrett Dec 2012 A1
20120317577 Garrett Dec 2012 A1
20120317587 Garrett Dec 2012 A1
20120323827 Lakshmanan et al. Dec 2012 A1
20120324454 Gounares et al. Dec 2012 A1
20120324527 Brown et al. Dec 2012 A1
20120330700 Garg et al. Dec 2012 A1
20130007116 Strack et al. Jan 2013 A1
20130018925 Pegg Jan 2013 A1
20130042156 Srinivasan et al. Feb 2013 A1
20130061212 Krause et al. Mar 2013 A1
20130067445 Gounares et al. Mar 2013 A1
20130073523 Gounares et al. Mar 2013 A1
20130073604 Gounares et al. Mar 2013 A1
20130073829 Gounares et al. Mar 2013 A1
20130073837 Li et al. Mar 2013 A1
20130074049 Gounares et al. Mar 2013 A1
20130074050 Masser et al. Mar 2013 A1
20130074055 Gounares et al. Mar 2013 A1
20130074056 Gounares et al. Mar 2013 A1
20130074057 Gounares Mar 2013 A1
20130074058 Gounares et al. Mar 2013 A1
20130074092 Gounares et al. Mar 2013 A1
20130074093 Gounares et al. Mar 2013 A1
20130080642 Adam et al. Mar 2013 A1
20130080760 Li et al. Mar 2013 A1
20130080761 Garrett et al. Mar 2013 A1
20130081005 Gounares et al. Mar 2013 A1
20130085882 Gounares et al. Apr 2013 A1
20130086348 Marathe et al. Apr 2013 A1
20130086564 Felch Apr 2013 A1
20130091387 Bohnet Apr 2013 A1
20130091508 Srinivasan Apr 2013 A1
20130104107 De Smet et al. Apr 2013 A1
20130111011 Moulhaud May 2013 A1
20130117753 Gounares et al. May 2013 A1
20130117759 Gounares et al. May 2013 A1
20130145015 Malloy et al. Jun 2013 A1
20130145350 Marinescu Jun 2013 A1
20130166886 Sasanka et al. Jun 2013 A1
20130167123 Dura Jun 2013 A1
20130185433 Zhu et al. Jul 2013 A1
20130185729 Vasic et al. Jul 2013 A1
20130198729 Turner et al. Aug 2013 A1
20130205009 Malloy et al. Aug 2013 A1
20130212594 Choi et al. Aug 2013 A1
20130219057 Li et al. Aug 2013 A1
20130219363 Wu Aug 2013 A1
20130219372 Li et al. Aug 2013 A1
20130227519 Maleport Aug 2013 A1
20130227529 Li et al. Aug 2013 A1
20130227536 Li et al. Aug 2013 A1
20130227560 McGrath Aug 2013 A1
20130227573 Morsi Aug 2013 A1
20130229416 Krajec et al. Sep 2013 A1
20130232174 Krajec et al. Sep 2013 A1
20130232433 Krajec et al. Sep 2013 A1
20130232452 Krajec et al. Sep 2013 A1
20130232463 Nagaraja Sep 2013 A1
20130235040 Jackson, Jr. Sep 2013 A1
20130254746 Balakrishnan et al. Sep 2013 A1
20130282545 Gounares et al. Oct 2013 A1
20130283102 Krajec et al. Oct 2013 A1
20130283240 Krajec et al. Oct 2013 A1
20130283241 Krajec et al. Oct 2013 A1
20130283242 Gounares Oct 2013 A1
20130283246 Krajec et al. Oct 2013 A1
20130283247 Krajec et al. Oct 2013 A1
20130283281 Krajec et al. Oct 2013 A1
20130298112 Gounares et al. Nov 2013 A1
20130318506 Sohm et al. Nov 2013 A1
20130322503 Finkelstein Dec 2013 A1
20130332705 Martinez Dec 2013 A1
20130332913 Dickenson Dec 2013 A1
20130340077 Salsamendi Dec 2013 A1
20130346479 Vilke Dec 2013 A1
20140013306 Gounares et al. Jan 2014 A1
20140013308 Gounares et al. Jan 2014 A1
20140013309 Gounares Jan 2014 A1
20140013311 Garrett et al. Jan 2014 A1
20140019598 Krajec Jan 2014 A1
20140019756 Krajec Jan 2014 A1
20140019879 Krajec et al. Jan 2014 A1
20140019985 Krajec Jan 2014 A1
20140025572 Krajec Jan 2014 A1
20140026142 Gounares et al. Jan 2014 A1
20140040591 Gounares Feb 2014 A1
20140047084 Breternitz Feb 2014 A1
20140047272 Breternitz Feb 2014 A1
20140052998 Bloom Feb 2014 A1
20140053143 Conrod et al. Feb 2014 A1
20140068629 Boller Mar 2014 A1
20140109101 Radhakrishnan et al. Apr 2014 A1
20140109188 Pavlov Apr 2014 A1
20140173565 Scholl Jun 2014 A1
20140189650 Gounares Jul 2014 A1
20140189651 Gounares Jul 2014 A1
20140189652 Gounares Jul 2014 A1
20140215443 Voccio et al. Jul 2014 A1
20140215444 Voccio et al. Jul 2014 A1
20140281726 Garrett et al. Sep 2014 A1
20140282597 Garrett et al. Sep 2014 A1
20140317454 Gataullin et al. Oct 2014 A1
20140317603 Gataullin et al. Oct 2014 A1
20140317604 Gataullin et al. Oct 2014 A1
20140317605 Gataullin et al. Oct 2014 A1
20140317606 Gataullin et al. Oct 2014 A1
20150032971 Tian et al. Jan 2015 A1
20150066869 Seto et al. Mar 2015 A1
20150067652 Seto et al. Mar 2015 A1
20150067654 Seto et al. Mar 2015 A1
20150074278 Maes Mar 2015 A1
20150082285 Li et al. Mar 2015 A1
20150163288 Maes Jun 2015 A1
20150195372 Zheng Jul 2015 A1
20150205588 Bates et al. Jul 2015 A1
20150212921 Peck Jul 2015 A1
20150242303 Gautallin et al. Aug 2015 A1
20150301920 Krajec et al. Oct 2015 A1
20150304409 Steuer Oct 2015 A1
20150331720 Huetter et al. Nov 2015 A1
20150347268 Garrett et al. Dec 2015 A1
20150347273 Krajec et al. Dec 2015 A1
20150347277 Gataullin et al. Dec 2015 A1
20150347283 Gataullin et al. Dec 2015 A1
20160077951 Krajec et al. Mar 2016 A1
20160133035 Krajec et al. May 2016 A1
20160196201 Seto et al. Jul 2016 A1
20160266998 Gataullin et al. Sep 2016 A1
20160283345 Gounares et al. Sep 2016 A1
20170111331 Auradkar Apr 2017 A1
Foreign Referenced Citations (15)
Number Date Country
1527968 Sep 2004 CN
101595457 Dec 2009 CN
101933001 Dec 2010 CN
102460408 May 2012 CN
102567115 Jul 2012 CN
102789409 Nov 2012 CN
2390790 Nov 2011 EP
2553583 Feb 2013 EP
2012208830 Oct 2012 JP
1020120138586 Dec 2012 KR
WO0007100 Feb 2000 WO
2011116988 Sep 2011 WO
2011142720 Nov 2011 WO
2011146750 Nov 2011 WO
2012106571 Aug 2012 WO
Non-Patent Literature Citations (116)
Entry
“Non Final Office Action Issued in U.S. Appl. No. 13/751,012”, dated Mar. 11, 2014, 15 Pages.
“Non Final Office Action Issued in U.S. Appl. No. 13/751,012”, dated Jan. 29, 2014, 21 Pages.
“Notice of Allowance Issued in U.S. Appl. No. 13/751,012”, dated Sep. 30, 2014, 19 Pages.
“Notice of Allowance Issued in U.S. Appl. No. 13/751,012”, dated Nov. 21, 2014, 2 Pages.
“International Search Report and Written Opinion Issued in PCT Application No. PCT/US2013/042030”, dated Oct. 24, 2013, 8 Pages.
“International Search Report and Written Opinion Issued in PCT Application No. PCT/US2013/042081”, dated Oct. 24, 2013, 9 Pages.
“International Preliminary Report on Patentability Issued in PCT Application No. PCT/US2013/042788”, dated Jul. 28, 2015, 5 Pages.
“International Search Report and Written Opinion Issued in PCT Application No. PCT/US2013/042788”, dated Sep. 5, 2013, 7 Pages.
“International Search Report and Written Opinion Issued in PCT Application No. PCT/US2013/042789”, dated Sep. 30, 2013, 7 Pages.
Office Action dated Dec. 1, 2016 issued in U.S. Appl. No. 14/820,957.
“Supplementary Search Report Issued in European Patent Application No. 13875046.8”, dated Sep. 5, 2016, 13 Pages.
“Supplementary Search Report Issued in European Patent Application No. 13874921”, dated Sep. 8, 2016.
International Search Report and Written Opinion for PCT/US2013/073894 dated Apr. 1, 2014.
International Search Report and Written Opinion for PCT/US2013/047211 dated Nov. 27, 2013.
International Search Report and Written Opinion for PCT/US2013/043811 dated Nov. 28, 2013.
International Search Report and Written Opinion for PCT/US2013/046925 dated Nov. 25, 2013.
International Search Report and Written Opinion for PCT/US2013/046918 dated Nov. 25, 2013.
International Search Report and Written Opinion for PCT/US2013/043492 dated Nov. 6, 2013.
International Search Report and Written Opinion for PCT/US2013/044193 dated Oct. 29, 2013.
International Search Report and Written Opinion for PCT/US2013/046050 dated Nov. 8, 2013.
International Search Report and Written Opinion for PCT/US2013/046922 dated Dec. 17, 2013.
International Search Report and Written Opinion for PCT/US2013/043522 dated Nov. 6, 2013.
International Search Report and Written Opinion for PCT/US2013/046664 dated Nov. 20, 2013.
TLR “Automagically Wrapping JavaScript Callback Functions” Oct. 22, 2008.
Grossbart “JavaScript Profiling with the Chrome Developer Tools” Smashing Magazine website Jun. 12, 2012.
“Method and System for Automatically Tracking User Interactions and Providing Tags to the User Interactions” Dec. 4, 2010.
Whitehead “Java Run-Time Monitoring, Part 2:Postcompilation Instrumentation and Performance Monitoring Interception, Class Wrapping, and Bytecode Instrumentation” IBM.com Aug. 5, 2008.
Kinsey “Under the Hood: The JavaScript SDK—Error Handling” Nov. 1, 2012.
Cantrill “Instrumenting the Real-Time Web: Node.js in Production” Node Summit 2012 Presentation; Jan. 24-25, 2012.
International Search Report and Written Opinion for PCT/US2014/011727 dated May 16, 2014.
“Remote Debugging in Visual Studio 2012 on Windows 8” On Error Resume Next: Coding Through Life, One Day at the Time. Retrieved Jun. 14, 2016.
Anonymous “Time Series Analysis” Mar. 7, 2008.
International Search Report and Written Opinion for PCT/IB2014/060233 dated Nov. 11, 2014.
Narayanasamy et al. “BugNet Continuously Recording Program Execution for Deterministic Replay Debugging” Jun. 2005, 12 pages.
Dong et al. “Hybrid Checkpointing Using Emerging Nonvolatile Memories for Future Exascale Systems” Oct. 2004.
Erik-Svensson et al. “Mpreplay Architecture Support for Deterministic Replay of Message passing Programs on MessagePassing Many-core Processors” Sep. 2009.
Gerofi et al. “Workload Adaptive Checkpoint Scheduling of Virtual Machine Replication” 2011.
International Search Report and Written Opinion for PCT/US2013/075876 dated Apr. 7, 2014.
Wu et al. “Error Recovery in Shared Memory Multiprocessors Using Private Caches” Apr. 1990.
International Search Report and Written Opinion for PCT/US2013/073935 dated Mar. 31, 2014.
U.S. Appl. No. 13/751,026, Apr. 16, 2014, Office Action.
U.S. Appl. No. 13/853,769, May 9, 2014, Office Action.
U.S. Appl. No. 13/765,654, Jun. 26, 2014, Office Action.
U.S. Appl. No. 13/853,769, Jul. 8, 2014, Office Action.
U.S. Appl. No. 13/765,663, Jul. 11, 2014, Office Action.
U.S. Appl. No. 13/765,648, Jul. 28, 2014, Office Action.
U.S. Appl. No. 13/765,642, Jul. 31, 2014, Office Action.
U.S. Appl. No. 13/765,657, Aug. 1, 2014, Office Action.
U.S. Appl. No. 13/757,625, Aug. 13, 2014, Office Action.
U.S. Appl. No. 13/867,057, Aug. 14, 2014, Office Action.
U.S. Appl. No. 13/765,651, Aug. 14, 2014, Office Action.
U.S. Appl. No. 13/765,642, Aug. 15, 2014, Office Action.
U.S. Appl. No. 13/765,648, Aug. 19, 2014, Notice of Allowance.
U.S. Appl. No. 13/751,026, Aug. 20, 2014, Office Action.
U.S. Appl. No. 13/765,654, Aug. 21, 2014, Office Action.
U.S. Appl. No. 13/765,657, Aug. 27, 2014, Notice of Allowance.
U.S. Appl. No. 13/916,561, Oct. 2, 2014, Office Action.
U.S. Appl. No. 13/757,625, Jan. 2, 2016, Office Action.
U.S. Appl. No. 13/916,568, Jan. 14, 2015, Notice of Allowance.
U.S. Appl. No. 13/916,571, Jan. 15, 2015, Notice of Allowance.
U.S. Appl. No. 13/765,642, Jan. 26, 2015, Notice of Allowance.
U.S. Appl. No. 13/765,654, Jan. 26, 2015, Notice of Allowance.
U.S. Appl. No. 13/916,563, Feb. 12, 2015, Office Action.
U.S. Appl. No. 13/765,651, Feb. 13, 2015, Office Action.
U.S. Appl. No. 13/916,566, Feb. 13, 2015, Office Action.
U.S. Appl. No. 13/853,816, Feb. 25, 2015, Office Action.
U.S. Appl. No. 13/916,561, Mar. 4, 2015, Notice of Allowance.
U.S. Appl. No. 13/757,631, Mar. 17, 2015, Office Action.
U.S. Appl. No. 13/867,057, Mar. 19, 2015, Office Action.
U.S. Appl. No. 14/455,156, Jun. 3, 2015, Notice of Allowance.
U.S. Appl. No. 13/853,769, Jun. 22, 2015, Office Action.
U.S. Appl. No. 14/455,170, Jul. 2, 2015, Notice of Allowance.
U.S. Appl. No. 14/455,202, Jul. 30, 2015, Notice of Allowance.
U.S. Appl. No. 14/629,322, Aug. 26, 2015, Office Action.
U.S. Appl. No. 13/853,816, Sep. 9, 2015, Office Action.
U.S. Appl. No. 14/820,798, Sep. 24, 2015, Office Action.
U.S. Appl. No. 13/757,631, Sep. 25, 2015, Notice of Allowance.
U.S. Appl. No. 14/820,834, Sep. 29, 2015, Office Action.
U.S. Appl. No. 13/867,057, Oct. 6, 2015, Office Action.
U.S. Appl. No. 14/582,973, Nov. 4, 2015, Office Action.
U.S. Appl. No. 14/455,156, Nov. 9, 2015, Notice of Allowance.
U.S. Appl. No. 14/629,322, Nov. 20, 2015, Office Action.
U.S. Appl. No. 14/455,170, Nov. 24, 2015, Notice of Allowance.
U.S. Appl. No. 14/455,202, Dec. 9, 2015, Notice of Allowance.
U.S. Appl. No. 13/867,057, Jan. 13, 2016, Office Action.
U.S. Appl. No. 14/455,202, Feb. 4, 2016, Notice of Allowance.
U.S. Appl. No. 14/455,170, Feb. 10, 2016, Notice of Allowance.
U.S. Appl. No. 13/853,769, Feb. 19, 2016, Office Action.
U.S. Appl. No. 14/995,872, Feb. 26, 2016, Office Action.
U.S. Appl. No. 14/820,798, Apr. 6, 2016, Notice of Allowance.
U.S. Appl. No. 14/820,834, Apr. 20, 2016, Notice of Allowance.
U.S. Appl. No. 14/642,192, May 23, 2016, Notice of Allowance.
U.S. Appl. No. 13/853,769, Jun. 2, 2016, Notice of Allowance.
U.S. Appl. No. 13/867,057, Jun. 3, 2016, Office Action.
U.S. Appl. No. 14/995,872, Jun. 9, 2016, Notice of Allowance.
U.S. Appl. No. 14/582,973, Aug. 11, 2016, Notice of Allowance.
U.S. Appl. No. 13/853,816, Sep. 12, 2016, Notice of Allowance.
Chinese Office Action issued in China Patent Application No. 201380075071.1. dated Mar. 3, 2017.
Chinese Office Action issued in China Patent Application No. 201380072861.4. dated Mar. 9, 2017.
Extended European Search Report issued in EPO application No. 14785777.5 dated Mar. 16, 2017.
Chinese Office Action issued in CN Application No. 201380072863.3 dated Apr. 6, 2017.
Office Action dated Apr. 3, 2017 cited in U.S. Appl. No. 14/671,449.
Chinese Office Action issued in CN Application No. 201380072856.3 dated May 15, 2017.
Extended Search Report Issued in European Patent Application No. 14843127.3, dated Apr. 13, 2017, 9 pages.
Extended European Search Report issued in European Patent Application No. 14862130.3 dated May 24, 2017.
U.S. Appl. No. 14/820,957, May 19, 2017, Notice of Allowance.
U.S. Appl. No. 15/036,325, May 24, 2017, Notice of Allowance.
Chinese Office Action issued in CN Patent Application No. 201480035488.X dated May 26, 2017.
U.S. Appl. No. 14/671,449, Jun. 23, 2017, Notice of Allowance.
“Supplementary Search Report Issued in European Patent Application No. 14785777”, dated Nov. 3, 2016.
Ravindranath, et al. “AppInsight: Mobile App Performance Monitoring in the Wild”, Usenix, Apr. 11, 2013 pp. 1-14.
Graham et al. “Gprof: A Call Graph Execution Profiler”, PLDI 09: Proceedings of the 2009 ACM Sigplan Conference on Programming Language Design and Implementation, Jun. 15-20, 2009.
“Supplementary Search Report Issued in European Patent Application No. 13875228.2”, dated Dec. 16, 2016.
U.S. Appl. No. 13/867,057, Dec. 14, 2016, Office Action.
Notice of Allowance dated Sep. 6, 2017 cited in U.S. Appl. No. 15/068,996.
“Office Action Issued in European Patent Application No. 13872860.5”, dated Oct. 23, 2017, 5 Pages.
Related Publications (1)
Number Date Country
20150222548 A1 Aug 2015 US
Continuations (1)
Number Date Country
Parent 13751012 Jan 2013 US
Child 14617509 US