JPS5971555A - Performance monitoring system - Google Patents

Performance monitoring system

Info

Publication number
JPS5971555A
JPS5971555A JP57181310A JP18131082A JPS5971555A JP S5971555 A JPS5971555 A JP S5971555A JP 57181310 A JP57181310 A JP 57181310A JP 18131082 A JP18131082 A JP 18131082A JP S5971555 A JPS5971555 A JP S5971555A
Authority
JP
Japan
Prior art keywords
monitor
mask
event
operating system
asynchronous
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
JP57181310A
Other languages
Japanese (ja)
Other versions
JPH0430054B2 (en
Inventor
Toyohiko Kagimasa
豊彦 鍵政
Shizuo Goto
志津雄 後藤
Seiichi Yoshizumi
吉住 誠一
Junichi Kurihara
潤一 栗原
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.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP57181310A priority Critical patent/JPS5971555A/en
Publication of JPS5971555A publication Critical patent/JPS5971555A/en
Publication of JPH0430054B2 publication Critical patent/JPH0430054B2/ja
Granted legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/34Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Debugging And Monitoring (AREA)

Abstract

PURPOSE:To pick up a bottle neck with a low overhead, by measuring selectively only an event relating to a job in response to on/off of a monitor mask at the switching of a job executed by an operating system. CONSTITUTION:Hooks 6, 8, 10 for asynchronous events and a hook 12 for synchronous events are incorporated in processing routines 5, 7, 9, 11 of the operating system 1. The action of each hook is controlled by turning on/off an asynchronous event monitor mask 13 and a synchronous event monitor mask 14. Although the mask 13 remains on state while a monitor is in operation, the mode is switched respectively into the total event measuring mode and the asynchronous event measuring mode by turning on/off the mask 14. The switching is performed by a mask switching routine 17 in a monitor program 2. When the control is handed over from the hooks 10, 12 to a data collecting routine 18, the information in the control table in the system 1 is collected in response to the event and set it to a buffer 19.

Description

【発明の詳細な説明】 〔発明の利用分野〕 本発明は、計算機システムにおける動的性能特性のモニ
タリング方式に係シ、特に性能上のポ゛トルネックを摘
出する場合に好適なモニタリング方式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Application of the Invention] The present invention relates to a monitoring method for dynamic performance characteristics in a computer system, and particularly to a monitoring method suitable for identifying performance bottlenecks.

〔従来技術〕[Prior art]

従来のモニタリング方式全説明するために、まずモニタ
リングのための基本機構について第1図に従って説明す
る。計算機システムの処理全モニタリングすることすな
わち、ジョブ処理中に発生する事象?順に記録するには
次のような機構を用いている。モニタリング対象のオペ
レーティング・システム1のプログラム中にフック3と
呼ばれるモニタ・プログラム2に制御を移す命令を埋め
込んでおく。オペレーティングシステムの処理中に制御
がそのフックの位置に到達した時に、ノ・−ドウエアと
して備わっている制御レジスタ内の該当するビット(モ
ニタ・マスク4と呼ぶ)がオンならば割シ込みが発生し
てモニタ・プログラム2に制御が移される。モニタ・マ
スク4がオフならば割シ込みは発生せずに次の命令全実
行する。つまり、制御レジスタ内のモニタ・マスク4が
モニタ・プログラム2でのデータ収集に対するスイッチ
の役割シを果す。
In order to fully explain the conventional monitoring system, the basic mechanism for monitoring will first be explained with reference to FIG. Monitoring all processing of a computer system, that is, events that occur during job processing? The following mechanism is used to record sequentially. An instruction called a hook 3 for transferring control to the monitor program 2 is embedded in the program of the operating system 1 to be monitored. When control reaches the hook position during operating system processing, if the corresponding bit in the control register provided as hardware (called monitor mask 4) is on, an interrupt will occur. Then control is transferred to monitor program 2. If monitor mask 4 is off, no interrupt is generated and the next instruction is all executed. That is, the monitor mask 4 in the control register serves as a switch for data collection in the monitor program 2.

従来はこの機構をオペレーティング・システムの制御方
式とは全く関係させずに用いる。第2図の流れ図に示す
ように、最初にマスクをオンにしてモニタリング金開始
し、終了時にマスクをオフにする。従って、多重プログ
ラミング方式の計算機システムの場合、実行中の全ての
ジョブに処理に対してモニタリングのための割り込みが
起る。
Conventionally, this mechanism is used without any connection to the operating system control scheme. As shown in the flowchart of FIG. 2, the mask is first turned on to begin monitoring, and when finished, the mask is turned off. Therefore, in the case of a multi-programming computer system, interruptions for monitoring the processing of all jobs being executed occur.

そのために、実行中のジョブの多重度が大きいとモニタ
リング・オーバヘッドが増大して、システムの性能低下
金招く。その結果、システム稼動中のモニタリングが不
可能になること、寸たシステム自身の状況がモニタリン
グのために変化して、1確な状況が把握できないという
ことが、欠点として従来のモニタリング方式にはあった
Therefore, when the number of jobs being executed is large, monitoring overhead increases, resulting in a decrease in system performance. As a result, the disadvantages of conventional monitoring methods are that it becomes impossible to monitor the system while it is running, and that the system itself changes slightly for monitoring purposes, making it impossible to grasp the exact situation. Ta.

〔発明の目的〕[Purpose of the invention]

本発明の目的は、多重プログラミング方式の計算機シス
テムの稼動時における性能上のボトルネックの摘出金紙
オーバヘッドで可能にするモニタリング方式を提供する
ことにある。
SUMMARY OF THE INVENTION An object of the present invention is to provide a monitoring method that eliminates paper overhead, which is a performance bottleneck during operation of a multi-programming computer system.

〔発明の概要〕 上記の目的を達成するには種々の方法があるが、モニタ
リング対象のジョブを限定して選択的にモニタリングす
る方法が考えられる。これを低オーバヘッドで実現する
には、オペレーティング・システムの処理と同期してモ
ニタ・マスク全オン・オフすればよいと考えた。すなわ
ち、オペレーティング・システムが実行するジョブを切
り替える時にモニタ割り込み全制御するモニタ・マスク
をオンオフすれば、発生するモニタ割シ込みの回数を少
くして低オーバヘッドのモニタリングが可能となる。
[Summary of the Invention] There are various methods for achieving the above object, and one method is to selectively monitor by limiting the jobs to be monitored. In order to achieve this with low overhead, we thought it would be possible to turn all monitor masks on and off in synchronization with the operating system processing. That is, by turning on and off the monitor mask that controls all monitor interrupts when the operating system switches jobs to be executed, it is possible to reduce the number of monitor interrupts that occur and perform low-overhead monitoring.

〔実施例〕〔Example〕

以下、本発明の実施例を第5図によシ説明する。 An embodiment of the present invention will be described below with reference to FIG.

本実施例はタイムシェアリング・システムの応答時間の
内訳を示すデータを収集して、性能上のボトルネックヲ
摘出するモニタである。同、本実施例における端末は一
般的にはジョブに該当するものであシ、本実施例はタイ
ムシェアリング・システム以外のバッチ処理等にも同様
に適用可能である。
This embodiment is a monitor that collects data showing the breakdown of the response time of a time-sharing system and identifies performance bottlenecks. Similarly, the terminal in this embodiment generally corresponds to a job, and this embodiment is similarly applicable to batch processing and the like other than time sharing systems.

本実施例のモニタはタイムシェアリング処理の端末の中
からいくつかの端末を限定してモニタリングする。個々
の端末はオペレーティング・システム内ではそれぞれ1
つのアドレス空間に対応する。アドレス空間とは端末ご
とにつくられる仮想アドレスのメモリ空間である。計測
対象の端末に関する処理全限定してモニタリングするに
は、対応するアドレス空間に関する処理中のみデータ全
収集すればよい。
The monitor of this embodiment monitors a limited number of terminals from among the terminals undergoing time sharing processing. Each individual terminal has one name within the operating system.
corresponds to one address space. Address space is a memory space of virtual addresses created for each terminal. In order to monitor all processes related to the terminal to be measured, it is sufficient to collect all data only during processes related to the corresponding address space.

次に計測対象アドレス空間に関する事象のみ全選択的に
計測する方法を説明するが、まず本モニタの持つ2つの
計測モードを説明する。本モニタは非同期事象計測モー
ドと全事象計測ギードを持つ。非同期事象計測モードは
計測対象でないアドレス空間実行中のモードであり、ア
ドレス空間の実行とは非同期に起こる入出力割り込みな
どの事象のみを計測する。全事象計測モードは計測対象
アドレス空間実行中のモードであシ、非同期事象に加え
て、オペレーティング・システムのルーチンを呼ぶスー
パバイザ・コールなどのアドレス空間実行中に起こる同
期事象も計測する。本モニタはこの2つのモードを切シ
換えて、選択的な計測を実行する。
Next, a method for selectively measuring only events related to the measurement target address space will be explained, but first, the two measurement modes that this monitor has will be explained. This monitor has an asynchronous event measurement mode and an all-event measurement mode. The asynchronous event measurement mode is a mode during execution of an address space that is not a measurement target, and only measures events such as input/output interrupts that occur asynchronously with the execution of the address space. The all-event measurement mode is a mode during execution of the measurement target address space, and in addition to asynchronous events, it also measures synchronous events that occur during execution of the address space, such as a supervisor call that calls an operating system routine. This monitor switches between these two modes and performs selective measurements.

第3図はこのモード切シ換えとデータ収集の方法を示し
ている。オペレーティング・システム1処理ルーチン5
,7,9.if中には非同期事象のためのフック6.8
.10と同期事象のためフック12が埋め込まれている
。非同期事象用モニタ・マスク13と同期事象用モニタ
・マスク14をオン、オフすることによって、それぞれ
のフックの活動を制御する。非同期事象は常時計測する
ので、非同期事象用モニタ・マスク13はモニタが稼動
している間オンのままである。そして、同期事象用モニ
タ・マスク14をオン、オフすることによって、それぞ
れ全事象計測モード、非同期事象計測モードに切シ換え
る。この切シ換えはモニタ・プログラム2内のマスク切
シ換えルーチン17で行なう。オペレーティング・シス
テム1内のCPUディスパッチャ7は中央処理装置(C
PUJをアドレス空間に割シ当てる働きを持つが、この
CPUディスパッチャ7に制御が渡った時に、フック8
からマスク切シ換えルーチン17に制御が移る。
FIG. 3 shows this mode switching and data collection method. Operating system 1 processing routine 5
,7,9. Hooks for asynchronous events during if 6.8
.. 10 and a hook 12 is embedded for synchronization events. The activity of each hook is controlled by turning on and off the monitor mask 13 for asynchronous events and the monitor mask 14 for synchronous events. Since asynchronous events are always measured, the asynchronous event monitor mask 13 remains on while the monitor is running. Then, by turning on and off the synchronous event monitor mask 14, the mode is switched to the all-event measurement mode and the asynchronous event measurement mode, respectively. This switching is performed by a mask switching routine 17 in the monitor program 2. The CPU dispatcher 7 within the operating system 1 is a central processing unit (C
It has the function of allocating PUJ to address space, but when control is passed to this CPU dispatcher 7, hook 8
Control then moves to a mask switching routine 17.

そして、そこでは計副端末表16を番照して、CPUの
割シ尚て先のアドレス空間の識別子が表16にあれば計
測対象アドレス空間と判定して、同期事象モニタ・マス
ク14をオンにして全事象計測モードにする。表16に
なれば、オフにして非同期事象11測モードにする。計
測端求人16計測端末名称とそれに対応するアドレス空
間識別子の組を持つ。端末名称はモニタ起動時に、指定
された計測端末の名称が設定される。アドレス空間識別
子の設定は、ユーザが端末でログオン(端末使用開始操
作)あるいはログオフ(端末使用終了操作)するの全契
機として次のように行なわれる。
Then, by checking the sub-terminal table 16, the CPU determines that if the identifier of the destination address space is in the table 16, it is the address space to be measured, and turns on the synchronous event monitor mask 14. to enter all-event measurement mode. When Table 16 is reached, turn it off and enter the asynchronous event 11 measurement mode. Measurement terminal job offer 16 has a set of measurement terminal name and its corresponding address space identifier. The terminal name is set to the name of the specified measurement terminal when the monitor is started. The address space identifier is set as follows when the user logs on (operation to start using the terminal) or logs off (operation to end using the terminal) at the terminal.

ログオン/ログオフ時に、ログオン/ログオフ処理ルー
チン5から計測端求人更新ルーチン15に制御が渡シ、
ログオンあるいはログオフした端末の名称が計測端求人
16にあれば、計測端末であるから、表16にその端末
のアドレス空間識別子を設定し、なければ設定しない。
At logon/logoff, control is passed from the logon/logoff processing routine 5 to the measurement end recruitment update routine 15.
If the name of the terminal that logged on or logged off is in the measurement terminal recruitment 16, it is a measurement terminal, so the address space identifier of that terminal is set in the table 16; otherwise, it is not set.

これよフ、計測端末とアドレス空間の対応がとれる。Now you can make correspondence between measurement terminal and address space.

オペレーティング・システム内のルーチン9゜11内の
フック10.12からデータ収集ルーチア18に制御が
渡ると、その事象に応じてオペレーティングシステム1
内の制御テーブル内の情報全収集し、時刻とと、もに1
つのレコードにまとめてバッファ19に設定する。バッ
ファー9が一杯になる度に、モニタ・プログラム2はフ
ァイル20にバッファー9の内容全出力する。
When control is passed to the data collection routine 18 from a hook 10.12 in a routine 9.11 within the operating system, the operating system 1
Collect all the information in the control table in 1.
The data are collected into one record and set in the buffer 19. Each time buffer 9 becomes full, monitor program 2 outputs the entire contents of buffer 9 to file 20.

本モニタのデータから、コマンド応答時間や入出力実行
待ち時間、メモリ確保持ち時間などの応答時間の内訳が
計算できる。長時間金製しているが 内訳項目システム性能上のボルトネックの候補とへ なる。
From the data of this monitor, you can calculate the details of response time, such as command response time, input/output execution waiting time, and memory reservation time. Although it is made of gold for a long time, it becomes a candidate for a bolt neck in the breakdown item system performance.

〔発明の効果〕〔Effect of the invention〕

本発明の効果はモニタリング・オーバヘッドの低減とな
って現われるが、同時に稼動する端末をn台とした場合
、本実施例のモニタのオーバヘッドは従来方式のモニタ
にくらべてl / nとなる。
The effect of the present invention is manifested in the reduction of monitoring overhead, and when the number of terminals operating at the same time is n, the overhead of the monitor of this embodiment is l/n compared to the conventional monitor.

本発明によれば、多重プログラミング方式の計算機シス
テムにおいて、性能上のボトルネック摘出が低オーバヘ
ッドで可能になる。ジョブの多重産金nとすると、従来
方式にくらべてオーバヘッドは約1 / nとなる。ま
た、オーバヘッドのために従来不可能でをンった楯度な
モニタリングが特定のジョブに対して可能になるという
効果もある。
According to the present invention, in a multi-programming computer system, performance bottlenecks can be extracted with low overhead. Assuming that the multiple production money of a job is n, the overhead is about 1/n compared to the conventional method. It also has the effect of making it possible to perform more detailed monitoring of a specific job than was previously possible due to overhead.

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

第1図はモニタリングの基本構造図、第2図は従来のモ
ニタリング方式の流れ図、第3図は本発明の実施例の1
帖明図で4)る。 1・・・オペレーティング・システム、2・・・モニタ
プログラム、3・・・フック、4・・・モニタ・マスク
、訃・・ログオン/ログオン処理ルーチン、6・・・ロ
グオン/ログオフ・フック、7・・・CPUディスパッ
チャ、8・・・ディスパッチャ・フック、9・・・非同
期処理ルーチン、10・・・非同期事象フック、11・
・・同期処理ルーチン、12・・・同期事象フック、1
3・・・非同期事象用モニタ・マスク、14・・・同期
芋象用モニタ・マスク、15・・・割測端求人更新ルー
ヂン、16・・・計(j!lI端末表、求人・・・マス
ク切シ換えルーチン、1B・・・データ収集ルーチン、
19・・・バッファ、20・・・ファイル。 代理人 弁理士 薄田利幸 預 ) 回
Figure 1 is a basic structure diagram of monitoring, Figure 2 is a flowchart of a conventional monitoring method, and Figure 3 is an embodiment of the present invention.
4) on the book chart. DESCRIPTION OF SYMBOLS 1... Operating system, 2... Monitor program, 3... Hook, 4... Monitor mask, Logon/logon processing routine, 6... Logon/logoff hook, 7... ...CPU dispatcher, 8.Dispatcher hook, 9.Asynchronous processing routine, 10.Asynchronous event hook, 11.
...Synchronization processing routine, 12...Synchronization event hook, 1
3...Monitor mask for asynchronous events, 14...Monitor mask for synchronous events, 15...Discount end job update routine, 16...Total (j!lI terminal table, job offer... Mask switching routine, 1B...data collection routine,
19...Buffer, 20...File. Agent: Patent Attorney Toshiyuki Usuda ) times

Claims (1)

【特許請求の範囲】[Claims] 1、多重プログラミング方式の計算機システムの実稼動
時に処理時間の詳細内訳金得るための性能モニタリング
において、オペレーティング・システムが実行するジョ
ブを切り替える時にモニタ・マスクにオン・オフするこ
とによって、いくつかの指定されたジョブに関する事象
のみを選択的に計測すること全特徴とする性能モニタリ
ング方式。
1. In performance monitoring to obtain a detailed breakdown of processing time during actual operation of a multi-programming computer system, several specifications can be set by turning on and off the monitor mask when switching jobs executed by the operating system. A performance monitoring method that is characterized by selectively measuring only events related to jobs that have been performed.
JP57181310A 1982-10-18 1982-10-18 Performance monitoring system Granted JPS5971555A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP57181310A JPS5971555A (en) 1982-10-18 1982-10-18 Performance monitoring system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP57181310A JPS5971555A (en) 1982-10-18 1982-10-18 Performance monitoring system

Publications (2)

Publication Number Publication Date
JPS5971555A true JPS5971555A (en) 1984-04-23
JPH0430054B2 JPH0430054B2 (en) 1992-05-20

Family

ID=16098436

Family Applications (1)

Application Number Title Priority Date Filing Date
JP57181310A Granted JPS5971555A (en) 1982-10-18 1982-10-18 Performance monitoring system

Country Status (1)

Country Link
JP (1) JPS5971555A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS62245344A (en) * 1986-04-17 1987-10-26 Fujitsu Ltd Analyzing system for content of response time
JPH03189739A (en) * 1989-12-06 1991-08-19 Internatl Business Mach Corp <Ibm> Mechanism for measuring service time of software and hardware components
JP2005250821A (en) * 2004-03-04 2005-09-15 Renesas Technology Corp Emulator and microprocessor

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS58217063A (en) * 1982-06-10 1983-12-16 Fujitsu Ltd Multiple control processing system of program event recording

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS58217063A (en) * 1982-06-10 1983-12-16 Fujitsu Ltd Multiple control processing system of program event recording

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS62245344A (en) * 1986-04-17 1987-10-26 Fujitsu Ltd Analyzing system for content of response time
JPH0447342B2 (en) * 1986-04-17 1992-08-03 Fujitsu Ltd
JPH03189739A (en) * 1989-12-06 1991-08-19 Internatl Business Mach Corp <Ibm> Mechanism for measuring service time of software and hardware components
JPH0461381B2 (en) * 1989-12-06 1992-09-30 Intaanashonaru Bijinesu Mashiinzu Corp
JP2005250821A (en) * 2004-03-04 2005-09-15 Renesas Technology Corp Emulator and microprocessor

Also Published As

Publication number Publication date
JPH0430054B2 (en) 1992-05-20

Similar Documents

Publication Publication Date Title
US4887202A (en) Input-output control method in a virtual machine system
EP0239078B1 (en) Register saving/restoring system
JPS63182749A (en) Timer controller for computer system
JPS5971555A (en) Performance monitoring system
JPH01156830A (en) Operating system
JPS603229B2 (en) Information processing method
JP2566002B2 (en) Task dispatching method
JPH0266640A (en) Debugger task scheduling system
JP2617984B2 (en) Central processing unit test method
JPH0319036A (en) Dynamic dispatching system using time slice interval
JPH06149615A (en) Event recording system
JPH03188531A (en) Time-division multitask executing device
JPH03105632A (en) Mutual stand-by system
JPS638947A (en) Program debug supporting system
JPS63305429A (en) Microprocessor interruption system
JPH0416811B2 (en)
JPH04322332A (en) Program execution control system
JPH0351927A (en) Jump information storage system
JPH02244345A (en) Information processor
JPS6155705B2 (en)
JPH06149593A (en) Multitask executive device
JPH03126134A (en) Task switching system for cpu
JPS60231252A (en) Unit processor
JPS63167940A (en) Multi-programming directional cpu
JPH0194469A (en) Parallel processing system