JPH04286035A - Process tracing system - Google Patents

Process tracing system

Info

Publication number
JPH04286035A
JPH04286035A JP3074325A JP7432591A JPH04286035A JP H04286035 A JPH04286035 A JP H04286035A JP 3074325 A JP3074325 A JP 3074325A JP 7432591 A JP7432591 A JP 7432591A JP H04286035 A JPH04286035 A JP H04286035A
Authority
JP
Japan
Prior art keywords
trace
data
termination
state transition
tracing
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
JP3074325A
Other languages
Japanese (ja)
Inventor
Shinichi Suwabe
諏訪部 眞一
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 Corp
Original Assignee
NEC Corp
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 Corp filed Critical NEC Corp
Priority to JP3074325A priority Critical patent/JPH04286035A/en
Publication of JPH04286035A publication Critical patent/JPH04286035A/en
Pending legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

PURPOSE:To obtain basic data of various kinds of performance problems by tracing the state transition situation of a process in the middle of an operation in a system. CONSTITUTION:A process execution control means 6 operates a trace information recording means 7 at the time of the state transition of the process of a trace object. As a result, the operation situation of the object process is recorded in a trace data table 8. A system user uses a data editing output means 11 and obtains an editing result. The object process is designated and a trace condition is set by using a trace setting means 1. Thus, minute data noticing the state transition of the process is obtained and it is effective for the improvement of response time and that of a system processing.

Description

【発明の詳細な説明】[Detailed description of the invention]

【0001】0001

【産業上の利用分野】本発明はコンピュータシステムに
おけるプロセストレース方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a process tracing method in a computer system.

【0002】0002

【従来の技術】従来、コンピュータシステムにおけるプ
ロセストレース方式は、プロセスが動作する論理空間内
に測定点を設定し、そのアドレスを通過する際に情報収
集機能を動作させる方法をとっていた。
2. Description of the Related Art Conventionally, a process tracing method for a computer system has adopted a method of setting a measurement point in a logical space in which a process operates, and operating an information gathering function when passing through that address.

【0003】0003

【発明が解決しようとする課題】上述したプロセスが動
作する論理空間内に測定点を設定するプロセストレース
方式では、測定点の設定によりトレースデータの有効性
に差が発生しやすく、論理空間内のプロセス動作軌跡を
理解していなければ設定ができないという欠点がある。 また測定点は対象プロセスが中央処理装置上で実行状態
にある時にしか通過しないため、対象プロセスの状態の
遷移を知ることが困難であり、得られたトレースデータ
をオンライントランザクション処理の性能改善、システ
ム全体の性能改善等の資料として使用することが難しい
という欠点もある。
[Problems to be Solved by the Invention] In the process tracing method described above, in which measurement points are set in the logical space in which the process operates, differences in the validity of trace data tend to occur depending on the setting of the measurement points, and The drawback is that settings cannot be made unless the process operation locus is understood. In addition, since the measurement points only pass when the target process is in the execution state on the central processing unit, it is difficult to know the state transition of the target process, and the obtained trace data can be used to improve the performance of online transaction processing, Another disadvantage is that it is difficult to use it as data for improving overall performance.

【0004】0004

【課題を解決するための手段】本発明のプロセストレー
ス方式は、システム利用者からトレース対象プロセス名
とトレース条件とを得て、トレース管理用情報を設定す
るトレース設定手段と、システム内の各プロセスの初期
化処理を実施すると共に、前記トレース管理用情報から
前記トレース対象のプロセスを知り、対象プロセスの初
期化処理の際にはトレース開始手段を起動するプロセス
初期化手段と、トレースの為の初期設定を実施するトレ
ース開始手段と、プロセス動作時の状態遷移処理を実施
し、トレース対象のプロセスが前記トレース条件と一致
した状態遷移をする際にはトレース情報記録手段を起動
するプロセス実行制御手段と、起動される毎にその時点
のトレースデータを記録するトレース情報記録手段と、
各プロセスの終了処理を実施すると共に、トレース対象
プロセス終了の際にはトレース終了手段を起動するプロ
セス終了手段と、トレース管理用情報を更新するトレー
ス終了手段と、記録されたトレースデータを読み込み、
その内容を印刷装置または表示装置に編集出力するデー
タ編集出力手段とを有している。
[Means for Solving the Problems] The process tracing method of the present invention includes a trace setting means for obtaining trace target process names and trace conditions from a system user, and setting trace management information, and each process in the system. a process initialization means that executes the initialization processing of the trace target process from the trace management information and activates a trace start means when initializing the target process; a trace start means for performing settings; and a process execution control means for performing state transition processing during process operation and activating a trace information recording means when the process to be traced makes a state transition that matches the trace condition. , a trace information recording means for recording trace data at that point each time it is activated;
A process termination means that executes termination processing for each process, and activates a trace termination means when the trace target process terminates, a trace termination means that updates trace management information, and reads recorded trace data.
and data editing/output means for editing and outputting the contents to a printing device or a display device.

【0005】[0005]

【実施例】次に本発明について図面を参照して説明する
DESCRIPTION OF THE PREFERRED EMBODIMENTS Next, the present invention will be explained with reference to the drawings.

【0006】図1は本発明の一実施例を示すものである
FIG. 1 shows an embodiment of the present invention.

【0007】図中1はトレース設定手段、2はトレース
管理表、3はプロセス初期化手段、4はトレース開始手
段、5はプロセス制御ブロック、6はプロセス実行制御
手段、7はトレース情報記録手段、8はトレースデータ
表、9はプロセス終了手段、10はトレース終了手段、
11はデータ編集出力手段、12は印刷装置、13は表
示装置を示している。
In the figure, 1 is a trace setting means, 2 is a trace management table, 3 is a process initialization means, 4 is a trace start means, 5 is a process control block, 6 is a process execution control means, 7 is a trace information recording means, 8 is a trace data table, 9 is a process termination means, 10 is a trace termination means,
Reference numeral 11 indicates a data editing and outputting means, 12 a printing device, and 13 a display device.

【0008】また図2はプロセスの状態遷移を示す図で
ある。
FIG. 2 is a diagram showing the state transition of a process.

【0009】また図3はプロセス制御ブロックの実施例
を示す図である。
FIG. 3 is a diagram showing an embodiment of the process control block.

【0010】まず本発明の動作について図1、図2を参
照して説明する。一般的に多重プログラミングのシステ
ムにおいては、システムに投入されたユーザジョブは、
オペレーティングシステムの機能によって処理の最小単
位であるプロセスの集合として管理される。このプロセ
スが遷移する状態は、通常、図2に示した4状態に分類
することができる。つまりプロセスに中央処理が割り当
てられている実行状態、中央処理装置の割り当てを待っ
ている実行可能状態、特定の事象の発生を待っている実
行待機状態、何らかの理由により実行が禁止されている
実行保留状態である。
First, the operation of the present invention will be explained with reference to FIGS. 1 and 2. Generally, in a multi-programming system, user jobs submitted to the system are
It is managed by the functions of the operating system as a set of processes, which are the minimum unit of processing. The states to which this process transitions can generally be classified into the four states shown in FIG. In other words, a running state where a central processing unit is assigned to the process, an executable state where the process is waiting for a central processing unit to be assigned, an execution waiting state where the process is waiting for a specific event to occur, and an execution pending state where execution is prohibited for some reason. state.

【0011】システム利用者はトレース設定手段1に対
して、動作トレースの対象とするプロセス名とトレース
条件とを指定する。プロセス名はシステムが内部で使用
している値を知り得る場合は直接その値を指定し、他の
場合はジョブ名またはロードモジュール名の形式で指定
する。トレース条件は、プロセスがどの状態に遷移した
時にトレースデータを記録するのかを指定する。トレー
ス設定手段1は、指定された内容をトレース管理表2に
記録する。
[0011] A system user specifies, to the trace setting means 1, the name of a process to be traced and trace conditions. For the process name, if you know the value used internally by the system, specify that value directly; otherwise, specify it in the form of a job name or load module name. The trace condition specifies the state in which the process transitions into which trace data is to be recorded. The trace setting means 1 records the specified contents in the trace management table 2.

【0012】プロセス初期化手段3は、システム内で動
作するプロセスの関連データ類の初期化処理を実施する
が、このときトレース管理表2を参照し、トレース対象
プロセスの初期化であった場合にはトレース開始手段4
を起動する。トレース開始手段4は、プロセス毎の情報
格納域として作成されるプロセス制御ブロック5内に付
加された所定領域の値を設定する。初期化処理後にプロ
セスはシステム内で動作を開始する。
[0012] The process initialization means 3 initializes data related to processes operating within the system. is trace start means 4
Start. The trace starting means 4 sets a value in a predetermined area added in the process control block 5 created as an information storage area for each process. After the initialization process, the process starts operating within the system.

【0013】プロセスがシステム内で動作することは、
プロセス実行制御手段6により前述した実行状態、実行
可能状態、実行待機状態、実行保留状態の4つの状態間
を遷移することと対応している。プロセス実行制御手段
6は、システム内の各プロセスが状態を遷移する毎にそ
の時点のプロセス関連情報をプロセス制御ブロック5に
記録する。このとき前述のプロセス制御ブロック5内の
所定領域にトレース実施の設定がされており、その時の
状態遷移がトレース条件と一致している場合はトレース
情報記録手段7を起動する。起動されたトレース情報記
録手段7は、プロセス名、時刻、実行中の論理アドレス
、遷移しようとする状態をトレースデータ表8に記録す
る。この動作によりトレース対象プロセスはトレース条
件に一致する状態遷移の度にデータがトレースデータ表
8に記録されることになる。
[0013] A process operates within a system by
This corresponds to the transition between the four states, the execution state, the executable state, the execution standby state, and the execution pending state, by the process execution control means 6. The process execution control means 6 records process-related information at that time in the process control block 5 every time each process in the system changes state. At this time, if a predetermined area in the process control block 5 described above is set to be traced and the state transition at that time matches the trace condition, the trace information recording means 7 is activated. The activated trace information recording means 7 records the process name, time, logical address under execution, and state to which the process is to be transitioned in the trace data table 8. By this operation, data of the trace target process is recorded in the trace data table 8 every time a state transition that matches the trace condition occurs.

【0014】プロセス終了時にはプロセス終了手段9が
動作し、プロセス動作に必要であった資源の開放等を実
施するが、このときトレース管理表2を参照し、トレー
ス対象プロセスの終了であった場合にはトレース終了手
段10を起動する。トレース終了手段10はトレース管
理表2の内容を更新し、対象プロセスが終了したことを
記録する。
At the end of the process, the process end means 9 operates to release the resources necessary for the process operation, but at this time, the trace management table 2 is referred to, and if the process to be traced has ended, starts the trace termination means 10. The trace termination means 10 updates the contents of the trace management table 2 and records that the target process has terminated.

【0015】データ編集出力手段11は、システム利用
者の指示によりトレース管理表2とトレースデータ表8
の値を読み込み、トレース対象となったプロセスの状態
遷移の様子を編集し、印刷装置12または表示装置13
に出力する。システム利用者は出力された結果をオンラ
イン性能上の問題解決、システム性能上の問題解決の為
のデータとして利用する。図3で示したプロセス制御ブ
ロックはシステム内のプロセス毎に作成される。トレー
ス設定領域内にプロセストレースの対象であるか否かを
示すビットa、トレース条件を示すビットb〜eが存在
し、各プロセスの初期化時に値がセットされる。
The data editing output means 11 edits the trace management table 2 and the trace data table 8 according to instructions from the system user.
reads the value of , edits the state transition of the process to be traced, and displays
Output to. System users use the output results as data for solving online performance problems and system performance problems. The process control block shown in FIG. 3 is created for each process in the system. In the trace setting area, there are a bit a indicating whether or not a process is to be traced, and bits b to e indicating trace conditions, and their values are set when each process is initialized.

【0016】[0016]

【発明の効果】以上説明したように本発明は、トレース
対象となるプロセスが状態遷移する毎にトレースデータ
を採取することにより、対象プロセスの論理空間内の動
作軌跡を知らなくてもデータ採取できるという効果があ
る。
[Effects of the Invention] As explained above, the present invention collects trace data every time the process to be traced changes state, thereby making it possible to collect data without knowing the operation trajectory of the target process in the logical space. There is an effect.

【0017】また対象プロセスの状態の遷移を容易に知
ることができ、トレースデータを性能改善の資料とする
ことができるという効果がある。
[0017] Furthermore, it is possible to easily know the state transition of the target process, and the trace data can be used as data for performance improvement.

【0018】またトレース条件の設定を調整することが
できるため、必要に応じた精度のデータを得ることがで
きるという効果もある。
[0018] Furthermore, since the settings of trace conditions can be adjusted, it is possible to obtain data with the precision required.

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

【図1】本発明の一実施例を示す図。FIG. 1 is a diagram showing an embodiment of the present invention.

【図2】プロセスの状態遷移を示す図。FIG. 2 is a diagram showing the state transition of a process.

【図3】プロセス制御ブロックの実施例を示す図である
FIG. 3 shows an example of a process control block.

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

1  トレース設定手段 2  トレース管理表 3  プロセス初期化手段 4  トレース開始手段 5  プロセス制御ブロック 6  プロセス実行制御手段 7  トレース情報記録手段 8  トレースデータ表 9  プロセス終了手段 10  トレース終了手段 11  データ編集出力手段 12  印刷装置 13  表示装置 1 Trace setting means 2 Trace management table 3 Process initialization means 4 Trace start means 5 Process control block 6 Process execution control means 7 Trace information recording means 8 Trace data table 9 Process termination means 10 Trace termination means 11 Data editing output means 12 Printing device 13 Display device

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】  多重プログラミング方式を採用してい
るオペレーティングシステムにおいて、システム内で動
作する際の処理単位であるプロセスを対象として、シス
テム利用者からトレース対象プロセス名とトレース条件
とを得て、トレース管理用情報を設定するトレース設定
手段と、システム内の各プロセスの初期化処理を実施す
ると共に、前記トレース管理用情報から前記トレース対
象のプロセスを知り、該対象プロセスの初期化処理の際
にはトレース開始手段を起動するプロセス初期化手段と
、トレースの為の初期設定を実施するトレース開始手段
と、プロセス動作時の状態遷移処理を実施し、トレース
対象のプロセスが前記トレース条件と一致した状態遷移
をする際にはトレース情報記録手段を起動するプロセス
実行制御手段と、起動される毎にその時点のトレースデ
ータを記録するトレース情報記録手段と、各プロセスの
終了処理を実施すると共に、トレース対象プロセス終了
の際にはトレース終了手段を起動するプロセス終了手段
と、トレース管理用情報を更新するトレース終了手段と
、前記記録されたトレースデータを読み込み、その内容
を印刷装置または表示装置に編集出力するデータ編集出
力手段とを具備することを特徴とするプロセストレース
方式。
[Claim 1] In an operating system that employs a multiple programming method, tracing is performed by obtaining the name of the process to be traced and tracing conditions from the system user, targeting a process that is a processing unit when operating within the system. A trace setting means for setting management information, initializing each process in the system, knowing the process to be traced from the trace management information, and at the time of initializing the target process. A process initialization means that starts a trace start means, a trace start means that performs initial settings for tracing, and a state transition process that performs state transition processing during process operation so that the process to be traced matches the trace condition. When doing so, the process execution control means starts the trace information recording means, the trace information recording means records the trace data at that time every time it is started, and the trace information recording means executes termination processing of each process. A process termination means that activates a trace termination means upon termination, a trace termination means that updates trace management information, and data that reads the recorded trace data and edits and outputs the contents to a printing device or display device. A process tracing method characterized by comprising an editing output means.
JP3074325A 1991-03-15 1991-03-15 Process tracing system Pending JPH04286035A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3074325A JPH04286035A (en) 1991-03-15 1991-03-15 Process tracing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3074325A JPH04286035A (en) 1991-03-15 1991-03-15 Process tracing system

Publications (1)

Publication Number Publication Date
JPH04286035A true JPH04286035A (en) 1992-10-12

Family

ID=13543850

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3074325A Pending JPH04286035A (en) 1991-03-15 1991-03-15 Process tracing system

Country Status (1)

Country Link
JP (1) JPH04286035A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007257560A (en) * 2006-03-27 2007-10-04 Fujitsu Ltd Tracing method of program executed on system with a plurality of processors, and system with a plurality of processors
JP2013535069A (en) * 2010-06-28 2013-09-09 ヒョンダイ モーター カンパニー System test equipment

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63167940A (en) * 1987-01-05 1988-07-12 Nec Corp Multi-programming directional cpu
JPH01113841A (en) * 1987-10-28 1989-05-02 Hitachi Ltd Multi-task debugging mechanism

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63167940A (en) * 1987-01-05 1988-07-12 Nec Corp Multi-programming directional cpu
JPH01113841A (en) * 1987-10-28 1989-05-02 Hitachi Ltd Multi-task debugging mechanism

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007257560A (en) * 2006-03-27 2007-10-04 Fujitsu Ltd Tracing method of program executed on system with a plurality of processors, and system with a plurality of processors
JP4594889B2 (en) * 2006-03-27 2010-12-08 富士通株式会社 Method for tracing program executed on a system including a plurality of processing devices, and system including a plurality of processing devices
JP2013535069A (en) * 2010-06-28 2013-09-09 ヒョンダイ モーター カンパニー System test equipment
US9354996B2 (en) 2010-06-28 2016-05-31 Hyundai Motor Company System test apparatus

Similar Documents

Publication Publication Date Title
JPH04286035A (en) Process tracing system
US20070226172A1 (en) File-management apparatus, file-management method, and computer product
JPH0798663A (en) Asynchronous i/o control system
JP3389745B2 (en) Apparatus and method for measuring program performance
CN114064378A (en) Application program time-consuming analysis method, device, equipment and storage medium
JPH02220145A (en) Program tracing system
EP4439307A1 (en) Log subsystem, log system, vehicle log system, and vehicle
JPS6027963A (en) Measurement processing system for use state of memory
JPH1165888A (en) Software testing device and storage medium
JP2804088B2 (en) Setting method of peripheral device control information in computer system
JP2624798B2 (en) Processing unit debugging mechanism
JP2752779B2 (en) Hardware diagnostic program control method
JPH1185573A (en) System and method for measuring performance and recording medium recording measuring control program therefor
CN118193130A (en) Virtual machine debugging method, device, equipment and storage medium based on linked list nodes
JPS61109157A (en) Measurement device for performance of software
JPH023847A (en) Host link work station set up system
JPS60134994A (en) Output system of data
JP2010186361A (en) Program debugging device and emulator system
JPH09106363A (en) User command automatic execution system
JPH0229833A (en) Maintenance diagnostic system
JPS63298442A (en) Application managing device
JPH04373060A (en) Batch job input number limiting system
JPH0589049A (en) Command executing device
JPS5847799B2 (en) memory protection device
JPH0498428A (en) Information processor