Jump to content

Problem Determination Programmer's Guide: Difference between revisions

From EDM2
No edit summary
mNo edit summary
Line 5: Line 5:
This book provides programmers with guide and reference information for collecting and managing problem determination data using OS/2 Warp Version 4.
This book provides programmers with guide and reference information for collecting and managing problem determination data using OS/2 Warp Version 4.


This book first provides conceptual and introductory information about OS/2 Warp Version 4 [[First_Failure_Support_Technology/2]] (FFST). This sophisticated and powerful tool requires thoughtful planning and code instrumentation. These topics present planning, setup, and examples that are used for collecting and managing problem determination data.
This book first provides conceptual and introductory information about OS/2 Warp Version 4 [[First Failure Support Technology/2]] (FFST). This sophisticated and powerful tool requires thoughtful planning and code instrumentation. These topics present planning, setup, and examples that are used for collecting and managing problem determination data.


Separate sections are devoted to understanding the aids that are provided for tracking, collecting, storing, and  formatting problem determination data, such as traces, dumps, and error logs.
Separate sections are devoted to understanding the aids that are provided for tracking, collecting, storing, and  formatting problem determination data, such as traces, dumps, and error logs.

Revision as of 14:13, 18 January 2018

Reprint Courtesy of International Business Machines Corporation, © International Business Machines Corporation

OS/2 Warp 4 consists of various products including OS/2 Warp Version 4, BonusPak, IBM's OS/2 implementation of Sun Microsystems, Inc.'s Java technology, VoiceType for OS/2 Warp, and networking products.

This book provides programmers with guide and reference information for collecting and managing problem determination data using OS/2 Warp Version 4.

This book first provides conceptual and introductory information about OS/2 Warp Version 4 First Failure Support Technology/2 (FFST). This sophisticated and powerful tool requires thoughtful planning and code instrumentation. These topics present planning, setup, and examples that are used for collecting and managing problem determination data.

Separate sections are devoted to understanding the aids that are provided for tracking, collecting, storing, and formatting problem determination data, such as traces, dumps, and error logs.

After reading this book you should understand the benefits of FFST and know how to instrument your code. This allows you to take advantage of the technology and tools that are associated with problem determination data. You should also know how to use the APIs, trace, error logging, and dump functions. These functions retrieve, format, and analyze problem determination data.

This book assumes that you have the IBM Developer's Toolkit for OS/2 Warp Version 4 installed and you are developing application programs. In the chapters of this book refer to the IBM Developers Toolkit simply as the Toolkit.

Links

Contents

  • Introduction to Collecting and Managing Problem Determination Data
  • Guide to Instrumenting Your Code
  • Controlling FFSTProbe Calls
  • Viewing and Analyzing Error Log Entries
  • Analyzing Performance and Debugging Problems Using Trace
  • Capturing and Saving Failure-Related Information through Dumps
  • The Desktop Management Interface (DMI)
  • Summary of Functions and Interfaces
  • Problem Determination APIs
  • Notices