JPH1185573A - System and method for measuring performance and recording medium recording measuring control program therefor - Google Patents

System and method for measuring performance and recording medium recording measuring control program therefor

Info

Publication number
JPH1185573A
JPH1185573A JP9239260A JP23926097A JPH1185573A JP H1185573 A JPH1185573 A JP H1185573A JP 9239260 A JP9239260 A JP 9239260A JP 23926097 A JP23926097 A JP 23926097A JP H1185573 A JPH1185573 A JP H1185573A
Authority
JP
Japan
Prior art keywords
performance
measurement
performance measurement
information processing
operating system
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP9239260A
Other languages
Japanese (ja)
Inventor
Kazuko Suga
和子 菅
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Engineering Ltd
Original Assignee
NEC Engineering Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Engineering Ltd filed Critical NEC Engineering Ltd
Priority to JP9239260A priority Critical patent/JPH1185573A/en
Publication of JPH1185573A publication Critical patent/JPH1185573A/en
Pending legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a performance measuring system with which even a data processor having no firmware mechanism can measure performance in the manner of firmware/hardware. SOLUTION: A performance measuring mechanism 11-1 measures the performance of that device, collects these measured data and stores the collected data in a general-purpose register 12-1. Corresponding to a performance measuring instruction, a performance measurement starting instruction issue part 23 at a performance measuring control part 22 issues a performance measurement starting instruction and an initial value setting part 24 sets a measuring mode to an information processor 1-1. A performance measurement ending instruction issue part 25 issues a performance measurement ending instruction to the information processor 1-1, and a measured result read part 26 reads the measured result of the information processor 11 from the general-purpose register 12-1 to a main storage device 4.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は性能測定システム及
びその測定方法並びにその測定制御プログラムを記録し
た記録媒体に関し、特に中・大型汎用コンピュータの性
能を測定し、その測定データを収集する測定方法に関す
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a performance measuring system, a measuring method therefor, and a recording medium storing a measuring control program therefor, and more particularly to a measuring method for measuring the performance of a medium / large general-purpose computer and collecting the measured data. .

【0002】[0002]

【従来の技術】従来、この種の性能測定システムとして
は、図7に示すように、データ処理装置(特にファーム
ウェア機構を有するもの)5において、サンプリングの
タイミングを制御するタイマ51と、タイマ51による
割込みに応じてプログラムの性能測定のための全体的な
実行制御を行う性能測定制御部52と、性能測定を実施
するサンプリング期間情報53aや性能測定項目情報5
3b等の測定制御情報を管理する測定制御テーブル53
と、測定制御テーブル53の性能測定項目情報53bに
したがって性能測定データを収集する性能を持つファー
ムウェアで構成された性能測定部54と、収集した性能
測定データを格納するログ領域55とを備えるシステム
がある。このシステムについては、特開平1−1457
36号公報に開示されている。
2. Description of the Related Art Conventionally, as a performance measurement system of this type, as shown in FIG. 7, a data processing device (particularly a device having a firmware mechanism) 5 includes a timer 51 for controlling sampling timing and a timer 51. A performance measurement control unit 52 that performs overall execution control for measuring the performance of a program in response to an interrupt; sampling period information 53a and performance measurement item information 5 that perform performance measurement;
Measurement control table 53 for managing measurement control information such as 3b
And a performance measurement unit 54 composed of firmware having a performance of collecting performance measurement data according to the performance measurement item information 53b of the measurement control table 53, and a log area 55 for storing the collected performance measurement data. is there. This system is disclosed in JP-A-1-1457.
No. 36 discloses this.

【0003】データ処理装置5においてプログラム56
の性能測定を行う場合、性能測定制御部52はプログラ
ム56の実行中にサンプリングのタイミングを制御する
タイマ1からの割込みがあると、測定制御テーブル3の
サンプリング期間情報53aのサンプリング期間の開始
か終了かを判定部52aで判定する。
In the data processing device 5, a program 56
When the performance measurement is performed, the performance measurement control unit 52 starts or ends the sampling period of the sampling period information 53a of the measurement control table 3 if there is an interrupt from the timer 1 that controls the sampling timing during the execution of the program 56. Is determined by the determination unit 52a.

【0004】性能測定制御部52の判定部52aがサン
プリング期間の開始と判定すると、性能測定の開始制御
部52bは性能測定環境57の設定状態においてプログ
ラム56の各命令が実行される際、1つの命令の実行終
了毎に性能測定部54にハードウェア割込みが上げられ
る。
When the determination section 52a of the performance measurement control section 52 determines that the sampling period has started, the performance measurement start control section 52b executes one instruction when each instruction of the program 56 is executed in the setting state of the performance measurement environment 57. Every time the execution of the instruction is completed, a hardware interrupt is issued to the performance measuring unit 54.

【0005】性能測定部54はそのハードウェア割込み
を解析し、ファームウェアの性能測定機能によって指定
された性能測定項目にしたがってシミュレーション部5
4aで命令実行のシミュレーション等を行い、データ収
集部54bで所定の性能測定データを収集し、ログ領域
55中に格納する。その後、プログラム56に制御を戻
し、次の命令を実行させる。
[0005] The performance measuring unit 54 analyzes the hardware interrupt, and according to the performance measuring items designated by the performance measuring function of the firmware, the simulation unit 5 performs the following.
At 4a, a simulation of instruction execution is performed, etc., and predetermined performance measurement data is collected at the data collection unit 54b, and stored in the log area 55. Thereafter, control is returned to the program 56 to execute the next instruction.

【0006】性能測定制御部52の判定部52aがサン
プリング期間の終了と判定すると、性能測定の終了制御
部52cはプログラム56に対する性能測定環境57を
解除する。これによって、プログラム56は次に性能測
定環境57が設定されるまで、通常の実行環境下で命令
を実行する。
When the determination section 52a of the performance measurement control section 52 determines that the sampling period has ended, the performance measurement end control section 52c releases the performance measurement environment 57 for the program 56. As a result, the program 56 executes instructions under a normal execution environment until the next performance measurement environment 57 is set.

【0007】上記の性能測定システムでは、ハードウェ
アによる専用回路を用いることなく、ファームウェアの
プログラム実行時に収集する性能評価情報を多様化する
とともに、収集項目を任意に設定可能とし、動的状態に
ついての性能情報を高い信頼性を持って実時間で収集可
能としている。
In the above performance measurement system, the performance evaluation information to be collected when executing the firmware program is diversified without using a dedicated circuit by hardware, and the collection items can be set arbitrarily, so that the dynamic state can be controlled. Performance information can be collected in real time with high reliability.

【0008】ここで、中・大型汎用コンピュータシステ
ムにおいては、そのシステムを構成する各情報処理装置
(中央処理装置/入出力処理装置/主記憶装置等)の性
能測定として、各情報処理装置で実行されるジョブにお
いて実行された命令の回数や失敗した命令の回数、及び
各ジョブの実行時間(動作時間)等が測定されるように
なっている。
Here, in a medium / large general-purpose computer system, the performance of each information processing device (central processing unit / input / output processing device / main storage device, etc.) constituting the system is measured by each information processing device. The number of executed instructions, the number of failed instructions, and the execution time (operation time) of each job are measured.

【0009】[0009]

【発明が解決しようとする課題】上述した従来の性能測
定システムでは、データ処理装置内のファームウェアを
用いて、その装置自身で性能測定処理を実施しているの
で、ファームウェアで構成された性能測定部や性能測定
項目等の測定制御情報を管理する測定制御テーブル等の
機能を性能測定処理専用に設ける必要がある。
In the above-described conventional performance measurement system, the performance measurement processing is performed by the apparatus itself using the firmware in the data processing apparatus. It is necessary to provide a function such as a measurement control table for managing measurement control information such as performance measurement items and the like exclusively for performance measurement processing.

【0010】したがって、上述した性能測定システムで
は性能測定部をファームウェアによって実現しているの
で、ファームウェア機構を持たないデータ処理装置に上
述した処理を行わせることはできないという問題点もあ
る。
Therefore, in the above-described performance measurement system, since the performance measurement section is realized by firmware, there is also a problem that the above-described processing cannot be performed by a data processing device having no firmware mechanism.

【0011】そこで、本発明の目的は上記の問題点を解
消し、ファームウェア機構を持たないデータ処理装置で
もファームウェア/ハードウェア的な性能の測定を実現
することができる性能測定システム及びその測定方法並
びにその測定制御プログラムを記録した記録媒体を提供
することにある。
Therefore, an object of the present invention is to solve the above-mentioned problems, and to realize a performance measurement system and method for measuring performance of firmware / hardware in a data processing device having no firmware mechanism. An object of the present invention is to provide a recording medium on which the measurement control program is recorded.

【0012】[0012]

【課題を解決するための手段】本発明による性能測定シ
ステムは、複数の情報処理装置から構成され、前記複数
の情報処理装置各々の性能を測定してその測定データを
収集する機能及びその収集したデータをその装置内の汎
用レジスタに格納する機能を持つ性能測定機構と前記複
数の情報処理装置各々の診断制御を実施する診断制御装
置とを備える情報処理システムの性能測定システムであ
って、前記複数の情報処理装置各々の処理を管理するオ
ペレーティングシステムからの要求に応じて前記性能測
定機構の各機能を制御する性能測定制御手段を前記診断
制御装置に備えている。
A performance measuring system according to the present invention comprises a plurality of information processing apparatuses, a function of measuring the performance of each of the plurality of information processing apparatuses and collecting measurement data, and a function of collecting the measured data. A performance measurement system for an information processing system, comprising: a performance measurement mechanism having a function of storing data in a general-purpose register in the device; and a diagnostic control device for performing diagnostic control of each of the plurality of information processing devices. The diagnostic control device includes performance measurement control means for controlling each function of the performance measurement mechanism in response to a request from an operating system that manages the processing of each information processing device.

【0013】本発明による性能測定方法は、複数の情報
処理装置から構成され、前記複数の情報処理装置各々の
性能を測定してその測定データを収集する機能及びその
収集したデータをその装置内の汎用レジスタに格納する
機能を持つ性能測定機構と前記複数の情報処理装置各々
の診断制御を実施する診断制御装置とを備える情報処理
システムの性能測定方法であって、前記複数の情報処理
装置各々の処理を管理するオペレーティングシステムか
らの要求に応じて前記性能測定機構の各機能を制御する
ステップを前記診断制御装置に備えている。
A performance measuring method according to the present invention comprises a plurality of information processing devices, a function of measuring the performance of each of the plurality of information processing devices and collecting measurement data thereof, and a function of collecting the collected data in the devices. A performance measuring method for an information processing system, comprising: a performance measuring mechanism having a function of storing in a general-purpose register; and a diagnostic control device for performing diagnostic control of each of the plurality of information processing devices. The diagnostic control device includes a step of controlling each function of the performance measurement mechanism in response to a request from an operating system that manages processing.

【0014】本発明による性能測定制御プログラムを記
録した記録媒体は、複数の情報処理装置から構成され、
前記複数の情報処理装置各々の性能を測定してその測定
データを収集する機能及びその収集したデータをその装
置内の汎用レジスタに格納する機能を持つ性能測定機構
と前記複数の情報処理装置各々の診断制御を実施する診
断制御装置とを備える情報処理システムの性能測定制御
プログラムを記録した記録媒体であって、前記性能測定
制御プログラムは前記診断制御装置に、前記複数の情報
処理装置各々の処理を管理するオペレーティングシステ
ムからの要求に応じて前記性能測定機構の各機能を制御
させている。
A recording medium on which the performance measurement control program according to the present invention is recorded comprises a plurality of information processing devices,
A performance measuring mechanism having a function of measuring the performance of each of the plurality of information processing devices and collecting the measured data, and a function of storing the collected data in a general-purpose register in the device; A recording medium recording a performance measurement control program of an information processing system including a diagnosis control device that performs diagnostic control, wherein the performance measurement control program causes the diagnosis control device to perform processing of each of the plurality of information processing devices. Each function of the performance measurement mechanism is controlled according to a request from the operating system to be managed.

【0015】すなわち、本発明の性能測定システムは、
性能測定機構(その装置の性能を測定しかつその測定デ
ータを収集する機能及びその収集したデータをその装置
内の汎用レジスタに格納する機能を持つ)を有する中央
演算処理装置や入出力処理装置等の情報処理装置にて構
成されている情報処理システムにおいて、OS(Ope
rating System)からの要求である情報処
理装置全てに対する性能測定の各種機能(性能測定の開
始・終了指示/測定モードの設定/測定結果の読出し
等)を診断制御装置にて制御するようにし、種々のタイ
ミングで情報処理装置全てのハードウェア・ソフトウェ
ア的な性能を測定する機能を備えている。
That is, the performance measuring system of the present invention
A central processing unit or an input / output processing unit having a performance measuring mechanism (having a function of measuring the performance of the device and collecting the measured data and a function of storing the collected data in a general-purpose register in the device) OS (Open) in an information processing system composed of
Various functions of performance measurement (start / end of performance measurement / setting of measurement mode / reading of measurement result, etc.) for all information processing devices, which are requests from the rating system, are controlled by the diagnostic control device. The function of measuring the hardware / software-like performance of all the information processing devices at the timing shown in FIG.

【0016】上記のように、性能測定の各種機能の制御
を診断制御装置に委ねることで、データ処理装置の各情
報処理装置内にファームウェアで構成された性能測定部
や性能測定項目等の測定制御情報を管理する測定制御テ
ーブル等の機能を性能測定処理専用に設ける必要がなく
なる。
As described above, the control of various functions of performance measurement is delegated to the diagnostic control device, so that the measurement control of the performance measurement unit and the performance measurement items, etc., constituted by firmware in each information processing device of the data processing device. It is not necessary to provide a function such as a measurement control table for managing information exclusively for performance measurement processing.

【0017】つまり、最低限の性能測定機構(その装置
の性能を測定し、その測定データを収集する機能やその
収集したデータをその装置内の汎用レジスタへ格納する
機能)と、測定結果を格納するエリアである汎用レジス
タとを備えるだけで、性能測定システムが実現可能とな
る。また、ファームウェア機構を持たない情報処理装置
においても、最低限の性能測定機能を持つだけで、その
装置の性能の測定が実現可能となる。
That is, a minimum performance measurement mechanism (a function of measuring the performance of the apparatus and collecting the measurement data and a function of storing the collected data in a general-purpose register in the apparatus) and storing the measurement result A performance measurement system can be realized only by providing a general-purpose register which is an area for performing the performance measurement. Further, even in an information processing apparatus having no firmware mechanism, it is possible to measure the performance of the apparatus with only a minimum performance measurement function.

【0018】[0018]

【発明の実施の形態】次に、本発明の一実施例について
図面を参照して説明する。図1は本発明の一実施例によ
る性能測定システムの構成例を示すブロック図である。
図において、本発明の一実施例による性能測定システム
は情報処理システム1と、診断制御装置2と、OS(O
perating System)3と、主記憶装置4
とから構成されている。
Next, an embodiment of the present invention will be described with reference to the drawings. FIG. 1 is a block diagram showing a configuration example of a performance measurement system according to one embodiment of the present invention.
In the figure, a performance measurement system according to an embodiment of the present invention includes an information processing system 1, a diagnostic control device 2, and an OS (O
operating system) 3 and a main storage device 4
It is composed of

【0019】情報処理システム1は中央演算処理装置や
入出力処理装置等の情報処理装置1−i(i=1,…
…)から構成されている。情報処理装置1−iにはその
装置の性能を測定しかつその測定データを収集する機能
やその収集したデータをその装置内へ格納する機能を持
つ性能測定機構11−iと、測定結果を格納するエリア
である汎用レジスタ12−iとを備えている。
The information processing system 1 includes information processing apparatuses 1-i (i = 1,...) Such as a central processing unit and an input / output processing unit.
…). The information processing device 1-i stores a performance measurement mechanism 11-i having a function of measuring the performance of the device and collecting the measurement data and a function of storing the collected data in the device, and a measurement result. And a general-purpose register 12-i, which is an area to be used.

【0020】性能測定機構11−iはその装置の性能を
測定しかつその測定データを収集する性能測定部11a
−iと、その収集したデータをその装置内の汎用レジス
タ12−iへ格納する測定結果格納部11b−iとから
構成されている。
The performance measuring mechanism 11-i measures the performance of the apparatus and collects the measured data.
-I, and a measurement result storage unit 11b-i for storing the collected data in the general-purpose register 12-i in the device.

【0021】汎用レジスタ12−iは診断制御装置2に
よって性能測定モードが格納される測定モードエリア1
2a−iと、測定結果格納部11b−iによって測定結
果が格納される測定結果格納エリア12b−iとから構
成されている。
The general-purpose register 12-i is a measurement mode area 1 in which the performance measurement mode is stored by the diagnostic control device 2.
2a-i, and a measurement result storage area 12b-i in which the measurement results are stored by the measurement result storage unit 11b-i.

【0022】尚、図1においては情報処理装置1−1の
構成のみを記載しているが、図示せぬ他の情報処理装置
にも性能測定機構及び汎用レジスタを備えているものと
し、それら性能測定機構及び汎用レジスタの構成も上記
と同様とする。
Although only the configuration of the information processing apparatus 1-1 is shown in FIG. 1, it is assumed that other information processing apparatuses (not shown) also have a performance measuring mechanism and a general-purpose register. The configuration of the measurement mechanism and the general-purpose register is the same as above.

【0023】また、中・大型汎用コンピュータシステム
においては、そのシステムを構成する各情報処理装置
(中央処理装置/入出力処理装置/主記憶装置等)の性
能測定として、各情報処理装置で実行されるジョブにお
いて実行された命令の回数や失敗した命令の回数、及び
各ジョブの実行時間(動作時間)等が測定されるように
なっている。
In a medium / large general-purpose computer system, the performance of each information processing device (central processing device / input / output processing device / main storage device, etc.) constituting the system is measured by each information processing device. The number of instructions executed in a given job, the number of failed instructions, the execution time (operation time) of each job, and the like are measured.

【0024】中・大型汎用コンピュータの診断制御装置
2においては汎用コンピュータシステムを構成する各情
報処理装置(中央処理装置/入出力処理装置/主記憶装
置等)1−iの診断制御を実施している。
The diagnostic control device 2 for a medium / large general-purpose computer performs diagnostic control of each information processing device (central processing unit / input / output processing unit / main storage device) 1-i constituting the general-purpose computer system. I have.

【0025】すなわち、診断制御装置2とは汎用コンピ
ュータシステムを構成する各情報処理装置1−iの立上
げ処理や障害処理(障害情報の採取/障害の診断・管理
・復旧処理等)、及びマンマシンインタフェースを司る
サービスプロセッサとの間においてデータの送受を行
い、各情報処理装置1−iの診断制御を実施する装置で
ある。
That is, the diagnosis control device 2 is a start-up process and a fault process (collection of fault information / failure diagnosis / management / recovery process, etc.) of each information processing device 1-i constituting a general-purpose computer system, and This is an apparatus that sends and receives data to and from a service processor that manages a machine interface, and performs diagnostic control of each information processing apparatus 1-i.

【0026】ここで、診断制御装置2はOS3からの性
能測定命令指示を受取る通信受信部21と、性能測定命
令の判別と各種測定機能の制御とを行う性能測定制御部
22とを備えている。
Here, the diagnostic control device 2 includes a communication receiving unit 21 for receiving a performance measurement command instruction from the OS 3, and a performance measurement control unit 22 for determining the performance measurement command and controlling various measurement functions. .

【0027】性能測定制御部22は性能測定命令に対し
て性能測定の開始命令を発行する性能測定開始指示発行
部23と、情報処理装置1−iに対して測定モード(初
期値)を設定する初期値設定部24と、情報処理装置1
−iに対して性能測定の終了命令を発行する性能測定終
了指示発行部25と、情報処理装置1−iの測定結果を
汎用レジスタ12−iから読出して主記憶装置4に格納
する測定結果読出し部26とから構成されている。
The performance measurement control unit 22 sets a measurement mode (initial value) for the performance measurement start instruction issuing unit 23 which issues a performance measurement start command in response to the performance measurement command, and the information processing apparatus 1-i. Initial value setting unit 24 and information processing device 1
A performance measurement end instruction issuing unit 25 for issuing a performance measurement end command to the main memory 4 for reading a measurement result of the information processing device 1-i from the general-purpose register 12-i; And a section 26.

【0028】OS3は診断制御装置2に対して性能測定
命令を発行する。主記憶装置4はOS3によって性能測
定の命令が格納される測定命令エリア41と、OS3に
よって測定モードが格納される測定モードエリア42
と、診断制御装置2によって各情報処理装置1−iの測
定結果が格納される測定結果格納エリア43とを備えて
いる。
The OS 3 issues a performance measurement command to the diagnostic control device 2. The main storage device 4 includes a measurement command area 41 in which a performance measurement command is stored by the OS 3 and a measurement mode area 42 in which a measurement mode is stored by the OS 3.
And a measurement result storage area 43 in which the measurement result of each information processing device 1-i is stored by the diagnostic control device 2.

【0029】図2は診断制御装置2における性能測定処
理を示すフローチャートであり、図3は診断制御装置2
における性能測定開始&初期値設定命令処理を示すフロ
ーチャートであり、図4は診断制御装置2における性能
測定開始処理を示すフローチャートであり、図5は診断
制御装置2における性能測定終了&結果読出し命令処理
を示すフローチャートであり、図6は診断制御装置2に
おける性能測定終了命令処理を示すフローチャートであ
る。これら図1〜図6を用いて本発明の一実施例の動作
について説明する。
FIG. 2 is a flowchart showing a performance measurement process in the diagnostic control device 2, and FIG.
FIG. 4 is a flowchart showing a performance measurement start & initial value setting instruction process in FIG. 4, FIG. 4 is a flowchart showing a performance measurement start process in the diagnostic control device 2, and FIG. FIG. 6 is a flowchart showing a performance measurement end instruction process in the diagnostic control device 2. The operation of the embodiment of the present invention will be described with reference to FIGS.

【0030】OS3は性能測定処理を実施する際に、主
記憶装置4内の測定命令エリア41に該当する性能測定
命令を設定する。この時の命令が性能測定開始&初期値
設定命令の場合、OS3は測定モードエリア42に測定
モード(初期値)の設定も行う。その後に、OS3は診
断制御装置2に性能測定処理通信を発行する。
When performing the performance measurement process, the OS 3 sets a corresponding performance measurement instruction in the measurement instruction area 41 in the main storage device 4. If the instruction at this time is a performance measurement start & initial value setting instruction, the OS 3 also sets a measurement mode (initial value) in the measurement mode area 42. After that, the OS 3 issues a performance measurement processing communication to the diagnostic control device 2.

【0031】診断制御装置2はOS3から通信を受ける
と、通信受信部21にてこの通信が性能測定処理通信か
否かを判断し(図2ステップS1)、性能測定処理通信
と判断した場合に通信受信部21から性能測定制御部2
2へ処理を移行する。
When the diagnostic control unit 2 receives communication from the OS 3, the communication receiving unit 21 determines whether or not this communication is performance measurement processing communication (step S1 in FIG. 2). From the communication receiver 21 to the performance measurement controller 2
The processing shifts to 2.

【0032】性能測定制御部22は通信受信部21から
処理を受け継ぐと、主記憶装置4内の測定命令エリア4
1から命令を読込み(図2ステップS2)、その命令に
応じた処理を実施する(図2ステップS3〜S11)。
When the performance measurement control unit 22 takes over the processing from the communication reception unit 21, the measurement command area 4 in the main storage device 4
1 is read (step S2 in FIG. 2), and processing according to the command is performed (steps S3 to S11 in FIG. 2).

【0033】性能測定制御部22はOS3から指示され
た性能測定命令を性能測定開始&初期値設定命令[性能
測定開始(初期化有)]と判断した場合(図2ステップ
S3)、初期値設定部24を使って測定モードの設定を
行う(図2ステップS4)。
When the performance measurement control unit 22 determines that the performance measurement command instructed by the OS 3 is a performance measurement start & initial value setting command [performance measurement start (initialization is performed)] (step S3 in FIG. 2), the initial value setting is performed. The measurement mode is set using the section 24 (step S4 in FIG. 2).

【0034】初期値設定部24は主記憶装置4内の測定
モードエリア42から測定モードを読込み、情報処理装
置1−iの汎用レジスタ12−i内にある測定モードエ
リア12a−iへ測定モードを設定する。初期値設定部
24は情報処理システム1を構成する情報処理装置1−
i全てに対して、上記の同様の動作を実施して測定モー
ドを設定する(図3ステップS21〜S23)。
The initial value setting section 24 reads the measurement mode from the measurement mode area 42 in the main storage device 4, and sets the measurement mode in the measurement mode area 12a-i in the general-purpose register 12-i of the information processing device 1-i. Set. The initial value setting unit 24 is an information processing apparatus 1-1 constituting the information processing system 1.
The same operation as described above is performed for all i to set the measurement mode (steps S21 to S23 in FIG. 3).

【0035】初期値設定部24は情報処理装置1−i全
てに対する測定モードの設定が完了したならば(図3ス
テップS23)、性能測定開始指示発行部23を使って
情報処理装置1−iへ命令を発行する(図3ステップS
24〜S26)。命令を受けた情報処理装置1−iは性
能測定機構11−iへ処理を移行し、汎用レジスタ12
−i内の測定モードエリア12a−iから測定モードを
読出し、その測定モードに応じた性能測定処理を性能測
定部11a−iにて開始する。
When the setting of the measurement mode for all the information processing apparatuses 1-i is completed (step S23 in FIG. 3), the initial value setting section 24 sends the information to the information processing apparatuses 1-i using the performance measurement start instruction issuing section 23. Issue an instruction (step S in FIG. 3)
24-S26). The information processing apparatus 1-i that has received the instruction shifts the processing to the performance measurement mechanism 11-i, and
The measurement mode is read from the measurement mode area 12a-i in -i, and the performance measurement process according to the measurement mode is started by the performance measurement unit 11a-i.

【0036】性能測定が各情報処理装置1−iで開始さ
れた後、OS3は性能測定結果を得るために、性能測定
終了&性能結果読出し命令を実施する。すなわち、OS
3は主記憶装置4内の測定命令エリア41に性能測定終
了&性能結果読出し命令を設定し、診断制御装置2に対
して性能測定処理通信を発行する。
After the performance measurement is started in each information processing apparatus 1-i, the OS 3 executes a performance measurement end & performance result read command to obtain a performance measurement result. That is, OS
3 sets a performance measurement end & performance result read command in the measurement command area 41 in the main storage device 4 and issues a performance measurement process communication to the diagnostic control device 2.

【0037】診断制御装置2はOS3から性能測定処理
通信を受けると、通信受信部21を経由して性能測定制
御部22へ処理を移行し、そこで性能測定終了指示発行
部25を使って情報処理装置1−iに対して命令を発行
する(図5ステップS41〜S43)。
When the diagnostic control unit 2 receives the performance measurement processing communication from the OS 3, it shifts the processing to the performance measurement control unit 22 via the communication receiving unit 21, and uses the performance measurement end instruction issuing unit 25 for information processing. An instruction is issued to the device 1-i (steps S41 to S43 in FIG. 5).

【0038】情報処理装置1−iは診断制御装置2から
命令を受けると、性能測定機構11−iへ処理を移行
し、性能測定部11a−iにて性能測定処理を終了させ
る。その後に、情報処理装置1−iは測定結果格納部1
1b−iにて測定結果を汎用レジスタ12−i内の測定
結果格納エリア12b−iへ格納する。
When the information processing apparatus 1-i receives a command from the diagnostic control apparatus 2, it shifts the processing to the performance measuring mechanism 11-i, and the performance measuring section 11a-i ends the performance measuring processing. After that, the information processing device 1-i starts the measurement result storage unit 1
At 1b-i, the measurement result is stored in the measurement result storage area 12b-i in the general-purpose register 12-i.

【0039】性能測定制御部22は情報処理装置1−i
全ての測定データの格納が完了すると、測定結果読出し
部26にて情報処理装置1−i各々の測定結果を汎用レ
ジスタ12−i内の測定結果格納エリア12b−iから
読出し(図5ステップS45)、主記憶装置4の測定結
果格納エリア43へ格納する(図5ステップS46)。
測定結果読出し部26は情報処理装置1−i全ての測定
結果の測定結果格納エリア43への格納を繰返し行う
(図5ステップS44〜S47)。
The performance measurement control unit 22 is provided with the information processing device 1-i
When the storage of all the measurement data is completed, the measurement result reading unit 26 reads the measurement result of each information processing device 1-i from the measurement result storage area 12b-i in the general-purpose register 12-i (step S45 in FIG. 5). Is stored in the measurement result storage area 43 of the main storage device 4 (step S46 in FIG. 5).
The measurement result reading unit 26 repeatedly stores the measurement results of all the information processing devices 1-i in the measurement result storage area 43 (steps S44 to S47 in FIG. 5).

【0040】性能測定制御部22はOS3から指示され
た性能測定命令を性能測定開始命令[性能測定開始(初
期化無)]と判断した場合(図2ステップS5)、情報
処理装置1−i全てに対して測定モードの設定は行わず
に、性能測定開始指示発行部22からの性能測定開始命
令の発行処理だけを行う(図2ステップS6)(図4ス
テップS31〜S33)。
When the performance measurement control unit 22 determines that the performance measurement command instructed by the OS 3 is a performance measurement start command [performance measurement start (no initialization)] (step S5 in FIG. 2), all the information processing apparatuses 1-i are used. In this case, the measurement mode is not set, and only the performance measurement start instruction issuance processing from the performance measurement start instruction issuing unit 22 is performed (Step S6 in FIG. 2) (Steps S31 to S33 in FIG. 4).

【0041】性能測定制御部22はOS3から指示され
た性能測定命令を性能測定終了命令(読出し有り)と判
断した場合(図2ステップS7)、上述したように、性
能測定終了指示発行部25からの性能測定終了命令の発
行処理及び測定結果読出し部26による測定結果読出し
処理を行う(図2ステップS8)(図5ステップS41
〜S47)。
When the performance measurement control unit 22 determines that the performance measurement instruction instructed by the OS 3 is a performance measurement end instruction (with reading) (step S7 in FIG. 2), the performance measurement end instruction issuing unit 25 issues Of the performance measurement end instruction and the measurement result reading process by the measurement result reading unit 26 (step S8 in FIG. 2) (step S41 in FIG. 5).
To S47).

【0042】性能測定制御部22はOS3から指示され
た性能測定命令を性能測定終了命令(読出し無し)と判
断した場合(図2ステップS9)、性能測定終了指示発
行部25からの性能測定終了命令の発行処理のみで(図
2ステップS10)(図6ステップS51〜S53)、
測定結果読出し処理を行わない。
When the performance measurement control unit 22 determines that the performance measurement instruction instructed by the OS 3 is a performance measurement end instruction (no reading) (step S9 in FIG. 2), the performance measurement end instruction from the performance measurement end instruction issuing unit 25 is issued. (Step S10 in FIG. 2) (Steps S51 to S53 in FIG. 6)
Does not perform measurement result read processing.

【0043】性能測定制御部22はOS3から指示され
た性能測定命令に応じた情報処理装置1−iに対する性
能測定処理を終了する毎に、OS3に対してリプライ
(CCリプライ)を発行する(図2ステップS11)。
The performance measurement control unit 22 issues a reply (CC reply) to the OS 3 every time the performance measurement processing for the information processing apparatus 1-i according to the performance measurement command instructed by the OS 3 is completed (FIG. 9). Two steps S11).

【0044】このように、各々性能測定機構11−iを
有する情報処理装置1−iにて構成されている情報処理
システム1において、OS3からの要求である情報処理
装置1−i全てに対する性能測定の各種機能を診断制御
装置2にて制御するようにし、種々のタイミングで情報
処理装置1−i全てのハードウェア・ソフトウェア的な
性能を測定する機能を備えることによって、ファームウ
ェア機構を持たないデータ処理装置でもファームウェア
/ハードウェア的な性能の測定を実現することができ
る。
As described above, in the information processing system 1 including the information processing apparatuses 1-i each having the performance measuring mechanism 11-i, the performance measurement for all the information processing apparatuses 1-i requested by the OS 3 is performed. Of the information processing apparatus 1-i at various timings by controlling the various functions of the information processing apparatus 1-i at the various timings. The device can also measure the performance of firmware / hardware.

【0045】[0045]

【発明の効果】以上説明したように本発明によれば、複
数の情報処理装置から構成され、それら複数の情報処理
装置各々の性能を測定してその測定データを収集する機
能及びその収集したデータをその装置内の汎用レジスタ
に格納する機能を持つ性能測定機構と複数の情報処理装
置各々の診断制御を実施する診断制御装置とを備える情
報処理システムの性能測定システムにおいて、複数の情
報処理装置各々の処理を管理するオペレーティングシス
テムからの要求に応じて性能測定機構の各機能を制御す
る性能測定制御手段を診断制御装置に有することによっ
て、ファームウェア機構を持たないデータ処理装置でも
ファームウェア/ハードウェア的な性能の測定を実現す
ることができるという効果がある。
As described above, according to the present invention, a function for measuring the performance of each of a plurality of information processing apparatuses and collecting the measurement data and the collected data is provided. In a performance measurement system of an information processing system including a performance measurement mechanism having a function of storing the information in a general-purpose register in the device and a diagnostic control device performing diagnostic control of each of the plurality of information processing devices, The diagnostic control device has performance measurement control means for controlling each function of the performance measurement mechanism in response to a request from the operating system that manages the processing of the firmware. There is an effect that performance measurement can be realized.

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

【図1】本発明の一実施例による性能測定システムの構
成例を示すブロック図である。
FIG. 1 is a block diagram illustrating a configuration example of a performance measurement system according to an embodiment of the present invention.

【図2】図1の診断制御装置における性能測定処理を示
すフローチャートである。
FIG. 2 is a flowchart illustrating a performance measurement process in the diagnostic control device of FIG. 1;

【図3】図1の診断制御装置における性能測定開始&初
期値設定命令処理を示すフローチャートである。
FIG. 3 is a flowchart showing a performance measurement start & initial value setting instruction process in the diagnostic control device of FIG. 1;

【図4】図1の診断制御装置における性能測定開始処理
を示すフローチャートである。
FIG. 4 is a flowchart showing a performance measurement start process in the diagnostic control device of FIG. 1;

【図5】図1の診断制御装置における性能測定終了&結
果読出し命令処理を示すフローチャートである。
5 is a flowchart showing a performance measurement end & result read command process in the diagnostic control device of FIG. 1;

【図6】図1の診断制御装置における性能測定終了命令
処理を示すフローチャートである。
FIG. 6 is a flowchart showing a performance measurement end instruction process in the diagnostic control device of FIG. 1;

【図7】従来例による性能測定システムの構成例を示す
ブロック図である。
FIG. 7 is a block diagram showing a configuration example of a performance measurement system according to a conventional example.

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

1 情報処理システム 1−1 情報処理装置 2 診断制御装置 3 OS 4 主記憶装置 11−1 性能測定機構 11a−i 性能測定部 11b−i 測定結果格納部 12−1 汎用レジスタ 12a−1 測定モードエリア 12b−1 測定結果格納エリア 21 通信受信部 22 性能測定制御部 23 性能測定開始指示発行部 24 初期値設定部 25 性能測定終了指示発行部 26 測定結果読出し部 41 測定命令エリア 42 測定モードエリア 43 測定結果格納エリア Reference Signs List 1 information processing system 1-1 information processing device 2 diagnostic control device 3 OS 4 main storage device 11-1 performance measurement mechanism 11a-i performance measurement unit 11b-i measurement result storage unit 12-1 general-purpose register 12a-1 measurement mode area 12b-1 Measurement result storage area 21 Communication receiving unit 22 Performance measurement control unit 23 Performance measurement start instruction issuing unit 24 Initial value setting unit 25 Performance measurement end instruction issuing unit 26 Measurement result reading unit 41 Measurement instruction area 42 Measurement mode area 43 Measurement Result storage area

Claims (11)

【特許請求の範囲】[Claims] 【請求項1】 複数の情報処理装置から構成され、前記
複数の情報処理装置各々の性能を測定してその測定デー
タを収集する機能及びその収集したデータをその装置内
の汎用レジスタに格納する機能を持つ性能測定機構と前
記複数の情報処理装置各々の診断制御を実施する診断制
御装置とを備える情報処理システムの性能測定システム
であって、前記複数の情報処理装置各々の処理を管理す
るオペレーティングシステムからの要求に応じて前記性
能測定機構の各機能を制御する性能測定制御手段を前記
診断制御装置に有することを特徴とする性能測定システ
ム。
1. A function of measuring a performance of each of the plurality of information processing apparatuses and collecting measurement data of the plurality of information processing apparatuses, and a function of storing the collected data in a general-purpose register in the apparatus. A performance measuring system for an information processing system comprising: a performance measuring mechanism having a diagnostic control device for performing diagnostic control of each of the plurality of information processing devices; and an operating system for managing processing of each of the plurality of information processing devices. A performance measurement control means for controlling each function of the performance measurement mechanism in response to a request from the diagnostic control device.
【請求項2】 前記性能測定制御手段は、前記オペレー
ティングシステムからの開始要求に応じて前記性能測定
機構に開始指示を発行する開始指示発行手段と、前記オ
ペレーティングシステムからの終了要求に応じて前記性
能測定機構に終了指示を発行する終了指示発行手段と、
前記オペレーティングシステムからの測定結果読出し要
求に応じて前記性能測定機構から測定結果の読出しを行
う測定結果読出し手段とを含むことを特徴とする請求項
1記載の性能測定システム。
2. The performance measurement control means includes: a start instruction issuing means for issuing a start instruction to the performance measurement mechanism in response to a start request from the operating system; and a performance instruction control means in response to an end request from the operating system. End instruction issuing means for issuing an end instruction to the measurement mechanism;
2. The performance measurement system according to claim 1, further comprising: a measurement result reading unit that reads a measurement result from the performance measurement mechanism in response to a measurement result reading request from the operating system.
【請求項3】 前記オペレーティングシステムからの測
定モードを予め格納する格納手段を含むことを特徴とす
る請求項1または請求項2記載の性能測定システム。
3. The performance measurement system according to claim 1, further comprising a storage unit that stores a measurement mode from the operating system in advance.
【請求項4】 前記性能測定制御手段は、前記オペレー
ティングシステムからの測定モード設定要求に応じて前
記格納手段に格納された測定モードを前記性能測定機構
に設定する設定手段を含むことを特徴とする請求項3記
載の性能測定システム。
4. The performance measurement control means includes setting means for setting the measurement mode stored in the storage means to the performance measurement mechanism in response to a measurement mode setting request from the operating system. The performance measurement system according to claim 3.
【請求項5】 前記測定結果読出し手段が前記性能測定
機構から読出した前記測定結果を蓄積する蓄積手段を含
むことを特徴とする請求項2から請求項4のいずれか記
載の性能測定システム。
5. The performance measurement system according to claim 2, wherein said measurement result reading means includes storage means for storing said measurement result read from said performance measurement mechanism.
【請求項6】 複数の情報処理装置から構成され、前記
複数の情報処理装置各々の性能を測定してその測定デー
タを収集する機能及びその収集したデータをその装置内
の汎用レジスタに格納する機能を持つ性能測定機構と前
記複数の情報処理装置各々の診断制御を実施する診断制
御装置とを備える情報処理システムの性能測定方法であ
って、前記複数の情報処理装置各々の処理を管理するオ
ペレーティングシステムからの要求に応じて前記性能測
定機構の各機能を制御するステップを前記診断制御装置
に有することを特徴とする性能測定方法。
6. A function of measuring a performance of each of the plurality of information processing apparatuses and collecting measurement data of the plurality of information processing apparatuses, and a function of storing the collected data in a general-purpose register in the apparatus. A performance measuring method for an information processing system comprising a performance measuring mechanism having a diagnostic control device for performing diagnostic control of each of the plurality of information processing devices, the operating system managing each process of the plurality of information processing devices A step of controlling each function of the performance measuring mechanism in response to a request from the diagnostic control device.
【請求項7】 前記性能測定機構の各機能を制御するス
テップは、前記オペレーティングシステムからの開始要
求に応じて前記性能測定機構に開始指示を発行するステ
ップと、前記オペレーティングシステムからの終了要求
に応じて前記性能測定機構に終了指示を発行するステッ
プと、前記オペレーティングシステムからの測定結果読
出し要求に応じて前記性能測定機構から測定結果の読出
しを行うステップとを含むことを特徴とする請求項6記
載の性能測定方法。
7. The step of controlling each function of the performance measuring mechanism includes: issuing a start instruction to the performance measuring mechanism in response to a start request from the operating system; and responding to an end request from the operating system. 7. The method according to claim 6, further comprising: issuing a termination instruction to the performance measurement mechanism; and reading a measurement result from the performance measurement mechanism in response to a measurement result read request from the operating system. Performance measurement method.
【請求項8】 前記性能測定機構の各機能を制御するス
テップは、前記オペレーティングシステムからの測定モ
ード設定要求に応じて予め格納された測定モードを前記
性能測定機構に設定するステップを含むことを特徴とす
る請求項6または請求項7記載の性能測定方法。
8. The step of controlling each function of the performance measurement mechanism includes the step of setting a measurement mode stored in advance to the performance measurement mechanism in response to a measurement mode setting request from the operating system. The performance measuring method according to claim 6 or 7, wherein
【請求項9】 複数の情報処理装置から構成され、前記
複数の情報処理装置各々の性能を測定してその測定デー
タを収集する機能及びその収集したデータをその装置内
の汎用レジスタに格納する機能を持つ性能測定機構と前
記複数の情報処理装置各々の診断制御を実施する診断制
御装置とを備える情報処理システムの性能測定制御プロ
グラムを記録した記録媒体であって、前記性能測定制御
プログラムは前記診断制御装置に、前記複数の情報処理
装置各々の処理を管理するオペレーティングシステムか
らの要求に応じて前記性能測定機構の各機能を制御させ
ることを特徴とする性能測定制御プログラムを記録した
記録媒体。
9. A function comprising a plurality of information processing apparatuses, a function of measuring the performance of each of the plurality of information processing apparatuses and collecting measurement data thereof, and a function of storing the collected data in a general-purpose register in the apparatus. A recording medium recording a performance measurement control program for an information processing system including a performance measurement mechanism having a diagnostic control device for performing diagnostic control of each of the plurality of information processing devices, wherein the performance measurement control program A recording medium on which a performance measurement control program is recorded, wherein the control device controls each function of the performance measurement mechanism in response to a request from an operating system that manages processing of each of the plurality of information processing devices.
【請求項10】 前記性能測定制御プログラムは前記診
断制御装置に、前記オペレーティングシステムからの開
始要求に応じて前記性能測定機構に開始指示を発行さ
せ、前記オペレーティングシステムからの終了要求に応
じて前記性能測定機構に終了指示を発行させ、前記オペ
レーティングシステムからの測定結果読出し要求に応じ
て前記性能測定機構から測定結果の読出しを行わせるこ
とを特徴とする請求項9記載の性能測定制御プログラム
を記録した記録媒体。
10. The performance measurement control program causes the diagnostic control device to issue a start instruction to the performance measurement mechanism in response to a start request from the operating system, and to execute the performance measurement in response to an end request from the operating system. 10. The performance measurement control program according to claim 9, further comprising: causing the measurement mechanism to issue an end instruction, and reading the measurement result from the performance measurement mechanism in response to a measurement result read request from the operating system. recoding media.
【請求項11】 前記性能測定制御プログラムは前記診
断制御装置に、前記オペレーティングシステムからの測
定モード設定要求に応じて予め格納された測定モードを
前記性能測定機構に設定させることを特徴とする請求項
9または請求項10記載の性能測定制御プログラムを記
録した記録媒体。
11. The performance measurement control program causes the diagnostic control device to set a measurement mode stored in advance in the performance measurement mechanism in response to a measurement mode setting request from the operating system. A recording medium recording the performance measurement control program according to claim 9 or 10.
JP9239260A 1997-09-04 1997-09-04 System and method for measuring performance and recording medium recording measuring control program therefor Pending JPH1185573A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP9239260A JPH1185573A (en) 1997-09-04 1997-09-04 System and method for measuring performance and recording medium recording measuring control program therefor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP9239260A JPH1185573A (en) 1997-09-04 1997-09-04 System and method for measuring performance and recording medium recording measuring control program therefor

Publications (1)

Publication Number Publication Date
JPH1185573A true JPH1185573A (en) 1999-03-30

Family

ID=17042126

Family Applications (1)

Application Number Title Priority Date Filing Date
JP9239260A Pending JPH1185573A (en) 1997-09-04 1997-09-04 System and method for measuring performance and recording medium recording measuring control program therefor

Country Status (1)

Country Link
JP (1) JPH1185573A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009140130A (en) * 2007-12-05 2009-06-25 Nec Electronics Corp Data processor, and method for controlling the same
JP2010218367A (en) * 2009-03-18 2010-09-30 Fujitsu Ltd Processing apparatus and method for acquiring log information

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009140130A (en) * 2007-12-05 2009-06-25 Nec Electronics Corp Data processor, and method for controlling the same
JP2010218367A (en) * 2009-03-18 2010-09-30 Fujitsu Ltd Processing apparatus and method for acquiring log information
US8731688B2 (en) 2009-03-18 2014-05-20 Fujitsu Limited Processing apparatus and method for acquiring log information

Similar Documents

Publication Publication Date Title
CN109739619A (en) A kind of processing method, device and storage medium based on containerization application
JPH09223038A (en) Remote terminal emulator
TWI685791B (en) Method of generating bios-change record
JPH1185573A (en) System and method for measuring performance and recording medium recording measuring control program therefor
JPH0798663A (en) Asynchronous i/o control system
JPH11161523A (en) Fault information gathering device
JP3207564B2 (en) Event recording method and device
JPH05257720A (en) Virtual computer system
JP2005165825A (en) Trace information recorder
JPH0764811A (en) Computer backup system
JPH06149762A (en) Conflict operation testing system for computer system
JPS5833631B2 (en) data processing system
JP2002373156A (en) Cluster control system and scenario execution method in the same system
JP2804088B2 (en) Setting method of peripheral device control information in computer system
JPH1139192A (en) Information controller
CN112711494A (en) Downtime fault positioning method and device
JPH05241852A (en) Interruption generating device for information processing system
JPH04286035A (en) Process tracing system
JPH05324416A (en) System error history saving system
JPH0341528A (en) Diagnostic device in computer
JPH04248635A (en) Probe effect eliminating method for parallel processing debugging
JPS6125174B2 (en)
JPH08171498A (en) Multicomputer debugger system and multicomputer system adopting the same
JP2007140626A (en) Measurement condition generation device and method, program, and program verification device
JPH01142834A (en) Test result output control system for test program

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20030617