JP2000010829A - Device and method for supporting fault analysis - Google Patents

Device and method for supporting fault analysis

Info

Publication number
JP2000010829A
JP2000010829A JP10178379A JP17837998A JP2000010829A JP 2000010829 A JP2000010829 A JP 2000010829A JP 10178379 A JP10178379 A JP 10178379A JP 17837998 A JP17837998 A JP 17837998A JP 2000010829 A JP2000010829 A JP 2000010829A
Authority
JP
Japan
Prior art keywords
procedure
application
log file
memory
program
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP10178379A
Other languages
Japanese (ja)
Inventor
Hisahiro Nomura
尚弘 野村
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Software Shikoku Ltd
Original Assignee
NEC Software Shikoku Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Software Shikoku Ltd filed Critical NEC Software Shikoku Ltd
Priority to JP10178379A priority Critical patent/JP2000010829A/en
Publication of JP2000010829A publication Critical patent/JP2000010829A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide a fault analysis supporting device which is small in system load and preserves gathered operating procedure information in an easy-to-reuse form. SOLUTION: A client-side system 10 has an application start monitor program 22 which monitors the start and end of application to be-monitored, a procedure monitor program 28 which symbolizes and records as instantaneous information the operating procedure of the application 20 incorporated in the application, a memory 24 which temporarily stores a log file 26 as the operating procedure, and a display 18. A development-side system 12 has a procedure script generating program 32 which generates a procedure script file 34 having a fixed keyword so that the operating procedure can easily be reproduced from the log file 30 wherein the operating procedure is recorded, a procedure reproducing program 34 which can reproduce the operating procedure, the application to be monitored, and a display 40. A fault occurring in the client-side system 10 is analyzed.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、コンピュータシス
テムでの障害解析支援システムにおいて、特にアプリケ
ーションの障害発生時における障害を記録し再現する障
害解析支援装置および方法に関する。
The present invention relates to a failure analysis support system in a computer system, and more particularly to a failure analysis support apparatus and method for recording and reproducing a failure when an application failure occurs.

【0002】[0002]

【従来の技術】従来、この種の監視制御プログラムの動
作再現方法および動作再現システムは、特開平9−16
0703号公報「監視制御プログラムの動作再現方法お
よび動作再現システム」にその一例が開示されている。
この公報に記載の技術によれば、客先側システムとし
て、CRTとポインティングデバイスとが接続された客
先側コンピュータがある。客先側コンピュータは、CR
Tやポインティングデバイスを制御する監視制御プログ
ラムと、ポインティングデバイスの操作履歴を記録する
操作履歴記憶プログラムと、履歴情報を一時的に格納す
るメモリとを有している。一方、工場側システムは、監
視制御プログラムと、メモリと、操作履歴を読み出し再
現する操作履歴読出・動作再現プログラムとを有してい
る。また、これら2つのシステム間での情報のやり取り
は、フロッピィーディスクで行われている。
2. Description of the Related Art Conventionally, an operation reproducing method and an operation reproducing system of this kind of monitoring control program have been disclosed in Japanese Patent Laid-Open No. 9-16.
An example is disclosed in Japanese Patent Application Publication No. 0703, entitled "Operation Reproduction Method and Operation Reproduction System of Monitoring Control Program".
According to the technology described in this publication, as a customer system, there is a customer computer in which a CRT and a pointing device are connected. The customer's computer is CR
It has a monitoring control program for controlling the T and the pointing device, an operation history storage program for recording the operation history of the pointing device, and a memory for temporarily storing history information. On the other hand, the factory system has a monitoring control program, a memory, and an operation history reading / operation reproducing program for reading and reproducing an operation history. The exchange of information between these two systems is performed on a floppy disk.

【0003】客先側システム上に常駐している操作履歴
記憶プログラムにより、ユーザが操作したポインティン
グデバイスの操作の情報は、操作履歴情報としてリアル
タイムで記憶される。記録された操作履歴情報は、フロ
ッピーディスクに格納され、工場側システムに送られ
る。工場側システムでは、操作履歴読出・動作再現プロ
グラムを使用し、客先側システムと同様の環境下で動作
をさせて確実に再現する。これによりメーカーは、客先
側システムで発生した障害や問題について解析すること
ができる。
[0003] Information on the operation of the pointing device operated by the user is stored in real time as operation history information by an operation history storage program resident on the customer system. The recorded operation history information is stored on a floppy disk and sent to the factory system. The factory system uses an operation history reading and operation reproduction program, and operates under the same environment as the customer system to reliably reproduce the operation. This allows the manufacturer to analyze failures and problems that have occurred in the customer system.

【0004】[0004]

【発明が解決しようとする課題】上述した従来の技術に
おいては、操作履歴記憶プログラムは、コンピュータシ
ステム上に常駐しているためコンピュータシステムの負
荷が大きい。これは、他のアプリケーションの動作不安
定やシステム自体の安定性の低下につながる。また、工
場側システムでは、操作履歴読出・動作再現プログラム
が操作履歴情報をそのまま使用しているので、操作履歴
情報の仕様が変更されると、プログラムを、変更された
仕様に沿って変更しなければならず、操作履歴情報の利
用が制限されるという問題があった。
In the above-mentioned prior art, the operation history storage program resides on the computer system, so that the load on the computer system is large. This leads to unstable operation of other applications and a decrease in the stability of the system itself. In the factory system, since the operation history reading / reproducing program directly uses the operation history information, if the specification of the operation history information is changed, the program must be changed according to the changed specification. Therefore, there is a problem that the use of the operation history information is restricted.

【0005】本発明の目的は、システム負荷の小さい障
害解析支援装置および方法を提供することにある。
It is an object of the present invention to provide a failure analysis support apparatus and method with a small system load.

【0006】本発明の他の目的は、得られた操作履歴情
報を再利用しやすい形で保存することのできる障害解析
支援装置および方法を提供することにある。
Another object of the present invention is to provide a failure analysis support apparatus and method capable of storing obtained operation history information in a form that can be easily reused.

【0007】[0007]

【課題を解決するための手段】本発明の障害解析支援装
置は、監視対象であるアプリケーションと、このアプリ
ケーションの起動,終了を監視するアプリケーション起
動監視プログラムと、アプリケーションが起動すると入
力装置からの操作手順を記録する手順監視プログラム
と、前記操作手順を一時的に格納するメモリと、このメ
モリに格納された操作手順を記録するログファイルとを
有する客先側システムと、前記第1のログファイルに記
録された操作手順と同じ操作手順が記録された第2のロ
グファイルと、この第2のログファイルから、操作手順
を再現しやすいように、固定的なキーワードで構成され
る手順スクリプトファイルを作成する手順スクリプト生
成プログラムと、前記監視対象のアプリケーションと同
じ環境であるアプリケーションと、このアプリケーショ
ン上に、前記手順スクリプトファイルから前記操作手順
を再現する手順再現プログラムとを有する開発側システ
ムとを備えている。客先側システムと開発側システムの
2つのシステムの間の情報のやり取りは、フロッピーデ
ィスクなどの電子記録媒体で行われる。
According to the present invention, there is provided a failure analysis support apparatus comprising: an application to be monitored; an application activation monitoring program for monitoring activation and termination of the application; and an operation procedure from an input device when the application is activated. A customer-side system having a procedure monitoring program for recording the operation procedure, a memory for temporarily storing the operation procedure, and a log file for recording the operation procedure stored in the memory; and recording in the first log file. From the second log file in which the same operation procedure as the performed operation procedure is recorded, and from this second log file, create a procedure script file including fixed keywords so that the operation procedure can be easily reproduced. A procedure script generation program and an application in the same environment as the application to be monitored And Shon, on the application, and a development-side system having a procedure reproducing program for reproducing the operating procedure from said procedure script file. The exchange of information between the two systems, the customer system and the development system, is performed on an electronic recording medium such as a floppy disk.

【0008】また、本発明は、客先側システムのコンピ
ュータで発生する障害を、開発側システムで解析する障
害解析支援方法において、前記客先側システムでは、ア
プリケーションが起動したかをチェックするステップ
と、アプリケーションが起動したらアプリケーションの
操作手順をメモリに記録するステップと、前記メモリの
空き容量をチェックしおよび/または画面を切り換えた
かをチェックするステップと、前記メモリに空き容量が
無い場合または画面が切り換えられた場合には、前記メ
モリの操作手順を第1のログファイルに書き出すステッ
プとを含み、前記開発側システムでは、前記第1のログ
ファイルに記録された操作手順と同じ操作手順が記録さ
れた第2のログファイルを読み込むステップと、読み込
まれたログファイルから有効な操作手順を抽出するステ
ップと、抽出された操作手順から、固定キーワードで構
成される手順スクリプトファイルを生成するステップ
と、前記手順スクリプトファイルを読み込むステップ
と、前記客先側システムのアプリケーションと同じ環境
であるアプリケーションを起動するステップと、このア
プリケーション上に、前記操作手順を前記手順スクリプ
トファイルにより再現するステップとを含んでいる。
The present invention also relates to a failure analysis support method for analyzing a failure occurring in a computer of a customer side system on a development side system, wherein the customer side system checks whether an application has been started. Recording the operating procedure of the application in the memory when the application is started, checking the free space of the memory and / or checking whether the screen is switched, and switching the screen when there is no free space in the memory or when the screen is switched. And writing the operating procedure of the memory to a first log file, wherein the operating procedure is the same as the operating procedure recorded in the first log file. Reading the second log file, and the read log file Extracting a valid operation procedure from the extracted operation procedure, generating a procedure script file composed of fixed keywords from the extracted operation procedure, reading the procedure script file, and an application of the customer side system. The method includes a step of starting an application in the same environment, and a step of reproducing the operation procedure on the application using the procedure script file.

【0009】[0009]

【発明の実施の形態】次に、本発明の実施の形態につい
て図1を参照して詳細に説明する。図1は、本発明の障
害解析支援装置の構成を表すブロック図である。図1に
示すように、この障害解析支援装置は、客先側システム
10と、開発側システム12と、客先側システム10側
の操作データを開発側システム12に渡すフロッピィー
ディスクなどの電子記録媒体14とで構成されている。
Next, an embodiment of the present invention will be described in detail with reference to FIG. FIG. 1 is a block diagram illustrating a configuration of a failure analysis support device according to the present invention. As shown in FIG. 1, the failure analysis support apparatus includes a customer system 10, a development system 12, and an electronic recording medium such as a floppy disk that passes operation data of the customer system 10 to the development system 12. 14.

【0010】客先側システム10は、キーボード16
と、ディスプレイ18と、あらかじめ監視対象として登
録されたアプリケーション20と、アプリケーション2
0がシステム上で起動されたかどうかを監視するアプリ
ケーション起動監視プログラム22と、操作手順を一時
的に記録するメモリ24と、操作手順を記録するログフ
ァイル26とから構成されている。アプリケーション2
0には、手順監視プログラム28が組み込まれており、
手順監視プログラム28はアプリケーション20の操作
手順の即時情報を記号化し記録する。記録対象となる操
作情報は、画面データ,入力データ,ユーザの操作,処
理の履歴,処理の時間である。
The customer system 10 includes a keyboard 16
, Display 18, application 20 registered in advance as a monitoring target, and application 2
The system comprises an application start monitoring program 22 for monitoring whether 0 is started on the system, a memory 24 for temporarily recording operation procedures, and a log file 26 for recording operation procedures. Application 2
0 incorporates a procedure monitoring program 28,
The procedure monitoring program 28 encodes and records the immediate information of the operation procedure of the application 20. The operation information to be recorded is screen data, input data, user operation, processing history, and processing time.

【0011】開発側システム12は、客先側システム1
0のアプリケーション20の操作手順を記録したログフ
ァイル30と、ログファイル30を手順スクリプトファ
イルに変換する手順スクリプト生成プログラム32と、
操作手順の再現に有効な情報である画面データ,入力デ
ータ,ユーザの操作の情報で構成された手順スクリプト
ファイル34と、手順スクリプトファイル34を読み込
み記録された情報から客先側システム10の操作を再現
する手順再現プログラム36と、客先側システム10の
アプリケーション20と同じ環境であるアプリケーショ
ン38と、ディスプレイ40とから構成されている。
The development side system 12 is the customer side system 1
0, a log file 30 recording the operation procedure of the application 20, a procedure script generation program 32 for converting the log file 30 into a procedure script file,
A procedure script file 34 composed of screen data, input data, and user operation information, which are effective information for reproducing the operation procedure, and an operation of the customer system 10 based on the information read from the procedure script file 34 and recorded. It is composed of a procedure reproduction program 36 to be reproduced, an application 38 which is the same environment as the application 20 of the customer side system 10, and a display 40.

【0012】ユーザが、客先側システム10を立ち上げ
ると、アプリケーション起動監視プログラム22が立ち
上がり、アプリケーション起動監視プログラム22は、
初期設定を行い、アプリケーション20のシステム上で
の起動を監視する。アプリケーション起動監視プログラ
ム22は、アプリケーション20が起動されると、アプ
リケーションの操作手順を記録するアプリケーション2
0に組み込まれている手順監視プログラム28を起動す
る。手順監視プログラム28は、アプリケーション20
での操作手順の即時情報を記号化した情報をメモり24
に一時的に記憶する。記録される操作情報は、画面デー
タ,入力データ,ユーザの操作,処理の履歴,処理の時
間である。メモリ24の操作手順情報は、メモリ24に
空き容量がないかアプリケーションの画面が切り替わる
かしたとき、操作情報としてログファイル26に格納さ
れる。
When the user starts up the customer-side system 10, the application start-up monitoring program 22 starts up.
Initial settings are made, and the activation of the application 20 on the system is monitored. When the application 20 is activated, the application activation monitoring program 22 records the operation procedure of the application 2
Then, the procedure monitoring program 28 incorporated in the program 0 is started. The procedure monitoring program 28
The information that symbolizes the immediate information of the operating procedure in the memo 24
To temporarily memorize. The recorded operation information includes screen data, input data, user operation, processing history, and processing time. The operation procedure information of the memory 24 is stored in the log file 26 as operation information when there is no free space in the memory 24 or when the screen of the application is switched.

【0013】ログファイル26の操作情報は、フロッピ
ィーディスクなどの電子記録媒体14に格納し、開発側
システム12に送り、ログファイル30に取り込まれ
る。ログファイル30は、手順スクリプト生成プログラ
ム32により、いったん手順スクリプトファイル34に
変換する。手順スクリプトファイル34に記録される情
報は、画面データ,入力データ,ユーザの操作である。
手順再現プログラム36は、手順スクリプトファイル3
4よりアプリケーション38上で、客先側システム10
のアプリケーション20で行われた操作を再現する。
The operation information of the log file 26 is stored in the electronic recording medium 14 such as a floppy disk, sent to the development system 12, and taken into the log file 30. The log file 30 is once converted into a procedure script file 34 by a procedure script generation program 32. The information recorded in the procedure script file 34 is screen data, input data, and user operations.
The procedure reproduction program 36 is a procedure script file 3
4 on the application 38, the customer system 10
The operation performed by the application 20 is reproduced.

【0014】次に、図2,図3を参照しこの障害解析支
援装置の動作を説明する。図2は、客先側システムの処
理を示すフローチャートである。図3は、開発側システ
ムの処理を示すフローチャートである。図2に示すよう
に、客先側システム10を起動すると同時に、アプリケ
ーション起動監視プログラム22が処理を開始する。ア
プリケーション起動監視プログラム22は、あらかじめ
登録されたアプリケーション20が起動,終了したかど
うかのチェックを開始する(ステップA1)。アプリケ
ーション20の起動,終了は一定時間間隔(この時間間
隔は、本実施例では5秒である。)で定期的にチェック
され、起動していない場合は、再度待ち状態に入る(ス
テップA2)。
Next, the operation of the failure analysis support apparatus will be described with reference to FIGS. FIG. 2 is a flowchart showing the processing of the customer system. FIG. 3 is a flowchart showing processing of the development system. As shown in FIG. 2, the application start monitoring program 22 starts processing at the same time when the customer system 10 is started. The application activation monitoring program 22 starts checking whether the pre-registered application 20 has been activated and terminated (step A1). The activation and termination of the application 20 are periodically checked at regular time intervals (this time interval is 5 seconds in the present embodiment). If the application 20 has not been activated, the application 20 enters the waiting state again (step A2).

【0015】対象となるアプリケーション20が起動す
ると、アプリケーション起動監視プログラム22は、手
順監視プログラム28に操作手順の記録開始指示を与え
る(ステップA3)。指示を受けた手順監視プログラム
28は、操作の即時情報を記号化し、記録を開始する
(ステップA4)。記録する情報は、画面データ,入力
データ,ユーザの操作,処理の履歴,処理の時間であ
る。手順監視プログラム28は、採取した情報を一時的
にシステム上のメモリ24に記録する。情報を記録する
と同時にメモリ24の空き容量をチェックし(ステップ
A5)、空き容量がない場合、メモリ24上の情報をロ
グファイル26に書き出し(ステップA7)、ステップ
A4に戻る。アプリケーション20の画面が切り換えら
れていなければ、手順監視プログラム28は、アプリケ
ーション起動監視プログラム22からの停止指示が出さ
れたか否かを確認する(ステップA8)。終了の指示が
無い場合は、引き続き操作手順の記録を行う(ステップ
A4〜A7)。終了の指示があった場合は、終了する。
When the target application 20 is activated, the application activation monitoring program 22 gives an instruction to start recording the operation procedure to the procedure monitoring program 28 (step A3). Upon receiving the instruction, the procedure monitoring program 28 encodes the immediate information of the operation and starts recording (step A4). Information to be recorded is screen data, input data, user operation, processing history, and processing time. The procedure monitoring program 28 temporarily records the collected information in the memory 24 on the system. At the same time as recording the information, the free space of the memory 24 is checked (step A5). If there is no free space, the information on the memory 24 is written to the log file 26 (step A7), and the process returns to step A4. If the screen of the application 20 has not been switched, the procedure monitoring program 28 checks whether or not a stop instruction has been issued from the application activation monitoring program 22 (step A8). If there is no end instruction, the operation procedure is recorded (steps A4 to A7). If there is an instruction to end, the process ends.

【0016】ログファイル26は、フロッピィーディス
クなどの電子記録媒体14に記録して、開発側システム
12に送られ、操作情報データが解析される。
The log file 26 is recorded on an electronic recording medium 14 such as a floppy disk, sent to the development system 12, and the operation information data is analyzed.

【0017】開発側システム12では、図3に示すよう
に、客先側システム10で記録されたログファイル26
が、電子記録媒体14を介してログファイル30として
用意される。
In the development system 12, as shown in FIG. 3, a log file 26 recorded in the customer system 10 is used.
Is prepared as a log file 30 via the electronic recording medium 14.

【0018】手順スクリプト生成プログラム32は、ロ
グファイル30を読み込み(ステップB1)、ログファ
イル30から、操作手順に有効な情報のみを抽出する
(ステップB2)。抽出する情報は、画面データ,入力
データ,ユーザの操作である。手順スクリプト生成プロ
グラム32は、抽出された情報をもとに、固定キーワー
ドで構成される手順スクリプトファイル34を生成する
(ステップB3)。手順スクリプトファイル34は、手
順再現プログラム36によって読み込まれる(ステップ
B4)。手順再現プログラム36は、客先側システム1
0のアプリケーション20と同じ環境であるアプリケー
ション38を起動する(ステップB5)。続いて、手順
スクリプトファイル34に書かれている手順の通りに、
アプリケーション38上で客先側システム10のアプリ
ケーション20で操作された操作手順を再現する(ステ
ップB6)。再現された操作手順は、ディスプレイ40
を通して表示される。
The procedure script generation program 32 reads the log file 30 (step B1) and extracts only information effective for the operation procedure from the log file 30 (step B2). Information to be extracted is screen data, input data, and user operations. The procedure script generation program 32 generates a procedure script file 34 composed of fixed keywords based on the extracted information (Step B3). The procedure script file 34 is read by the procedure reproduction program 36 (Step B4). The procedure reproduction program 36 is the client system 1
The application 38 that is the same environment as the application 20 of the application 0 is started (step B5). Then, as described in the procedure script file 34,
The operation procedure operated by the application 20 of the customer system 10 is reproduced on the application 38 (step B6). The reproduced operation procedure is displayed on the display 40
Is displayed through

【0019】ステップB2,B3において、ログファイ
ル30から手順スクリプト生成プログラム32により手
順スクリプトファイル34を生成するのは、固定キーワ
ードで構成される手順スクリプトファイルに変換してお
くことによって、ログファイルの仕様が変更されても、
開発側システム12での手順の再現に影響が少ないため
である。
In steps B2 and B3, the procedure script file 34 is generated from the log file 30 by the procedure script generation program 32 because the procedure script file 34 is converted into a procedure script file composed of fixed keywords. Is changed,
This is because there is little influence on the reproduction of the procedure in the development-side system 12.

【0020】次に、図4を参照して具体的な実施例を説
明する。図4は、データなどの具体例を示す図である。
図4に示すように、アプリケーション起動監視プログラ
ム22は、システム起動と同時に起動し、初期設定を行
いバックグラウンドで常にアプリケーション20の起動
を監視する。アプリケーション20が起動すると同時
に、アプリケーション20に組み込まれている手順監視
プログラム28を起動させる。ユーザは、アプリケーシ
ョン20の画面(図4(a))に対しデータ1への入力
およびデータ1の送信,データ2への入力およびデータ
2の送信という操作を行う(図4(b))。その操作手
順は、図4の(e)に示す操作手順記号対照表に従って
即時情報として記号化されメモリ24に一時的に記録す
る。メモリ24に一時的に記録された操作手順は、メモ
リ24の空き容量が無い場合かアプリケーション20の
画面が切り替わるときに、手順監視プログラム28によ
ってログファイル26へ記録される(図4(c))。ロ
グファイル26に記録対象となる操作情報は、画面デー
タ,入力データ,ユーザの操作,処理の履歴,処理の時
間である。
Next, a specific embodiment will be described with reference to FIG. FIG. 4 is a diagram illustrating a specific example of data and the like.
As shown in FIG. 4, the application start monitoring program 22 starts at the same time as the system starts, performs initial settings, and constantly monitors the start of the application 20 in the background. At the same time as the application 20 is activated, the procedure monitoring program 28 incorporated in the application 20 is activated. The user performs an operation of inputting data 1 and transmitting data 1, inputting data 2 and transmitting data 2 on the screen of the application 20 (FIG. 4A) (FIG. 4B). The operation procedure is coded as immediate information in accordance with the operation procedure symbol comparison table shown in FIG. The operation procedure temporarily recorded in the memory 24 is recorded in the log file 26 by the procedure monitoring program 28 when there is no free space in the memory 24 or when the screen of the application 20 is switched (FIG. 4C). . The operation information to be recorded in the log file 26 is screen data, input data, user operation, processing history, and processing time.

【0021】また、メモリ24に記録されている操作の
情報は、前述したように操作手順記号対照表(図4
(e))に対応した記号へと変換されたものである。こ
の記号への変換は、対象となるアプリケーションの画面
およびユーザ操作を、それぞれに対応した記号として記
録するため、ログファイルの容量を最小限にする。
The operation information recorded in the memory 24 is, as described above, an operation procedure symbol comparison table (FIG. 4).
This is converted into a symbol corresponding to (e)). This conversion to the symbols minimizes the size of the log file because the screen of the target application and the user operation are recorded as the corresponding symbols.

【0022】開発側システム12での操作手順の再現に
おいて、手順再現に必要な手順スクリプトファイル34
の生成を行う。ログファイル30(図4(c))から手
順スクリプト生成プログラム32を使用し有効な情報の
みを抽出し、手順スクリプトファイル34(図4
(d))を生成する。手順スクリプトファイル34に記
録する、再現するのに有効な情報は、ログファイル30
(図4(c))に記録されている画面データ,入力デー
タ,ユーザの操作である。手順スクリプトファイル34
は、再利用可能な手順スクリプトとして手順の再現情報
のみで記録され、また短く可読性のある固定キーワード
として生成される。手順再現プログラム36は、生成さ
れた手順スクリプトファイル34を読み込み、客先側シ
ステム10のアプリケーション20と同じ環境であるア
プリケーション38上で操作手順を再現する。これによ
り、客先側システムで発生した障害や問題について解析
することができる。
In reproducing the operation procedure in the development-side system 12, a procedure script file 34 necessary for reproducing the procedure
Is generated. The procedure script generation program 32 extracts only valid information from the log file 30 (FIG. 4C), and extracts the procedure script file 34 (FIG. 4C).
(D)) is generated. Information recorded in the procedure script file 34 and effective for reproduction is stored in the log file 30.
This is screen data, input data, and user operations recorded in (FIG. 4C). Procedure script file 34
Is recorded as a reusable procedure script with only the reproduction information of the procedure, and is generated as a short and readable fixed keyword. The procedure reproduction program 36 reads the generated procedure script file 34 and reproduces the operation procedure on an application 38 which is the same environment as the application 20 of the customer system 10. Thereby, it is possible to analyze a failure or a problem that has occurred in the customer system.

【0023】次に、本発明の他の実施の形態を、図5を
参照して説明する。この実施の形態は、図1のメモリ2
4およびログファイル26を、メモリ42およびログフ
ァイル44よりなる外部バッテリーバックアップメモリ
46として構成したものである。
Next, another embodiment of the present invention will be described with reference to FIG. In this embodiment, the memory 2 shown in FIG.
4 and the log file 26 are configured as an external battery backup memory 46 including a memory 42 and a log file 44.

【0024】図1の実施の形態では、操作手順を記録す
るメモリ24はシステム内部に存在するので、常にシス
テムの動作に左右される。ユーザ操作中に障害が発生し
た場合は、操作中のアプリケーションだけでなく、シス
テム全体がダウンしてしまう可能性も有り得る。システ
ム全体がダウンした場合、システムのダウンと同時に記
録した内容も失われる。これに対し、図5の実施の形態
のように操作手順の一時記録場所として外部バッテリー
バックアップメモリのメモリ42にすることにより、シ
ステムの負荷を増やすことなく、より重大な障害発生時
のデータ保存が可能となる。
In the embodiment shown in FIG. 1, since the memory 24 for recording the operation procedure exists inside the system, it always depends on the operation of the system. If a failure occurs during a user operation, there is a possibility that not only the application being operated but also the entire system may be down. If the whole system goes down, the recorded contents will be lost when the system goes down. On the other hand, by providing the memory 42 of the external battery backup memory as a temporary recording location of the operation procedure as in the embodiment of FIG. 5, it is possible to save data when a more serious failure occurs without increasing the load on the system. It becomes possible.

【0025】[0025]

【発明の効果】本発明によれば、常駐動作するアプリケ
ーション起動監視プログラムが、対象となるアプリケー
ションの起動,終了の監視のみを行うようにすること
で、システムへの負荷が必要最小限に押さえられる。ま
た、対象となるアプリケーションの画面およびユーザ操
作を、それぞれに対応した記号として記録するため、ロ
グファイルの容量を最小限にすることができる。また、
開発側システムでの操作手順再現において、手順再現プ
ログラムが、キーワードが固定された手順スクリプトを
読み込み動作するようになっているため、客先側システ
ムで採取するログファイルの仕様が変わっても、手順の
再現が可能である。このため、手順スクリプトファイル
および手順再現プログラムの再利用性が向上することに
なる。
According to the present invention, the load on the system can be minimized by making the resident application startup monitoring program monitor only the startup and termination of the target application. . In addition, since the screen of the target application and the user operation are recorded as symbols corresponding to each, the capacity of the log file can be minimized. Also,
In the operation procedure reproduction on the development side system, since the procedure reproduction program reads and operates the procedure script with fixed keywords, even if the specification of the log file collected on the customer side system changes, the procedure Can be reproduced. Therefore, the reusability of the procedure script file and the procedure reproduction program is improved.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明の実施の形態の構成を示すブロック図で
ある。
FIG. 1 is a block diagram showing a configuration of an embodiment of the present invention.

【図2】客先側システムの処理を示すフローチャートで
ある。
FIG. 2 is a flowchart showing processing of a customer system.

【図3】開発側システムの処理を示すフローチャートで
ある。
FIG. 3 is a flowchart illustrating processing of a development-side system.

【図4】データなどの具体例を示す図である。FIG. 4 is a diagram showing a specific example of data and the like.

【図5】本発明の他の実施の形態の構成を示すブロック
図である。
FIG. 5 is a block diagram showing a configuration of another embodiment of the present invention.

【符号の説明】[Explanation of symbols]

10 客先側システム 12 開発側システム 14 電子記録媒体 16 キーボード 18 ディスプレイ 20 アプリケーション 22 アプリケーション起動監視プログラム 24 メモリ 26 ログファイル 28 手順監視プログラム 30 ログファイル 32 手順スクリプト生成プログラム 34 手順スクリプトファイル 36 手順再現プログラム 38 アプリケーション 40 ディスプレイ 42 メモリ 44 ログファイル 46 外部バッテリーバックアップメモリ DESCRIPTION OF SYMBOLS 10 Customer system 12 Development system 14 Electronic recording medium 16 Keyboard 18 Display 20 Application 22 Application startup monitoring program 24 Memory 26 Log file 28 Procedure monitoring program 30 Log file 32 Procedure script generation program 34 Procedure script file 36 Procedure reproduction program 38 Application 40 Display 42 Memory 44 Log file 46 External battery backup memory

Claims (7)

【特許請求の範囲】[Claims] 【請求項1】アプリケーションの起動,終了を監視する
プログラムと、アプリケーションが起動するとアプリケ
ーションの操作手順を第1のログファイルに記録するプ
ログラムとをもつ客先側システムと、 前記第1のログファイルに記録された操作手順と同じ操
作手順が記録された第2のログファイルと、この第2の
ログファイルから固定キーワードで記述する手順スクリ
プトファイルを生成するプログラムと、前記手順スクリ
プトファイルから操作手順を再現する手順再現プログラ
ムとをもつ開発側システムと、を備えることを特徴とす
る障害解析支援装置。
1. A customer system having a program for monitoring the start and end of an application, a program for recording an operation procedure of the application in a first log file when the application is started, and a first log file. A second log file in which the same operation procedure as the recorded operation procedure is recorded, a program for generating a procedure script file described by a fixed keyword from the second log file, and an operation procedure from the procedure script file; And a development system having a procedure reproduction program to perform the failure analysis.
【請求項2】監視対象であるアプリケーションと、この
アプリケーションの起動,終了を監視するアプリケーシ
ョン起動監視プログラムと、アプリケーションが起動す
ると入力装置からの操作手順を記録する手順監視プログ
ラムと、前記操作手順を一時的に格納するメモリと、こ
のメモリに格納された操作手順を記録するログファイル
とを有する客先側システムと、 前記第1のログファイルに記録された操作手順と同じ操
作手順が記録された第2のログファイルと、この第2の
ログファイルから、操作手順を再現しやすいように、固
定的なキーワードで構成される手順スクリプトファイル
を作成する手順スクリプト生成プログラムと、前記監視
対象のアプリケーションと同じ環境であるアプリケーシ
ョンと、このアプリケーション上に、前記手順スクリプ
トファイルから前記操作手順を再現する手順再現プログ
ラムとを有する開発側システムと、を備えることを特徴
とする障害解析支援装置。
2. An application to be monitored, an application activation monitoring program for monitoring the activation and termination of the application, a procedure monitoring program for recording an operation procedure from an input device when the application is activated, and temporarily storing the operation procedure A customer-side system having a memory for temporarily storing, and a log file for recording the operation procedure stored in the memory; and a second system in which the same operation procedure as the operation procedure recorded in the first log file is recorded. And a procedure script generating program for creating a procedure script file composed of fixed keywords from the second log file so that the operation procedure can be easily reproduced. Environment application and the application A development system having a procedure reproduction program for reproducing the operation procedure from a procedure script file.
【請求項3】前記客先側システムの第1のログファイル
と前記開発側システムの第2のログファイルとの間の情
報のやり取りは、電子記録媒体で行われることを特徴と
する請求項2記載の障害解析支援装置。
3. The exchange of information between a first log file of the customer system and a second log file of the development system is performed on an electronic recording medium. The failure analysis support device as described.
【請求項4】前記客先側システムの前記メモリと前記ロ
グファイルとは、前記客先側システムの外部に設けられ
た外部バックアップメモリで構成されることを特徴とす
る請求項2または3記載の障害解析支援装置。
4. The system according to claim 2, wherein said memory of said customer system and said log file are constituted by an external backup memory provided outside said customer system. Failure analysis support device.
【請求項5】前記手順監視プログラムは、操作手順の即
時情報を記号化して前記メモリに格納することを特徴と
する請求項2〜4のいずれかに記載の障害解析支援装
置。
5. The fault analysis support apparatus according to claim 2, wherein said procedure monitoring program symbolizes immediate information of an operation procedure and stores the information in the memory.
【請求項6】客先側システムのコンピュータで発生する
障害を、開発側システムで解析する障害解析支援方法に
おいて、 前記客先側システムでは、アプリケーションが起動した
かをチェックするステップと、アプリケーションが起動
したらアプリケーションの操作手順をメモリに記録する
ステップと、前記メモリの空き容量をチェックしおよび
/または画面を切り換えたかをチェックするステップ
と、前記メモリに空き容量が無い場合または画面が切り
換えられた場合には、前記メモリの操作手順を第1のロ
グファイルに書き出すステップとを含み、 前記開発側システムでは、前記第1のログファイルに記
録された操作手順と同じ操作手順が記録された第2のロ
グファイルを読み込むステップと、読み込まれたログフ
ァイルから有効な操作手順を抽出するステップと、抽出
された操作手順から、固定キーワードで構成される手順
スクリプトファイルを生成するステップと、前記手順ス
クリプトファイルを読み込むステップと、前記客先側シ
ステムのアプリケーションと同じ環境であるアプリケー
ションを起動するステップと、このアプリケーション上
に、前記操作手順を前記手順スクリプトファイルにより
再現するステップとを含む、ことを特徴とする障害解析
支援方法。
6. A failure analysis support method for analyzing, on a development side system, a failure occurring in a computer of a customer side system, wherein in the customer side system, a step of checking whether an application has been started, and a step of starting the application Recording the operating procedure of the application in the memory, checking the free space of the memory and / or checking whether the screen has been switched, and determining whether there is no free space in the memory or when the screen is switched. And writing the operating procedure of the memory to a first log file. In the developing system, a second log in which the same operating procedure as the operating procedure recorded in the first log file is recorded Steps to read the file and valid operations from the read log file Extracting the order, generating a procedure script file composed of fixed keywords from the extracted operation procedure, reading the procedure script file, and has the same environment as the application of the customer system. A failure analysis support method, comprising: activating an application; and reproducing the operation procedure on the application using the procedure script file.
【請求項7】前記メモリへの記録は、操作手順の即時情
報を記号化して行うことを特徴とする請求項6記載の障
害解析支援方法。
7. The failure analysis support method according to claim 6, wherein the recording in the memory is performed by symbolizing immediate information of an operation procedure.
JP10178379A 1998-06-25 1998-06-25 Device and method for supporting fault analysis Pending JP2000010829A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10178379A JP2000010829A (en) 1998-06-25 1998-06-25 Device and method for supporting fault analysis

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10178379A JP2000010829A (en) 1998-06-25 1998-06-25 Device and method for supporting fault analysis

Publications (1)

Publication Number Publication Date
JP2000010829A true JP2000010829A (en) 2000-01-14

Family

ID=16047470

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10178379A Pending JP2000010829A (en) 1998-06-25 1998-06-25 Device and method for supporting fault analysis

Country Status (1)

Country Link
JP (1) JP2000010829A (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003177847A (en) * 2002-12-05 2003-06-27 Hideki Nishimoto Data processing system, data processor, and its program
JP2009080826A (en) * 1999-10-18 2009-04-16 H & T:Kk Program selection and start-up system and method, and program
JP2009110430A (en) * 2007-10-31 2009-05-21 Sumitomo Mitsui Banking Corp Service providing business support server and method, and service providing business support system
JP2010015482A (en) * 2008-07-07 2010-01-21 Yokogawa Electric Corp Debugging device for ic tester
JP2010033170A (en) * 2008-07-25 2010-02-12 Ntt Docomo Inc Debugging support device
JP2011141775A (en) * 2010-01-08 2011-07-21 Hitachi Ltd Data flow recording/reproducing system
US8151307B2 (en) 2005-10-14 2012-04-03 Canon Kabushiki Kaisha Operation reproducing method, operation reproducing apparatus and system
US8959400B2 (en) 2010-12-27 2015-02-17 International Business Machines Corporation System, program, and method for collecting errors which occur while a user uses a computer

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04205632A (en) * 1990-11-30 1992-07-27 Toshiba Corp Journal collection device
JPH0546726A (en) * 1991-08-13 1993-02-26 Matsushita Electric Ind Co Ltd Electronic filing device
JPH05324150A (en) * 1992-05-22 1993-12-07 Tokyo Electric Co Ltd Device for confirming key input operation
JPH06214832A (en) * 1993-01-20 1994-08-05 Nippon Telegr & Teleph Corp <Ntt> Terminal work history reproducing device
JPH08314766A (en) * 1995-05-19 1996-11-29 Fuji Xerox Co Ltd Information processor
JPH09160703A (en) * 1995-12-13 1997-06-20 Yamatake Honeywell Co Ltd Operation reproduction method and system for monitoring and control program

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04205632A (en) * 1990-11-30 1992-07-27 Toshiba Corp Journal collection device
JPH0546726A (en) * 1991-08-13 1993-02-26 Matsushita Electric Ind Co Ltd Electronic filing device
JPH05324150A (en) * 1992-05-22 1993-12-07 Tokyo Electric Co Ltd Device for confirming key input operation
JPH06214832A (en) * 1993-01-20 1994-08-05 Nippon Telegr & Teleph Corp <Ntt> Terminal work history reproducing device
JPH08314766A (en) * 1995-05-19 1996-11-29 Fuji Xerox Co Ltd Information processor
JPH09160703A (en) * 1995-12-13 1997-06-20 Yamatake Honeywell Co Ltd Operation reproduction method and system for monitoring and control program

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009080826A (en) * 1999-10-18 2009-04-16 H & T:Kk Program selection and start-up system and method, and program
JP2003177847A (en) * 2002-12-05 2003-06-27 Hideki Nishimoto Data processing system, data processor, and its program
US8151307B2 (en) 2005-10-14 2012-04-03 Canon Kabushiki Kaisha Operation reproducing method, operation reproducing apparatus and system
JP2009110430A (en) * 2007-10-31 2009-05-21 Sumitomo Mitsui Banking Corp Service providing business support server and method, and service providing business support system
JP2010015482A (en) * 2008-07-07 2010-01-21 Yokogawa Electric Corp Debugging device for ic tester
JP2010033170A (en) * 2008-07-25 2010-02-12 Ntt Docomo Inc Debugging support device
JP2011141775A (en) * 2010-01-08 2011-07-21 Hitachi Ltd Data flow recording/reproducing system
US8959400B2 (en) 2010-12-27 2015-02-17 International Business Machines Corporation System, program, and method for collecting errors which occur while a user uses a computer

Similar Documents

Publication Publication Date Title
CN106557384A (en) Based on the data processing method of Linux, device and system
US7478273B2 (en) Computer system including active system and redundant system and state acquisition method
CN112148571A (en) Method and device for recording and playing back webpage operation process
CN111078519A (en) Method and device for backtracking abnormal monitoring behaviors and electronic equipment
CN112115038A (en) Application testing method and device and storage medium
JP2000010829A (en) Device and method for supporting fault analysis
JP5545761B2 (en) Failure analysis support system, failure analysis support method, and failure analysis support program
JP4048736B2 (en) Failure analysis support method and apparatus
KR19990047323A (en) Remote after service control method of personal computer
JPH10275101A (en) Log data compression system
JP2007193426A (en) Information processor, operation log collection method, and operation log collection program
US8463754B2 (en) Electronic equipment and log output method
JP2004135228A (en) Network monitoring system
EP4152242A1 (en) Information processing method, information processing device, program, and information processing system
JP2006065659A (en) Computer operation recording program, computer operation solving program, computer, management apparatus, and method
JP2002082849A (en) Method and system for supporting access log monitoring and integrated monitor
KR20020065143A (en) Auto Diagnosis and Recovery Method for the troubled PC and Apparatus thereof
JP2002312205A (en) Saving processing method for access log information, saving processing device for the same and processing program for the same
JPH05274186A (en) Input data processor
US20040017511A1 (en) Video information indexing support apparatus and method, and computer program
JPH1124961A (en) Computer maintenance system
JP4796604B2 (en) Operating state switching device, method and program
JP2002024055A (en) Computer system and operation reproducing method of application program
JP3507672B2 (en) Computer network system
JP2001067288A (en) Device with failure restoring function, server device supporting the device, system with failure restoring function, and program recording medium