JP2016152017A - Log information collection program, log information collection device, and log information collection method - Google Patents

Log information collection program, log information collection device, and log information collection method Download PDF

Info

Publication number
JP2016152017A
JP2016152017A JP2015030781A JP2015030781A JP2016152017A JP 2016152017 A JP2016152017 A JP 2016152017A JP 2015030781 A JP2015030781 A JP 2015030781A JP 2015030781 A JP2015030781 A JP 2015030781A JP 2016152017 A JP2016152017 A JP 2016152017A
Authority
JP
Japan
Prior art keywords
log
processing
business
log information
screen
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.)
Granted
Application number
JP2015030781A
Other languages
Japanese (ja)
Other versions
JP6476978B2 (en
Inventor
栄三 須藤
Eizo Sudo
栄三 須藤
理仁 高橋
Michihito Takahashi
理仁 高橋
守政 大石
Morimasa Oishi
守政 大石
恵一 君嶋
Keiichi Kimijima
恵一 君嶋
内田 浩文
Hirofumi Uchida
浩文 内田
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2015030781A priority Critical patent/JP6476978B2/en
Publication of JP2016152017A publication Critical patent/JP2016152017A/en
Application granted granted Critical
Publication of JP6476978B2 publication Critical patent/JP6476978B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

PROBLEM TO BE SOLVED: To suppress log information based on abnormality from being deleted.SOLUTION: A log information collection program causes a computer to collect log information about terminal equipment generated in accordance with processing from the acquisition of a processing request from the terminal equipment to the transmission of an execution result corresponding to the processing request to the terminal equipment, and to specify the transition information of screen display in the terminal equipment after result data indicating the execution result are displayed by the terminal equipment from the collected log information about the terminal equipment, and to determine whether to preferentially store the log information about the processing corresponding to the processing request in a storage part on the basis of the specified transition information of the screen display and the preliminarily set condition of a screen transition pattern.SELECTED DRAWING: Figure 1

Description

本明細書は、ログ情報収集プログラム、ログ情報収集装置、及びログ情報収集方法に関する。   The present specification relates to a log information collection program, a log information collection device, and a log information collection method.

処理結果に異常が発生した問題を調査するためには、業務プログラムの処理状況が記録されたログの解析が行われる。そのようなログの解析について、例えば、以下の技術がある。   In order to investigate a problem in which an abnormality has occurred in the processing result, a log in which the processing status of the business program is recorded is analyzed. As for such log analysis, for example, there are the following techniques.

第1の技術として、異常を早期に検出できる技術がある(例えば、特許文献1)。第1の技術では、表示端末は、利用者の操作履歴をフラッシュメモリの操作ログ情報記憶領域に操作ログ情報として記憶する。次に、フラッシュメモリの異常ログ情報記憶領域に予め記憶した異常ログ情報と照合する。一致する場合は、注意情報として表示パネルに表示する。例えば、表示端末がハングアップした際に利用者が行う特定の操作手順である異常ログ情報が操作ログ情報の中に有るか否か判断する。ハングアップのような異常が頻繁に起きるような場合、重大な障害の予兆である可能性が高い。表示端末は、端末単体でこのような予兆を検出できる。そして表示パネルに表示することで、利用者に注意を喚起できる。   As a first technique, there is a technique that can detect an abnormality early (for example, Patent Document 1). In the first technique, the display terminal stores the operation history of the user as operation log information in the operation log information storage area of the flash memory. Next, the error log information stored in advance in the error log information storage area of the flash memory is collated. If they match, it is displayed on the display panel as caution information. For example, it is determined whether or not abnormality log information, which is a specific operation procedure performed by the user when the display terminal hangs up, is included in the operation log information. If abnormalities such as hang-ups occur frequently, they are likely to be a sign of a serious failure. The display terminal can detect such a sign by itself. By displaying on the display panel, the user can be alerted.

第2の技術として、トランザクションのデバッグ情報の採取、出力を運用中に制御する技術がある(例えば、特許文献2)。第2の技術では、トランザクションのデバッグ情報をデバッグ情報保存領域に記録する。デバッグ情報の採取指示情報を指示情報領域に記憶する。採取指示登録手段によりデバッグ情報の採取を行うか否かの指示情報を指示情報領域に登録する。デバッグ情報保存手段によりデバッグ情報をデバッグ情報保存領域に記録する。デバッグ情報出力手段からデバッグ情報を出力する。デバッグ情報削除手段によりデバッグ情報をデバッグ情報保存領域から削除する。   As a second technique, there is a technique for controlling collection and output of transaction debug information during operation (for example, Patent Document 2). In the second technique, transaction debug information is recorded in a debug information storage area. Debug information collection instruction information is stored in the instruction information area. Instruction information indicating whether or not to collect debug information by the collection instruction registration means is registered in the instruction information area. Debug information is recorded in the debug information storage area by the debug information storage means. Debug information is output from the debug information output means. The debug information is deleted from the debug information storage area by the debug information deleting means.

第3の技術として、操作者による一の操作から派生したログ情報を判別可能な画像処理技術がある(例えば、特許文献3)。第3の技術では、画像形成に係る処理を行う画像処理装置は、画像形成に係る処理を実現する一連のジョブを実行したあと、一連のジョブのログ情報を関連付けて記録する。   As a third technique, there is an image processing technique capable of discriminating log information derived from one operation by an operator (for example, Patent Document 3). In the third technique, an image processing apparatus that performs processing relating to image formation executes a series of jobs that realize processing relating to image formation, and then records log information of the series of jobs in association with each other.

特開2012−048681号公報JP 2012-048681 A 特開平6−12297号公報JP-A-6-12297 特開2006−211587号公報JP 2006-211587 A

業務システムにおいて、処理結果の異常の発生に備えて、常時、詳細なログを採取するようにすると、原因調査に必要となる詳細ログは採取できるようになる。ところが、処理結果異常の発生していない処理を含むすべての要求において、ログが採取されるために、大量のログが採取されるようになる。常時収集しているログは、容量不足によるトラブル防止を考慮して、一定の時間経過後に、または記憶容量の制限により、古いログから消去される。したがって、異常事象の発生からログの採取までに時間がかかると、調査に必要なログが消えてしまうおそれがある。   If a detailed log is always collected in the business system in preparation for the occurrence of an abnormality in the processing result, the detailed log required for the cause investigation can be collected. However, since logs are collected for all requests including processes in which no abnormal processing results have occurred, a large amount of logs are collected. The log that is always collected is deleted from the old log after a certain period of time or due to storage capacity limitations in consideration of trouble prevention due to insufficient capacity. Therefore, if it takes a long time from the occurrence of an abnormal event to the collection of logs, the logs necessary for investigation may disappear.

詳細なログを採取しても大量なログを保存しないように、処理結果に異常が発生していない詳細ログの保存を抑制することが考えられる。しかしながら、業務システムにより通知された処理結果の異常には、業務システムのプログラムで自律的に検知できない異常も含まれている。すなわち、処理結果が正常であるか否かを業務システムのプログラムが正確に判断することができない。   In order not to save a large amount of logs even if detailed logs are collected, it may be possible to suppress saving of detailed logs in which no abnormalities have occurred in the processing results. However, the abnormality in the processing result notified by the business system includes an abnormality that cannot be detected autonomously by the business system program. That is, the business system program cannot accurately determine whether the processing result is normal.

本発明の一側面によれば、異常に基づくログ情報が消去されることを抑止する技術を提供する。   According to one aspect of the present invention, there is provided a technique for preventing log information based on abnormality from being erased.

本発明の一態様では、コンピュータに、以下の処理を実行させる。すなわち、コンピュータは、端末装置からの処理要求の取得から処理要求に対する実行結果の該端末装置への送信までの処理に応じて生成される端末装置についてのログ情報を収集する。コンピュータは、収集した端末装置についてのログ情報から、実行結果を示す結果データが端末装置で表示された以降の、端末装置における画面表示の遷移情報を特定する。コンピュータは、特定した画面表示の遷移情報と、予め設定された画面遷移パターンの条件とに基づいて、処理要求に対応する処理についてのログ情報を、記憶部に優先的に保持するか否かを決定する。   In one embodiment of the present invention, a computer is caused to execute the following processing. That is, the computer collects log information about the terminal device generated in response to processing from acquisition of the processing request from the terminal device to transmission of the execution result for the processing request to the terminal device. The computer identifies transition information of screen display in the terminal device after the result data indicating the execution result is displayed on the terminal device from the collected log information on the terminal device. Whether the computer preferentially holds log information about the processing corresponding to the processing request in the storage unit based on the transition information of the specified screen display and the condition of the screen transition pattern set in advance. decide.

本発明の一側面によれば、異常に基づくログ情報が消去されることを抑止することができる。   According to one aspect of the present invention, it is possible to prevent log information based on abnormality from being deleted.

本実施形態におけるログ情報収集装置の一例を示す。An example of the log information collection device in this embodiment is shown. 本実施形態におけるネットワーク構成の一例を示す。An example of the network configuration in this embodiment is shown. 本実施形態における、処理結果が正常な場合での業務AP1の画面遷移と、処理結果が異常な場合での業務AP1の画面遷移を説明するための図である。It is a figure for demonstrating the screen transition of business AP1 when a process result is normal in this embodiment, and the screen transition of business AP1 when a process result is abnormal. 本実施形態における処理結果が正常な場合での業務AP2の画面遷移と、処理結果が異常な場合での業務AP2の画面遷移を説明するための図である。It is a figure for demonstrating the screen transition of business AP2 when the process result in this embodiment is normal, and the screen transition of business AP2 when the process result is abnormal. 本実施形態におけるAPサーバの一例を示す。An example of the AP server in this embodiment is shown. 本実施形態における異常条件定義の一例を示す。An example of the abnormal condition definition in this embodiment is shown. 本実施形態における業務APの判定確定定義の一例を示す。An example of the determination decision definition of business AP in this embodiment is shown. 本実施形態におけるログ格納領域を説明するための図である。It is a figure for demonstrating the log storage area in this embodiment. 本実施形態における、処理結果が正常な場合での業務AP1の利用者の行動による画面遷移、業務AP1の処理、及びログ管理部の処理を説明するための図である。It is a figure for demonstrating the screen transition by the action of the user of business AP1, the process of business AP1, and the process of a log management part in the case where a process result is normal in this embodiment. 本実施形態における、処理結果が異常な場合での業務AP1の利用者の行動による画面遷移、業務AP1の処理、及びログ管理部の処理を説明するための図である。It is a figure for demonstrating the screen transition by the action of the user of business AP1, the process of business AP1, and the process of a log management part in the case where a process result is abnormal in this embodiment. 本実施形態における、処理結果が正常な場合での業務AP2の利用者の行動による画面遷移、業務AP2の処理、及びログ管理部の処理を説明するための図である。It is a figure for demonstrating the screen transition by the action of the user of business AP2, the process of business AP2, and the process of a log management part in the case where a process result is normal in this embodiment. 本実施形態における、処理結果が異常な場合(異常条件パターンA)での業務AP2の利用者の行動による画面遷移、業務AP2の処理、及びログ管理部の処理を説明するための図である。It is a figure for demonstrating the screen transition by the action of the user of business AP2, the process of business AP2, and the process of a log management part in the case where a process result is abnormal in this embodiment (abnormal condition pattern A). 本実施形態における、処理結果が異常な場合(異常条件パターンB)での業務AP2の利用者の行動による画面遷移、業務AP2の処理、及びログ管理部の処理を説明するための図である。It is a figure for demonstrating the screen transition by the action of the user of business AP2, the process of business AP2, and the process of a log management part in the case where a process result is abnormal in this embodiment (abnormal condition pattern B). 本実施形態における、処理結果が異常な場合(異常条件パターンC)での業務AP2の利用者の行動による画面遷移、業務AP2の処理、及びログ管理部の処理を説明するための図である。It is a figure for demonstrating the screen transition by the action of the user of business AP2, the process of business AP2, and the process of a log management part in the case where a process result is abnormal in this embodiment (abnormal condition pattern C). 本実施形態におけるログ管理部の処理フローを示す。The processing flow of the log management part in this embodiment is shown. 本実施形態におけるプログラムを実行するコンピュータのハードウェア環境の構成ブロック図の一例である。It is an example of a configuration block diagram of a hardware environment of a computer that executes a program in the present embodiment.

業務システム上で動作しているプログラム(アプリケーション、ミドルウェア製品等)は、利用者から依頼された要求を処理した結果を画面に表示する。ところが、利用者から見れば利用者が要求した結果とは異なる結果(異常な結果)がプログラムから通知される場合がある。表示された結果の異常は、プログラムはコーディングに従った処理を実行しているが、利用者から見れば利用者が要求した結果とは異なる結果がシステムから提供される場合である。プログラムは、処理中に異常を検出しておらず、結果の異常を検出できない。このような場合においては、システムを利用している利用者が、処理結果の異常を発見し、その利用者からの通知により調査が依頼され、調査が開始される。   Programs (applications, middleware products, etc.) running on the business system display the result of processing the request requested by the user on the screen. However, when viewed from the user, the program may notify a result (abnormal result) different from the result requested by the user. The abnormality of the displayed result is a case where the program executes processing according to coding, but the system provides a result different from the result requested by the user from the viewpoint of the user. The program has not detected any abnormalities during processing and cannot detect abnormalities in the results. In such a case, a user using the system finds an abnormality in the processing result, and an investigation is requested by a notification from the user, and the investigation is started.

このとき、調査資料としてシステムに蓄積されているログを提供してもらって調査を実施する。しかしながら、提供されたログには、異常の情報が記録されておらず、異常の原因が分からず、原因不明で調査を打ち切っている場合がある。   At this time, the log accumulated in the system is provided as investigation data, and the investigation is carried out. However, the provided log does not record abnormality information, the cause of the abnormality is not known, and the investigation may be aborted because the cause is unknown.

また、異常の原因が判明しない理由の一例として、再現しない処理結果の異常がある。処理結果の異常が発生したときに採取したログから異常の原因が分からない場合は、詳細なログ(内部処理ルートや内部処理結果の把握できるログ)を収集する状態にした上で、再現操作が行われる。しかしながら、再現操作を実施しても、発生する条件が判らないため、異常事象の再現ができず、有効な詳細ログを採取できないことがある。   Further, as an example of the reason why the cause of the abnormality cannot be determined, there is an abnormality in the processing result that is not reproduced. If the cause of the error is not known from the log collected when an error occurs in the processing result, the detailed operation (log that can grasp the internal processing route and internal processing result) is collected, and the reproduction operation is performed. Done. However, even if the reproduction operation is performed, the condition that occurs is not known, and therefore, the abnormal event cannot be reproduced, and an effective detailed log may not be collected.

さらに異常の原因が判明しない理由として、処理結果の調査には、異常が発生したときに動作したプログラムの内部処理ルートや内部処理結果の把握できる詳細なログが必要である。しかしながら、処理結果の異常は、いつ発生するかも分からないために、常時、すべての要求で詳細なログを採取すると、大量なログ採取が実施されることになる。このため、異常が発生したときに調査に必要なログが残っていない場合が考えられる。常時収集しているログは、容量不足によるトラブル防止を考慮して、一定の時間経過後に、または記憶容量の制限により、古いログから消去される。したがって、異常事象の発生からログの採取までに時間がかかると、調査に必要なログが消去される。   Furthermore, as a reason why the cause of the abnormality cannot be determined, in order to investigate the processing result, a detailed log that can grasp the internal processing route and the internal processing result of the program that was operated when the abnormality occurred is required. However, since it is not known when an abnormality in the processing result will occur, if a detailed log is always collected for every request, a large amount of logs will be collected. For this reason, there may be a case where a log required for investigation does not remain when an abnormality occurs. The log that is always collected is deleted from the old log after a certain period of time or due to storage capacity limitations in consideration of trouble prevention due to insufficient capacity. Therefore, if it takes time from the occurrence of an abnormal event to the collection of logs, the logs necessary for investigation are deleted.

例えば、利用者がシステムのプログラムが検出できない異常に気づいて、製品サポートセンターに調査を依頼するが、この間もシステムは運用され、次々に要求は処理されており、ログの収集は、継続している。   For example, a user notices an abnormality in which a system program cannot be detected, and asks the product support center to investigate, but the system is still in operation and requests are processed one after another, and log collection continues. Yes.

ログの採取は、異常について調査して欲しいとの利用者からの依頼を受けてから、行われる。そのため、異常事象の発生から資料の採取までに時間がかかってしまう。その結果既に異常が発生した時点のログ情報が消去されており、調査に必要なログが採取できない。   Log collection is performed after receiving a request from the user to investigate the abnormality. Therefore, it takes time from the occurrence of an abnormal event to the collection of data. As a result, the log information at the time of the occurrence of an abnormality has been deleted, and the logs required for investigation cannot be collected.

いつ処理結果の異常が発生しても原因調査ができるように、常時、詳細なログを採取しても大量なログを保存しないように、結果異常の発生していない詳細ログを保存しないように制御することが考えられる。しかしながら、業務システムの通知した結果が、利用者が正しいと判断したかどうかが分からない。このため、保存の必要のないログがどれか判断ができない。   In order to investigate the cause whenever an abnormality occurs in the processing result, do not save a detailed log with no result abnormality so that a large amount of logs are not saved even if detailed logs are collected at all times. It is possible to control. However, it is not known whether the result notified by the business system has been determined by the user to be correct. For this reason, it is impossible to determine which log does not need to be saved.

そこで、本実施形態では、利用者から特別な通知がなくても、ログを消去する(正常時)、ログを保存する(異常時)という判断を行う。   Therefore, in this embodiment, even if there is no special notification from the user, it is determined to delete the log (when normal) or to save the log (when abnormal).

例えば、業務プログラムが処理結果の異常を検出できずに結果を端末装置に表示し、利用者が表示された結果に異常があると気づいたときに、利用者が異常を検出したかどうかを利用者から特別な指示なしでも利用者の行動(画面遷移操作)で判断する。利用者が異常を検出したかどうかの判断は、採取しているログ(画面遷移ログ)を用いて行う。   For example, when the business program cannot detect an abnormality in the processing result and displays the result on the terminal device, and the user notices that the displayed result is abnormal, whether or not the user has detected the abnormality is used. Even if there is no special instruction from the user, it is determined by the user's action (screen transition operation). Whether the user has detected an abnormality is determined using the collected log (screen transition log).

具体的な方法として、業務プログラムの表示する画面遷移に関するログに基づいて、利用者行動を判断する。異常時の行動(画面遷移)のパターンを予めログ管理が認識できるように定義する。その異常時の行動パターンと同じ操作が実施され、ログが通知された場合、異常と判断することができる。   As a specific method, user behavior is determined based on a log related to screen transitions displayed by a business program. Define the behavior (screen transition) pattern at the time of abnormality so that the log management can recognize in advance. When the same operation as the behavior pattern at the time of the abnormality is performed and a log is notified, it can be determined that there is an abnormality.

一方、上記の行動がとられず、異常パターンのログが記録されていない状態で、処理を確定するログ(処理を終了)の採取がされたとき、正常と判断することができる。   On the other hand, when the above action is not taken and the log of the abnormal pattern is not recorded, it is possible to determine that it is normal when the log for determining the process (the process is terminated) is collected.

以下に本実施形態について詳述する。
図1は、本実施形態におけるログ情報収集装置の一例を示す。ログ情報収集装置1は、収集部2、特定部3、決定部4を含む。
This embodiment will be described in detail below.
FIG. 1 shows an example of a log information collection device according to this embodiment. The log information collection device 1 includes a collection unit 2, a specification unit 3, and a determination unit 4.

収集部2は、端末装置からの処理要求の取得から処理要求に対する実行結果の端末装置への送信までの処理に応じて生成される端末装置についてのログ情報を収集する。収集部2の一例として、収集部43aが挙げられる。   The collection unit 2 collects log information about the terminal device generated in accordance with processing from acquisition of a processing request from the terminal device to transmission of an execution result for the processing request to the terminal device. An example of the collecting unit 2 is a collecting unit 43a.

特定部3は、収集した端末装置についてのログ情報から、実行結果を示す結果データが端末装置で表示された以降の、端末装置における画面表示の遷移情報を特定する。特定部3の一例として、判定部43bが挙げられる。   The specifying unit 3 specifies the transition information of the screen display in the terminal device after the result data indicating the execution result is displayed on the terminal device from the collected log information about the terminal device. An example of the specifying unit 3 is a determination unit 43b.

決定部4は、特定した前記画面表示の遷移情報と、予め設定された画面遷移パターンの条件とに基づいて、前記処理要求に対応する処理についてのログ情報を、記憶部に優先的に保持するか否かを決定する。決定部4の一例として、判定部43bが挙げられる。   The determination unit 4 preferentially holds log information about the processing corresponding to the processing request in the storage unit based on the specified transition information of the screen display and the condition of the screen transition pattern set in advance. Determine whether or not. An example of the determination unit 4 is a determination unit 43b.

このように構成することにより、異常に基づくログ情報が消去されることを抑止することができる。   With this configuration, it is possible to prevent the log information based on the abnormality from being erased.

さらに、以下に本実施形態について詳細に説明する。
図2は、本実施形態におけるネットワーク構成の一例を示す。クライアント端末11は、通信ネットワーク15を介して、業務システム12と接続されている。業務システム12は、WEBサーバ13とデータベース(DB)サーバ14と接続されている。通信ネットワーク15は、インターネット、LAN(Local Area Network)等の通信ネットワークである。
Further, this embodiment will be described in detail below.
FIG. 2 shows an example of a network configuration in the present embodiment. The client terminal 11 is connected to the business system 12 via the communication network 15. The business system 12 is connected to a WEB server 13 and a database (DB) server 14. The communication network 15 is a communication network such as the Internet or a LAN (Local Area Network).

WEBサーバ13には、業務アプリケーションプログラム1または業務アプリケーションプログラム2等のWEBアプリケーションがインストールされている。以下、アプリケーションプログラムを「AP」と称する。   A web application such as the business application program 1 or the business application program 2 is installed in the WEB server 13. Hereinafter, the application program is referred to as “AP”.

DBサーバは、データベース管理システム(DBMS)によって業務APが利用するデータを管理する。   The DB server manages data used by the business AP by a database management system (DBMS).

ユーザは、クライアント端末11にインストールされたWEBブラウザプログラムを介して、WEBサーバ13の業務AP1または業務AP2にアクセスし、処理要求を行う。   The user accesses the business AP 1 or business AP 2 of the WEB server 13 via the WEB browser program installed in the client terminal 11 and makes a processing request.

図3は、本実施形態における、処理結果が正常な場合での業務AP1の画面遷移と、処理結果が異常な場合での業務AP1の画面遷移を説明するための図である。業務AP1では、図3(A)に示すように、処理結果が正常な場合には、処理要求画面21、結果表示画面22、終了画面23の順で画面が遷移するとする。   FIG. 3 is a diagram for explaining the screen transition of the business AP1 when the processing result is normal and the screen transition of the business AP1 when the processing result is abnormal in the present embodiment. In business AP1, as shown in FIG. 3A, when the processing result is normal, the screen transitions in the order of the processing request screen 21, the result display screen 22, and the end screen 23.

処理結果が異常な場合、利用者は、自分が何かミスをしていないか確認する行動をとる。例えば、図3(B)に示すように、処理受付画面21にて処理要求を入力して、結果表示画面22にその処理要求が表示された場合に、その表示内容に異常があったとする。すると、利用者は、画面に入力した内容に間違いがないか遷移前の処理受付画面21に戻って、画面の入力内容を確認する。入力内容の確認の結果、再度、処理受付画面21にて処理要求を実施できる場合には、利用者は、再度処理要求を実施する。   If the processing result is abnormal, the user takes action to confirm whether he / she has made any mistake. For example, as shown in FIG. 3B, when a processing request is input on the processing reception screen 21 and the processing request is displayed on the result display screen 22, it is assumed that the display content is abnormal. Then, the user returns to the process reception screen 21 before the transition to check whether there is an error in the content input on the screen, and confirms the input content on the screen. As a result of the confirmation of the input content, when the processing request can be executed again on the processing reception screen 21, the user executes the processing request again.

図4は、本実施形態における処理結果が正常な場合での業務AP2の画面遷移と、処理結果が異常な場合での業務AP2の画面遷移を説明するための図である。図4(A)に示すように、処理結果が正常な場合には、処理要求画面31、結果表示画面32、結果履歴画面33、終了画面34の順で画面が遷移するとする。   FIG. 4 is a diagram for explaining the screen transition of the business AP 2 when the processing result is normal and the screen transition of the business AP 2 when the processing result is abnormal. As shown in FIG. 4A, when the processing result is normal, the screen transitions in the order of the processing request screen 31, the result display screen 32, the result history screen 33, and the end screen 34.

処理結果が異常な場合(ケース1)、利用者は、自分が何かミスをしていないか確認する行動をとる。例えば、図4(B)に示すように、処理受付画面31にて処理要求が入力されて、結果表示画面32にその処理要求が表示された場合に、その表示内容に異常があったとする。すると、利用者は、画面に入力した内容に間違いがないか遷移前の処理受付画面31に戻って、画面の入力内容を確認する。入力内容の確認の結果、再度、処理受付画面31にて処理要求を実施できる場合には、利用者は、再度処理要求を実施する。   When the processing result is abnormal (case 1), the user takes an action to confirm whether he / she has made any mistake. For example, as shown in FIG. 4B, when a processing request is input on the processing reception screen 31 and the processing request is displayed on the result display screen 32, it is assumed that the display content is abnormal. Then, the user returns to the process acceptance screen 31 before the transition to check whether there is an error in the content input on the screen, and confirms the input content on the screen. As a result of the confirmation of the input content, when the processing request can be performed again on the processing reception screen 31, the user performs the processing request again.

また、処理結果が異常な場合(ケース2)、利用者は、自分が何かミスをしていないか確認する行動をとる。図4(C)に示すように、処理結果履歴画面33に遷移し、結果履歴画面33の表示内容に異常があったとする。すると、利用者は、画面に入力した内容に間違いがないか遷移前の結果表示画面32または処理受付画面31に戻って、画面の入力内容を確認する。入力内容の確認の結果、再度、結果表示画面32または処理受付画面31にて処理要求を実施できる場合には、利用者は、再度処理要求を実施する。   If the processing result is abnormal (Case 2), the user takes an action to confirm whether he / she has made any mistake. As shown in FIG. 4C, it is assumed that the processing result history screen 33 is transitioned to and that the display content of the result history screen 33 is abnormal. Then, the user returns to the result display screen 32 or the process reception screen 31 before the transition to check whether the content input on the screen is correct, and confirms the input content on the screen. As a result of the confirmation of the input content, when the processing request can be performed again on the result display screen 32 or the processing reception screen 31, the user performs the processing request again.

図5は、本実施形態におけるAPサーバの一例を示す。APサーバ13は、制御部41、記憶部47を含む。制御部41は、記憶部47から読み出した業務AP1または業務AP2(42)、ログ管理プログラム、オペレーティングシステム(OS)44等を実行する。制御部41は、ログ管理プログラムを実行すると、ログ管理部43として機能する。   FIG. 5 shows an example of an AP server in the present embodiment. The AP server 13 includes a control unit 41 and a storage unit 47. The control unit 41 executes the business AP1 or business AP2 (42), the log management program, the operating system (OS) 44, etc. read from the storage unit 47. When executing the log management program, the control unit 41 functions as the log management unit 43.

OS44は、APサーバ13を動作させるための基本プログラムである。業務AP1または業務AP2(42)は、OS44上で動作するアプリケーションプログラムである。業務AP1または業務AP2(42)は、処理要求取得部42a、処理結果送信部42b、ログ出力部42cとして動作する機能を含む。   The OS 44 is a basic program for operating the AP server 13. The business AP 1 or the business AP 2 (42) is an application program that runs on the OS 44. The business AP1 or business AP2 (42) includes a function that operates as a processing request acquisition unit 42a, a processing result transmission unit 42b, and a log output unit 42c.

処理要求取得部42aは、クライアント端末11から送信された処理要求を取得し、取得した処理要求を、処理を行う処理実行部(不図示)へ渡す。処理結果送信部42bは、処理実行部から処理結果を受け取り、クライアント端末11へ送信する。   The processing request acquisition unit 42a acquires the processing request transmitted from the client terminal 11, and passes the acquired processing request to a processing execution unit (not shown) that performs processing. The processing result transmission unit 42 b receives the processing result from the processing execution unit and transmits it to the client terminal 11.

ログ出力部42cは、業務AP1または業務AP2(42)の動作に応じて発生するログをログ管理部43に出力する。   The log output unit 42 c outputs a log generated according to the operation of the business AP 1 or the business AP 2 (42) to the log management unit 43.

ログ管理部43は、OS44上で動作するアプリケーションプログラムまたはミドルウェアプログラムである。ログ管理部43は、収集部43a、判定部43b、出力部43c、削除部43dとして動作する機能を含む。   The log management unit 43 is an application program or middleware program that runs on the OS 44. The log management unit 43 includes functions that operate as a collection unit 43a, a determination unit 43b, an output unit 43c, and a deletion unit 43d.

収集部43aは、業務AP1または業務AP2(42)から出力されるログを収集する。判定部43bは、収集したログに、予め異常処理のパターンとして設定しておいたクライアント端末における結果表示画面からの画面遷移のパターンと合致するパターンがあるか否かを判定する。   The collection unit 43a collects logs output from the business AP1 or the business AP2 (42). The determination unit 43b determines whether or not there is a pattern in the collected log that matches the screen transition pattern from the result display screen in the client terminal that has been set in advance as an abnormality processing pattern.

判定部43bは、結果出力画面からの画面遷移のパターンに合致するパターンがログに存在する場合には、その処理結果の出力のために動作していたプログラムの、処理要求毎のログを選択的に保存できるように特定する。処理要求毎のログを選択的に保存できるように特定するとは、例えば、ユーザの指示に応じて削除できたり、所定のタイミングで自動的に削除することができるように、処理要求毎のログに削除可能であることを示す削除フラグを付与することをいう。   When there is a pattern in the log that matches the screen transition pattern from the result output screen, the determination unit 43b selectively selects the log for each processing request of the program that was operating to output the processing result. To be able to save to. To specify that the log for each processing request can be selectively saved, for example, the log for each processing request can be deleted according to a user instruction or automatically at a predetermined timing. It means that a deletion flag indicating that deletion is possible is given.

出力部43cは、選択的に保存できるように特定された処理要求毎のログをログ格納領域50に格納する。   The output unit 43 c stores a log for each processing request specified so as to be selectively saved in the log storage area 50.

削除部43dは、ログ格納領域50に格納された削除フラグが付与されたログを、処理要求単位で、一定の時間経過後に、記憶容量の制限により、またはオペレータの指示により、削除する。   The deletion unit 43d deletes the log to which the deletion flag stored in the log storage area 50 is assigned, in units of processing request, after a certain period of time, due to storage capacity limitation or according to an operator instruction.

記憶部47は、異常条件定義48、判定確定定義49を格納する。異常条件定義48は、ログ中の異常を発見するためのログの異常条件パターンを定義している。判定確定定義49は、ログが正常か異常かの判定を確定する定義である。また、記憶部47は、ログを格納するためのログ格納領域50を含む。   The storage unit 47 stores an abnormal condition definition 48 and a determination confirmation definition 49. The abnormal condition definition 48 defines a log abnormal condition pattern for finding an abnormality in the log. The determination confirmation definition 49 is a definition for determining whether the log is normal or abnormal. The storage unit 47 includes a log storage area 50 for storing logs.

図6は、本実施形態における異常条件定義の一例を示す。図6(A)は、業務AP1の異常条件定義の一例を示す。異常と判断されるログのログ遷移のパターン(異常条件パターンA)は、「結果表示画面表示」のログの後に、「処理受付画面表示」のログが出力されている場合である。   FIG. 6 shows an example of the abnormal condition definition in this embodiment. FIG. 6A shows an example of the abnormal condition definition of the business AP1. The log transition pattern (abnormal condition pattern A) of the log determined to be abnormal is a case where the “process reception screen display” log is output after the “result display screen display” log.

図6(B)は、業務AP2の異常条件定義の一例を示す。異常と判断されるログのログ遷移のパターン(異常条件パターンA)は、「結果表示画面表示」のログの後に、「処理受付画面作成表示」のログが出力されているパターンである。異常と判断されるログのログ遷移のパターン(異常条件パターンB)は、「結果履歴画面表示」のログの後に、「処理表示画面表示」のログが出力されているパターンである。異常と判断されるログのログ遷移のパターン(異常条件パターンC)は、「結果履歴画面表示」のログの後に、「処理
受付画面表示」のログが出力されているパターンである。
FIG. 6B shows an example of the abnormal condition definition of the business AP2. The log transition pattern (abnormal condition pattern A) of the log determined to be abnormal is a pattern in which the “process reception screen creation display” log is output after the “result display screen display” log. The log transition pattern (abnormal condition pattern B) of a log determined to be abnormal is a pattern in which a “process display screen display” log is output after a “result history screen display” log. A log transition pattern (abnormal condition pattern C) of a log determined to be abnormal is a pattern in which a “process reception screen display” log is output after a “result history screen display” log.

なお、本実施形態で用いる異常条件パターンは一例であり、業務APに応じて、処理結果、異常と判定した利用者の画面遷移パターンは異なるので、業務APに応じて、異常条件パターンを設定することができる。   The abnormal condition pattern used in the present embodiment is an example, and the processing result and the screen transition pattern of the user determined to be abnormal differ depending on the business AP. Therefore, the abnormal condition pattern is set according to the business AP. be able to.

図7は、本実施形態における業務APの判定確定定義の一例を示す。図7(A)に示すように、業務AP1では、「終了画面表示」または「新規要求依頼」のログが出力されている場合には、正常または異常の判定が確定する。   FIG. 7 shows an example of the business AP determination confirmation definition in this embodiment. As shown in FIG. 7A, in the business AP1, when the “end screen display” or “new request request” log is output, the determination of normality or abnormality is confirmed.

図7(B)に示すように、業務AP2では、「終了画面表示」のログが出力されている場合には、正常または異常の判定が確定する。   As illustrated in FIG. 7B, in the business AP 2, when the “end screen display” log is output, the determination of normality or abnormality is confirmed.

図8は、本実施形態におけるログ格納領域を説明するための図である。ログ格納領域には、処理要求単位に、その処理要求に対応するログが格納される。ログが異常条件定義のパターンと一致して、異常が確定した場合には、その処理要求に対応するログは削除対象から除外されるので、そのログに対して削除フラグ=0を付与する。ログが異常条件定義のパターンと一致せず、正常が確定した場合には、その処理要求に対応するログは削除対象なので、そのログに対して削除フラグ=1を付与する。削除フラグ=1が付されたログは、所定のタイミングでまたはオペレータの操作により削除される。   FIG. 8 is a diagram for explaining a log storage area in the present embodiment. In the log storage area, a log corresponding to the processing request is stored for each processing request. When the log matches the pattern of the abnormal condition definition and the abnormality is confirmed, the log corresponding to the processing request is excluded from the deletion target, and therefore a deletion flag = 0 is assigned to the log. If the log does not match the pattern of the abnormal condition definition and normality is confirmed, the log corresponding to the processing request is to be deleted, so a deletion flag = 1 is assigned to the log. The log with the deletion flag = 1 is deleted at a predetermined timing or by an operator's operation.

例えば、要求R1〜R3の処理で出力するログ51〜53は、正常が確定したログなので、削除対象として、削除フラグ=1が付与されている。   For example, the logs 51 to 53 output in the processing of the requests R1 to R3 are logs whose normality has been determined, and therefore the deletion flag = 1 is given as the deletion target.

例えば、要求R4の処理で出力するログ54は、異常が確定したログなので、削除対象外として、削除フラグ=0が付与されている。なお、要求R5の処理で出力するログ55は、現在出力中であり、正常か異常かがまだ確定していない。   For example, since the log 54 output in the processing of the request R4 is a log in which an abnormality has been determined, a deletion flag = 0 is assigned as a non-deletion target. Note that the log 55 output in the processing of the request R5 is currently being output, and whether it is normal or abnormal has not yet been determined.

図9は、本実施形態における、処理結果が正常な場合での業務AP1の利用者の行動による画面遷移、業務AP1の処理、及びログ管理部の処理を説明するための図である。利用者はクライアント端末11を用いて業務AP1の処理受付画面21を表示させる(S11)。この場合、業務AP1は、処理受付画面表示処理を行うと(S21)、そのログをログ管理部43に出力する(S31)。   FIG. 9 is a diagram for explaining the screen transition due to the action of the user of the business AP1, the processing of the business AP1, and the processing of the log management unit in the present embodiment when the processing result is normal. The user uses the client terminal 11 to display the process acceptance screen 21 of the business AP 1 (S11). In this case, when the business AP 1 performs the process acceptance screen display process (S 21), the business AP 1 outputs the log to the log management unit 43 (S 31).

次に、利用者は処理受付画面21に処理内容を入力し(S12)、処理受付画面21内の所定のボタンを押下して、実行処理の依頼を行う(S13)。業務AP1は、その依頼による要求処理を受け付けると(S22)、そのログをログ管理部43に出力する(S32)。   Next, the user inputs processing contents on the processing reception screen 21 (S12), and presses a predetermined button in the processing reception screen 21 to request execution processing (S13). When the business AP1 accepts the request processing by the request (S22), the business AP1 outputs the log to the log management unit 43 (S32).

業務AP1は、受け付けた要求処理に基づいて、処理1〜nを行い、それぞれの処理に対応するログをログ管理部43に出力する(S33、S34)。業務AP1は、結果表示画面表示処理を行い、その結果表示画面に処理結果を表示させ(S25)、そのログをログ管理部43に出力する(S35)。   The business AP 1 performs processes 1 to n based on the received request process, and outputs a log corresponding to each process to the log management unit 43 (S 33, S 34). The business AP 1 performs a result display screen display process, displays the processing result on the result display screen (S 25), and outputs the log to the log management unit 43 (S 35).

利用者は、表示された結果表示画面22の処理を確認する(S14)。表示された処理結果に異常がない場合、利用者は画面内の終了ボタンを押して、終了画面を表示させる(S15,S16)。   The user confirms the processing of the displayed result display screen 22 (S14). If there is no abnormality in the displayed processing result, the user presses the end button in the screen to display the end screen (S15, S16).

業務AP1は、クライアント端末11から終了処理を受け付けると(S26)、終了画面表示処理を行い(S27)、そのログをログ管理部43に出力する(S36)。   When the business AP 1 receives an end process from the client terminal 11 (S 26), the business AP 1 performs an end screen display process (S 27), and outputs the log to the log management unit 43 (S 36).

ログ管理部43は、業務AP1から出力されたログと、異常条件定義48の異常条件パターン48−1とを比較し、業務AP1から出力されたログに異常条件パターン48−1が含まれていないかを判定する。   The log management unit 43 compares the log output from the business AP1 with the abnormal condition pattern 48-1 in the abnormal condition definition 48, and the log output from the business AP1 does not include the abnormal condition pattern 48-1. Determine whether.

さらに、ログ管理部43は、業務AP1から出力されたログと、判定確定定義49の判定確定パターン49−1とを比較し、業務AP1から出力されたログに判定確定パターン49−1が含まれていないかを判定する。   Further, the log management unit 43 compares the log output from the business AP 1 with the determination confirmation pattern 49-1 of the determination confirmation definition 49, and the log output from the business AP 1 includes the determination confirmation pattern 49-1. Judge whether or not.

ログ管理部43は、業務AP1から出力されたログに異常条件パターン48−1が含まれていない場合に、判定確定パターン49−1を検知したとき、そのログからシステムは正常であると判定する。この場合、ログ管理部43は、その要求に対応するログに、削除フラグ=1を付加し、ログ格納領域50に格納する。   When the log output from the business AP 1 does not include the abnormal condition pattern 48-1, the log management unit 43 determines that the system is normal from the log when detecting the determination confirmation pattern 49-1. . In this case, the log management unit 43 adds a deletion flag = 1 to the log corresponding to the request and stores it in the log storage area 50.

図10は、本実施形態における、処理結果が異常な場合での業務AP1の利用者の行動による画面遷移、業務AP1の処理、及びログ管理部の処理を説明するための図である。図10では、図9のS15において、異常と判定した場合の利用者の行動による画面遷移、業務AP1の処理、及びログ管理部の処理を説明する。   FIG. 10 is a diagram for explaining the screen transition due to the action of the user of the business AP1, the processing of the business AP1, and the processing of the log management unit when the processing result is abnormal in the present embodiment. In FIG. 10, the screen transition by the action of the user when it is determined to be abnormal in S15 of FIG. 9, the process of the business AP1, and the process of the log management unit will be described.

利用者は、表示された結果表示画面22の処理を確認する(S14)。表示された処理結果に異常がある場合(S15)、利用者は処理受付画面21へ戻る(S41)。それに応じて、業務AP1は、処理受付画面表示処理を行うと(S42)、そのログをログ管理部43に出力する(S43)。   The user confirms the processing of the displayed result display screen 22 (S14). When there is an abnormality in the displayed processing result (S15), the user returns to the processing reception screen 21 (S41). Accordingly, when the business AP 1 performs a process acceptance screen display process (S42), the business AP 1 outputs the log to the log management unit 43 (S43).

利用者は画面内の終了ボタンを押して、終了画面を表示させる(S16)。
業務AP1は、クライアント端末11から終了処理を受け付けると(S26)、終了画面表示処理を行い(S27)、そのログをログ管理部43に出力する(S36)。
The user presses the end button in the screen to display the end screen (S16).
When the business AP 1 receives an end process from the client terminal 11 (S 26), the business AP 1 performs an end screen display process (S 27), and outputs the log to the log management unit 43 (S 36).

ログ管理部43は、業務AP1から出力されたログと、異常条件定義48の異常条件パターン48−1とを比較し、業務AP1から出力されたログに異常条件パターン48−1が含まれていないかを判定する。   The log management unit 43 compares the log output from the business AP1 with the abnormal condition pattern 48-1 in the abnormal condition definition 48, and the log output from the business AP1 does not include the abnormal condition pattern 48-1. Determine whether.

さらに、ログ管理部43は、業務AP1から出力されたログと、判定確定定義49の判定確定パターン49−1とを比較し、業務AP1から出力されたログに判定確定パターン49−1が含まれていないかを判定する。   Further, the log management unit 43 compares the log output from the business AP 1 with the determination confirmation pattern 49-1 of the determination confirmation definition 49, and the log output from the business AP 1 includes the determination confirmation pattern 49-1. Judge whether or not.

ログ管理部43は、業務AP1から出力されたログに異常条件パターン48−1の検知後に、判定確定パターン49−1を検知したとき、そのログからシステムは異常であると判定する。この場合、ログ管理部43は、その要求に対応するログに、削除フラグ=0を付加し、ログ格納領域50に格納する。   When the log management unit 43 detects the determination confirmation pattern 49-1 after detecting the abnormal condition pattern 48-1 in the log output from the business AP 1, the log management unit 43 determines that the system is abnormal from the log. In this case, the log management unit 43 adds a deletion flag = 0 to the log corresponding to the request and stores it in the log storage area 50.

図11は、本実施形態における、処理結果が正常な場合での業務AP2の利用者の行動による画面遷移、業務AP2の処理、及びログ管理部の処理を説明するための図である。利用者はクライアント端末11を用いて業務AP2の処理受付画面31を表示させる(S51)。この場合、業務AP2は、処理受付画面表示処理を行うと(S71)、そのログをログ管理部43に出力する。   FIG. 11 is a diagram for explaining the screen transition due to the action of the user of the business AP2, the process of the business AP2, and the process of the log management unit when the processing result is normal in the present embodiment. The user displays the process acceptance screen 31 of the business AP 2 using the client terminal 11 (S51). In this case, when the business AP 2 performs a process acceptance screen display process (S 71), the business AP 2 outputs the log to the log management unit 43.

次に、利用者は処理受付画面31に処理内容を入力し(S52)、処理受付画面31内の所定のボタンを押下して、実行処理の依頼を行う(S53)。業務AP2は、その依頼による要求処理を受け付けると(S72)、そのログをログ管理部43に出力する(S81)。   Next, the user inputs processing contents on the processing reception screen 31 (S52), and presses a predetermined button in the processing reception screen 31 to request execution processing (S53). When the business AP 2 receives the request process by the request (S 72), the business AP 2 outputs the log to the log management unit 43 (S 81).

業務AP2は、受け付けた要求処理に基づいて、処理1〜nを行い(S73)、処理1に対応するログをログ管理部43に出力する(S81)。業務AP2は、結果表示画面表示処理を行い、その結果表示画面に処理1の結果を表示させ(S54)、そのログをログ管理部43に出力する(S82)。利用者は、結果表示画面32に表示された処理1の結果を確認する(S54)。表示された処理結果が正常である場合(S55)、業務AP2は、結果表示画面表示処理を行い、その結果表示画面に処理2の結果を表示させ、そのログをログ管理部43に出力する。利用者は、結果表示画面32に表示された処理2の結果を確認する(S56)。   The business AP 2 performs processes 1 to n based on the received request process (S73), and outputs a log corresponding to the process 1 to the log management unit 43 (S81). The business AP 2 performs a result display screen display process, displays the result of process 1 on the result display screen (S 54), and outputs the log to the log management unit 43 (S 82). The user confirms the result of the process 1 displayed on the result display screen 32 (S54). When the displayed processing result is normal (S55), the business AP 2 performs a result display screen display process, displays the result of the process 2 on the result display screen, and outputs the log to the log management unit 43. The user confirms the result of the process 2 displayed on the result display screen 32 (S56).

業務AP2は、結果表示画面表示処理を行い、その結果表示画面に処理2の結果を表示させ、そのログをログ管理部43に出力する。利用者は、結果表示画面32に表示された処理2の結果を確認する(S54)。   The business AP 2 performs a result display screen display process, displays the result of the process 2 on the result display screen, and outputs the log to the log management unit 43. The user confirms the result of the process 2 displayed on the result display screen 32 (S54).

表示された処理結果が正常である場合(S57)、業務AP2は、結果表示画面表示処理を行い、その結果表示画面に処理nの結果を表示させ、そのログをログ管理部43に出力する(S83)。利用者は、結果表示画面32に表示された処理nの結果を確認する(S58)。   When the displayed processing result is normal (S57), the business AP 2 performs a result display screen display process, displays the result of the process n on the result display screen, and outputs the log to the log management unit 43 ( S83). The user confirms the result of the process n displayed on the result display screen 32 (S58).

表示された処理結果が正常である場合(S59)、業務AP2は、結果履歴画面通知処理を行い、その結果履歴画面33に処理1〜nの結果を表示させ、そのログをログ管理部43に出力する(S84)。利用者は、結果履歴画面33に表示された内容を確認する(S60)。   If the displayed processing result is normal (S59), the business AP 2 performs a result history screen notification process, causes the result history screen 33 to display the results of processes 1 to n, and stores the log in the log management unit 43. Output (S84). The user confirms the contents displayed on the result history screen 33 (S60).

表示された処理結果が異常である場合、利用者は画面内の終了ボタンを押して、終了画面を表示させる(S62)。   If the displayed processing result is abnormal, the user presses the end button in the screen to display the end screen (S62).

業務AP2は、クライアント端末11から終了処理を受け付けると(S78)、終了画面表示処理を行い(S79)、そのログをログ管理部43に出力する(S85)。   Upon receiving the end process from the client terminal 11 (S78), the business AP 2 performs an end screen display process (S79) and outputs the log to the log management unit 43 (S85).

ログ管理部43は、業務AP2から出力されたログと、異常条件定義48の異常条件パターン48−1とを比較し、業務AP2から出力されたログに異常条件パターン48−1が含まれていないかを判定する。   The log management unit 43 compares the log output from the business AP 2 with the abnormal condition pattern 48-1 of the abnormal condition definition 48, and the log output from the business AP 2 does not include the abnormal condition pattern 48-1. Determine whether.

さらに、ログ管理部43は、業務AP2から出力されたログと、判定確定定義49の判定確定パターン49−1とを比較し、業務AP2から出力されたログに判定確定パターン49−1が含まれていないかを判定する。   Further, the log management unit 43 compares the log output from the business AP 2 with the determination confirmation pattern 49-1 of the determination confirmation definition 49, and the log output from the business AP 2 includes the determination confirmation pattern 49-1. Judge whether or not.

ログ管理部43は、業務AP2から出力されたログに異常条件パターン48−1が含まれていない場合に、判定確定パターン49−1を検知したとき、そのログからシステムは正常であると判定する。この場合、ログ管理部43は、その要求に対応するログに、削除フラグ=1を付加し、ログ格納領域50に格納する。   When the log output from the business AP 2 does not include the abnormal condition pattern 48-1, the log management unit 43 determines that the system is normal from the log when detecting the determination confirmation pattern 49-1. . In this case, the log management unit 43 adds a deletion flag = 1 to the log corresponding to the request and stores it in the log storage area 50.

図12は、本実施形態における、処理結果が異常な場合(異常条件パターンA)での業務AP2の利用者の行動による画面遷移、業務AP2の処理、及びログ管理部の処理を説明するための図である。図12では、図11のS59において、異常と判定した場合の利用者の行動による画面遷移、業務AP2の処理、及びログ管理部の処理を説明する。   FIG. 12 is a view for explaining the screen transition due to the action of the user of the business AP2, the process of the business AP2, and the process of the log management unit when the processing result is abnormal (abnormal condition pattern A) in the present embodiment. FIG. In FIG. 12, the screen transition due to the action of the user when it is determined to be abnormal in S59 of FIG. 11, the processing of the business AP2, and the processing of the log management unit will be described.

利用者は、結果表示画面32に表示された処理nの結果を確認する(S58)。表示された処理結果が異常である場合(S59)、利用者は処理受付画面31へ戻る(S41)。それに応じて、業務AP2は、処理受付画面表示処理を行うと(S92)、そのログをログ管理部43に出力する(S93)。   The user confirms the result of the process n displayed on the result display screen 32 (S58). When the displayed processing result is abnormal (S59), the user returns to the processing reception screen 31 (S41). Accordingly, when the business AP 2 performs a process acceptance screen display process (S92), the business AP 2 outputs the log to the log management unit 43 (S93).

利用者は画面内の終了ボタンを押して、終了画面を表示させる(S62)。
業務AP2は、クライアント端末11から終了処理を受け付けると(S78)、終了画面表示処理を行い(S79)、そのログをログ管理部43に出力する(S85)。
The user presses the end button in the screen to display the end screen (S62).
Upon receiving the end process from the client terminal 11 (S78), the business AP 2 performs an end screen display process (S79) and outputs the log to the log management unit 43 (S85).

ログ管理部43は、業務AP2から出力されたログと、異常条件定義48の異常条件パターン48−1とを比較し、業務AP2から出力されたログに異常条件パターン48−1が含まれていないかを判定する。この場合、ログ管理部43は、業務AP2から出力されたログに異常条件パターンAが含まれていると判定する。   The log management unit 43 compares the log output from the business AP 2 with the abnormal condition pattern 48-1 of the abnormal condition definition 48, and the log output from the business AP 2 does not include the abnormal condition pattern 48-1. Determine whether. In this case, the log management unit 43 determines that the abnormal condition pattern A is included in the log output from the business AP 2.

さらに、ログ管理部43は、業務AP2から出力されたログと、判定確定定義49の判定確定パターン49−1とを比較し、業務AP2から出力されたログに判定確定パターン49−1が含まれていないか否かを判定する。この場合、ログ管理部43は、業務AP2から出力されたログに判定確定パターンAが含まれていると判定する。   Further, the log management unit 43 compares the log output from the business AP 2 with the determination confirmation pattern 49-1 of the determination confirmation definition 49, and the log output from the business AP 2 includes the determination confirmation pattern 49-1. Determine whether or not. In this case, the log management unit 43 determines that the determination confirmation pattern A is included in the log output from the business AP 2.

ログ管理部43は、業務AP2から出力されたログに異常条件パターンAの検知後に、判定確定パターン49−1を検知したとき、そのログからシステムは異常であると判定する。この場合、ログ管理部43は、その要求に対応するログに、削除フラグ=0を付加し、ログ格納領域50に格納する。   When the log management unit 43 detects the determination confirmation pattern 49-1 after detecting the abnormal condition pattern A in the log output from the business AP 2, the log management unit 43 determines that the system is abnormal from the log. In this case, the log management unit 43 adds a deletion flag = 0 to the log corresponding to the request and stores it in the log storage area 50.

図13は、本実施形態における、処理結果が異常な場合(異常条件パターンB)での業務AP2の利用者の行動による画面遷移、業務AP2の処理、及びログ管理部の処理を説明するための図である。図12では、図11のS61において、異常と判定した場合の利用者の行動による画面遷移、業務AP2の処理、及びログ管理部の処理を説明する。   FIG. 13 is a diagram for explaining the screen transition due to the action of the user of the business AP2, the process of the business AP2, and the process of the log management unit when the processing result is abnormal (abnormal condition pattern B) in the present embodiment. FIG. In FIG. 12, the screen transition due to the action of the user when it is determined to be abnormal in S61 of FIG. 11, the processing of the business AP 2, and the processing of the log management unit will be described.

利用者は、結果履歴画面33に表示された内容を確認する(S60)。表示された処理履歴結果が異常である場合(S61)、利用者は結果n表示画面32へ戻る(S94)。それに応じて、業務AP2は、結果n表示画面表示処理を行うと(S95)、そのログをログ管理部43に出力する(S96)。   The user confirms the contents displayed on the result history screen 33 (S60). When the displayed processing history result is abnormal (S61), the user returns to the result n display screen 32 (S94). Accordingly, when the business AP 2 performs the result n display screen display process (S95), the business AP 2 outputs the log to the log management unit 43 (S96).

利用者は画面内の終了ボタンを押して、終了画面を表示させる(S62)。
業務AP2は、クライアント端末11から終了処理を受け付けると(S78)、終了画面表示処理を行い(S79)、そのログをログ管理部43に出力する(S85)。
The user presses the end button in the screen to display the end screen (S62).
Upon receiving the end process from the client terminal 11 (S78), the business AP 2 performs an end screen display process (S79) and outputs the log to the log management unit 43 (S85).

ログ管理部43は、業務AP2から出力されたログと、異常条件定義48の異常条件パターン48−1とを比較し、業務AP2から出力されたログに異常条件パターン48−1が含まれていないかを判定する。この場合、ログ管理部43は、業務AP2から出力されたログに異常条件パターンBが含まれていると判定する。   The log management unit 43 compares the log output from the business AP 2 with the abnormal condition pattern 48-1 of the abnormal condition definition 48, and the log output from the business AP 2 does not include the abnormal condition pattern 48-1. Determine whether. In this case, the log management unit 43 determines that the abnormal condition pattern B is included in the log output from the business AP 2.

さらに、ログ管理部43は、業務AP2から出力されたログと、判定確定定義49の判定確定パターン49−1とを比較し、業務AP2から出力されたログに判定確定パターン49−1が含まれていないか否かを判定する。この場合、ログ管理部43は、業務AP2から出力されたログに判定確定パターンAが含まれていると判定する。   Further, the log management unit 43 compares the log output from the business AP 2 with the determination confirmation pattern 49-1 of the determination confirmation definition 49, and the log output from the business AP 2 includes the determination confirmation pattern 49-1. Determine whether or not. In this case, the log management unit 43 determines that the determination confirmation pattern A is included in the log output from the business AP 2.

ログ管理部43は、業務AP2から出力されたログに異常条件パターンAの検知後に、判定確定パターン49−1を検知したとき、そのログからシステムは異常であると判定する。この場合、ログ管理部43は、その要求に対応するログに、削除フラグ=0を付加し、ログ格納領域50に格納する。   When the log management unit 43 detects the determination confirmation pattern 49-1 after detecting the abnormal condition pattern A in the log output from the business AP 2, the log management unit 43 determines that the system is abnormal from the log. In this case, the log management unit 43 adds a deletion flag = 0 to the log corresponding to the request and stores it in the log storage area 50.

図14は、本実施形態における、処理結果が異常な場合(異常条件パターンC)での業務AP2の利用者の行動による画面遷移、業務AP2の処理、及びログ管理部の処理を説明するための図である。図12では、図11のS59において、異常と判定した場合の利用者の行動による画面遷移、業務AP2の処理、及びログ管理部の処理を説明する。   FIG. 14 is a diagram for explaining the screen transition due to the action of the user of the business AP2, the process of the business AP2, and the process of the log management unit when the processing result is abnormal (abnormal condition pattern C) in the present embodiment. FIG. In FIG. 12, the screen transition due to the action of the user when it is determined to be abnormal in S59 of FIG. 11, the processing of the business AP2, and the processing of the log management unit will be described.

利用者は、結果履歴画面33に表示された内容を確認する(S60)。表示された処理履歴結果が異常である場合(S61)、利用者は処理受付画面31へ戻る(S97)。それに応じて、業務AP2は、結果n表示画面表示処理を行うと(S98)、そのログをログ管理部43に出力する(S99)。   The user confirms the contents displayed on the result history screen 33 (S60). When the displayed processing history result is abnormal (S61), the user returns to the processing reception screen 31 (S97). In response, when the business AP 2 performs the result n display screen display process (S98), the business AP 2 outputs the log to the log management unit 43 (S99).

利用者は画面内の終了ボタンを押して、終了画面を表示させる(S62)。
業務AP2は、クライアント端末11から終了処理を受け付けると(S78)、終了画面表示処理を行い(S79)、そのログをログ管理部43に出力する(S85)。
The user presses the end button in the screen to display the end screen (S62).
Upon receiving the end process from the client terminal 11 (S78), the business AP 2 performs an end screen display process (S79) and outputs the log to the log management unit 43 (S85).

ログ管理部43は、業務AP2から出力されたログと、異常条件定義48の異常条件パターン48−1とを比較し、業務AP2から出力されたログに異常条件パターン48−1が含まれていないかを判定する。この場合、ログ管理部43は、業務AP2から出力されたログに異常条件パターンCが含まれていると判定する。   The log management unit 43 compares the log output from the business AP 2 with the abnormal condition pattern 48-1 of the abnormal condition definition 48, and the log output from the business AP 2 does not include the abnormal condition pattern 48-1. Determine whether. In this case, the log management unit 43 determines that the abnormal condition pattern C is included in the log output from the business AP 2.

さらに、ログ管理部43は、業務AP2から出力されたログと、判定確定定義49の判定確定パターン49−1とを比較し、業務AP2から出力されたログに判定確定パターン49−1が含まれていないか否かを判定する。この場合、ログ管理部43は、業務AP2から出力されたログに判定確定パターンAが含まれていると判定する。   Further, the log management unit 43 compares the log output from the business AP 2 with the determination confirmation pattern 49-1 of the determination confirmation definition 49, and the log output from the business AP 2 includes the determination confirmation pattern 49-1. Determine whether or not. In this case, the log management unit 43 determines that the determination confirmation pattern A is included in the log output from the business AP 2.

ログ管理部43は、業務AP2から出力されたログに異常条件パターンAの検知後に、判定確定パターン49−1を検知したとき、そのログからシステムは異常であると判定する。この場合、ログ管理部43は、その要求に対応するログに、削除フラグ=0を付加し、ログ格納領域50に格納する。   When the log management unit 43 detects the determination confirmation pattern 49-1 after detecting the abnormal condition pattern A in the log output from the business AP 2, the log management unit 43 determines that the system is abnormal from the log. In this case, the log management unit 43 adds a deletion flag = 0 to the log corresponding to the request and stores it in the log storage area 50.

図15は、本実施形態におけるログ管理部の処理フローを示す。ログ管理部43は、記憶部47から異常条件定義48と判定確定定義49を読み込む(S101)。ログ管理部43は、業務APより出力されたログを取得する(S102)。ログ管理部43は、S102で取得したログを作業領域W1に格納する(S103)。   FIG. 15 shows a processing flow of the log management unit in the present embodiment. The log management unit 43 reads the abnormal condition definition 48 and the determination confirmation definition 49 from the storage unit 47 (S101). The log management unit 43 acquires the log output from the business AP (S102). The log management unit 43 stores the log acquired in S102 in the work area W1 (S103).

ログ管理部43は、次に出力されたログを取得する(S104)。ログ管理部43は、S104で取得したログを作業領域W2に格納する(S103)。   The log management unit 43 acquires the next output log (S104). The log management unit 43 stores the log acquired in S104 in the work area W2 (S103).

ログ管理部43は、作業領域W1,W2に格納したログのパターンと、異常条件定義48の異常条件パターン48−1とが一致するか否かを判定する(S106)。作業領域W2に格納したログのパターンと、異常条件パターン48−1とが一致しない場合(S106で「NO」)、ログ管理部43は、S104で取得したログのパターンが判定確定パターン49−1か否かを判定する(S107)。   The log management unit 43 determines whether or not the log pattern stored in the work areas W1 and W2 matches the abnormal condition pattern 48-1 of the abnormal condition definition 48 (S106). When the log pattern stored in the work area W2 does not match the abnormal condition pattern 48-1 (“NO” in S106), the log management unit 43 determines that the log pattern acquired in S104 is the determination confirmation pattern 49-1. It is determined whether or not (S107).

S104で取得したログのパターンが判定確定パターン49−1でない場合(S107で「NO」)、ログ管理部43は、作業領域W2に格納したログを作業領域W1に格納し(S108)、次に出力されたログを取得する(S104)。   When the log pattern acquired in S104 is not the determination confirmation pattern 49-1 (“NO” in S107), the log management unit 43 stores the log stored in the work area W2 in the work area W1 (S108), and then The output log is acquired (S104).

S107で取得したログのパターンが判定確定パターンである場合(S107で「YES」)、ログ管理部43は、対象の処理要求に対応するログに削除フラグ=1を付与して、ログ格納領域50に格納する(S109)。   When the log pattern acquired in S107 is the determination confirmation pattern (“YES” in S107), the log management unit 43 assigns the deletion flag = 1 to the log corresponding to the target processing request, and the log storage area 50 (S109).

作業領域W2に格納したログのパターンと、異常条件パターン48−1とが一致する場合(S106で「YES」)、ログ管理部43は、その後に出力されたログを取得する(S111)。   When the log pattern stored in the work area W2 matches the abnormal condition pattern 48-1 (“YES” in S106), the log management unit 43 acquires the log output thereafter (S111).

S110で取得したログのパターンが判定確定パターン49−1でない場合(S111で「NO」)、ログ管理部43は、再度出力されたログを取得する(S111)。ログから判定確定パターン49−1が検出されるまで、S110〜S111の処理を繰り返す。   When the log pattern acquired in S110 is not the determination confirmation pattern 49-1 (“NO” in S111), the log management unit 43 acquires the log output again (S111). The processes of S110 to S111 are repeated until the determination confirmation pattern 49-1 is detected from the log.

S111で取得したログのパターンが判定確定パターンである場合(S111で「YES」)、ログ管理部43は、対象の処理要求に対応するログに削除フラグ=0を付与して、ログ格納領域50に格納する。   When the log pattern acquired in S111 is a determination confirmation pattern (“YES” in S111), the log management unit 43 gives a deletion flag = 0 to the log corresponding to the target processing request, and the log storage area 50 To store.

これにより、削除フラグ=1が付与されたログは、処理要求単位で、オペレータの指示または所定のタイミングで削除することができる。その結果、例えば、一定の時間経過後に、または記憶容量の制限により、またはオペレータの指示により、削除フラグが付与されたログ情報を、処理要求単位で選択的に削除することができる。   As a result, the log with the deletion flag = 1 can be deleted in units of processing requests at the operator's instruction or at a predetermined timing. As a result, for example, log information to which a deletion flag is assigned can be selectively deleted in units of processing requests after a certain time elapses, due to storage capacity limitations, or according to an operator instruction.

本実施形態によれば、ログ管理部43は、業務システムで実行されるプログラムのログと、業務システムを利用する利用者の端末の画面遷移操作に対応して生成されるログ(画面遷移ログ)とを収集する。ログ管理部43は、収集したログに、予め異常処理のパターンとして設定しておいた端末における結果表示画面からの画面遷移のパターンと合致するパターンがあるか否かを判定する。収集したログに、予め異常処理のパターンとして設定しておいた端末における結果表示画面からの画面遷移のパターンと合致するパターンがある場合、ログ管理部43は、その結果出力のために動作していたプログラムの処理単位のログを選択的に保存できる。したがって、異常(例えば、ユーザにより検知された異常)に基づくログ情報が消去されることを抑止することができる。   According to this embodiment, the log management unit 43 includes a log of a program executed in the business system and a log generated in response to a screen transition operation of a user terminal that uses the business system (screen transition log). And collect. The log management unit 43 determines whether or not there is a pattern in the collected log that matches the screen transition pattern from the result display screen in the terminal set in advance as an abnormality processing pattern. When there is a pattern in the collected log that matches the screen transition pattern from the result display screen in the terminal set in advance as an abnormality processing pattern, the log management unit 43 is operating for the result output. The log of the processing unit of the selected program can be saved selectively. Therefore, it is possible to prevent the log information based on the abnormality (for example, the abnormality detected by the user) from being erased.

図16は、本実施形態におけるプログラムを実行するコンピュータのハードウェア環境の構成ブロック図の一例である。コンピュータ60は、クライアント端末11、WEBサーバ13、DBサーバ14等として機能する。コンピュータ60は、CPU62、ROM63、RAM66、通信I/F64、記憶装置67、出力I/F61、入力I/F65、読み取り装置68、バス69、出力機器71、入力機器72によって構成されている。   FIG. 16 is an example of a configuration block diagram of a hardware environment of a computer that executes a program according to the present embodiment. The computer 60 functions as the client terminal 11, the WEB server 13, the DB server 14, and the like. The computer 60 includes a CPU 62, a ROM 63, a RAM 66, a communication I / F 64, a storage device 67, an output I / F 61, an input I / F 65, a reading device 68, a bus 69, an output device 71, and an input device 72.

ここで、CPUは、中央演算装置を示す。ROMは、リードオンリメモリを示す。RAMは、ランダムアクセスメモリを示す。I/Fは、インターフェースを示す。バス69には、CPU62、ROM63、RAM66、通信I/F64、記憶装置67、出力I/F61、入力I/F65、及び読み取り装置68が接続されている。読み取り装置68は、可搬型記録媒体を読み出す装置である。出力機器71は、出力I/F61に接続されている。入力機器72は、入力I/F65に接続にされている。   Here, CPU indicates a central processing unit. ROM indicates a read-only memory. RAM indicates random access memory. I / F indicates an interface. The bus 69 is connected to the CPU 62, ROM 63, RAM 66, communication I / F 64, storage device 67, output I / F 61, input I / F 65, and reading device 68. The reading device 68 is a device that reads a portable recording medium. The output device 71 is connected to the output I / F 61. The input device 72 is connected to the input I / F 65.

記憶装置67としては、ハードディスク、フラッシュメモリ、磁気ディスクなど様々な形式の記憶装置を使用することができる。記憶装置67またはROM63には、CPU62を応答部3として機能させる本実施形態に係るプログラムが格納されている。RAM66には、情報が一時的に記憶される。記憶装置67またはRAM66は、格納部37として異常条件定義48、判定確定定義49等を格納する。また、記憶装置67またはRAM66は、ログ格納領域50を含む。   As the storage device 67, various types of storage devices such as a hard disk, a flash memory, and a magnetic disk can be used. The storage device 67 or the ROM 63 stores a program according to the present embodiment that causes the CPU 62 to function as the response unit 3. Information is temporarily stored in the RAM 66. The storage device 67 or the RAM 66 stores an abnormal condition definition 48, a determination confirmation definition 49, and the like as the storage unit 37. The storage device 67 or the RAM 66 includes a log storage area 50.

CPU62は、制御部41として、記憶装置67またはROM63から本実施形態に係るプログラムを読み出し、当該プログラムを実行し、収集部2、特定部3、決定部4として機能する。   As the control unit 41, the CPU 62 reads out the program according to the present embodiment from the storage device 67 or the ROM 63, executes the program, and functions as the collection unit 2, the identification unit 3, and the determination unit 4.

上記実施形態で説明した処理を実現するプログラムは、プログラム提供者側から通信ネットワーク70、および通信I/F66を介して、例えば記憶装置67に格納されてもよい。また、上記実施形態で説明した処理を実現するプログラムは、市販され、流通している可搬型記憶媒体に格納されていてもよい。この場合、この可搬型記憶媒体は読み取り装置68にセットされて、CPU62によってそのプログラムが読み出されて、実行されてもよい。可搬型記憶媒体としてはCD−ROM、フレキシブルディスク、光ディスク、光磁気ディスク、ICカード、USBメモリ装置など様々な形式の記憶媒体を使用することができる。このような記憶媒体に格納されたプログラムが読み取り装置68によって読み取られる。   The program for realizing the processing described in the above embodiment may be stored in, for example, the storage device 67 from the program provider side via the communication network 70 and the communication I / F 66. Moreover, the program which implement | achieves the process demonstrated by the said embodiment may be stored in the portable storage medium marketed and distribute | circulated. In this case, the portable storage medium may be set in the reading device 68 and the program read by the CPU 62 and executed. As the portable storage medium, various types of storage media such as a CD-ROM, a flexible disk, an optical disk, a magneto-optical disk, an IC card, and a USB memory device can be used. The program stored in such a storage medium is read by the reading device 68.

また、入力機器72には、キーボード、マウス、電子カメラ、ウェブカメラ、マイク、スキャナ、センサ、タブレットなどを用いることが可能である。また、出力機器71には、ディスプレイ、プリンタ、スピーカなどを用いることが可能である。また、ネットワーク70は、インターネット、LAN、WAN、専用線、有線、無線等の通信網であってよい。   As the input device 72, a keyboard, a mouse, an electronic camera, a web camera, a microphone, a scanner, a sensor, a tablet, or the like can be used. The output device 71 can be a display, a printer, a speaker, or the like. The network 70 may be a communication network such as the Internet, a LAN, a WAN, a dedicated line, a wired line, and a wireless line.

なお、本発明は、以上に述べた実施の形態に限定されるものではなく、本発明の要旨を逸脱しない範囲内で種々の構成または実施形態を取ることができる。   The present invention is not limited to the above-described embodiment, and various configurations or embodiments can be taken without departing from the gist of the present invention.

1 ログ情報収集装置
2 収集部
3 特定部
4 決定部
11 クライアント端末
12 業務システム
13 WEBサーバ
14 DBサーバ
15 通信ネットワーク
41 制御部
42 業務AP1/業務AP2
42a 処理要求取得部
42b 処理結果送信部
42c ログ出力部
43 ログ管理部
43a 収集部
43b 判定部
43c 出力部
44 OS
47 記憶部
48 異常条件定義
49 判定確定定義
50 ログ格納領域
DESCRIPTION OF SYMBOLS 1 Log information collection apparatus 2 Collection part 3 Specification part 4 Determination part 11 Client terminal 12 Business system 13 WEB server 14 DB server 15 Communication network 41 Control part 42 Business AP1 / business AP2
42a processing request acquisition unit 42b processing result transmission unit 42c log output unit 43 log management unit 43a collection unit 43b determination unit 43c output unit 44 OS
47 Storage unit 48 Abnormal condition definition 49 Judgment definition 50 Log storage area

Claims (3)

コンピュータに、
端末装置からの処理要求の取得から該処理要求に対する実行結果の該端末装置への送信までの処理に応じて生成される前記端末装置についてのログ情報を収集し、
収集した前記端末装置についてのログ情報から、前記実行結果を示す結果データが前記端末装置で表示された以降の、該端末装置における画面表示の遷移情報を特定し、
特定した前記画面表示の遷移情報と、予め設定された画面遷移パターンの条件とに基づいて、前記処理要求に対応する処理についてのログ情報を、記憶部に優先的に保持するか否かを決定する、
ことを実行させることを特徴とするログ情報収集プログラム。
On the computer,
Collecting log information about the terminal device generated in response to processing from acquisition of the processing request from the terminal device to transmission of the execution result for the processing request to the terminal device;
From the collected log information about the terminal device, specify the transition information of the screen display in the terminal device after the result data indicating the execution result is displayed on the terminal device,
Based on the specified transition information of the screen display and the condition of the screen transition pattern set in advance, it is determined whether or not to preferentially hold the log information about the processing corresponding to the processing request in the storage unit To
Log information collection program characterized by causing
端末装置からの処理要求の取得から、該処理要求に対する実行結果の該端末装置への送信までの処理に応じて生成される前記端末装置についてのログ情報を収集する収集部と、
収集した前記端末装置についてのログ情報から、前記実行結果を示す結果データが前記端末装置で表示された以降の、該端末装置における画面表示の遷移情報を特定する特定部と、
特定した前記画面表示の遷移情報と、予め設定された画面遷移パターンの条件とに基づいて、前記処理要求に対応する処理についてのログ情報を、記憶部に優先的に保持するか否かを決定する決定部と、
を備えることを特徴とするログ情報収集装置。
A collection unit that collects log information about the terminal device generated according to processing from acquisition of a processing request from the terminal device to transmission of an execution result for the processing request to the terminal device;
From the collected log information about the terminal device, a specifying unit that specifies transition information of screen display in the terminal device after the result data indicating the execution result is displayed on the terminal device;
Based on the specified transition information of the screen display and the condition of the screen transition pattern set in advance, it is determined whether or not to preferentially hold the log information about the processing corresponding to the processing request in the storage unit A decision unit to
A log information collecting apparatus comprising:
コンピュータが、
端末装置からの処理要求の取得から、該処理要求に対する実行結果の該端末装置への送信までの処理に応じて生成される前記端末装置についてのログ情報を収集し、
収集した前記端末装置についてのログ情報から、前記実行結果を示す結果データが前記端末装置で表示された以降の、該端末装置における画面表示の遷移情報を特定し、
特定した前記画面表示の遷移情報と、予め設定された画面遷移パターンの条件とに基づいて、前記処理要求に対応する処理についてのログ情報を、記憶部に優先的に保持するか否かを決定する、
ことを特徴とするログ情報収集方法。
Computer
Collect log information about the terminal device generated in response to processing from acquisition of the processing request from the terminal device to transmission of the execution result for the processing request to the terminal device,
From the collected log information about the terminal device, specify the transition information of the screen display in the terminal device after the result data indicating the execution result is displayed on the terminal device,
Based on the specified transition information of the screen display and the condition of the screen transition pattern set in advance, it is determined whether or not to preferentially hold the log information about the processing corresponding to the processing request in the storage unit To
A log information collecting method characterized by the above.
JP2015030781A 2015-02-19 2015-02-19 Log information collection program, log information collection device, and log information collection method Expired - Fee Related JP6476978B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2015030781A JP6476978B2 (en) 2015-02-19 2015-02-19 Log information collection program, log information collection device, and log information collection method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2015030781A JP6476978B2 (en) 2015-02-19 2015-02-19 Log information collection program, log information collection device, and log information collection method

Publications (2)

Publication Number Publication Date
JP2016152017A true JP2016152017A (en) 2016-08-22
JP6476978B2 JP6476978B2 (en) 2019-03-06

Family

ID=56695409

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2015030781A Expired - Fee Related JP6476978B2 (en) 2015-02-19 2015-02-19 Log information collection program, log information collection device, and log information collection method

Country Status (1)

Country Link
JP (1) JP6476978B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2021005153A (en) * 2019-06-25 2021-01-14 株式会社リコー Detailed log distribution device, program, and detailed log distribution system

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10222467A (en) * 1997-02-07 1998-08-21 Hitachi Ltd Monitor supporting method for user operation situation
JP2013031039A (en) * 2011-07-29 2013-02-07 Konica Minolta Business Technologies Inc Information processing device and information processing program
JP2013045199A (en) * 2011-08-23 2013-03-04 Kyocera Document Solutions Inc Electronic apparatus and image forming apparatus
WO2013190607A1 (en) * 2012-06-18 2013-12-27 株式会社日立製作所 Screen information collecting computer, screen information collecting method, and computer-readable storage medium
JP2014038435A (en) * 2012-08-14 2014-02-27 Ricoh Co Ltd Fault analysis information management system and fault analysis information management method

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10222467A (en) * 1997-02-07 1998-08-21 Hitachi Ltd Monitor supporting method for user operation situation
JP2013031039A (en) * 2011-07-29 2013-02-07 Konica Minolta Business Technologies Inc Information processing device and information processing program
JP2013045199A (en) * 2011-08-23 2013-03-04 Kyocera Document Solutions Inc Electronic apparatus and image forming apparatus
WO2013190607A1 (en) * 2012-06-18 2013-12-27 株式会社日立製作所 Screen information collecting computer, screen information collecting method, and computer-readable storage medium
JP2014038435A (en) * 2012-08-14 2014-02-27 Ricoh Co Ltd Fault analysis information management system and fault analysis information management method

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2021005153A (en) * 2019-06-25 2021-01-14 株式会社リコー Detailed log distribution device, program, and detailed log distribution system
JP7318353B2 (en) 2019-06-25 2023-08-01 株式会社リコー Detailed log delivery system and detailed log delivery method

Also Published As

Publication number Publication date
JP6476978B2 (en) 2019-03-06

Similar Documents

Publication Publication Date Title
CN101374183B (en) Document monitor device, document monitor system, and document monitor method
US9813604B2 (en) Management method for network system and network device, network device and control method therefor, and management system
CN109545366B (en) Method and system for summarizing diagnostic analyzer related information
US10275304B2 (en) Information processing apparatus, information processing system and method for monitoring errors
CN114077525A (en) Abnormal log processing method and device, terminal equipment, cloud server and system
US9185632B2 (en) Information processing system, information storage apparatus, and location information storing method
JP2008090504A (en) Computer maintenance support system and analysis server
JP2011065440A (en) Log data analysis device and log data analysis method of the same, and log data analysis program
TW201248513A (en) Board automatic test method and system
JP2009075940A (en) Log analyzing apparatus and program
JP6238221B2 (en) Apparatus, method and program for monitoring execution of software
JP6476978B2 (en) Log information collection program, log information collection device, and log information collection method
US9811719B2 (en) Information processing apparatus and method, and non-transitory computer readable medium
JP7235110B2 (en) Operation log acquisition device, operation log acquisition method, and operation log acquisition program
JP2009140297A (en) Application deletion support system
JP2017068691A (en) Diagnostic program, diagnostic method and diagnostic apparatus
JP4978504B2 (en) Information processing apparatus, communication information collecting method, and program
JP2009151485A (en) Suspicious behavior detecting system, suspicious behavior detecting method, and suspicious behavior detecting program
JP2007310807A (en) Plug-in version management system
JP2010134724A (en) Device and method for monitoring message queuing, program and recording medium
JP4138856B1 (en) Operation monitoring system
JP2011113473A (en) Transaction processing system and information gathering method of the same
JP4968092B2 (en) Stall detection device, stall detection method, and stall detection program
CN111510432A (en) Safety monitoring method, device and equipment for website abnormity
CN111858239B (en) Server hard disk monitoring method, device, equipment and medium

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20171215

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20180831

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20180911

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20181025

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20190108

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20190121

R150 Certificate of patent or registration of utility model

Ref document number: 6476978

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees