JP2509972B2 - Environment setting method - Google Patents

Environment setting method

Info

Publication number
JP2509972B2
JP2509972B2 JP6424688A JP6424688A JP2509972B2 JP 2509972 B2 JP2509972 B2 JP 2509972B2 JP 6424688 A JP6424688 A JP 6424688A JP 6424688 A JP6424688 A JP 6424688A JP 2509972 B2 JP2509972 B2 JP 2509972B2
Authority
JP
Japan
Prior art keywords
job
statistical information
environment
buffers
buffer
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.)
Expired - Lifetime
Application number
JP6424688A
Other languages
Japanese (ja)
Other versions
JPH01236339A (en
Inventor
俊嗣 杉谷
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP6424688A priority Critical patent/JP2509972B2/en
Publication of JPH01236339A publication Critical patent/JPH01236339A/en
Application granted granted Critical
Publication of JP2509972B2 publication Critical patent/JP2509972B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Description

【発明の詳細な説明】 〔概 要〕 データセットのIOバッファ数・ブロック長を最適値に
設定可能な環境設定方式に関し、 IOバッファ数およびブロック長などの環境設定を、ジ
ョブごとに合理的に設定できるようにすることを目的と
し、 ジョブ対応に当該ジョブ実行時の環境情報を格納した
環境情報格納部を有する情報処理システムにおいて、ジ
ョブの実行に際して使用したIOバッファ数及び前記ジョ
ブを実行する間に発生した実IO回数とこれに関する実績
値を含む統計情報を取得する統計情報取得部と、該統計
情報取得部が取得した前記統計情報を格納する統計情報
ファイルと、ジョブの起動に際し前記統計情報ファイル
に記録された当該ジョブに関する統計情報と、前記環境
情報格納部に記録された当該ジョブに関する環境情報に
基づいて、当該ジョブに割り当てるIOバッファ数および
ブロック長の設定値を算出する環境条件算出部と、前記
算出された設定値に基づいてIOバッファとブロック長を
設定する環境設定部とを具備し、ジョブ実行中に当該ジ
ョブの走行に関する統計情報を累積して行き、ジョブの
起動時には前記当該ジョブの統計情報と当該ジョブの環
境情報とに基づく環境設定を行うようにした構成とす
る。
DETAILED DESCRIPTION [Overview] Regarding an environment setting method that can set the number of IO buffers and block length of a data set to optimal values, environment settings such as the number of IO buffers and block length can be set reasonably for each job. For the purpose of enabling setting, in an information processing system that has an environment information storage unit that stores environment information at the time of execution of the job corresponding to the job, the number of IO buffers used when executing the job and the time during which the job is executed Statistical information acquisition unit that acquires statistical information including the actual IO count that has occurred and the actual value thereof, a statistical information file that stores the statistical information acquired by the statistical information acquisition unit, and the statistical information when the job is started. Based on the statistical information about the job recorded in the file and the environmental information about the job recorded in the environment information storage unit, An environment condition calculation unit that calculates the setting values of the number of IO buffers and block length to be assigned to the job, and an environment setting unit that sets the IO buffer and block length based on the calculated setting values Then, the statistical information on the running of the job is accumulated, and when the job is started, the environment is set based on the statistical information of the job and the environmental information of the job.

〔産業上の利用分野〕[Industrial applications]

本発明は、データセットのIOバッファ数・ブロック長
を最適値に設定可能な環境設定方式に関する。
The present invention relates to an environment setting method capable of setting the number of IO buffers and block length of a data set to optimum values.

〔従来の技術〕[Conventional technology]

コンピュータアプリケーションの拡大と、機能豊富な
入出力機器の開発により、データ処理のための入出力装
置及び記憶媒体は、各々の処理プログラムから独立した
システムの共有資源として扱われ、読み書きのための手
段も、システムが一括して管理する必要が生じてきた。
これを扱うプログラムを一括して「データ管理」と呼
び、ジョブ管理,タスク管理,回復管理などとともに、
制御プログラムを構成し、オペレーティングシステム
(OS)中に含まれる。
With the expansion of computer applications and the development of I / O devices with rich functions, I / O devices and storage media for data processing are treated as shared resources of the system independent of each processing program, and means for reading and writing are also provided. , The system needs to be managed collectively.
The programs that handle this are collectively called "data management" and include job management, task management, recovery management, etc.
It constitutes a control program and is included in the operating system (OS).

コンピュータ・システムを用いて何らかの業務を実行
する場合、磁気ディスクなどの記憶装置に格納されてい
るデータの読み書きが頻繁に行われる。このデータの読
み書きは、IOバッファと呼ばれるデータを一時的に保存
しておくためのメモリ領域を介して行われる。
When performing some business using a computer system, reading and writing of data stored in a storage device such as a magnetic disk is frequently performed. Reading and writing of this data is performed via a memory area for temporarily storing data called an IO buffer.

即ち磁気ディスク装置などからデータ等を読み込む際
には、読み込まれたデータを一旦IOバッファに格納し、
IOバッファから所定のメモリ領域に転送され、磁気ディ
スク装置などにデータ等を書き出す場合には、IOバッフ
ァに一旦格納した後、所定の磁気ディスク装置に転送す
る。
That is, when reading data from a magnetic disk device, etc., the read data is temporarily stored in the IO buffer,
When data is transferred from the IO buffer to a predetermined memory area and written to a magnetic disk device or the like, the data is temporarily stored in the IO buffer and then transferred to the predetermined magnetic disk device.

このような処理は上記制御プログラムの管理のもとで
行われるので、コンピュータシステムの利用者は特に意
識する必要はない。ただ、実行しようとする業務プログ
ラムが使用するIOバッファの数と、後述するブロック長
を適切に設定する必要がある。
Since such processing is performed under the management of the control program, the user of the computer system does not need to be particularly aware. However, it is necessary to properly set the number of IO buffers used by the business program to be executed and the block length described later.

IOバッファ数が少な過ぎると、例えば1個のみ設定さ
れている場合には、読み書きのつど磁気ディスク装置な
どの外部記憶装置をアクセスしなければならず、処理が
遅くなるばかりでなく、コンピュータ・システム全体の
パフォーマンスが低下する。
If the number of IO buffers is too small, for example, if only one is set, the external storage device such as the magnetic disk device must be accessed each time reading and writing, which not only slows down the processing but also increases the computer system. Overall performance is reduced.

更に1回のリード/ライトで処理するデータ量にも妥
当な値が存在する。そこでリード/ライト時の処理単位
として所定数のレコードをまとめて1つのブロックとし
て扱う。このブロック長も妥当な値に設定することが必
要である。
Further, there is an appropriate value for the amount of data processed by one read / write. Therefore, a predetermined number of records are collectively treated as one block as a processing unit for read / write. It is necessary to set this block length to an appropriate value.

従来は上記IOバッファ数およびブロック長の設定は人
手によって行われ、設定された値は環境値として、VTOC
(ボリューム目録)と呼ばれるデータセットを制御する
ためのラベルで構成されている領域や、カタログと呼ば
れるデータセットに関する登録簿などに記録され、これ
らの値に基づいてジョブの起動時にその環境が設定され
ることとなる。
Conventionally, the number of IO buffers and the block length are set manually, and the set values are used as environment values for VTOC.
It is recorded in the area that is composed of labels for controlling the dataset called (Volume catalog) and in the registry related to the dataset called Catalog, and the environment is set when the job is started based on these values. The Rukoto.

〔発明が解決しようとする課題〕[Problems to be Solved by the Invention]

上記環境設定はプログラムの入出力命令の出し方,デ
ータセットの構造,データ件数などを考慮して行うべき
ものである。
The above environment setting should be made in consideration of how to issue input / output instructions of the program, the structure of the data set, the number of data items, and the like.

ところが現状ではプログラム作成者と環境設定者など
が別々に存在し、システム全体の運用に関わる要件を把
握できる人がいなくて、適当にIOバッファ数が設定さ
れ、またブロック長も処理件数を考慮せずに設定されて
いる場合が多い。そのため、バッファ数,ブロック長が
不適切なことが原因となり、必要以上にIO動作の回数が
増加し、パーフォーマンスに悪影響を及ぼしているケー
スが多く見られる。
However, under the present circumstances, there are separate program creators and environment configurators, etc., and there is no one who can grasp the requirements related to the operation of the entire system, so the number of IO buffers is set appropriately, and the block length also considers the number of processes. It is often set without. Therefore, the number of IO operations is increased more than necessary due to the improper number of buffers and block length, which often affects the performance.

本発明はIOバッファ数およびブロック長などの環境設
定を、ジョブごとに合理的に設定できるようにすること
を目的とする。
An object of the present invention is to enable environment settings such as the number of IO buffers and block length to be set reasonably for each job.

〔課題を解決するための手段〕[Means for solving the problem]

標準的な入出力装置と主記憶装置との間のデータ転送
に対する基本的な制御を行うデータ管理部1に、統計情
報取得部11と、環境条件算出部12および環境設定部13と
を設けるとともに、ジョブの実行中に発生した実IO回数
などの実績値を記録する統計情報ファイル14を付設す
る。
A statistical information acquisition unit 11, an environmental condition calculation unit 12, and an environmental setting unit 13 are provided in a data management unit 1 that performs basic control over data transfer between a standard input / output device and a main storage device. A statistical information file 14 for recording actual values such as the number of actual IOs generated during job execution is attached.

上記統計情報ファイル14には、ジョブ5対応に、ジョ
ブ名およびプログラム名,トランザクション件数,デー
タセット区分,アクセス区分,参照系実IO回数,更新系
マクロ発行回数,データセットバッファ数などを記録し
てある。
In the statistical information file 14, the job name and program name, the number of transactions, the data set classification, the access classification, the reference system actual IO count, the update macro issue count, the data set buffer count, etc. are recorded for job 5. is there.

ジョブ5が主記憶装置上のジョブ空間3に配置されて
起動されると、その起動指令により統計情報取得部11
は、統計情報バッファ10を獲得し、起動したジョブを実
行する間の統計情報を取得する準備をする。
When the job 5 is placed in the job space 3 on the main storage device and activated, the statistical information acquisition unit 11 is activated by the activation command.
Acquires the statistical information buffer 10 and prepares to acquire the statistical information while executing the started job.

一方環境条件算出部12は、VTOC6,カタログ7から使用
するデータセットの環境情報、及び上記統計情報ファイ
ル14から各種統計情報を読みだして、IOバッファ8の数
とブロック長の妥当な値を算出する。環境設定部13は上
記算出された値に従って、ジョブ空間3内にIOバッファ
8を設定するとともに、DCB(データ制御ブロック)9
にブロック長を設定する。
On the other hand, the environmental condition calculation unit 12 reads the VTOC6, the environmental information of the data set to be used from the catalog 7, and various statistical information from the statistical information file 14, and calculates the appropriate values of the number of IO buffers 8 and the block length. To do. The environment setting unit 13 sets the IO buffer 8 in the job space 3 according to the calculated value, and also sets the DCB (data control block) 9
Set the block length to.

ジョブ5′が走行している間、上記統計情報取得部11
は、上記各種統計情報を取得して統計情報バッファ10に
書き込んで行く。これらの統計情報は当該ジョブ5′の
終了指令が発せられると、上記統計情報ファイル14に転
送し格納する。
While the job 5'is running, the above-mentioned statistical information acquisition unit 11
Acquires the above various kinds of statistical information and writes them in the statistical information buffer 10. These statistical information are transferred and stored in the statistical information file 14 when the end command of the job 5'is issued.

〔作 用〕[Work]

上述の如く統計情報ファイルには、ジョブが走行中に
発生したトランザクション件数,参照系実IO回数,更新
系マクロ発行回数,データセットバッファ数などの実績
値が、各ジョブごとに記録され蓄積されている。
As described above, in the statistical information file, actual values such as the number of transactions that occurred during the running of the job, the number of reference system actual IOs, the number of update system macros issued, and the number of dataset buffers are recorded and accumulated for each job. There is.

本発明ではIOバッファ数とブロック長を恣意的に定め
るのではなく、ジョブの起動時に上記実績値を予め定め
られた算出式に当てはめて、妥当と思われるIOバッファ
数およびブロック長を求め、この値に従ってIOバッファ
を獲得するとともに、ブロック長を設定する。そしてこ
のジョブの走行中の実績もまた統計情報ファイルに記録
されていく。
In the present invention, the number of IO buffers and the block length are not arbitrarily determined, but the actual value is applied to a predetermined calculation formula when the job is started, and the number of IO buffers and the block length that are considered to be appropriate are calculated. Acquires the IO buffer according to the value and sets the block length. The actual performance of this job during running is also recorded in the statistical information file.

上記算出式は、実IO回数を妥当な値にまで減少し得る
ように定めてあるので、このように環境値をジョブごと
の実績に基づいて設定する本発明では、ジョブ走行中の
IO回数を合理的な値とすることができ、システム全体の
パーフォーマンスが向上する。
Since the above calculation formula is set so that the actual number of IOs can be reduced to a reasonable value, in the present invention in which the environment value is set based on the actual results for each job in this way,
The IO count can be set to a reasonable value, and the performance of the entire system improves.

〔実 施 例〕〔Example〕

以下本発明の一実施例を第1図〜第3図を参照して説
明する。
An embodiment of the present invention will be described below with reference to FIGS.

第2図は本実施例におけるジョブ起動時のデータ管理
部1の動作を示す図である。
FIG. 2 is a diagram showing the operation of the data management unit 1 at the time of starting a job in this embodiment.

第1図に示す如く、DASD(直接アクセスボリューム)
4から一つのジョブ(ジョブプログラム)5がジョブ空
間3に転送され、ジョブ5′として起動〔第2図参
照〕されると、統計情報取得部11はまず統計情報バッフ
ァ10を獲得する〔第2図参照〕。
As shown in Fig. 1, DASD (Direct Access Volume)
When one job (job program) 5 is transferred from 4 to the job space 3 and activated as a job 5 '(see FIG. 2), the statistical information acquisition unit 11 first acquires the statistical information buffer 10 [second See figure).

次いで、環境条件算出部12は統計情報ファイル14,カ
タログ7,およびVTOC6から、それぞれに格納されている
各種環境情報を読み出す。即ち、統計情報ファイル14か
らは、当該ジョブ名またはプログラム名をキーとして、
該当するデータセットの区分,アクセス区分や、過去の
トランザクション件数,参照系実IO回数,更新系マクロ
発行回数等の実績値,及びその時に設定されたIOバッフ
ァ数等を読み出す。また、カタログ7からは、使用する
データセットのインデックスレベル数,CI長,CA長など
を、VTOC6からは上記データセットのレコード長,ブロ
ック長および上記データセットを格納しているDASDのト
ラック長を読み出し〔第2図参照〕、次いで上記読み
出された各種情報から、設定すべきIOバッファ数および
ブロック長を算出する〔第2図参照〕。
Next, the environmental condition calculation unit 12 reads out various environmental information stored in each of the statistical information file 14, the catalog 7, and the VTOC 6. That is, from the statistical information file 14, with the job name or program name as a key,
Reads the corresponding data set classification, access classification, past transaction count, reference system actual IO count, update macro issue count, etc., and the IO buffer count set at that time. Also, from the catalog 7, the index level number, CI length, CA length, etc. of the data set to be used are shown. From VTOC6, the record length, block length of the above data set, and track length of the DASD storing the above data set are shown. Read-out (see FIG. 2) and then the number of IO buffers and block length to be set are calculated from the above-mentioned various read-out information (see FIG. 2).

次いで環境設定部13は上記算出値に基づいて、IOバッ
ファ8を獲得するとともに、DCB9にブロック長を設定す
る〔第2図参照〕。
Next, the environment setting unit 13 acquires the IO buffer 8 and sets the block length in the DCB 9 based on the calculated value [see FIG. 2].

上記一連の処理において、IOバッファ数およびブロッ
ク長は次のように算出する。
In the above series of processing, the number of IO buffers and the block length are calculated as follows.

まずIOバッファ数は、インデックス・バッファとし
て、順処理の場合はインデックスレベル数に1を加えた
値とし、乱処理の場合は3とする。
First, the number of IO buffers is set as an index buffer, which is a value obtained by adding 1 to the number of index levels in the case of forward processing, and 3 in the case of random processing.

順処理の場合のインデックスレベルは、インデックス
キーの分割によってレベルが深くなる場合があるので、
これに備えて現在のインデックスレベルより1だけ多い
バッファを準備する。
The index level in the case of forward processing may be deepened by the division of the index key, so
In preparation for this, prepare one more buffer than the current index level.

また乱処理では検索されるレコードはランダムである
ため、必要なインデックスを定めがたい。但しトリー構
造のインデックスの先頭部は常駐させる必要があるの
で、これと次位のインデックスに対するバッファを設定
することとする。ただインデックスが分割される場合が
あるので、これに備えて余分に1個設け、都合3個とし
たものである。
Also, the records retrieved in random processing are random, so it is difficult to determine the required index. However, since the head of the index of the tree structure needs to be resident, a buffer for this and the next index is set. However, since the index may be divided in some cases, an extra one is provided in preparation for this, and there are three in total.

データセットバッファ数は、仮想記憶アクセス法(VS
AM)における順処理では、 と、 (CA長/CI長) ……(2)式 のうちの、小さい方を採る。
The number of dataset buffers depends on the virtual memory access method (VS
AM) forward processing, And, (CA length / CI length) …… Use the smaller one of the equation (2).

上記(1)式の左辺の分子は、参照系実IOの延べ回数
であり、これをトランザクション件数で割ることによ
り、トランザクション1件当たりの平均IO回数(但しこ
れは整数部であって、端数は切り捨てた値)が得られ
る。この値に1を加えたことにより、端数を切り上げた
バッファ数を算出することになる。CA長はVSAM(仮想記
憶アクセス法)において、トラック長またはシリンダ長
を単位として1回に読み書きし得るデータ量を示す値で
あり、CI長はVSAMにおけるバッファ長を示す。従ってIO
バッファ数は上記CA長をCI長を割った値を越えることは
できない。そこで上記(1)式の値が(2)式の値を越
えた場合には、その値に変えて(2)式の値を採る。
The numerator on the left side of the above equation (1) is the total number of reference system real IOs, and by dividing this by the number of transactions, the average number of IOs per transaction (however, this is an integer part, the fraction is Rounded down) is obtained. By adding 1 to this value, the number of buffers rounded up is calculated. The CA length is a value that indicates the amount of data that can be read and written at once in units of track length or cylinder length in VSAM (virtual memory access method), and CI length indicates the buffer length in VSAM. Therefore IO
The number of buffers cannot exceed the above CA length divided by CI length. Therefore, when the value of the expression (1) exceeds the value of the expression (2), the value is changed to the value and the value of the expression (2) is taken.

オンライン処理における乱処理の場合には、 とする。これはトランザクション1件当たりの更新系マ
クロ発行回数の端数を切り上げた値であって、トランザ
クション1件当たりのマクロ発行回数相当のバッファを
準備することにより、トランザクション1件の処理に必
要なデータを、バッファ上に揃えることを可能にする。
In the case of random processing in online processing, And This is a value obtained by rounding up the fractional number of macro updates issued per transaction. By preparing a buffer equivalent to the number of macros issued per transaction, the data required for processing one transaction Allows alignment on the buffer.

以上のように各種処理に必要なバッファ数を、統計的
に見て平均的な値とすることにより、実IO回数の合理的
な減少を図る。
As described above, the number of buffers required for various processes is statistically averaged to reduce the actual number of IOs reasonably.

一方ブロック長は、 と、 〔トラック長/レコード長〕×レコード長 (5)式 のうちの小さい方を採る。On the other hand, the block length is And [track length / record length] x record length The smaller one of the equations (5) is adopted.

上記(4)式はトランザクション1件当たりのデータ
量に相当する値を示し、ブロック長をこの値とすること
により、必要なデータを1度で読み取れることとなる。
しかしDASDに対するアクセスは、1回で1トラックを越
えることはできないので、(4)式の値が(5)式を越
える時は(5)式の値を採用する。
The above formula (4) shows a value corresponding to the amount of data per transaction, and by setting the block length to this value, necessary data can be read at once.
However, since access to DASD cannot exceed one track at a time, when the value of equation (4) exceeds equation (5), the value of equation (5) is adopted.

なお上記算出法の説明中に使用した大括弧はガウス記
号である。
The brackets used in the description of the above calculation method are Gauss symbols.

第3図は本実施例における統計情報の取得方法を説明
するための図である。
FIG. 3 is a diagram for explaining a method of acquiring statistical information in this embodiment.

ジョブが起動され統計情報バッファ10が獲得された
後、データセットがオープン〔第3図参照〕されREAD
/REWRITEが行われる毎に、統計情報取得部11は各種統計
データを統計情報バッファ10に記録する。データセット
のOPENが行われると、そのデータセットのIOバッファ
数,ブロック長,アクセス区分,データセット区分が統
計情報バッファに記録される〔第3図参照〕。
After the job is started and the statistical information buffer 10 is acquired, the dataset is opened [see Figure 3] and READ.
Every time / REWRITE is performed, the statistical information acquisition unit 11 records various statistical data in the statistical information buffer 10. When the dataset is opened, the number of IO buffers, block length, access classification, and dataset classification of the dataset are recorded in the statistical information buffer [see FIG. 3].

即ち、データセットのREAD〔第3図参照〕が行われ
ると、そのデータセットの参照系IO回数のカウント値を
統計情報バッファ10に記録〔第3図参照〕して行く。
That is, when the READ (see FIG. 3) of the data set is performed, the count value of the reference system IO number of the data set is recorded in the statistical information buffer 10 (see FIG. 3).

データの更新のためREWRITE〔第3図参照〕が行わ
れると、更新系マクロ発行回数がカウントされ、そのカ
ウント値を統計情報バッファ10に記録〔第3図参照〕
して行く。
When REWRITE [see FIG. 3] is performed to update data, the number of times the update system macro is issued is counted and the count value is recorded in the statistical information buffer 10 [see FIG. 3].
To go.

また各トランザクションが終了〔第3図参照〕する
ごとに、トランザクション発生件数をカウントアップし
て、同じく統計情報バッファ10に記録〔第3図参照〕
して行く。
Also, each time each transaction ends (see FIG. 3), the number of transactions generated is counted up and recorded in the statistical information buffer 10 (see FIG. 3).
To go.

このように統計バッファ10に記録された統計情報は、
データセットがクローズ〔第3図参照〕されると、ジ
ョブ名,プログラム名をキーとして統計情報バッファ10
から統計情報ファイル14に転送され、爾後のIOバッファ
数およびブロック長の設定の際に使用するための統計情
報として格納される。
The statistical information thus recorded in the statistical buffer 10 is
When the data set is closed (see Fig. 3), the statistics information buffer 10 is created using the job name and program name as keys.
Is transferred to the statistical information file 14 and stored as statistical information to be used when setting the number of IO buffers and the block length after that.

以上の如く本実施例では、システムで共通の統計情報
ファイルを作成し、ジョブ走行中の実績を記録した統計
情報バッファ10の内容を、ジョブ終了時にこの統計情報
ファイル14に書き戻す。
As described above, in this embodiment, a common statistical information file is created in the system, and the contents of the statistical information buffer 10 in which the results of running the job are recorded are written back to the statistical information file 14 at the end of the job.

このようにして累積された統計情報をもとに、ジョブ
ごとに必要バッファ数及び適切なブロック長を決定する
ことができるので、IO回数を合理的な値にまで削減で
き、システム全体のパーフォーマンスが向上する。
Based on the statistical information accumulated in this way, it is possible to determine the required number of buffers and the appropriate block length for each job, so the number of IOs can be reduced to a reasonable value and the performance of the entire system can be reduced. Is improved.

なお上述のIOバッファ数およびブロック長の算出式は
一つの例であって、本発明はこれに限定されるものでは
なく、任意に定めてよいものである。
Note that the above formulas for calculating the number of IO buffers and the block length are merely examples, and the present invention is not limited to these and may be arbitrarily set.

〔発明の効果〕〔The invention's effect〕

以上説明した如く本発明によれば、IOバッファ数及び
ブロック長を適切化したことにより、IO回数が削減で
き、システム全体のパーフォーマンスが向上する。
As described above, according to the present invention, by optimizing the number of IO buffers and the block length, the number of IOs can be reduced and the performance of the entire system is improved.

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

第1図は本発明一実施例の構成説明図、 第2図は上記一実施例の環境設定処理説明図、 第3図は上記一実施例の統計情報取得処理説明図であ
る。 図において、1はデータ管理部、2および4はDASD、3
はジョブ空間、5はジョブプログラム、5′はジョブ、
6はVTOC、7はカタログ、8はIOバッファ、9はDCB、1
0は統計情報バッファ、11は統計情報取得部、12は環境
条件算出部、13は環境設定部、14は統計情報ファイルを
示す。
FIG. 1 is an explanatory view of the configuration of an embodiment of the present invention, FIG. 2 is an explanatory view of the environment setting processing of the above embodiment, and FIG. 3 is an explanatory drawing of statistical information acquisition processing of the above embodiment. In the figure, 1 is a data management unit, 2 and 4 are DASDs, 3
Is a job space, 5 is a job program, 5'is a job,
6 is VTOC, 7 is catalog, 8 is IO buffer, 9 is DCB, 1
Reference numeral 0 is a statistical information buffer, 11 is a statistical information acquisition unit, 12 is an environmental condition calculation unit, 13 is an environment setting unit, and 14 is a statistical information file.

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】ジョブ対応に当該ジョブ実行時の環境情報
を格納した環境情報格納部を有する情報処理システムに
おいて、 ジョブの実行に際して使用したIOバッファ数及び前記ジ
ョブを実行する間に発生した実IO回数とこれに関連する
実績値を含む統計情報を取得する統計情報取得部(11)
と、 該統計情報取得部(11)が取得した前記統計情報を格納
する統計情報ファイル(14)と、 ジョブの起動に際し前記統計情報ファイル(14)に記録
された当該ジョブに関する統計情報と、前記環境情報格
納部に記録された当該ジョブに関する環境情報に基づい
て、当該ジョブに割り当てるIOバッファ数およびブロッ
ク長の設定値を算出する環境条件算出部(12)と、 前記算出された設定値に基づいてIOバッファとブロック
長を設定する環境設定部(13)とを具備し、 ジョブ実行中に当該ジョブの走行に関する統計情報を累
積して行き、ジョブの起動時には前記当該ジョブの統計
情報と当該ジョブの環境情報とに基づく環境設定を行う
ようにしたことを特徴とする環境設定方式。
1. An information processing system having an environment information storage unit for storing environment information at the time of execution of a job corresponding to a job, and the number of IO buffers used when executing the job and the actual IO generated during execution of the job. Statistical information acquisition unit (11) that acquires statistical information including the number of times and the related performance value
A statistical information file (14) for storing the statistical information acquired by the statistical information acquisition unit (11); statistical information about the job recorded in the statistical information file (14) when the job is started; An environmental condition calculation unit (12) that calculates setting values of the number of IO buffers and block lengths to be allocated to the job based on the environmental information about the job recorded in the environment information storage unit, and based on the calculated setting value. It has an IO buffer and an environment setting unit (13) that sets the block length, accumulates statistical information related to running of the job during job execution, and when the job is started, the statistical information of the job and the job The environment setting method is characterized in that the environment is set based on the environment information of.
JP6424688A 1988-03-16 1988-03-16 Environment setting method Expired - Lifetime JP2509972B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP6424688A JP2509972B2 (en) 1988-03-16 1988-03-16 Environment setting method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP6424688A JP2509972B2 (en) 1988-03-16 1988-03-16 Environment setting method

Publications (2)

Publication Number Publication Date
JPH01236339A JPH01236339A (en) 1989-09-21
JP2509972B2 true JP2509972B2 (en) 1996-06-26

Family

ID=13252603

Family Applications (1)

Application Number Title Priority Date Filing Date
JP6424688A Expired - Lifetime JP2509972B2 (en) 1988-03-16 1988-03-16 Environment setting method

Country Status (1)

Country Link
JP (1) JP2509972B2 (en)

Also Published As

Publication number Publication date
JPH01236339A (en) 1989-09-21

Similar Documents

Publication Publication Date Title
JP2667039B2 (en) Data management system and data management method
US7330947B2 (en) Method and apparatus for backing up data in virtual storage medium
JP3609841B2 (en) File management device
JP2509972B2 (en) Environment setting method
JPS59220853A (en) Disc cache system
JPH033046A (en) Log record control system
JP2590282B2 (en) System execution history collection processing method
JPS61245253A (en) Input and output control system for virtual computer
JP2526728B2 (en) Disk cache automatic usage method
JP3061385B2 (en) Data management device and data management method
JPS6341149B2 (en)
JPS583174A (en) Determining system for work file area
JPH0456341B2 (en)
JPH10143406A (en) File managing device
JPS61276040A (en) File access system
JP2605476B2 (en) Dump collection processing method
JPH01253024A (en) Buffer control method for data base management
JPH0682334B2 (en) Management processing device for management table
JPH03105534A (en) File control method
JPH06168079A (en) Data backup system
Al-Rabeh Removing inter-minidisk gaps on IBM's VM/CMS operating systems
JPH04195555A (en) Disk maintenance system
JPH06131221A (en) Data addition and deletion system for file
JPS62202242A (en) Mapping system for virtual disk device
Chun Access and organization of secondary memory devices