JP2008257405A - Computer operation information recording device - Google Patents
Computer operation information recording device Download PDFInfo
- Publication number
- JP2008257405A JP2008257405A JP2007097846A JP2007097846A JP2008257405A JP 2008257405 A JP2008257405 A JP 2008257405A JP 2007097846 A JP2007097846 A JP 2007097846A JP 2007097846 A JP2007097846 A JP 2007097846A JP 2008257405 A JP2008257405 A JP 2008257405A
- Authority
- JP
- Japan
- Prior art keywords
- computer
- operation information
- recording
- hardware
- unit
- 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
Links
Images
Landscapes
- Debugging And Monitoring (AREA)
Abstract
Description
本発明は、計算機動作情報記録装置に関し、特に、計算機においてプログラムが実行されているときの計算機のハードウエアの動作状態を記録する計算機動作情報記録装置に関する。 The present invention relates to a computer operation information recording apparatus, and more particularly, to a computer operation information recording apparatus that records an operation state of hardware of a computer when a program is executed on the computer.
従来より、計算機の高負荷状態、異常状態等における、計算機の動作情報の記録の方法には、ソフトウエアによる記録方法と、ハードウエアによる記録方法の2つの方法がある。そのソフトウエアあるいはハードウエアにより記録されたデータ、すなわち動作情報を解析することにより、計算機のプログラム開発等を行うユーザは、計算機の動作を確認し、計算機の各種状態を分析して、開発プログラム等の最適化を図ることができる。 Conventionally, there are two methods for recording computer operation information in a high-load state, an abnormal state, etc. of a computer: a recording method by software and a recording method by hardware. By analyzing the data recorded by the software or hardware, that is, operation information, the user who develops the computer program, etc., confirms the operation of the computer, analyzes the various states of the computer, and develops the development program, etc. Can be optimized.
ソフトウエアによる計算機の動作情報の記録では、オペレーティングシステム(以下、OSという)、あるいはアプリケーションプログラム(以下、単にアプリケーションとも言う)によって、各プログラムの実行時の負荷状態情報の取得、プログラムについて発生するイベントの記録、等のソフトウエアの動作状態を示す動作情報の記録が行われる。また、ハードウエアによる計算機の動作状態の記録では、ロジックアナライザ等によりハードウエアの動作状態を示す動作情報の記録が行われる。 When computer operation information is recorded by software, load status information is acquired during the execution of each program by an operating system (hereinafter referred to as OS) or an application program (hereinafter also simply referred to as application), and events that occur for the program The operation information indicating the operation state of the software such as recording is recorded. In addition, when recording the operation state of the computer by hardware, operation information indicating the operation state of the hardware is recorded by a logic analyzer or the like.
一般にソフトウエアによる記録では、ソフトウエアの動作周期で各種動作情報の記録が行われるため、ソフトウエアによる記録は、ハードウエアによる記録よりも、比較的長い時間間隔での動作情報の記録となる。逆に、ハードウエアによる記録では、原則としてハードウエアの動作周期でハードウエアの動作情報の記録を行うため、ハードウエアによる記録は、ソフトウエアによる記録よりも、比較的短い時間間隔での動作情報の記録となる。 In general, recording by software records various pieces of operation information in the operation cycle of the software. Therefore, recording by software results in recording operation information at a relatively longer time interval than recording by hardware. On the other hand, in the recording by hardware, the operation information of hardware is recorded in the operation cycle of the hardware as a general rule. Therefore, the recording by hardware is the operation information at a relatively short time interval than the recording by software. It becomes a record.
ソフトウエアによる記録方法の一つとして、測定イベント(例えば、特定の関数の実行)が一定の閾値を超える回数分発生した際に、割り込みを発生させて、割り込み処理ハンドラを用いて、割り込み発生回数をカウントすることにより、性能プロファイリングを行う技術が、特開2005-215816号公報に提案されている。 One of the recording methods by software is to generate an interrupt when a measurement event (for example, execution of a specific function) occurs for a certain number of times exceeding a certain threshold, and use the interrupt handler to generate the number of interrupts. Japanese Patent Laid-Open No. 2005-215816 proposes a technique for performing performance profiling by counting.
また、ハードウエアによる記録方法の一つとして、コール回数が所定の閾値を超えた、実行頻度の高い命令を選択し、その選択された命令についてハードウエアのパフォーマンスプロファイリングを行う技術も、米国特許第5896538号公報に提案されている。 In addition, as one of the recording methods by hardware, a technique for selecting a frequently executed instruction whose number of calls exceeds a predetermined threshold and performing hardware performance profiling on the selected instruction is also disclosed in US Pat. This is proposed in Japanese Patent No. 5896538.
しかし、ソフトウエアによる記録とハードウエアによる記録は、お互いに別個に実施されていたため、異常状態、高負荷状態等になった場合には、同じ事象を再現させて記録することを、再度個別に行う必要があった。 However, since software recording and hardware recording were performed separately from each other, in the event of abnormal conditions, high load conditions, etc., the same event must be reproduced and recorded separately again. There was a need to do.
さらにまた、異常状態、高負荷状態等は、いつ発生するかが不明な場合が多いため、そのような状態を再現するための労力も大きく、加えて、再現して2つの方式での記録を行った場合であっても、データの解析時には、互いに異なる方式で取得したデータのマッチングのためにかかる労力とコストは大きいものであった。
そこで、本発明は、以上のような問題に鑑みてなされたものであり、プログラム実行時の計算機について、ソフトウエア動作情報と、ハードウエア動作情報とを関連付けて記録することができる計算機動作情報記録装置を提供することを目的とする。 Therefore, the present invention has been made in view of the above problems, and computer operation information recording that can record software operation information and hardware operation information in association with each other at the time of program execution. An object is to provide an apparatus.
本発明の一態様によれば、計算機においてプログラムが実行されているときの前記計算機の動作状態を記録する計算機動作情報記録装置であって、前記計算機に設けられ、前記計算機の動作状態の情報として、前記計算機の中央処理装置内のハードウエアの動作状態を示す第1の動作情報を、格納命令に応じて所定のタイミングで連続して格納する第1のメモリを有するハードウエアモニタ部と、前記計算機においてプログラムが実行されているときの前記計算機の動作状態を記録する記録条件を設定する条件設定部と、前記計算機においてプログラムが実行されているときに、前記条件設定部において設定された前記記録条件が成立したか否かを判定する記録条件判定部と、前記計算機においてプログラムが実行されているときに、前記計算機の動作状態の情報として、前記計算機において実行される前記プログラムの動作状態を示す第2の動作情報を第2のメモリに記録し、前記記録条件判定部が記録条件が成立したと判定した場合、前記第1の動作情報を記録するために前記ハードウエアモニタ部に前記格納命令を出力する記録実行部とを有することを特徴とする計算機動作情報記録装置を提供することができる。 According to one aspect of the present invention, there is provided a computer operation information recording apparatus for recording an operation state of the computer when a program is executed in the computer, the computer operation information recording device being provided in the computer, as information on the operation state of the computer A hardware monitor unit having a first memory for continuously storing first operation information indicating an operation state of hardware in the central processing unit of the computer at a predetermined timing according to a storage instruction; A condition setting unit for setting a recording condition for recording the operation state of the computer when the program is executed in the computer; and the recording set in the condition setting unit when the program is executed in the computer A recording condition determining unit that determines whether or not a condition is satisfied; and when the computer is executing a program, When the second operation information indicating the operation state of the program executed in the computer is recorded in the second memory as the operation state information of the machine, and the recording condition determination unit determines that the recording condition is satisfied A computer operation information recording apparatus comprising: a recording execution unit that outputs the storage instruction to the hardware monitor unit for recording the first operation information.
本発明によれば、プログラム実行時の計算機について、ソフトウエア動作情報と、ハードウエア動作情報とを関連付けて記録することができる計算機動作情報記録装置を提供することを目的とする。 According to the present invention, an object of the present invention is to provide a computer operation information recording apparatus capable of recording software operation information and hardware operation information in association with each other when a program is executed.
以下、図面を参照して本発明の実施の形態を説明する。
(第1の実施の形態)
まず図1に基づき、本発明の第1の実施の形態に係わる計算機動作情報記録装置の構成を説明する。図1は、本実施の形態に係わる計算機動作情報記録装置のシステム構成を説明するためのブロック図である。
Embodiments of the present invention will be described below with reference to the drawings.
(First embodiment)
First, based on FIG. 1, the structure of the computer operation information recording apparatus concerning the 1st Embodiment of this invention is demonstrated. FIG. 1 is a block diagram for explaining the system configuration of the computer operation information recording apparatus according to this embodiment.
計算機動作情報記録装置1は、中央処理装置(CPU)を含むハードウエア層11と、OSを含むソフトウエア層12を有して構成される。
ハードウエア層11は、CPU21と、そのCPU21の動作をモニタするハードウエアモニタ部22と、そのハードウエアモニタ部(図1及び図2では、HWモニタと記す)22内に設けられたメモリであるバッファメモリ(以下、単にバッファともいう)23を有する。ハードウエア層11には、図示しないが、他にも入出力インターフェース部、主メモリ等が含まれる。例えば、ハードウエア層11は、1つの半導体チップで構成されている。
The computer operation
The hardware layer 11 is a memory provided in the
ソフトウエア層12は、OS31と、OS31に含まれるモニタ部32と、OS31上で実行される複数のアプリケーションプログラム(以下、単にアプリケーションという)33とを含む。アプリケーション33は、設定表示部34と、複数のユーザプログラム35を含む。
The
計算機動作情報記録装置1は、例えば、開発プログラムであるユーザプログラム35を実行する、パーソナルコンピュータ(PC)、専用マシン等の計算機であり、CPU21以外には、ROM、RAM、各種インターフェース等を有する。そして、計算機情報記録装置1は、図示しないが、キーボード、マウス等の入力装置、画面、プリンタ等の表示装置、等のマンマシンインターフェース(以下、MMIと略す)を有する。さらに、計算機情報記録装置1には、ハードディスク装置等の外部記憶装置が接続可能となっている。
The computer operation
図2は、本実施の形態に係る計算機動作情報記録装置1の機能を説明するための図である。全体的な動作説明をすれば、OS31は、プログラムファイル41からユーザプログラム35を読み出し、かつ設定ファイル42から設定情報を読み出し、CPU21に読み出したユーザプログラム35を実行させる。
設定情報は、ハードウエアの動作状態を示す動作情報の記録を行う条件、すなわち記録条件の情報を含む。設定情報は、図1に示す、ユーザプログラム35が実行される計算機システム全体に関する情報であり、計算機システムにおけるソフトウエアの状態を示す条件だけでなく、計算機システムにおけるハードウエアの状態を示す条件でもよい。
FIG. 2 is a diagram for explaining functions of the computer operation
The setting information includes conditions for recording operation information indicating the operation state of hardware, that is, information on recording conditions. The setting information is information relating to the entire computer system in which the
モニタ部32は、ユーザプログラム35の実行時におけるシステム全体の状態を監視し、さらにユーザプログラム35のソースコードに対応して実行される各プロセス35aの実行状態を監視する。そして、モニタ部32は、ユーザプログラム35の実行中に、読み出した設定情報に設定された記録条件が成立するか否かを監視する。
The
モニタ部32は、ユーザプログラム35の実行が開始されると、ユーザプログラム35が実行中における各種プログラムの動作状態を示す動作情報(以下、ソフトウエア動作情報ともいう)を記録する。
When the execution of the
さらに、モニタ部32は、設定ファイル42に設定された記録条件が成立したことを検出すると、ハードウエアの動作状態を示す動作情報(以下、ハードウエア動作情報ともいう)を、ソフトウエア動作情報と関連付けて記録する。記録されたソフトウエア動作情報とハードウエア動作情報は、設定表示部34により読み出されて、結果データとしてデータファイル43に出力され、あるいは液晶表示装置(LCD)等の表示部44に出力されて表示される。
なお、後述するように、モニタ部32は、設定ファイル42に設定された記録条件が成立したことを検出すると、ソフトウエア動作情報とハードウエア動作情報の記録を、同時に開始するようにしてもよい。
Further, when the
As will be described later, when the
また、設定表示部34は、ユーザがMMIを利用して、後述する設定ファイル42に設定情報を設定し、設定された設定情報を表示部44の画面上に表示し変更し、さらに、取得したソフトウエア動作情報及びハードウエア動作情報を、データファイル43あるいは表示部44に出力する処理を実行するための処理部である。
In addition, the
なお、プログラムファイル41、設定ファイル42及びデータファイル43は、例えば、外部記憶装置(図示せず)に設けられている。
The
さらに具体的に説明する。モニタ部32は、OS31及びユーザプログラム35等の全てのプログラムの動作を監視する。ソフトウエア動作情報は、周期的にプログラムカウンタ(PC)の値を記録することによりプログラム動作点すなわち動作アドレスの情報を取得し、プログラムファイルのソースコードと対応付けて動作ポイントの解析を実施することによって、取得される。これにより、モニタ部32は、例えば、動作中の、プログラム、関数、アドレス等を判定することができる。
This will be described more specifically. The
さらに、モニタ部32は、取得されたソフトウエア動作情報をデータファイル43に記録すると共に、記録条件が成立したと判定した場合には、起動信号あるいは格納命令を出力することによりハードウエアモニタ22を起動させて動作中のハードウエア動作情報の記録を開始させる。例えば、記録条件は、ユーザプログラム中の特定の命令についての実行回数、実行割合等についての閾値等の条件である。
Furthermore, the
なお、設定ファイル42に設定される記録条件は、ユーザプログラム中の特定の命令の実行回数、等の実行されるユーザプログラムの動作状態についての条件だけでなく、上述したように、そのユーザプログラムを実行する計算機システム全体の状態についての条件等でもよい。
The recording conditions set in the
ハードウエアモニタ22は、ハードウエア動作情報を、バッファ23に、所定のタイミングで連続して格納することによって、ハードウエア動作情報を、時系列データとしてバッファ23に記憶することができる。
The
ハードウエアモニタ部22は、OS31のモニタ部32からの起動命令あるいは格納命令に応じて、ハードウエア動作情報をモニタして取得し、バッファ23に時系列データとして記録する、いわゆるパフォーマンスモニタ機能を有する。具体的には、ハードウエアモニタ部22は、予め設定されたCPU21内の複数のレジスタのデータを、所定のタイミングで連続して複数回取得することによって、ハードウエア動作情報を時系列データとしてバッファ23に記録する。
The
ここで、所定のタイミングは、予めユーザ等によって設定されてもよいし、あるいはハードウエアモニタ部22が予め有している時間間隔でもよい。ハードウエア動作情報は、一旦格納命令を受信すると、その所定のタイミングでハードウエア動作情報を連続して取得されるので、時系列データとなる。
また、記録条件が成立したと判定された後も、ソフトウエア動作情報は、継続して取得されているので、時系列データとなる。
Here, the predetermined timing may be set in advance by a user or the like, or may be a time interval that the
Even after it is determined that the recording condition is satisfied, the software operation information is continuously acquired, and thus becomes time-series data.
以上のように、モニタ部32は、ソフトウエア動作情報をユーザプログラム35が実行中に常時記憶すると共に、設定された記録条件が成立したと判定すると、記録条件の成立のタイミングに合わせて、計算機の動作状態の情報として、ハードウエア動作情報の記録を開始する。
As described above, the
従って、ソフトウエア動作情報と、そのソフトウエア動作情報よりも短い時間間隔の詳細なハードウエア動作情報とが関連付けられて記録される。バッファ23に記録されたハードウエア動作情報は、設定表示部34により読み出されて、外部記憶装置のデータファイル43に出力されて記録され、あるいは、表示部44に出力されて表示される。
Therefore, software operation information and detailed hardware operation information having a shorter time interval than the software operation information are recorded in association with each other. The hardware operation information recorded in the
次に、モニタ部32の構成について説明する。
図3は、モニタ部32の構成を説明するためのブロック図である。モニタ部32は、プログラムファイル読み込み部51と、ユーザプロセス監視部52と、設定ファイル読込/書込部53と、ハードウエアモニタ制御(図ではHWモニタ制御部)54と、ハードウエア動作情報受信部(図ではHW動作情報受信部)55と、設定情報受信部56と、動作情報送信部57とを含んで構成される。
Next, the configuration of the
FIG. 3 is a block diagram for explaining the configuration of the
プログラムファイル読込部51は、ユーザプログラム35を読み込むための処理部である。ソフトウエア及びハードウエアの動作情報を取得したいユーザプログラム35の読み込みと実行は、MMIを用いた、ユーザからの指定により行われる。
The program
ユーザプロセス監視部52は、ユーザプログラム35の実行時におけるシステム全体の状態の監視と、実行中のユーザプログラム35の各プロセスの動作の監視を行う処理部である。詳しくは、プログラムファイル読込部51からのプログラムをソースコードレベルで関連付けて、各プロセス35aの動作を監視することによって、システム全体の状態の監視も行われる。ユーザプロセス監視部52は、監視して得られたユーザプログラム35の各プロセスの動作状態の情報を、ハードウエアモニタ制御部54に供給する。
なお、プログラムのソースコードレベルでの対応付けは、プログラムファイル読込部51で行うようにしてもよい。
The user
The association at the source code level of the program may be performed by the program
設定ファイル読込/書込部53は、設定ファイル42から設定情報を読み込み、及び設定ファイル42へ設定情報を書き込む処理を行う処理部である。
具体的には、設定ファイル読込/書込部53には、MMIを用いてユーザによって入力された、設定表示部34からの設定情報が、後述する設定情報受信部56を介して入力される。設定ファイル読込/書込部53は、その入力された設定情報を、設定ファイル42に書き込む。また、設定ファイル読込/書込部53は、MMIを用いてユーザによって指定された、設定ファイル42に書き込まれている設定情報を読み出して、設定情報受信部56を介して、設定表示部34に出力する。ユーザは、MMIを用いて設定表示部34に入力された設定情報を、画面上で確認し変更することができる。設定ファイル読込/書込部53が、条件設定部を構成する。
The setting file reading /
Specifically, setting information from the setting
ハードウエアモニタ制御部54は、ユーザプロセス監視部52からの動作状態に関する情報と設定ファイル読込/書込部53からの設定情報とに基づいて、ハードウエアモニタ部22を起動し、ハードウエアモニタ部22にハードウエア動作情報を取得させる処理部である。
具体的には、ハードウエアモニタ制御部54は、ユーザプロセス監視部52からのユーザプログラム35の各プロセスの動作状態の情報を受信すると、設定ファイル読込/書込部53からの設定情報を比較し、設定情報に規定された記録条件が成立したか否かを判定する。ハードウエアモニタ制御部54は、後述する設定ファイル読込/書込部53から取得した設定情報と、ユーザプログラム35あるいはそのプロセス35aの動作とを比較し、記録条件が成立したと判定したときは、ハードウエア動作情報の記録を開始する。
The hardware
Specifically, when the hardware
ソフトウエア動作情報は、ユーザプログラム35の実行中に、ユーザプロセス監視部52あるいはハードウエアモニタ制御部54によって、データファイル43に直接書き込むようにしてもよいし、後述する動作情報送信部57と設定表示部34を介して、データファイル43に書き込まれるようにしてもよい。ユーザプロセス監視部52あるいはハードウエアモニタ制御部54は、ソフトウエア動作情報の記録実行部を構成する。
The software operation information may be directly written into the data file 43 by the user
ハードウエア動作情報の記録は、ハードウエアモニタ制御部54が、ハードウエアモニタ部22に格納命令を出力して、CPU21の所定の1以上のレジスタのデータを、ハードウエア動作情報として、バッファ23に記録するように指示することによって、行われる。ハードウエアモニタ制御部54は、ハードウエア動作情報の記録条件判定部と記録実行部を構成する。
For recording hardware operation information, the hardware
ハードウエア動作情報受信部55は、ハードウエアモニタ部22のバッファ23に記録されたハードウエア動作情報を読み出して受信するための処理部である。
具体的には、ハードウエア動作情報受信部55は、バッファ23に記録されたハードウエア動作情報を受信して、動作情報送信部57に出力する処理部である。
The hardware operation
Specifically, the hardware operation
設定情報受信部56は、上述したように、設定表示部34から受信した設定情報を設定ファイル読込/書込部53へ出力したり、あるいは設定ファイル読込/書込部53を介して読み出した設定情報を設定表示部34へ出力するための処理部である。
As described above, the setting
動作情報送信部57は、ハードウエア動作情報受信部55からのハードウエア動作情報を、設定表示部34に供給する処理部である。
具体的には、動作情報送信部57は、ユーザからの指示に応じて、記録されたハードウエア動作情報を、表示部44の画面上に表示したりするために、設定表示部34に出力する。
The operation
Specifically, the operation
ここで、バッファ23の構成について説明する。図4は、バッファ23の構成例を示す構成図である。
バッファ23は、ハードウエアモニタ部22によって取得された、CPU21内部で発生したイベントのデータと、CPU21中の制御レジスタ等の複数のレジスタのデータの両方のデータあるいは一方のデータが記録される複数のバッファ領域を含んで構成される。バッファ23は、CPU21中のレジスタa1からanのn個(nは、1以上の正の整数)のレジスタのデータを、m個(mは、2以上の整数)分だけ、あるいはm回分だけ、記憶できる複数のバッファ領域を含んで構成される。ハードウエア動作情報を取得するためのCPU21中のレジスタa1からanは、それぞれ、ユーザによって予め指定あるいは設定される。
Here, the configuration of the
The
より具体的には、バッファ23は、m個のバッファアレイBA1からBAmを含んで構成されている。各バッファアレイBAiは、1回のタイミングでレジスタa1からanに対応する複数のレジスタのデータ(d1i,d2i,d3i,d4i,・・・,dni)を記録するためのn個のバッファ領域を有する(iは、1からmのいずれかの整数)。最初のタイミングt1で、バッファアレイBA1には、レジスタa1からanのn個のデータ(d11,d21,d31,d41,・・・,dn1)が記録される。2回目のタイミングt2で、バッファアレイBA2には、レジスタa1からanのn個のデータ(d12,d22,d32,d42,・・・,dn2)が記録される。以下同様にして、最後のタイミングtmにおいて、バッファアレイBAmには、レジスタa1からanのn個のデータ(d1m,d2m,d3m,d4m,・・・,dnm)が記録される。
More specifically, the
ハードウエアモニタ部22は、所定の周期のタイミングで、各レジスタのデータの取得を、連続して行う制御回路を内蔵している。よって、ハードウエアモニタ部22は、ハードウエア動作情報の記録の指示である格納命令を受信すると、所定の周期のタイミングで、各レジスタのデータの取得を、連続して行う。その結果、図4に示すバッファ23には、各レジスタの時系列データが記録される。
そして、バッファ23の記憶領域が、m回分のハードウエア動作情報で一杯になると、ハードウエア動作情報の記録は終了する。なお、ハードウエア動作情報の記録は、記録条件が不成立になると終了するようにしてもよい。また、ソフトウエア動作情報の記録は、ハードウエア動作情報の記録の終了と共に終了してもよいし、継続してもよい。
The
When the storage area of the
従って、バッファ23には、所定のタイミングで取得された各レジスタのデータが、所定の時間に亘る時系列データとして、記録される。言い換えると、バッファ23は、各レジスタのデータを、所定の時間に亘って、所定のタイミングで、複数回取得して得られた時系列データとして記録するための複数の記憶領域を有するメモリである。
Accordingly, each register data acquired at a predetermined timing is recorded in the
次に、動作について説明する。
図5は、モニタ32の処理の流れの例を示すフローチャートである。図5の処理の実行の前に、ユーザはMMIを利用して、計算機の動作情報の記録を行うユーザプログラム35の指定と、その動作情報を記録する記録条件の設定ファイル42への書き込み、及び、ハードウエアモニタ部22に対してのハードウエア情報を記録するCPU21の1以上のレジスタの指定が、予めされている。
Next, the operation will be described.
FIG. 5 is a flowchart showing an example of the processing flow of the
指定されたユーザプログラム35が実行されると、ソフトウエア動作情報の記録が開始されると共に、図5の処理が実行される。実行に先立ちハードウエアモニタ制御部54は、設定ファイル42から記録条件の情報を設定ファイル読込/書込部53により読み出して、記録条件の情報を取得しておく。
When the designated
モニタ32は、指定されたユーザプログラム35を実行し、モニタ32のユーザプロセス監視部52は、OS31及びユーザプログラム35を含めて、実行中の全てのソフトウエアの動作状態を監視し、ハードウエアモニタ制御部54は、ユーザプロセス監視部52からの動作状態の情報に基づいて、設定ファイル読込/書込部53からの記録条件が成立するか否かを判定する(ステップS1)。例えば、プログラムの動作状態として、所定の命令の実行回数が監視され、その記録条件として実行回数が設定されている場合に、その所定の命令が設定された回数だけ実行されたか否かの判定を行い、その命令が設定された回数実行されると、記録条件が成立したと判定される。ステップS1の処理は、ハードウエアモニタ制御部54によって実行される記録条件判定部を構成する。
記録条件が成立しなければ、処理は、次の処理に移行せず、ステップS1の処理を継続する。
The
If the recording condition is not satisfied, the process does not proceed to the next process and continues the process of step S1.
記録条件が成立すると、ハードウエアモニタ制御部54は、ハードウエアモニタ部22に対して格納命令を出力することによって、ハードウエア動作情報を、バッファ23に記録するように指示を出力する(ステップS2)。
When the recording condition is satisfied, the hardware
ハードウエア動作情報の記録を指示されたハードウエアモニタ部22は、所定のサイクルすなわち周期のタイミングで、各レジスタの動作情報を取得して、バッファ23に記録する。
The
バッファ23に記録できる時間は、サンプリングの周期によって異なるが、本実施の形態では、m個のバッファアレイ分のハードウエア動作情報が記録されたら、図5のステップS2の処理は終了する。
Although the time that can be recorded in the
なお、別途設定されたタイマーによって設定された設定時間になったか否かを監視し、記録を開始してからの経過時間が、その設定時間になると、ステップS2の処理を終了するようにしてもよいし、ハードウエア動作情報の記録は、記録条件が不成立になると終了するようにしてもよい。ステップS2の処理は、ハードウエアモニタ制御部54によって実行される記録実行部を構成する。
Note that it is monitored whether or not the set time set by a separately set timer has been reached, and when the elapsed time from the start of recording reaches the set time, the process of step S2 may be terminated. Alternatively, the recording of the hardware operation information may be terminated when the recording condition is not satisfied. The process of step S2 constitutes a recording execution unit executed by the hardware
以上の処理によって、ハードウエア動作情報の記録の開始からの経過時間とハードウエアモニタ部22の所定のサイクルの時間とに基づいて、ソフトウエア動作情報とハードウエア動作情報の対応付けは行うことができる。
With the above processing, the software operation information and the hardware operation information can be associated with each other based on the elapsed time from the start of the recording of the hardware operation information and the time of the predetermined cycle of the
記録されたソフトウエア動作情報とハードウエア動作情報は、ユーザがMMIを利用して、設定表示部34により、例えば表示部44に時系列データとして、2つの動作情報が対比できるように表示させることができる。言い換えれば、ユーザ側ツールとしてのソフトウエアである設定表示部34に、記録されたソフトウエア動作情報とハードウエア動作情報を、対比して表示する表示部としての機能を持たせることによって、2つの動作情報をユーザは対比して見ることができる。
The recorded software operation information and hardware operation information are displayed on the
なお、対応付けされた2つの動作情報、すなわちソフトウエア動作情報とハードウエア動作情報は、例えば、画面上に対比して表示させるだけでなく、プリンタにより並べて印刷することもできる。
さらになお、モニタ部32は、設定ファイル42に設定された記録条件が成立したことを検出すると、ソフトウエア動作情報とハードウエア動作情報の記録を、同時に開始するようにしてもよい。
Note that the two pieces of associated operation information, that is, the software operation information and the hardware operation information, for example, can be displayed not only on the screen but also side by side with a printer.
Furthermore, the
図6は、その同時記録を行う場合のモニタ部32の処理の流れの例を示すフローチャートである。図5と同じ処理については同じステップ記号を付し説明は省略する。図6に示すように、ハードウエアモニタ制御部54は、ステップS1で記録条件が成立したことを検出すると、ソフトウエア動作情報の記録を開始し(ステップS3)、そして、同時に、ハードウエアモニタ部22に対して格納命令を出力する(ステップS2)。
FIG. 6 is a flowchart illustrating an example of a processing flow of the
図6の処理によれば、ソフトウエア動作情報とハードウエア動作情報の記録は同時に開始されているので、その記録の開始からの経過時間とハードウエアモニタ部22の所定のサイクルの時間とに基づいて、ソフトウエア動作情報とハードウエア動作情報の対応付けは行うことができる。図6の場合、記録条件は、ソフトウエア動作情報とハードウエアの動作状態を示す動作情報の両方の記録を行う条件である。
According to the processing of FIG. 6, since the recording of the software operation information and the hardware operation information is started at the same time, based on the elapsed time from the start of the recording and the time of a predetermined cycle of the
従って、そのように時間的に関連付けられた2つの動作情報をみることができるので、ユーザは、開発プログラム等の最適化を効率的に行うことができる。 Therefore, since two pieces of operation information related in time can be seen, the user can efficiently optimize the development program and the like.
以上のように、本実施の形態によれば、所定の記録条件が成立すると、ハードウエア動作情報の記録を開始するので、計算機の動作情報の解析時における、2つの動作情報のマッチングのための労力、コストを小さくすることができる。 As described above, according to the present embodiment, since the recording of hardware operation information is started when a predetermined recording condition is satisfied, it is possible to match two operation information when analyzing the operation information of a computer. Labor and cost can be reduced.
(第2の実施の形態)
第1の実施の形態では、OS等のソフトウエア、プロセス等のプログラムの動作状態を監視して、その監視している状態が、所定の設定されたプログラムの動作状態に関する記録条件に合致すると、ハードウエア動作情報の記録が開始され、ソフトウエア動作情報とハードウエア動作情報が関連付けられるようにしている。これに対して、第2の実施の形態では、実行中のプログラムについて発生したソフトウエアイベントを監視し、ソフトウエアイベントが所定の設定された記録条件に合致すると、ハードウエア動作情報の記録が開始され、ソフトウエア動作情報とハードウエア動作情報が関連付けられるようにするものである。
(Second Embodiment)
In the first embodiment, the operating state of software such as an OS and a program such as a process is monitored, and when the monitored state matches a recording condition relating to a predetermined set operating state of the program, Recording of hardware operation information is started so that software operation information and hardware operation information are associated with each other. On the other hand, in the second embodiment, the software event that has occurred for the program being executed is monitored, and when the software event meets a predetermined recording condition, recording of hardware operation information is started. The software operation information and the hardware operation information are associated with each other.
図7は、第2の実施の形態に係わるモニタ部32Aの構成を説明するためのブロック図である。なお、図3のモニタ部32と同じ構成要素については、同一の符号を付し、説明は省略する。モニタ部32Aは、ソフトウエアイベント記録部61と、ソフトウエアイベント監視部62を含む。
FIG. 7 is a block diagram for explaining the configuration of the
ソフトウエアイベント記録部61は、ユーザプログラム35の実行中に、ファイルオープンエラー、ページフォールト等のソフトウエアイベントを検出し、記録する処理部である。ソフトウエアイベントの検出は、例えば、割り込みの有無等により行われる。計算機の動作状態を示すソフトウエアイベントとしては、OSに関するソフトウエアイベントだけでなく、アプリケーションに関するソフトウエアイベントも含まれる。従って、ソフトウエアイベントとしては、上述したイベント以外にも、プロセス切り換え、ディスクアクセス、プロセス間通信、アプリケーションにおける特定の出力、アプリケーションエラー、等のイベントもある。
The software event recording unit 61 is a processing unit that detects and records software events such as file open errors and page faults during execution of the
検出して記録されたソフトウエアイベントの情報は、ソフトウエアイベント監視部62に出力される。ソフトウエアイベント監視部62は、得られたソフトウエアイベントの情報をハードウエアモニタ制御部54に供給する。
Information of the software event detected and recorded is output to the software
一方で、設定ファイル42Aには、記録条件としてのソフトウエアイベントの情報が記憶されている。
ハードウエアモニタ制御部54は、ソフトウエアイベント監視部62からのソフトウエアイベントの情報を受信すると、読込/書込部53からの設定ファイル42の設定情報と比較し、設定情報に規定された記録条件が成立したが否かを判定する処理を行う。設定ファイル42には、プログラムの実行中に発生したソフトウエアイベントに関する条件が、設定情報すなわち記録条件として設定されている。
On the other hand, the setting file 42A stores software event information as a recording condition.
When the hardware
そして、ハードウエアモニタ制御部54は、設定ファイル読込/書込部53から取得した設定情報と、ソフトウエアイベント監視部62からのソフトウエアイベントの情報とを比較し、記録条件が成立したと判定されたときは、ハードウエア動作情報の記録を開始させる。
Then, the hardware
例えば、所定のファイルのオープンエラーの発生を記録条件として、予め設定ファイル42に記憶しておき、ハードウエアモニタ制御部54は、ソフトウエアイベント監視部62からのソフトウエアイベントの情報を監視し、その所定のファイルのオープンエラーのイベント情報を受信すると、ハードウエアモニタ部22に格納命令を出力する。ユーザプログラム35が実行を開始されると、ソフトウエアの動作状態を示す情報としてのソフトウエアイベントの情報は、ソフトウエアイベント記録部61、ソフトウエアイベント監視部62あるいはハードウエアモニタ制御部54によって、データファイル43に時系列のデータとして記録される。
For example, the occurrence of an open error in a predetermined file is stored in advance in the
なお、モニタ部32Aのその他の処理及び動作は、第1の実施の形態におけるモニタ部32の処理と動作と同じである。
The other processes and operations of the
また、設定ファイル42に設定される記録条件は、特定のソフトウエアイベントの発生の有無だけでなく、特定のソフトウエアイベントの発生回数、発生割合、発生状態等についての閾値等の条件でもよい。
The recording conditions set in the
なお、本実施の形態においても、図6で示した処理のように、ソフトウエアイベントに関する記録条件が成立したと判定されたときは、ソフトウエア動作情報とハードウエア動作情報の両方の記録を開始させるようにしてもよい。 Also in the present embodiment, recording of both software operation information and hardware operation information is started when it is determined that the recording condition related to the software event is satisfied as in the process shown in FIG. You may make it make it.
以上のように、本実施の形態によれば、ソフトウエアイベントに関して所定の記録条件が成立すると、ハードウエア動作情報の記録を開始するので、計算機の動作情報の解析時における、2つの動作情報のマッチングのための労力、コストを小さくすることができる。 As described above, according to the present embodiment, when a predetermined recording condition for a software event is established, recording of hardware operation information is started. Labor and cost for matching can be reduced.
(第3の実施の形態)
第1の実施の形態では、OS等のソフトウエア、プロセスの動作状態を監視して、その監視している状態が、所定の設定された記録条件に合致すると、ハードウエア動作情報の記録が開始され、ソフトウエア動作情報とハードウエア動作情報が関連付けられるようにしている。第2の実施の形態では、実行中のプログラムについて発生したソフトウエアイベントを監視し、ソフトウエアイベントが所定の設定された記録条件に合致すると、ハードウエア動作情報の記録が開始され、ソフトウエア動作情報とハードウエア動作情報が関連付けられるようにしている。これに対して、本実施の形態では、ハードウエア動作情報の記録の開始条件を、第1の実施の形態のような、OS等のソフトウエア、プロセスの動作と、第2の実施の形態のような、実行中のプログラムについて発生したソフトウエアイベントの、いずれかに選択することができるようにしたものである。
(Third embodiment)
In the first embodiment, the operating state of software such as an OS and processes is monitored, and when the monitored state matches a predetermined recording condition, recording of hardware operation information starts. Thus, the software operation information and the hardware operation information are associated with each other. In the second embodiment, a software event that has occurred for the program being executed is monitored, and when the software event meets a predetermined recording condition, recording of hardware operation information is started, and the software operation is started. The information is associated with the hardware operation information. On the other hand, in this embodiment, the start condition for recording the hardware operation information is the software and process operation such as the OS as in the first embodiment and the operation in the second embodiment. It is possible to select any of the software events that have occurred for the program being executed.
図8は、第3の実施の形態に係わるモニタ部32Bの構成を説明するためのブロック図である。なお、図3及び図7のモニタ部32、32Aと同じ構成要素については、同一の符号を付し、説明は省略する。モニタ部32Bは、プログラムファイル読込部51と、ユーザプロセス監視部52と、ソフトウエアイベント記録部61と、ソフトウエアイベント監視部62を含む。さらに、モニタ部32Bは、切換部71を有する。
FIG. 8 is a block diagram for explaining the configuration of the
切換部71は、切換信号に基づいて、ハードウエアモニタ制御部54に対して、ハードウエア動作情報の記録の条件を、第1の実施の形態のようなOS等のソフトウエア、プロセスの動作に基づいて行うか、第2の実施の形態のような実行中のプログラムについて発生したソフトウエアイベントに基づいて行うかを切り換えるための処理部である。切換信号は、ユーザがMMIを利用して、切換部71に入力あるいは指示することができる。
Based on the switching signal, the switching unit 71 causes the hardware
ユーザがMMIを利用して切換部71に対して、ハードウエア動作情報の記録の開始条件を、第1の実施の形態のようなOS等のソフトウエア、プロセスの動作に基づいて行うように指示する切換信号を入力すると、切換部71は、ハードウエアモニタ制御部54に対して、ユーザプロセス監視部52からの動作情報を監視し、設定ファイル読込/書込部53からの動作情報についての記録条件が成立するか否かを判定するように指示を出す。
また、ユーザが切換部71に対して、ハードウエア動作情報の記録の開始条件を、第2の実施の形態のような実行中のプログラムについて発生したソフトウエアイベントに基づいて行うように指示する切換信号を入力すると、切換部71は、ハードウエアモニタ制御部54に対して、ソフトウエアイベント監視部62からのソフトウエアイベントの情報を監視し、設定ファイル読込/書込部53からのソフトウエアイベントについての記録条件が成立するか否かを判定するように指示を出す。
その他の動作は、上述した第1と第2の実施の形態と同様である。
以上のように、本実施の形態によれば、OS等のソフトウエア、プロセスの動作に関して所定の記録条件が成立するかの判定と、ソフトウエアイベントに関して所定の記録条件が成立するかの判定を切り換えることができるので、ユーザが希望する判定条件が成立したときに、ハードウエア動作情報の記録を開始するので、計算機の動作情報の解析時における、2つの動作情報のマッチングのための労力、コストを小さくすることができる。
The user uses the MMI to instruct the switching unit 71 to perform the recording start condition of the hardware operation information based on the operation of software such as the OS and the process as in the first embodiment. When the switching signal to be input is input, the switching unit 71 monitors the operation information from the user
In addition, the user instructs the switching unit 71 to perform the recording start condition of the hardware operation information based on the software event generated for the program being executed as in the second embodiment. When the signal is input, the switching unit 71 monitors the software event information from the software
Other operations are the same as those in the first and second embodiments described above.
As described above, according to the present embodiment, it is determined whether a predetermined recording condition is satisfied with respect to the operation of software such as an OS or a process, and whether a predetermined recording condition is satisfied with respect to a software event. Since it is possible to switch, since the recording of hardware operation information is started when a determination condition desired by the user is satisfied, labor and cost for matching two operation information at the time of analyzing the operation information of the computer Can be reduced.
なお、上述した例では、切換部71の切換は、ユーザがMMIを利用して行うものであるが、切換部71に対する切換信号を、予め設定した時間に応じて切り換えて出力するようにしてもよい。例えば、ある第1の期間は、ハードウエア動作情報とソフトウエア動作情報の記録の開始は、ソフトウエアイベントに基づいて行い、その第1の期間の後の第2の期間は、OS等のソフトウエア等の動作とハードウエア動作情報の記録を行うようにする、等々である。従って、切換部71には、図示しないタイマに基づいて生成された切換信号が入力される。
これは、例えば、計算機が高負荷になる原因が、プログラムの動作によるのか、ソフトウエアイベントによるかが不明な場合に、計算機の全体的な動作状況を監視しながら、その原因を追求する場合等に、計算機の高負荷時の状態を記録することが可能となる。
In the above-described example, the switching of the switching unit 71 is performed by the user using the MMI. However, the switching signal for the switching unit 71 may be switched and output according to a preset time. Good. For example, in a certain first period, recording of hardware operation information and software operation information is started based on a software event, and a second period after the first period is a software such as an OS. Recording of hardware operation information and hardware operation information, and so on. Therefore, a switching signal generated based on a timer (not shown) is input to the switching unit 71.
This is the case, for example, when pursuing the cause while monitoring the overall operation status of the computer when it is unclear whether the cause of the high load on the computer is due to program operation or software events. In addition, it is possible to record the state of the computer when the load is high.
さらになお、切換部71に対する切換信号を、実行中のプログラムに応じて切り換えて出力するようにしてもよい。例えば、プログラムXを実行している場合は、第1の実施の形態の記録方法を実行し、プログラムYを実行しているときは、第2の実施の形態の記録方法を実行する、というように、切換部71には、実行中のプログラムに応じた切換信号が入力される。その結果、実行中のプログラムに応じた記録方法を、実現することができる。 Furthermore, the switching signal for the switching unit 71 may be switched and output according to the program being executed. For example, when the program X is executed, the recording method of the first embodiment is executed, and when the program Y is executed, the recording method of the second embodiment is executed. In addition, a switching signal corresponding to the program being executed is input to the switching unit 71. As a result, a recording method according to the program being executed can be realized.
これは、例えば、計算機が高負荷になる原因が、プログラムの動作によるのか、ソフトウエアイベントによるかが不明な場合であるが、特に、プログラムとの関連が判明している場合等に、計算機の高負荷時の状態を記録することが可能となる。 For example, this is a case where it is unclear whether the cause of the high load on the computer is the operation of the program or the software event, but especially when the relationship with the program is known. It is possible to record the state at the time of high load.
また、本実施の形態においても、図6で示した処理のように、記録条件が成立したと判定されたときは、ソフトウエア動作情報とハードウエア動作情報の両方の記録を、同時に開始するようにしてもよい。 Also in this embodiment, when it is determined that the recording condition is satisfied as in the process shown in FIG. 6, recording of both the software operation information and the hardware operation information is started simultaneously. It may be.
以上のように、上述した各実施の形態の計算機動作情報記録装置は、OS等のソフトウェアプログラムによってシステム全体の情報を収集し、システム、あるいはプログラムが所定の条件(動作負荷、イベント発生回数等)になった場合に、CPU等のハードウエアが有するパフォーマンスモニタ機能を起動して、詳細なハードウエア動作情報を記録する。 As described above, the computer operation information recording device of each embodiment described above collects information on the entire system by a software program such as an OS, and the system or program has predetermined conditions (operation load, number of event occurrences, etc.). In such a case, the performance monitor function of hardware such as a CPU is activated to record detailed hardware operation information.
その結果、例えば、いつ発生するかが未知である計算機異常状態、高負荷状態等の際に、ハードウエア及びソフトウエアの動作情報の記録が可能となるので、イベントを再現させての記録、解析時のデータ合わせ、等のためのコストを大きく低減することができる。 As a result, for example, it is possible to record hardware and software operation information in the case of an abnormal computer state, a high load state, etc. where it is unknown, so that recording and analysis can be performed by reproducing the event. Costs for time data alignment, etc. can be greatly reduced.
本明細書における各「部」は、実施の形態の各機能に対応する概念的なもので、必ずしも特定のハードウエアやソフトウエア・ルーチンに1対1には対応しない。従って、本明細書では、実施の形態の各機能を有する仮想的回路ブロック(部)を想定して実施の形態を説明した。また、本実施の形態における各手順の各ステップは、その性質に反しない限り、実行順序を変更し、複数同時に実行し、あるいは実行毎に異なった順序で実行してもよい。 Each “unit” in this specification is a conceptual one corresponding to each function of the embodiment, and does not necessarily correspond to a specific hardware or software routine on a one-to-one basis. Therefore, in the present specification, the embodiment has been described assuming a virtual circuit block (unit) having each function of the embodiment. In addition, each step of each procedure in the present embodiment may be executed in a different order for each execution by changing the execution order and performing a plurality of steps at the same time, as long as it does not contradict its nature.
なお、以上説明した動作を実行するプログラムは、フロッピー(登録商標)ディスク、CD−ROM等の可搬媒体や、ハードディスク等の記憶装置等に、その全体あるいは一部が記録され、あるいは記憶されてプログラム製品として提供することができる。そのプログラムに含まれる命令群がコンピュータにより読み取られて、動作の全部あるいは一部が実行される。あるいは、そのプログラムの全体あるいは一部を、プログラム製品として、通信ネットワークを介して流通または提供することができる。利用者は、通信ネットワークを介してそのプログラムをダウンロードしてコンピュータにインストールしたり、あるいは記録媒体からコンピュータにインストールすることで、容易に本発明の計算機動作情報記録装置を実現することができる。 The program for executing the operations described above is recorded or stored in whole or in part on a portable medium such as a floppy disk, CD-ROM, or a storage device such as a hard disk. Can be offered as a program product. The instruction group included in the program is read by the computer, and all or part of the operation is executed. Alternatively, all or part of the program can be distributed or provided as a program product via a communication network. The user can easily realize the computer operation information recording apparatus of the present invention by downloading the program via a communication network and installing it on a computer, or installing it from a recording medium to a computer.
本発明は、上述した実施の形態に限定されるものではなく、本発明の要旨を変えない範囲において、種々の変更、改変等が可能である。 The present invention is not limited to the above-described embodiments, and various changes and modifications can be made without departing from the scope of the present invention.
1 計算機動作情報記録装置、11 ハードウエア層、12 ソフトウエア層、23 バッファ、32、32A、32B モニタ部、5 、6 、7 、8 、9 、10 、
DESCRIPTION OF
Claims (5)
前記計算機に設けられ、前記計算機の動作状態の情報として、前記計算機の中央処理装置内のハードウエアの動作状態を示す第1の動作情報を、格納命令に応じて所定のタイミングで連続して格納する第1のメモリを有するハードウエアモニタ部と、
前記計算機においてプログラムが実行されているときの前記計算機の動作状態を記録する記録条件を設定する条件設定部と、
前記計算機においてプログラムが実行されているときに、前記条件設定部において設定された前記記録条件が成立したか否かを判定する記録条件判定部と、
前記計算機においてプログラムが実行されているときに、前記計算機の動作状態の情報として、前記計算機において実行される前記プログラムの動作状態を示す第2の動作情報を第2のメモリに記録し、前記記録条件判定部が記録条件が成立したと判定した場合、前記第1の動作情報を記録するために前記ハードウエアモニタ部に前記格納命令を出力する記録実行部と、
を有することを特徴とする計算機動作情報記録装置。 A computer operation information recording device for recording an operation state of the computer when a program is executed in the computer,
First operation information provided in the computer and indicating the operation state of the hardware in the central processing unit of the computer is continuously stored as information on the operation state of the computer at a predetermined timing in accordance with a storage instruction. A hardware monitor unit having a first memory to
A condition setting unit for setting a recording condition for recording an operation state of the computer when a program is executed in the computer;
A recording condition determination unit that determines whether or not the recording condition set in the condition setting unit is satisfied when a program is executed in the computer;
When a program is executed in the computer, second operation information indicating an operation state of the program executed in the computer is recorded in a second memory as information on an operation state of the computer, and the recording A recording execution unit that outputs the storage instruction to the hardware monitor unit to record the first operation information when the condition determination unit determines that the recording condition is satisfied;
A computer operation information recording apparatus comprising:
前記記録条件判定部は、選択された前記第1及び第2の条件のいずれか一方の記録条件が成立した否かを判定することを特徴とする請求項1に記載の計算機動作情報記録装置。 The condition setting unit includes, as the recording condition, a first condition relating to an operation state of the program executed in the computer and a second event relating to a software event generated during execution of the program executed in the computer. Set the conditions
The computer operation information recording apparatus according to claim 1, wherein the recording condition determination unit determines whether one of the selected first and second recording conditions is satisfied.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2007097846A JP2008257405A (en) | 2007-04-03 | 2007-04-03 | Computer operation information recording device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2007097846A JP2008257405A (en) | 2007-04-03 | 2007-04-03 | Computer operation information recording device |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2008257405A true JP2008257405A (en) | 2008-10-23 |
Family
ID=39980933
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2007097846A Pending JP2008257405A (en) | 2007-04-03 | 2007-04-03 | Computer operation information recording device |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2008257405A (en) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8271711B2 (en) | 2009-08-17 | 2012-09-18 | Fujitsu Limited | Program status detecting apparatus and method |
JP2016071432A (en) * | 2014-09-26 | 2016-05-09 | インターナショナル・ビジネス・マシーンズ・コーポレーションInternational Business Machines Corporation | Analysis system, analysis method, and program |
JP2021111004A (en) * | 2020-01-07 | 2021-08-02 | 富士通株式会社 | Information processing program, information processing method and information processing system |
-
2007
- 2007-04-03 JP JP2007097846A patent/JP2008257405A/en active Pending
Cited By (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8271711B2 (en) | 2009-08-17 | 2012-09-18 | Fujitsu Limited | Program status detecting apparatus and method |
JP2016071432A (en) * | 2014-09-26 | 2016-05-09 | インターナショナル・ビジネス・マシーンズ・コーポレーションInternational Business Machines Corporation | Analysis system, analysis method, and program |
US9606890B2 (en) | 2014-09-26 | 2017-03-28 | International Business Machines Corporation | Analysis system, analysis method and program |
US9710351B2 (en) | 2014-09-26 | 2017-07-18 | International Business Machines Corporation | Analysis system, analysis method and program |
US10360384B2 (en) | 2014-09-26 | 2019-07-23 | International Business Machines Corporation | Analysis systems, analysis method and program |
US10963364B2 (en) | 2014-09-26 | 2021-03-30 | International Business Machines Corporation | Analysis system, analysis method and program |
JP2021111004A (en) * | 2020-01-07 | 2021-08-02 | 富士通株式会社 | Information processing program, information processing method and information processing system |
JP7401751B2 (en) | 2020-01-07 | 2023-12-20 | 富士通株式会社 | Information processing program, information processing method, and information processing system |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4071536B2 (en) | Test apparatus for file apparatus and test method in test apparatus for file apparatus | |
US8418149B2 (en) | Differential comparison system and method | |
US7370238B2 (en) | System, method and software for isolating dual-channel memory during diagnostics | |
US7809985B2 (en) | Offline hardware diagnostic environment | |
US20080010516A1 (en) | Method and apparatus for indicating the actual progress of a booting procedure | |
JP4846493B2 (en) | Debug system and debug circuit | |
US20080016409A1 (en) | Method and system for performing a hardware trace | |
JP2010086364A (en) | Information processing device, operation state monitoring device and method | |
US8909989B2 (en) | Method for outputting power-on self test information, virtual machine manager, and processor | |
JP2010009296A (en) | Software operation monitoring device and method | |
JP2011008460A (en) | Dump output control apparatus, dump output control program, and dump output control method | |
JP2008257405A (en) | Computer operation information recording device | |
CN110990243A (en) | Caton analysis method and device, storage medium and computing equipment | |
US7886202B2 (en) | System and methods for recording, displaying, and reconstructing computer-based system and user events | |
US20110107072A1 (en) | Method for self-diagnosing system management interrupt handler | |
JP2009205208A (en) | Operation management device, method and program | |
JP2009223714A (en) | Arithmetic circuit and failure analysis method of arithmetic circuit | |
JP2011118596A (en) | Information-processing device and profiling method | |
JP2001331342A (en) | Method for displaying information processor error and recording medium with error display program recorded thereon | |
US20120123761A1 (en) | Testing Software On A Computer System | |
US7543185B2 (en) | Debug system with event-based virtual processing agents | |
JP2005092430A (en) | Watchdog timer | |
JP2000215068A (en) | Multitask scheduling device | |
US20100205598A1 (en) | Method for installing operating system in computer | |
JP4819600B2 (en) | Information processing apparatus testing apparatus, method, and program |