throbber
eBusiness Transaction Analysis Software
`that Simplifies the Development of
`Reliable, High-Quality eBusiness Systems
`
`A Technical Description for Software Developers and Development Managers
`
`HP_1006_0001
`
`

`
`eSleuth White Paper
`
`Build eBusiness Systems with Confidence
`
`Build eBusiness Systems with Confidence
`You’ve invested heavily in high-availability equipment and middleware to provide reliable software communications. But
`one thing worse than your eBusiness system going down is your eBusiness system staying up and silently mishandling your
`business transactions.
`
`eSleuth™ is transaction analysis software that ensures your eBusiness information gets to the right place, at the right time,
`with the right content. eSleuth detects and helps alleviate information flow failures in MQSeries-based eBusiness systems
`running across UNIX, Windows NT, Linux, and OS/390. Using eSleuth during distributed application development
`shortens the time to deployment of new eBusiness systems and improves their reliability, performance, and quality by
`ensuring that eBusiness transactions are completed successfully and efficiently.
`
`eSleuth Maximizes Your Middleware Investment
`With the phenomenal growth in eBusiness, middleware such as MQSeries has become the linchpin of the corporate
`computing environment. Yet, despite the pivotal role of middleware, solutions for analyzing inter-component events for the
`purpose of identifying and resolving logic flow problems and performance bottlenecks are sorely lacking. eSleuth fills this
`void by graphically analyzing eBusiness system transactions across system and application boundaries, enabling you to
`visually pinpoint information flow failures and performance bottlenecks. Only eSleuth lets you look inside your application
`to identify the exact logical cause of information flow failures.
`
`The complexity of distributed eBusiness systems makes it virtually impossible to determine the cause of a failure. eSleuth
`provides a unified view of your complete eBusiness environment. This high-level view enables you to clearly see the
`logical flow of information throughout your entire system, making it easy to see information flow failures and performance
`bottlenecks.
`
`Internet
`
`Web Server
`
`S
`
`Hub
`
`Rack mount
`Repeater
`
`Router
`
`S
`
`Data Warehouse
`
`Remote Office
`/ Users
`
`S
`
`CGI/
`ISAPI/
`NSAPI
`
`Web Server
`
`eSleuth
`Analyzer Console
`
`S
`
`S
`
`Middleware
`Technologies
`(MQSeries)
`
`ERP
`
`S
`
`Enterprise Data
`Legacy Appls
`
`S = Sensors
`Figure 1: eSleuth offers a single point of problem isolation across eBusiness environments by analyzing and
`correlating transactions for visual presentation.
`
`The initial version of eSleuth supports organizations using IBM MQSeries message-oriented middleware. Future versions
`will analyze additional technologies such as HTTP, CGI, CORBA, COM/DCOM, and Microsoft Message Queue (MSMQ).
`
`2
`
`Copyright  2000 Bristol Technology Inc.
`
`HP_1006_0002
`
`

`
`eSleuth White Paper
`
`Build eBusiness Systems with Confidence
`
`More Than Monitoring: Complete Transaction Analysis
`eSleuth enables you to identify problems during development and provides the information you need to resolve these
`problems—before your system goes into production. eSleuth traces MQSeries API calls across distributed processes and
`graphically displays the flow of messages between processes and queues. By analyzing the details of each API call, eSleuth
`enables you to drill down into application-specific data, down to data structure contents.
`
`While middleware monitoring tools alert you to MQSeries communication failures, eSleuth has some key features that
`distinguish it from existing middleware management and monitoring tools:
`
`•
`
`•
`
`eSleuth provides logical diagnostic information to developers (such as API calls, call arguments, return values, etc.),
`while management and monitoring tools focus on system data such as queue status.
`
`eSleuth correlates API calls made from different components in the system to form a complete transaction view;
`including graphical depiction of the entire system.
`
`eSleuth generates and stores information for each MQSeries API (MQI) call made by an eBusiness system. Even though
`MQI calls may occur asynchronously, on different hosts, and within different running programs, eSleuth correlates the calls
`that relate to the same business transaction in your application and graphically presents that information. For example,
`eSleuth connects the MQGET call that retrieves a message with the MQPUT call that sent it, enabling you to trace the
`logical flow within your application across program, execution thread, queue manager, or host boundaries.
`
`In addition, eSleuth translates MQI details into understandable values that you can interpret and act on immediately. It
`formats data structures (MQMD, MQPMO, etc.) and present the symbolic flag names (MQGMO_SYNCPOINT,
`MQOO_INPUT_SHARED, etc.) for MQI data values, even if your program is compiled with optimization. You can see the
`user data buffer within each message as well. Moreover, eSleuth allows you to control which MQI calls are reported to the
`eSleuth Analyzer by specifying filtering criteria. This filtering capability enables you to focus on problem areas.
`
`While message monitoring tools can analyze the messages currently available on queues, eSleuth captures and logs all the
`messages. This enables you to see events that may have persisted on the queue for a very short period of time and would
`have been missed by traditional monitoring tools. Seeing how a transaction fails is a requirement for efficient testing and
`debugging of transactions. A message that appears to be correct may actually be the cause of a failed transaction; but the
`ability to link transaction events to finding this problem can be time consuming. eSleuth’s automatic generation of the
`entire transaction help you quickly identify these types of problems.
`
`Only Analyze the Data You Need to Solve a Specific Problem
`Through the use of eSleuth presentation filters, you can view the collected information in a variety of ways, and from each
`view you can drill down into more event details such as the MQ message descriptor and user data. Instead of simply seeing
`streams of numbers and return codes, eSleuth translates the information to you into understandable values. You can decide
`to view all the collected events as transactions. eSleuth automatically correlates the collected events into business
`transactions. In addition to the transaction view, you can view the events as they occurred sequentially from all the
`applications and hosts being monitored. You can narrow your search by time, MQI call, queue, queue manager, host,
`process, thread, and a number of other criteria. For complex, organization-specific criteria, you can even program your own
`custom filters.
`
`Solve the Challenges of Distributed Transaction Analysis
`The following table demonstrates how eSleuth addresses problems in testing and debugging a distributed transaction
`system.
`
`The Problem
`Development and diagnostic skills are required on many
`platforms.
`
`How eSleuth Addresses the Problem
`eSleuth provides a central transaction analyzer with a Microsoft
`Windows user interface. Working from a central console, you
`can view transactions being processed on local or remote
`heterogeneous computer systems.
`
`3
`
`Copyright  2000 Bristol Technology Inc.
`
`HP_1006_0003
`
`

`
`eSleuth White Paper
`
`How eSleuth Works
`
`Visualizing transaction flows through a complex
`eBusiness system is difficult.
`
`Tracing transactions into legacy or third party
`applications is impossible.
`
`eSleuth provides a component layout graphical view, providing
`a view of transactions occurring across different systems.
`eSleuth automatically determines the transaction flow by
`monitoring a running system; no developer interaction or code
`changes are required.
`By providing views of the MQSeries API calls and transactions
`resulting from these calls, eSleuth provides a glimpse inside the
`black boxes and sees what MQSeries API calls are being made
`(including the ability to see the API parameters). This is done
`without access or modification to the source code of these
`legacy applications and components.
`eSleuth’s ability to filter the information gathered and presented
`from the remote systems allows you to isolate only the data
`needed to identify problems that are occurring within
`transactions.
`Presentation filters within eSleuth enable you to view all of the
`middleware-specific data fields in addition to other information
`that is normally transparent to the developer.
`eSleuth provides a view showing all the MQSeries API calls
`made in the distributed system, in addition to the correlation of
`these API calls into distributed transactions.
`The cause of performance bottlenecks is hard to pinpoint. With eSleuth, transaction path tracing is done at the API level
`within software components of the system. Event sequences can
`be analyzed at the thread level within these components. eSleuth
`maintains timestamp information on all gathered events,
`including corrections for clock skew between the nodes in a
`distributed environment.
`
`Asynchronous systems process thousands of transactions
`per second
`
`Middleware technologies hide diagnostic information.
`
`Middleware monitoring does not provide enough
`information.
`
`How eSleuth Works
`eSleuth consists of two major components:
`
`• Platform- and technology-specific sensors, which capture information about each API call
`• An analyzer console, which stores captured transaction data, analyzes transactions, configures filters, and presents the
`results graphically
`
`eSleuth Sensors
`eSleuth sensors are light-weight, non-intrusive monitors that trace API usage across middleware technology such as
`MQSeries. Available for all major platforms, eSleuth sensors are installed on each host in the distributed application
`environment to capture transaction data for each MQ API executed on that host.
`
`The type and amount of information captured by each eSleuth sensor is easily programmed from the eSleuth Analyzer
`console. Data collection filters, configured through easy-to-use dialogs, control the data each eSleuth sensor collects. For
`example, you may only want the MQMD information on some hosts, MQMD information and user data on other hosts, or
`all details from all the hosts.
`
`Unlike many other debugging or application troubleshooting methods, you do not need access to the original application
`source code to install and use eSleuth sensors. The eSleuth sensors monitor your system unobtrusively. Once installed on
`the host, eSleuth sensors are able to collect information on every MQI call that is made. Even if you do not have source
`code to certain applications, eSleuth sensors can still trace all the API calls.
`
`4
`
`Copyright  2000 Bristol Technology Inc.
`
`HP_1006_0004
`
`

`
`eSleuth White Paper
`
`How eSleuth Works
`
`Analyzer Console
`
`Configuration
`Management
`
`Data Collection
`Management
`
`Data Analysis
`
`Graphical
`Presentation
`Logic
`
`Transaction
`Database
`
`Communications
`
`Sensor
`
`Communications
`
`Data Collection
`Mgmt.
`
`eSleuth
`Analyzer Console
`
`S
`Local or Remote
`Server
`
`eSleuth
`Sensors
`
`S
`
`Local or Remote
`Server
`
`Figure 2: eSleuth sensors relay distributed transaction data to the Analyzer console for analysis, correlation, and
`visual presentation.
`
`eSleuth Analyzer Console
`The eSleuth analyzer console is the single point of interface for diagnosing problems in your distributed MQSeries
`application. The analyzer console receives messages from the installed eSleuth sensors, processes them, and displays
`different views of this data to help you diagnose problems within your distributed system. An embedded database is
`included with the console for easy setup and efficient storage of data received from eSleuth sensors.
`
`The eSleuth analyzer console provides four primary views: the Component Layout, Dynamic Transaction Visualization,
`Event History, and Event Details.
`
`Component Layout
`The component layout view (Figure 3) graphically displays the components of your distributed system, including the
`message queues, hosts and processes involved, and which process is talking with which queue. Arcs link the queues to the
`processes. The thickness of these arcs indicates performance characteristics of your system.
`
`Dynamic Transaction Visualization
`The dynamic transaction view (Figure 4) displays the transactions as they happen across multiple hosts and operating
`systems. You can apply presentation filters to display only the events and transactions applicable to any particular
`transaction for rapid analysis of transaction problems. No user interaction is required to generate these transactions—
`eSleuth automatically links together the messages that make up the same business transaction and displays them
`graphically.
`
`5
`
`Copyright  2000 Bristol Technology Inc.
`
`HP_1006_0005
`
`

`
`eSleuth White Paper
`
`How eSleuth Works
`
`Figure 3: The component layout diagram provides a high-level picture of your complete eBusiness system.
`
`Figure 4: Dynamic transaction visualization correlates transactions across process and operating system
`boundaries.
`
`6
`
`Copyright  2000 Bristol Technology Inc.
`
`HP_1006_0006
`
`

`
`eSleuth White Paper
`
`How eSleuth Works
`
`Event Filtering and Drill Down Capabilities
`You can view all the recorded or real-time events occurring within your system through eSleuth’s event list view (Figure
`5). In this view, all the data stored in the events database can be displayed and filtered, allowing you to restrict the view to
`only data that is relevant to the analysis of the problem.
`
`Figure 5: Event history provides details about selected transaction events.
`
`Easy-to-Read Event Details
`With the event details view (Figure 6), you can select an event and view more specific information on that event than in the
`event history view. The event details view interprets and displays all of the information in the MQMD header information,
`the dead letter queue header, and also user data in the message. No longer will you have to work your way through
`MQSeries header files to establish exactly what a return code value is – eSleuth understands the middleware technologies
`being monitored so it automatically describes the return code. So instead of seeing a reason code 2024, you will see
`MQRC_SYNCPOINT_LIMIT_REACHED. By expanding the nodes in the data structure entries you can view additional
`details of structures that exist plus you can view the user data of the message and examine the contents in both hexadecimal
`and ASCII/EBCDIC format. Multiple event detail windows enable you to easily compare the fields of two or more
`messages.
`
`7
`
`Copyright  2000 Bristol Technology Inc.
`
`HP_1006_0007
`
`

`
`eSleuth White Paper
`
`Look at Your eBusiness Applications a New Way
`
`Figure 6: Event details show comprehensive information about transaction events in an easy-to-understand format.
`
`Look at Your eBusiness Applications a New Way
`From a big-picture view of your entire system to individual data structure contents, eSleuth lets you see exactly the
`information you need to improve reliability, performance, and quality for your eBusiness applications. To find out more
`about eSleuth and how it can help ensure that your eBusiness information gets to the right place, at the right time, with the
`right content, call the nearest Bristol office or visit us on the web at http://www.bristol.com.
`Availability
`eSleuth is currently available for Windows NT 4.0 or later, Sun Solaris 2.5.1 or later, HP-UX 10.20 or later, IBM AIX 4.2.1
`or later, and IBM OS/390 V2 R5 or later. Support is provided for MQSeries 5.0 or later (2.1 or later on OS/390) with CICS
`TSV 1.2 or later as a requirement on OS/390. Please visit http://www.bristol.com/esleuth for an updated list of supported
`platforms.
`
`About Bristol Technology
`Bristol Technology® delivers software development solutions that make eBusiness work. Our proven experience
`creating award-winning, multi-platform application development tools provides a strong foundation for our new
`line of eBusiness infrastructure products. These products enable developers to implement eBusiness solutions
`based on such technologies as MQSeries and XML faster, more reliably, and easier than ever.
`
`8
`
`Copyright  2000 Bristol Technology Inc.
`
`HP_1006_0008
`
`

`
`39 Old Ridgebury Road
`Danbury, CT 06810-5113 USA
`203-798-1007 (phone)
`203-798-1008 (fax)
`
`Plotterweg 2A
`3821 BB Amersfoort
`The Netherlands
`+31-33-450-5050 (phone)
`+31-33-450-5051 (fax)
`
`Email: info@bristol.com
`Web Site: http://www.bristol.com
`
`Copyright  2000 by Bristol Technology Inc. All rights reserved. Printed in the U.S.A. Part number: SO01000128
`
`eSleuth is a trademark and Bristol Technology is a registered trademark of Bristol Technology Inc.
`All other trademarks herein are the property of their respective holders.
`
`HP_1006_0009

This document is available on Docket Alarm but you must sign up to view it.


Or .

Accessing this document will incur an additional charge of $.

After purchase, you can access this document again without charge.

Accept $ Charge
throbber

Still Working On It

This document is taking longer than usual to download. This can happen if we need to contact the court directly to obtain the document and their servers are running slowly.

Give it another minute or two to complete, and then try the refresh button.

throbber

A few More Minutes ... Still Working

It can take up to 5 minutes for us to download a document if the court servers are running slowly.

Thank you for your continued patience.

This document could not be displayed.

We could not find this document within its docket. Please go back to the docket page and check the link. If that does not work, go back to the docket and refresh it to pull the newest information.

Your account does not support viewing this document.

You need a Paid Account to view this document. Click here to change your account type.

Your account does not support viewing this document.

Set your membership status to view this document.

With a Docket Alarm membership, you'll get a whole lot more, including:

  • Up-to-date information for this case.
  • Email alerts whenever there is an update.
  • Full text search for other cases.
  • Get email alerts whenever a new case matches your search.

Become a Member

One Moment Please

The filing “” is large (MB) and is being downloaded.

Please refresh this page in a few minutes to see if the filing has been downloaded. The filing will also be emailed to you when the download completes.

Your document is on its way!

If you do not receive the document in five minutes, contact support at support@docketalarm.com.

Sealed Document

We are unable to display this document, it may be under a court ordered seal.

If you have proper credentials to access the file, you may proceed directly to the court's system using your government issued username and password.


Access Government Site

We are redirecting you
to a mobile optimized page.





Document Unreadable or Corrupt

Refresh this Document
Go to the Docket

We are unable to display this document.

Refresh this Document
Go to the Docket