JPH0991250A - Network system and its performance evaluation method - Google Patents

Network system and its performance evaluation method

Info

Publication number
JPH0991250A
JPH0991250A JP7249660A JP24966095A JPH0991250A JP H0991250 A JPH0991250 A JP H0991250A JP 7249660 A JP7249660 A JP 7249660A JP 24966095 A JP24966095 A JP 24966095A JP H0991250 A JPH0991250 A JP H0991250A
Authority
JP
Japan
Prior art keywords
network
network system
business
information processing
simulation program
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
JP7249660A
Other languages
Japanese (ja)
Inventor
Yoshinori Watanabe
義則 渡辺
Masayo Nagano
昌代 長野
Minoru Koizumi
稔 小泉
Satoshi Okubo
訓 大久保
Hiroshi Wataya
洋 綿谷
Takuya Enomoto
卓也 榎本
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 JP7249660A priority Critical patent/JPH0991250A/en
Publication of JPH0991250A publication Critical patent/JPH0991250A/en
Pending legal-status Critical Current

Links

Landscapes

  • Computer And Data Communications (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)
  • Maintenance And Management Of Digital Transmission (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a network system performance evaluation method which can perform the preliminary performance evaluation by means of an actual device in the planning/developing step of a system including no application that performs a task against the network system that is hard to undergo its simulation via the modeling. SOLUTION: Each of information processors 101 constructing a network system that undergoes the evaluation of its performance is provided with a task flow simulation part 105 which carries out in a simulated way the processing equivalent to the task that is carried out by the processor 101. Then the operation of every part 105 is controlled via a performance evaluation management part 106 of an information processor 102. In such a constitution, the part 105 measures the processing time needed for every task while simulating the entire task flow of the network system and evaluates the performance of the system.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【発明の属する技術分野】本発明は、複数の情報処理装
置がネットワークを通して連携しながら情報処理を行う
ネットワークシステムおよびネットワークシステムの性
能評価方法に係り、特にネットワークシステムを構築す
る前に実施する事前性能評価に好適なネットワークシス
テムおよびネットワークシステムの性能評価方法に関す
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a network system in which a plurality of information processing devices cooperate with each other to perform information processing, and a performance evaluation method of the network system, and more particularly to a pre-performance performed before the network system is constructed. The present invention relates to a network system suitable for evaluation and a network system performance evaluation method.

【0002】[0002]

【従来の技術】ネットワークシステムにおける情報処理
性能の評価方法の一つとして、図2に示すような方法が
従来用いられている。図2は、サーバアプリケーション
206が動作する情報処理装置201と、業務アプリケ
ーション209が動作する複数の情報処理装置202
と、ネットワーク204から構成されるネットワークシ
ステムの性能評価を行うためのシステム構成を示した図
である。本システムでは、業務アプリケーション209
を操作するユーザの代わりとなるプログラムモジュール
である仮想ユーザ208を設け、それがコントローラ2
10の指示を受けながら業務アプリケーション209を
操作し、同時にその処理時間を測定する。コントローラ
210は、情報処理装置203上で動作するプログラム
モジュールで、性能測定のための業務の実行手順を記述
したスクリプト211に従って仮想ユーザ208に指示
を与える。本方式により、多数の業務アプリケーション
を任意のシナリオに従って動作させることができるよう
になり、例えば、多数の業務アプリケーションが同時に
サーバアプリケーションに処理を依頼したときの応答性
能などを容易に評価することができる。
2. Description of the Related Art As a method of evaluating information processing performance in a network system, a method shown in FIG. 2 has been conventionally used. FIG. 2 shows an information processing apparatus 201 in which a server application 206 operates and a plurality of information processing apparatuses 202 in which a business application 209 operates.
2 is a diagram showing a system configuration for performing performance evaluation of a network system including the network 204. FIG. In this system, the business application 209
A virtual user 208, which is a program module in place of the user operating the
The business application 209 is operated while receiving the instruction of 10, and at the same time, its processing time is measured. The controller 210 is a program module that operates on the information processing apparatus 203, and gives an instruction to the virtual user 208 according to the script 211 that describes the execution procedure of the task for performance measurement. With this method, it becomes possible to operate many business applications according to an arbitrary scenario, and for example, it is possible to easily evaluate the response performance when many business applications request processing to the server application at the same time. .

【0003】[0003]

【発明が解決しようとする課題】上記従来技術は、実機
を使用して実際のアプリケーションをユーザが操作する
のと同じ状況を作り出して性能評価を行うものであり、
システムのモデル化によるシミュレーションが困難なシ
ステムに対しても精度の高い性能評価が行えるという点
で優れた方法である。ところが、システムを構築する場
合、業務アプリケーションを作成する前の段階でシステ
ム性能の予測を目的とした事前性能評価を行うことも必
要であり、業務を実行するためのアプリケーションが実
際に動かせる状態にあることを前提としている上記従来
技術では、このような事前性能評価に対応できないとい
う課題があった。
The above-mentioned prior art is to evaluate the performance by creating the same situation as when a user operates an actual application using an actual machine.
This is an excellent method because it enables highly accurate performance evaluation even for systems that are difficult to simulate by modeling the system. However, when constructing a system, it is also necessary to perform prior performance evaluation for the purpose of predicting system performance before creating a business application, and the application for executing the business is in a state in which it can actually be run. The above-mentioned conventional technology, which is premised on the above, has a problem in that it is not possible to deal with such a preliminary performance evaluation.

【0004】本発明の第1の目的は、モデル化によるシ
ミュレーションが困難なネットワークシステムについ
て、該ネットワークシステムの計画・開発段階でも実機
を使用した事前性能評価が可能となるネットワークシス
テム性能評価方法を提供することにある。
A first object of the present invention is to provide a network system performance evaluation method for a network system which is difficult to be simulated by modeling, and which enables performance evaluation in advance using an actual machine even at the planning / development stage of the network system. To do.

【0005】本発明の第2の目的は、種々の条件による
性能評価を効率よく行えるようにするため、性能評価の
内容や条件を容易に変更できる柔軟性と汎用性を持った
ネットワークシステム性能評価方法を提供することにあ
る。
A second object of the present invention is to provide a network system performance evaluation having flexibility and versatility in which the contents and conditions of the performance evaluation can be easily changed in order to efficiently perform the performance evaluation under various conditions. To provide a method.

【0006】本発明の第3の目的は、実際に稼働させる
ときよりも少ない数の情報処理装置で構成されたネット
ワークシステムで、実稼働時の状態に近い状態を再現し
た事前性能評価を可能とするネットワークシステム性能
評価方法を提供することにある。
A third object of the present invention is to enable a preliminary performance evaluation that reproduces a state close to the state of actual operation in a network system composed of a smaller number of information processing devices than those actually operated. To provide a method for evaluating network system performance.

【0007】[0007]

【課題を解決するための手段】上記課題を解決するため
に、本発明によれば、複数の情報処理装置がネットワー
クで接続されたネットワークシステムにおいて、前記複
数の情報処理装置のそれぞれで実行される業務の処理量
に関する情報の入力を受け付ける受け付け手段と、該受
け付け手段で受け付けられた業務の処理量に関する情報
を保持する保持手段と、該保持手段で保持された業務の
処理量に関する情報から、前記実行される業務の処理状
況をシミュレ−ションするシミュレ−ションプログラム
を生成する生成手段と、該生成手段で生成されたシミュ
レ−ションプログラムを格納する格納手段と、該格納手
段に格納されたシミュレ−ションプログラムを実行する
実行手段と、該実行手段で前記シミュレ−ションプログ
ラムを実行した場合の所要時間を計測する計時手段と、
該計時手段により計測された所要時間を出力する出力手
段と、を有することができる。
In order to solve the above problems, according to the present invention, in a network system in which a plurality of information processing devices are connected by a network, the information processing devices are executed by each of the plurality of information processing devices. From the accepting means for accepting the input of the information on the processing amount of the work, the holding means for holding the information on the processing amount of the work accepted by the receiving means, and the information on the processing amount of the work held by the holding means, Generating means for generating a simulation program for simulating the processing status of the business to be executed, storage means for storing the simulation program generated by the generating means, and simulation stored in the storing means. And an execution means for executing the simulation program, and a case where the simulation program is executed by the execution means. A timer means for measuring the time required for,
Output means for outputting the required time measured by the time measuring means.

【0008】また、前記業務の処理量に関する情報とし
て、指定されたファイルから、指定された量のデータを
読みだす処理、指定されたファイルに対して、指定され
た量のデータを書き込む処理、指定時間の間、何もせず
に待つ処理、指定のステップ数だけ、CPU処理を実行
する処理、ネットワークを介して、他の情報処理装置に
対して、指定の長さのネットワークフレームを送信する
処理、のうちの少なくとも一つを、前記業務の処理とし
て行なうことの指示を入力することもできる。
Further, as information regarding the processing amount of the business, a process of reading a specified amount of data from a specified file, a process of writing a specified amount of data to a specified file, and specifying A process of waiting without doing anything for a period of time, a process of executing a CPU process for a specified number of steps, a process of transmitting a network frame of a specified length to another information processing device via a network, It is also possible to input an instruction to perform at least one of the operations as the processing of the business.

【0009】さらに、複数の情報処理装置がネットワー
クで接続されたネットワークシステムにおいて、前記ネ
ットワークに仮想的に接続された、前記複数の情報処理
装置の台数よりも多い、複数の仮想的な情報処理装置で
ある複数の仮想情報処理装置のそれぞれで実行される業
務の処理量に関する情報の入力を受け付ける受け付け手
段と、該受け付け手段で受け付けられた業務の処理量に
関する情報を保持する保持手段と、該保持手段で保持さ
れた業務の処理量に関する情報から、前記実行される業
務処理状況をシミュレ−ションするシミュレ−ションプ
ログラムを生成する生成手段と、該生成手段で生成され
たシミュレ−ションプログラムを格納する格納手段と、
前記仮想情報処理装置のそれぞれと、前記ネットワーク
に実際に接続されている前記複数の情報処理装置のそれ
ぞれとを対応づけるテーブルを記憶する記憶手段と、該
記憶手段に記憶されたテーブルに基づいて、前記ネット
ワークに実際に接続されている前記複数の情報処理装置
のそれぞれにおいて、前記格納手段に格納されたシミュ
レ−ションプログラムを実行する実行手段と、該実行手
段で前記シミュレ−ションプログラムを実行した場合の
所要時間を計測する計時手段と、該計時手段により計測
された所要時間を出力する出力手段と、を有することも
できる。
Furthermore, in a network system in which a plurality of information processing devices are connected by a network, a plurality of virtual information processing devices that are virtually connected to the network and are larger in number than the plurality of information processing devices. Accepting means for accepting the input of the information regarding the processing amount of the work executed by each of the plurality of virtual information processing devices, holding means for holding the information regarding the processing amount of the work accepted by the receiving means, and the holding means. A generation means for generating a simulation program for simulating the business processing status to be executed from the information on the processing amount of the business held by the means, and the simulation program generated by the generation means are stored. Storage means,
Based on a storage unit that stores a table that associates each of the virtual information processing devices with each of the plurality of information processing devices that are actually connected to the network, based on the table stored in the storage unit, In each of the plurality of information processing devices actually connected to the network, an execution unit that executes the simulation program stored in the storage unit, and a case where the execution unit executes the simulation program. It is also possible to have a time measuring means for measuring the required time and the output means for outputting the required time measured by the time measuring means.

【0010】[0010]

【発明の実施の形態】以下、本発明の実施の形態を図面
を用いて説明する。
BEST MODE FOR CARRYING OUT THE INVENTION Embodiments of the present invention will be described below with reference to the drawings.

【0011】図1は、本発明の一実施例によるネットワ
ークシステム性能評価方法を適用した性能評価システム
の構成図である。図中、101は性能評価対象となるネ
ットワークシステムを構成する複数の情報処理装置、1
02は本システムで性能評価全体の管理を行う情報処理
装置、103は性能評価対象となるネットワークシステ
ムを構成するネットワーク、104は情報処理装置10
1で使用されるオペレーティングシステム、105は情
報処理装置101上で業務フローを擬似的に実行するた
めのソフトウェアモジュールである業務フロー模擬部、
106は情報処理装置102上で本システムによる性能
評価全体の管理を行うソフトウェアモジュールである性
能評価管理部である。情報処理装置101、ネットワー
ク103、オペレーティングシステム104は、性能評
価対象となるネットワークシステムで使用するものと同
一のものを用意する。上記構成において業務フロー模擬
部105が実際に該ネットワークシステムで実行される
業務に相当する処理を擬似的に実行しながらその処理性
能を測定し、前記業務を実行するアプリケーションを開
発する前の段階で実機による性能評価を行う。
FIG. 1 is a block diagram of a performance evaluation system to which a network system performance evaluation method according to an embodiment of the present invention is applied. In the figure, 101 is a plurality of information processing devices that constitute a network system that is a performance evaluation target, and 1
Reference numeral 02 is an information processing apparatus that manages the entire performance evaluation by this system, 103 is a network that constitutes the network system that is the performance evaluation target, and 104 is the information processing apparatus 10
1 is an operating system, 105 is a business flow simulation unit that is a software module for executing a business flow on the information processing apparatus 101 in a simulated manner,
Reference numeral 106 denotes a performance evaluation management unit, which is a software module that manages the entire performance evaluation by this system on the information processing apparatus 102. The information processing apparatus 101, the network 103, and the operating system 104 are the same as those used in the network system targeted for performance evaluation. In the above-described configuration, the business flow simulation unit 105 measures the processing performance of the business system while executing the processing corresponding to the business that is actually executed in the network system, and at the stage before developing the application that executes the business. Perform performance evaluation using an actual machine.

【0012】図3は、業務フロー模擬部105の詳細構
成を示した図である。図中、301は性能評価管理部1
06や他の業務フロー模擬部105との間でネットワー
ク103を介して通信を行うための通信処理部、302
は業務フローの模擬内容を基本処理要素の組み合わせと
して記述した業務スクリプトを格納するための業務スク
リプト領域、303は業務スクリプト領域302の内容
を解析して実行する業務スクリプト実行部、304は業
務スクリプト実行中に性能測定結果として記録する時刻
や業務スクリプト実行の開始タイミングの取得に利用す
る計時処理部、305は基本処理要素を実際に実行する
基本処理要素実行部、306は性能測定結果を記録する
ための性能測定結果テーブルである。
FIG. 3 is a diagram showing a detailed configuration of the business flow simulation unit 105. In the figure, 301 is a performance evaluation management unit 1.
A communication processing unit 302 for communicating with 06 or another business flow simulation unit 105 via the network 103.
Is a business script area for storing a business script in which the simulated contents of the business flow are described as a combination of basic processing elements, 303 is a business script execution unit that analyzes and executes the content of the business script area 302, and 304 is a business script execution A time processing unit used to acquire the time to be recorded as the performance measurement result and the start timing of the business script execution, 305 is a basic processing element execution unit that actually executes the basic processing elements, and 306 is for recording the performance measurement result. 2 is a performance measurement result table of FIG.

【0013】図4は、性能評価管理部106の詳細構成
を示した図である。図中、401は業務フロー模擬部1
05との間でネットワーク103を介して通信を行うた
めの通信処理部、402は業務フロー模擬部105で模
擬する業務の内容や性能測定ポイントをオペレータが入
力するためのユーザインタフェースを持つ業務フロー入
力部、403は性能測定の開始、停止をオペレータが指
示するためのユーザインタフェースを持つ測定実行・停
止指示部、404は業務フロー入力部402より入力さ
れた業務内容に関する情報から各業務フロー模擬部で実
行する業務スクリプトを生成するための業務スクリプト
生成部、405は測定実行・停止指示部403に入力さ
れた指示に従って性能測定実行の状態管理や業務フロー
模擬部105への実行、停止指示を行う測定実行状態管
理部、406は業務フロー模擬部から収集した測定結果
を解析、表示するための測定結果解析・表示部、407
は、業務フロー入力部402より入力された業務フロー
を一時的に格納しておくため業務フロー格納領域であ
る。
FIG. 4 is a diagram showing a detailed configuration of the performance evaluation management unit 106. In the figure, 401 is a business flow simulation unit 1.
05 is a communication processing unit for communicating with the network 103 via the network 103, and 402 is a workflow input having a user interface for the operator to input the content of the workflow simulated by the workflow simulation unit 105 and performance measurement points. Reference numeral 403 denotes a measurement execution / stop instructing unit having a user interface for an operator to instruct start and stop of performance measurement, and 404 denotes each business flow simulation unit based on information about business contents input from the business flow input unit 402. A business script generation unit 405 for generating a business script to be executed, and 405 is a measurement for performing status management of performance measurement execution and execution / stop instruction to the business flow simulation unit 105 according to an instruction input to the measurement execution / stop instruction unit 403. The execution state management unit 406 analyzes and displays the measurement results collected from the business flow simulation unit. Measurement results analysis and display of the eye, 407
Is a business flow storage area for temporarily storing the business flow input from the business flow input unit 402.

【0014】以上のような構成のシステムにおける性能
評価の詳細な実行手順について、図5のフローチャート
を用いて説明する。図5は、本発明の一実施例による性
能評価システムにおける性能評価手順の概略フローチャ
ートである。
The detailed execution procedure of the performance evaluation in the system having the above configuration will be described with reference to the flowchart of FIG. FIG. 5 is a schematic flowchart of a performance evaluation procedure in the performance evaluation system according to the embodiment of the present invention.

【0015】まず、性能評価を行うオペレータは、性能
評価管理部106の業務フロー入力部402に対し、情
報処理装置101のそれぞれで模擬する業務フローの内
容を入力する(ステップ501)。業務フロー入力部4
02が提供する業務フロー入力画面の一例を図7に示
す。701は業務フロー入力ウィンドウで、ここで一つ
の業務の詳細内容を定義することができる。業務フロー
入力ウィンドウ701は、業務を識別するための任意の
文字列である業務名を入力するための業務名フィールド
702、前記業務を実行する情報処理装置101を識別
する実行ノードアドレスを入力するための実行ノードア
ドレスフィールド703、前記業務を起動するタイミン
グを指定する起動条件を入力するための起動条件フィー
ルド704、性能測定ポイントを指定するための測定ポ
イントフィールド705、前記業務の具体的な処理内容
を決める一連の基本処理要素を入力するための基本処理
要素リスト706で構成され、それぞれの項目をオペレ
ータが入力できるようになっている。本実施例では、起
動条件フィールド704は「一定間隔起動」、「ランダ
ム間隔起動」のいずれかを選択するようになっている。
「一定間隔起動」はパラメータで指定された一定時間間
隔で該業務を起動し、「ランダム間隔起動」ではパラメ
ータで指定された範囲内で乱数による時間間隔で該業務
を起動することを表す。時間を示すパラメータは、パラ
メータボタン707を押すことで開く子ウィンドウ内で
入力する。測定ポイントフィールド705は、「最初と
最後のみ」、「全ポイント」のいずれかを選択できるよ
うになっている。「最初と最後のみ」は一つの業務の最
初と最後でタイムスタンプを取得して該業務全体の処理
時間を測定するものであり、「全ポイント」は一つの業
務を構成する基本処理要素のそれぞれの処理時間を測定
するものである。基本処理要素リスト706は、新たな
基本処理要素を追加するための追加ボタン708、一度
入力した基本処理要素の内容を変更するための修正ボタ
ン709、一度入力した基本処理要素を削除するための
削除ボタン710、入力した基本処理要素の順序を変更
するための移動ボタン711を使ってその内容を入力、
編集する。
First, the operator who performs the performance evaluation inputs the contents of the business flow simulated in each of the information processing devices 101 to the business flow input unit 402 of the performance evaluation management unit 106 (step 501). Business flow input section 4
FIG. 7 shows an example of the workflow input screen provided by 02. Reference numeral 701 denotes a work flow input window in which the detailed contents of one work can be defined. The work flow input window 701 is for inputting a work name field 702 for inputting a work name, which is an arbitrary character string for identifying a work, and an execution node address for identifying the information processing apparatus 101 that executes the work. Execution node address field 703, a start condition field 704 for inputting a start condition that specifies the timing for starting the business, a measurement point field 705 for specifying a performance measurement point, and a specific processing content of the business. The basic processing element list 706 for inputting a series of basic processing elements to be determined is provided so that the operator can input each item. In the present embodiment, the activation condition field 704 is configured to select either "constant interval activation" or "random interval activation".
"Activated at regular intervals" means that the task is activated at a constant time interval specified by the parameter, and "at activation at random intervals" means that the task is activated at time intervals of random numbers within the range specified by the parameter. The parameter indicating the time is input in the child window opened by pressing the parameter button 707. In the measurement point field 705, either "first and last only" or "all points" can be selected. "Only first and last" is to measure the processing time of the whole work by acquiring the time stamps at the beginning and end of one work, and "all points" are each of the basic processing elements constituting one work. The processing time is measured. The basic processing element list 706 includes an add button 708 for adding a new basic processing element, a correction button 709 for changing the contents of the basic processing element once input, and a deletion for deleting the basic processing element once input. Input the contents using the button 710 and the move button 711 for changing the order of the input basic processing elements,
To edit.

【0016】図8は、追加ボタン708または修正ボタ
ン709を選択することにより開く子ウィンドウで、基
本処理要素の種類とパラメータを指定する。図中、80
1は子ウィンドウ本体、802は基本処理要素の種類を
入力するための基本処理要素フィールド、803は基本
処理要素のパラメータを入力するための子ウィンドウを
開くためのボタンである。本実施例では、基本処理要素
フィールド801で選択可能な基本処理要素として、
「ファイル読み出し」、「ファイル書き込み」、「アイ
ドル」、「CPU処理」、「メッセージ送信」を用意し
ている。「ファイル読み出し」は、指定のファイルから
指定の量のデータを読み出す処理、「ファイル書き込
み」は、指定のファイルに対して指定の量のデータを書
き込む処理で、ファイルをアクセスする処理の模擬に利
用する。それぞれのファイルは該基本処理を実行する情
報処理装置101が持つローカルファイルか、他の情報
処理装置101が持つファイルをネットワーク103を
通してアクセスするリモートファイルである。「アイド
ル処理」は、指定時間何もせずに待つ処理で、情報処理
装置101が外部装置との入出力待ちになっている状態
を模擬するのに利用する。「CPU処理」は、指定のス
テップ数だけダミーのCPU処理を実行するもので、C
PUが何らかの演算等の処理を行っている状態を模擬す
るのに利用する。「メッセージ送信」は、ネットワーク
を通して他の情報処理装置101に対して指定の長さの
ネットワークフレームを送信する処理の模擬に利用す
る。基本処理要素は評価対象とするネットワークシステ
ムの業務内容により必要に応じて追加することも可能で
ある。フィールド802で基本処理要素の種類を選択し
たら、該基本処理要素の詳細内容を入力するため、ボタ
ン803によりパラメータ入力用子ウィンドウを開く。
パラメータの内容は基本処理要素の種類により異なる。
図9に基本処理要素のパラメータ入力ウィンドウの一例
として、「ファイル読み出し」の場合のパラメータ入力
ウィンドウを示す。図中、901は子ウィンドウ本体、
902は、ファイルアクセスを先頭からシーケンシャル
に行うか、ランダムにシークしながら行うかを選択する
アクセスモードボタン、903はアクセスするファイル
の名前を指定するファイル名フィールド、904は1回
のアクセスで読み出すデータ量を指定するレコード長フ
ィールド、905は読み出す全データ長を指定するデー
タ長フィールドである。オペレータは、実際の業務で行
われるファイル読み出しの状況になるべく近くなるよう
に前記各パラメータを適切に設定する。以上のように、
業務フローをあらかじめ用意した基本処理要素の組み合
わせとして記述する。
FIG. 8 is a child window that is opened by selecting the add button 708 or the modify button 709, and specifies the type of basic processing element and parameters. In the figure, 80
Reference numeral 1 is a child window body, 802 is a basic processing element field for inputting the type of basic processing element, and 803 is a button for opening a child window for inputting parameters of the basic processing element. In this embodiment, as basic processing elements selectable in the basic processing element field 801,
“File read”, “file write”, “idle”, “CPU processing”, and “message transmission” are prepared. "File read" is a process to read a specified amount of data from a specified file, and "File write" is a process to write a specified amount of data to a specified file, which is used to simulate the process of accessing a file. To do. Each file is a local file that the information processing apparatus 101 that executes the basic process has, or a remote file that accesses a file that another information processing apparatus 101 has through the network 103. The “idle process” is a process of waiting for a specified time without doing anything, and is used to simulate a state where the information processing apparatus 101 is waiting for input / output with an external device. “CPU processing” is to execute dummy CPU processing for a specified number of steps.
It is used to simulate the state in which the PU is performing processing such as some calculation. “Message transmission” is used to simulate a process of transmitting a network frame of a specified length to another information processing apparatus 101 via the network. The basic processing elements can be added as needed depending on the business content of the network system to be evaluated. When the type of the basic processing element is selected in the field 802, the parameter input child window is opened by the button 803 in order to input the detailed contents of the basic processing element.
The content of the parameter depends on the type of basic processing element.
FIG. 9 shows a parameter input window in the case of "file read" as an example of the parameter input window of the basic processing element. In the figure, 901 is the main body of the child window,
902 is an access mode button for selecting whether to sequentially access the file from the beginning or randomly while seeking, 903 is a file name field that specifies the name of the file to be accessed, and 904 is data to be read in one access. A record length field for specifying the amount, and a data length field 905 for specifying the total data length to be read. The operator appropriately sets each of the above parameters so as to be as close as possible to the situation of file reading that is actually performed. As mentioned above,
Describe the business flow as a combination of prepared basic processing elements.

【0017】業務フローの入力が完了したら、次に業務
スクリプト生成部404が前記入力された業務フローか
ら情報処理装置101に配送する業務スクリプトを生成
する(ステップ502)。図10に、生成された業務ス
クリプトの一例を示す。一つの業務はキーワード「ev
ent」とキーワード「end」の間で、「業務名」、
「起動条件」、一連の「基本処理要素」の順に定義され
る。図10の例では、業務名は「データ更新」、起動条
件は「30000ミリ秒間隔で起動」、実行する基本処
理要素は「タイムスタンプ取得(取得ポイント番号
0)」、「aaaというファイルから128バイトシー
ケンシャル読み出し」、「20000ステップ分のCP
U処理」、「bbbというファイルへ128バイトシー
ケンシャル書き込み」、「タイムスタンプ取得(取得ポ
イント番号1)」であることを表している。
When the input of the business flow is completed, the business script generation unit 404 then generates a business script to be delivered to the information processing apparatus 101 from the input business flow (step 502). FIG. 10 shows an example of the generated business script. One task is the keyword "ev
Between "ent" and keyword "end", "business name",
It is defined in the order of "start condition" and a series of "basic processing elements". In the example of FIG. 10, the business name is “data update”, the start condition is “start at intervals of 30,000 milliseconds”, the basic processing elements to be executed are “time stamp acquisition (acquisition point number 0)”, and “128 from file aaa” Byte-sequential read "," CP for 20,000 steps "
U processing ”,“ 128-byte sequential writing to a file named bbb ”, and“ time stamp acquisition (acquisition point number 1) ”.

【0018】ここで、この業務スクリプトの生成方法に
ついてもう少し詳しく説明する。
Here, the method of generating the business script will be described in a little more detail.

【0019】図15は、業務フロー格納領域407にお
いて業務一つ分の情報を格納するテーブルの構造を示し
た図である。該テーブルは、業務名を格納する領域15
01、実行ノードアドレスを格納する領域1502、起
動条件とそのパラメータを格納する領域1503、測定
ポイントの設定の仕方を格納する領域1504、基本処
理要素の種類とそのパラメータを格納する領域1506
から構成される。複数の基本処理要素とパラメータ15
06は、次の基本処理要素へのポインタ1507によっ
てリスト状のデータ構造を作り、該リストの先頭を示す
ポインタが1505に格納される。業務フロー入力部4
02を通して入力された業務フローを表す情報は、この
業務フロー格納領域407に一旦格納される。
FIG. 15 is a diagram showing the structure of a table that stores information for one task in the task flow storage area 407. The table is an area 15 for storing business names.
01, area 1502 for storing execution node address, area 1503 for storing start condition and its parameter, area 1504 for storing measurement point setting method, area 1506 for storing type of basic processing element and its parameter
Consists of Multiple basic processing elements and parameters 15
06 creates a list-like data structure by the pointer 1507 to the next basic processing element, and the pointer indicating the head of the list is stored in 1505. Business flow input section 4
The information representing the business flow input through 02 is temporarily stored in the business flow storage area 407.

【0020】業務スクリプト生成部404は、業務フロ
ー格納領域407に格納された情報を参照しながら、図
10に示すような業務スクリプトを生成する。図16
は、この業務スクリプト生成手順を示したフローチャー
トである。以下、図15と図16とを用いながら、一つ
の業務についての業務スクリプト生成方法を説明する。
The business script generation unit 404 generates a business script as shown in FIG. 10 while referring to the information stored in the business flow storage area 407. FIG.
[Fig. 6] is a flowchart showing a procedure for generating this business script. Hereinafter, a method of generating a business script for one business will be described with reference to FIGS. 15 and 16.

【0021】まず、業務スクリプト生成部404は、業
務スクリプト生成のための初期化処理として、測定ポイ
ント番号カウンタをリセットし(ステップ1601)、
基本処理要素ポインタに、図15の基本処理要素リスト
の先頭へのポインタ1505の内容を格納して初期化す
る(ステップ1602)。測定ポイント番号カウンタと
基本処理要素ポインタとは、業務スクリプト生成時に必
要なワークテーブルで、業務スクリプト生成部404に
含まれる。
First, the business script generator 404 resets the measurement point number counter as an initialization process for generating a business script (step 1601),
The contents of the pointer 1505 to the head of the basic processing element list of FIG. 15 are stored in the basic processing element pointer and initialized (step 1602). The measurement point number counter and the basic processing element pointer are work tables necessary for generating the business script and are included in the business script generating unit 404.

【0022】次に、event行を生成する(ステップ
1603)。event行には、業務名と起動条件とを
情報として含むので、業務名1501と起動条件150
3とを読み出し、業務スクリプトでの表現形式に変換す
る。
Next, an event row is generated (step 1603). Since the event line includes the business name and the start condition as information, the business name 1501 and the start condition 150
3 and are read and converted into the expression format in the business script.

【0023】event行の次は、業務開始時の時刻を
取得するためのTimeStamp行を生成する(ステ
ップ1604)。TimeStamp行では、パラメー
タとして、測定ポイント番号を付加する。この値は、前
記測定ポイント番号カウンタの値を用いる。TimeS
tamp行出力後は、前記測定ポイント番号カウンタの
値に1を加える(ステップ1605)。
Next to the event line, a TimeStamp line for acquiring the time at the start of work is generated (step 1604). In the TimeStamp line, the measurement point number is added as a parameter. The value of the measurement point number counter is used as this value. TimeS
After the output of the ramp line, 1 is added to the value of the measurement point number counter (step 1605).

【0024】次に、一連の基本処理要素の内容すべて
を、業務スクリプトでの表現形式に変換して出力する。
どの基本処理要素まで業務スクリプトへの変換が完了し
たかを示すものとして、前記基本処理要素ポインタを使
用する。前記基本処理要素ポインタがNULLポイン
タ、すなわちどの基本処理要素をも指していないことを
示す値になるまで、以下の処理を繰り返し行なう(ステ
ップ1606)。
Next, all the contents of the series of basic processing elements are converted into the expression format in the business script and output.
The basic processing element pointer is used to indicate up to which basic processing element the conversion into the business script is completed. The following processing is repeated until the basic processing element pointer becomes a NULL pointer, that is, a value indicating that it does not point to any basic processing element (step 1606).

【0025】まず、前記基本処理要素ポインタが指し示
す基本処理要素1506の内容を、パラメータをも含め
て、業務スクリプトでの表現形式に変換する(ステップ
1607)。そして、前記基本処理要素ポインタに、次
の基本処理要素へのポインタ1507の値を格納し、次
の基本処理要素1506を指し示すように更新する(ス
テップ1608)。
First, the contents of the basic processing element 1506 pointed by the basic processing element pointer, including the parameters, are converted into an expression format in a business script (step 1607). Then, the value of the pointer 1507 to the next basic processing element is stored in the basic processing element pointer and updated so as to point to the next basic processing element 1506 (step 1608).

【0026】次に、測定ポイントの設定が「全ポイント
測定」であった場合に、基本処理要素実行後のタイムス
タンプを取得するための処理を生成する。そのために、
まず、測定ポイント1504の内容を確認し(ステップ
1609)、「全ポイント測定」であったらTimeS
tamp行を生成し(ステップ1610)、前記測定ポ
イント番号カウンタの値に1を加える(ステップ161
1)。ステップ1610、ステップ1611の処理内容
は、ステップ1604、ステップ1605と同じであ
る。
Next, when the setting of the measurement points is "measure all points", a process for acquiring the time stamp after the execution of the basic processing elements is generated. for that reason,
First, the content of the measurement point 1504 is confirmed (step 1609), and if it is “all point measurement”, TimeS
A line "tamp" is generated (step 1610), and 1 is added to the value of the measurement point number counter (step 161).
1). The processing contents of steps 1610 and 1611 are the same as steps 1604 and 1605.

【0027】全ての基本処理要素について上記の処理が
完了したら、測定ポイントの設定が「最初と最後」であ
った場合のタイムスタンプ取得処理を生成する。測定ポ
イント1504の内容を確認し(ステップ1612)、
「最初と最後」であったらTimeStamp行を生成
する(ステップ1613)。この処理は、ステップ16
04と同じである。
When the above processing is completed for all the basic processing elements, the time stamp acquisition processing when the setting of the measurement point is "first and last" is generated. Check the contents of the measurement point 1504 (step 1612),
If it is "first and last", a TimeStamp line is generated (step 1613). This process is step 16
The same as 04.

【0028】最後に、end行を生成し(ステップ16
14)、一つの業務に関する業務スクリプトの生成を終
了する。
Finally, the end line is generated (step 16
14), ending the generation of the business script for one business.

【0029】以上の処理を、入力された全ての業務フロ
ーについて行ない、必要な業務スクリプトを全て生成す
る。
The above processing is performed for all input business flows to generate all necessary business scripts.

【0030】業務スクリプトが生成されたら、前記業務
スクリプトを各情報処理装置101の業務フロー模擬部
105へ配送する(ステップ503、510)。業務ス
クリプト生成部404が前記業務スクリプトを適当な大
きさに分割して通信処理部401を経由して送信し、通
信処理部301が前期分割された業務スクリプトの受信
と組立を行い、業務スクリプト領域302へ該業務スク
リプトを格納する。
When the business script is generated, the business script is delivered to the business flow simulation unit 105 of each information processing apparatus 101 (steps 503 and 510). The business script generation unit 404 divides the business script into an appropriate size and transmits it via the communication processing unit 401, and the communication processing unit 301 receives and assembles the business script divided in the previous period, and the business script area The business script is stored in 302.

【0031】業務スクリプトの配送完了後は、オペレー
タが測定実行・停止指示部403に対して測定開始指示
を発行するのを待つ(ステップ504)。測定実行状態
管理部405は、測定実行・停止指示部403を通して
測定開始指示を受けると、すべての業務スクリプト実行
部303に対して通信処理部401、301を経由して
測定開始時メッセージを同報送信するとともに、測定実
行中状態であることを内部状態として保持し、オペレー
タからの測定停止指示待ちとなる(ステップ505)。
After the delivery of the business script is completed, it waits for the operator to issue a measurement start instruction to the measurement execution / stop instruction section 403 (step 504). Upon receiving the measurement start instruction through the measurement execution / stop instruction unit 403, the measurement execution state management unit 405 broadcasts a measurement start time message to all the business script execution units 303 via the communication processing units 401 and 301. At the same time as the transmission, the measurement execution state is held as an internal state, and the operator waits for a measurement stop instruction (step 505).

【0032】業務スクリプト実行部303は、測定開始
指示メッセージを受けると(ステップ511)、業務ス
クリプト領域302の内容に従った業務フローの模擬を
開始する(ステップ512)。その詳細については図6
を用いて後で説明する。
Upon receiving the measurement start instruction message (step 511), the business script execution unit 303 starts simulation of the business flow according to the contents of the business script area 302 (step 512). See Figure 6 for details.
This will be described later with reference to FIG.

【0033】測定実行中に測定実行状態管理部405が
測定実行・停止指示部403を通してオペレータから測
定停止の指示を受けると、測定実行状態管理部405は
該指示をすべての業務スクリプト実行部303へ測定終
了指示メッセージを同報送信して通知するとともに、測
定停止状態であることを内部状態として保持する(ステ
ップ506)。
When the measurement execution state management unit 405 receives a measurement stop instruction from the operator through the measurement execution / stop instruction unit 403 during measurement execution, the measurement execution state management unit 405 sends the instruction to all the business script execution units 303. The measurement end instruction message is broadcast and notified, and the fact that the measurement is stopped is held as an internal state (step 506).

【0034】業務スクリプト実行部303は、測定停止
指示メッセージを受けると(ステップ513)、実行中
の業務フロー模擬を中止し、性能測定結果テーブル30
6の内容を通信処理部301、401を通して測定結果
解析・表示部406へ送信する(ステップ514)。性
能測定結果テーブル306の内容については後で説明す
る。
Upon receiving the measurement stop instruction message (step 513), the business script execution unit 303 stops the simulation of the business flow being executed, and the performance measurement result table 30
The contents of No. 6 are transmitted to the measurement result analysis / display unit 406 through the communication processing units 301 and 401 (step 514). The contents of the performance measurement result table 306 will be described later.

【0035】測定結果解析・表示部406は、性能測定
結果を受信すると(ステップ507)、その内容をディ
スプレイ等の表示手段によって表示し、オペレータに通
知する(ステップ508)。測定結果の表示例は後に示
す。
Upon receipt of the performance measurement result (step 507), the measurement result analysis / display unit 406 displays the content by a display means such as a display and notifies the operator (step 508). A display example of the measurement result will be shown later.

【0036】以上が本発明の一実施例を用いた性能評価
システムによる性能評価手順である。
The above is the performance evaluation procedure by the performance evaluation system using one embodiment of the present invention.

【0037】次に、業務フロー模擬部105による業務
フローの模擬方法の詳細について示す。図6は業務フロ
ーの模擬方法を示したフローチャートで、図5のステッ
プ512の処理の詳細を示したものである。
Next, details of the method of simulating the business flow by the business flow simulating unit 105 will be described. FIG. 6 is a flow chart showing a method of simulating a business flow, and shows the details of the processing of step 512 in FIG.

【0038】業務スクリプト実行部303は、通信処理
部301を経由して性能評価管理部106から測定開始
指示メッセージを受けると、まず模擬する業務がタイマ
により起動するものかどうかを業務スクリプト領域30
2の内容から判定し、タイマにより起動するものであれ
ば計時処理部304が持つ業務起動用タイマを起動し
(ステップ601)、イベント待ちループに入る(ステ
ップ602)。ここでのイベントには、前記業務起動用
タイマからのタイムアウト通知や通信処理部301から
のメッセージ受信通知などがある。
When the business script execution unit 303 receives the measurement start instruction message from the performance evaluation management unit 106 via the communication processing unit 301, it first determines whether the business to be simulated is started by a timer.
It is determined from the contents of No. 2, and if it is activated by the timer, the task activation timer of the timing processing unit 304 is activated (step 601), and the event waiting loop is entered (step 602). The event here includes a timeout notification from the business activation timer, a message reception notification from the communication processing unit 301, and the like.

【0039】イベントが発生したら、まず、該イベント
が性能測定管理部106からの測定終了指示メッセージ
の受信であるかどうかを判定する(ステップ603)。
When an event occurs, it is first determined whether the event is the reception of a measurement end instruction message from the performance measurement management unit 106 (step 603).

【0040】測定終了指示メッセージ受信でなければ、
発生したイベントに対応する基本処理要素の列を業務ス
クリプト領域302から読み出し(ステップ604)、
該基本処理要素を順番に実行する。基本処理要素の実行
は、各基本処理要素に対応する基本処理要素実行部30
5を呼び出すことで行う。基本処理要素実行部305で
ファイル読み出し、書き込み等の業務の基本となる処理
を業務スクリプトに記述されたパラメータに従って実際
に実行するモジュールである。
If the measurement end instruction message is not received,
A sequence of basic processing elements corresponding to the occurred event is read from the business script area 302 (step 604),
The basic processing elements are executed in order. The execution of the basic processing elements is performed by the basic processing element execution unit 30 corresponding to each basic processing element.
This is done by calling 5. It is a module that actually executes basic processes of business such as file reading and writing in the basic processing element execution unit 305 according to the parameters described in the business script.

【0041】本実施例では、性能測定のためのタイムス
タンプの取得も基本処理要素の一つとして位置づけてい
る。タイムスタンプの取得は、計時処理部304から時
刻を読み出し、性能測定結果テーブル306へ格納する
ことで行う。図11に性能測定結果テーブル306の内
容の一例を示す。性能測定結果テーブル306には、1
回のタイムスタンプ取得につき、業務名1101、一つ
の業務の中での測定ポイントの識別をするための数値で
ある取得ポイント番号1102、時刻1103の三つの
項目を記録する。業務スクリプト領域302に複数の業
務が記述されている場合でも、一つの性能測定結果テー
ブル306に時刻順に記録していく。一連の基本処理要
素の実行が終了したら、ステップ602のイベント発生
待ちへ戻る(ステップ606)。
In this embodiment, acquisition of a time stamp for performance measurement is also positioned as one of the basic processing elements. The time stamp is acquired by reading the time from the clock processing unit 304 and storing it in the performance measurement result table 306. FIG. 11 shows an example of the contents of the performance measurement result table 306. The performance measurement result table 306 has 1
For each time stamp acquisition, three items of a business name 1101, an acquisition point number 1102 which is a numerical value for identifying a measurement point in one business, and a time 1103 are recorded. Even when a plurality of jobs are described in the job script area 302, they are recorded in order of time in one performance measurement result table 306. When the execution of the series of basic processing elements is completed, the process returns to the event occurrence waiting in step 602 (step 606).

【0042】ステップ602で発生したイベントが測定
終了指示メッセージ受信だった場合は、もしステップ6
01で業務起動用タイマを起動していればそれを停止し
(ステップ607)、業務の模擬を終了する。
If the event occurred in step 602 is the reception of the measurement end instruction message, step 6
If the business activation timer is started in 01, it is stopped (step 607), and the simulation of the business is terminated.

【0043】図14は、測定停止後に測定結果解析・表
示部406が表示する測定結果の一例を示す図である。
この例は、実行ノードアドレス10で実行される「デー
タ更新」業務の処理時間の測定結果をグラフ化したもの
である。横軸1401を前記業務が起動された時刻、縦
軸1402を前記業務の実行に要した時間としたもの
で、業務の処理時間の変化を見ることを目的としたもの
である。このグラフは、業務フロー模擬部105から回
収した性能測定結果テーブル306の内容から起動され
た業務の処理時間を算出してプロットする。具体的に
は、起動された個々の業務につき、業務終了時の取得ポ
イントの時刻から業務開始時の取得ポイントの時刻を差
し引いて業務の処理時間を求め、グラフにプロットす
る。図14のグラフから、前記「データ更新」業務の通
常状態での処理時間は0.8秒前後(ポイント140
3)であるが、他の業務との競合などの要因により、
1.5秒程度(ポイント1404)の時間を要する場合
も発生し得ることが読みとれる。
FIG. 14 is a diagram showing an example of the measurement result displayed by the measurement result analysis / display unit 406 after the measurement is stopped.
In this example, the measurement result of the processing time of the “data update” operation executed at the execution node address 10 is graphed. The horizontal axis 1401 is the time when the business is started, and the vertical axis 1402 is the time required to execute the business, for the purpose of observing changes in the processing time of the business. This graph calculates and plots the processing time of the started work from the contents of the performance measurement result table 306 collected from the work flow simulation unit 105. Specifically, for each started job, the processing time of the job is obtained by subtracting the time of the acquisition point at the start of the job from the time of the acquisition point at the end of the job, and plotted in a graph. From the graph of FIG. 14, the processing time in the normal state of the “data update” work is around 0.8 seconds (point 140
3), but due to factors such as competition with other businesses,
It can be seen that this can occur even when it takes about 1.5 seconds (point 1404).

【0044】図12は、本発明の他の実施例による業務
フロー模擬部の構成を示したものである。本実施例は、
1台の情報処理装置で複数の仮想的な情報処理装置の業
務を模擬できるようにしたものである。図中、307は
業務を実行する前記仮想的な情報処理装置がどの物理的
に存在する情報処理装置で実行されるかを示す仮想装置
対応テーブルである。また、業務スクリプト領域302
は、前記複数の仮想的な情報処理装置のそれぞれで実行
される業務の業務スクリプトを格納できるよう、個々の
仮想的な情報処理装置に対応して複数用意する。
FIG. 12 shows the configuration of a business flow simulation unit according to another embodiment of the present invention. In this embodiment,
One information processing device can simulate the work of a plurality of virtual information processing devices. In the figure, reference numeral 307 denotes a virtual device correspondence table indicating which physically existing information processing device executes the virtual information processing device. Also, the job script area 302
Prepares a plurality of job scripts corresponding to each virtual information processing apparatus so as to store a job script of a job executed by each of the plurality of virtual information processing apparatuses.

【0045】図13は、仮想装置対応テーブル307の
一例を示したものである。1301は仮想的な情報処理
装置を識別するための仮想装置番号、1302は物理的
に存在する情報処理装置のネットワークアドレスであ
る。この例では、仮想装置番号1の仮想的な情報処理装
置がネットワークアドレス10.0.0.1の物理的に
存在する装置で、仮想番号2、3の仮想的な情報処理装
置がネットワークアドレス10.0.0.2の物理的に
存在する装置でそれぞれ模擬されることを表している。
FIG. 13 shows an example of the virtual device correspondence table 307. 1301 is a virtual device number for identifying a virtual information processing device, and 1302 is a network address of a physically existing information processing device. In this example, the virtual information processing device with virtual device number 1 is a physically existing device with network address 10.0.0.1, and the virtual information processing devices with virtual numbers 2 and 3 are network address 10 0.0.2 represents that each of them is simulated by a physically existing device.

【0046】本構成によって性能評価を実施する場合で
も、基本的には図6のフローチャートに示す手順で行
う。ただし、図6のフローチャートの一部の処理が次の
ように変更となる。
Even when the performance evaluation is carried out by this configuration, the procedure shown in the flowchart of FIG. 6 is basically carried out. However, a part of the processing of the flowchart of FIG. 6 is changed as follows.

【0047】まず、ステップ602のイベント発生のチ
ェックにおいては、発生したイベントがどの仮想的な情
報処理装置で実行される業務を起動するものかを判定す
る処理が加わる。そのために、タイムアウトイベントに
ついては、ステップ601の業務起動用タイマ起動時
に、該業務が実行される仮想的な情報処理装置の仮想装
置番号をパラメータとして計時処理部304に渡してお
き、タイムアウト発生時に該仮想装置番号を通知しても
らうようにする。メッセージ受信イベントについては、
メッセージの中に送信先仮想装置番号を格納しておき、
該仮想装置番号をそのまま起動する業務の識別に使用す
る。
First, in the event occurrence check in step 602, processing is added to determine which virtual information processing device the event occurred that initiates a job to be executed. Therefore, regarding the time-out event, at the time of starting the job activation timer in step 601, the virtual device number of the virtual information processing device on which the job is executed is passed as a parameter to the clock processing unit 304. Ask for the virtual device number. For message receive events,
Store the destination virtual device number in the message,
The virtual device number is used as it is to identify the business to be activated.

【0048】ステップ604の業務スクリプト読み出し
では、複数ある業務スクリプト領域302からステップ
602のイベント発生時に得られた仮想装置番号に対応
する業務スクリプトを選択して読み出すようにする。
In step 604, the job script is read out by selecting from a plurality of job script areas 302 the job script corresponding to the virtual device number obtained when the event occurred in step 602.

【0049】ステップ605の基本処理要素の実行で、
他の仮想的な情報処理装置とメッセージ交換を行う場
合、基本処理要素実行部305は通信相手をすべて仮想
装置番号で指定して通信処理部301へメッセージ送信
依頼を行う。通信処理部301は、仮想装置対応テーブ
ル307から前記指定された仮想装置番号を検索し、該
仮想装置番号が割り当てられている物理的に存在する情
報処理装置のネットワークアドレスを求め、前記送信依
頼されたメッセージを該ネットワークアドレスに対して
送信する。
Upon execution of the basic processing elements in step 605,
When exchanging a message with another virtual information processing device, the basic processing element execution unit 305 requests the communication processing unit 301 to send a message by designating all communication partners with virtual device numbers. The communication processing unit 301 retrieves the specified virtual device number from the virtual device correspondence table 307, obtains the network address of the physically existing information processing device to which the virtual device number is assigned, and requests the transmission. Message is sent to the network address.

【0050】以上のようにして、複数の情報処理装置が
それぞれ実行する業務を1台の情報処理装置で模擬する
ことが可能となり、実稼働時よりも小規模なシステムを
用いても業務の模擬による実機性能評価が行えるように
なる。
As described above, the work executed by each of the plurality of information processing devices can be simulated by one information processing device, and the work can be simulated by using a system smaller than the actual operation. It will be possible to evaluate the performance of the actual machine.

【0051】[0051]

【発明の効果】本発明により、ネットワークシステム上
で業務を実行するアプリケーションを作成する前の段階
であっても、該業務内容を実機上で容易に模擬すること
ができるようになる。それにより、モデル化によるシミ
ュレーションが困難なネットワークシステムについても
事前の性能評価が可能になる。
According to the present invention, it becomes possible to easily simulate the work contents on an actual machine even before the application for executing the work is created on the network system. As a result, it is possible to evaluate the performance in advance even for network systems that are difficult to simulate by modeling.

【0052】さらに、模擬する業務内容を基本処理要素
の組み合わせで実現することにより、業務内容の記述が
容易になり、また、新たな基本処理要素を追加すること
で幅広いシステムの事前性能評価に適用できるようにな
る。
Further, by implementing the simulated work content by combining the basic processing elements, it becomes easy to describe the work content, and by adding a new basic processing element, it is applied to the preliminary performance evaluation of a wide range of systems. become able to.

【0053】さらに、性能評価を実行するネットワーク
システムが実際に稼働させる場合より小規模なものであ
っても、実稼働時に近い状態を再現できるようになり、
実稼働時と同じ規模のシステムを構築しなくても事前の
システム性能評価を行えるようになる。
Further, even if the network system for executing the performance evaluation is smaller than when actually operating, it becomes possible to reproduce the state close to the actual operation,
It is possible to evaluate the system performance in advance without constructing the system of the same scale as the actual operation.

【0054】以上のことから、ネットワークシステム開
発後に判明する性能不良等を事前に摘出することが容易
となり、ネットワークシステムの構築に要する期間と費
用を縮小できるという効果がある。
From the above, it is easy to extract in advance the performance defects and the like which are found after the network system is developed, and there is an effect that the period and cost required for constructing the network system can be reduced.

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

【図1】本発明の一実施例による性能評価システムの構
成図。
FIG. 1 is a configuration diagram of a performance evaluation system according to an embodiment of the present invention.

【図2】従来技術の一例による性能評価システムの構成
図。
FIG. 2 is a configuration diagram of a performance evaluation system according to an example of a conventional technique.

【図3】本発明の一実施例による性能評価システムの業
務フロー模擬部の構成図。
FIG. 3 is a configuration diagram of a business flow simulation unit of a performance evaluation system according to an embodiment of the present invention.

【図4】本発明の一実施例による性能評価システムの性
能評価管理部の構成図。
FIG. 4 is a configuration diagram of a performance evaluation management unit of the performance evaluation system according to the embodiment of the present invention.

【図5】本発明の一実施例による性能評価方法の概略を
示すフローチャート。
FIG. 5 is a flowchart showing an outline of a performance evaluation method according to an embodiment of the present invention.

【図6】本発明の一実施例による業務フロー模擬方法を
示すフローチャート。
FIG. 6 is a flowchart showing a business flow simulation method according to an embodiment of the present invention.

【図7】本発明の一実施例による性能評価システムの業
務フロー入力画面の例を示す説明図。
FIG. 7 is an explanatory diagram showing an example of a work flow input screen of the performance evaluation system according to the embodiment of the present invention.

【図8】本発明の一実施例による性能評価システムの業
務フロー入力画面の例を示す説明図。
FIG. 8 is an explanatory diagram showing an example of a work flow input screen of the performance evaluation system according to the embodiment of the present invention.

【図9】本発明の一実施例による性能評価システムの業
務フロー入力画面の例を示す説明図。
FIG. 9 is an explanatory diagram showing an example of a work flow input screen of the performance evaluation system according to the embodiment of the present invention.

【図10】本発明の一実施例による業務スクリプトの例
を示す説明図。
FIG. 10 is an explanatory diagram showing an example of a business script according to an embodiment of the present invention.

【図11】本発明の一実施例による性能測定結果記録方
法を示す説明図。
FIG. 11 is an explanatory diagram showing a performance measurement result recording method according to an embodiment of the present invention.

【図12】本発明の他の実施例による性能評価システム
の業務フロー模擬部の構成図。
FIG. 12 is a configuration diagram of a business flow simulation unit of a performance evaluation system according to another embodiment of the present invention.

【図13】本発明の一実施例による仮想装置対応テーブ
ルの例を示す説明図。
FIG. 13 is an explanatory diagram showing an example of a virtual device correspondence table according to an embodiment of the present invention.

【図14】本発明の一実施例による性能測定結果出力グ
ラフの例を示す説明図。
FIG. 14 is an explanatory diagram showing an example of a performance measurement result output graph according to an embodiment of the present invention.

【図15】本発明の一実施例による業務フロー格納用テ
ーブルの構造を示す説明図。
FIG. 15 is an explanatory diagram showing the structure of a business flow storage table according to an embodiment of the present invention.

【図16】本発明の一実施例による業務スクリプト生成
方法を示すフローチャート。
FIG. 16 is a flowchart showing a business script generation method according to an embodiment of the present invention.

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

101、102、201、202、203…情報処理装
置、103、204…ネットワーク、104、205、
207…オペレーティングシステム、105…業務フロ
ー模擬部、106…性能評価管理部、206…サーバア
プリケーション、208…仮想ユーザ、209…業務ア
プリケーション、210…コントローラ、211…スク
リプト、301、401…通信処理部、302…業務ス
クリプト領域、303…業務スクリプト実行部、304
…計時処理部、305…基本処理要素実行部、306…
性能測定結果テーブル、307…仮想装置対応テーブ
ル、402…業務フロー入力部、403…測定実行・停
止処理部、404…業務スクリプト生成部、405…測
定実行状態管理部、406…測定結果解析・表示部、4
07…業務フロー格納領域、701…業務フロー入力ウ
ィンドウ、801…基本処理要素入力ウィンドウ、90
1…ファイル読み出しパラメータ入力ウィンドウ。
101, 102, 201, 202, 203 ... Information processing device, 103, 204 ... Network, 104, 205,
207 ... Operating system, 105 ... Business flow simulation section, 106 ... Performance evaluation management section, 206 ... Server application, 208 ... Virtual user, 209 ... Business application, 210 ... Controller, 211 ... Script, 301, 401 ... Communication processing section, 302 ... Business script area, 303 ... Business script execution unit, 304
... Time processing unit, 305 ... Basic processing element execution unit, 306 ...
Performance measurement result table, 307 ... Virtual device correspondence table, 402 ... Business flow input unit, 403 ... Measurement execution / stop processing unit, 404 ... Business script generation unit, 405 ... Measurement execution state management unit, 406 ... Measurement result analysis / display Division, 4
07 ... Business flow storage area, 701 ... Business flow input window, 801 ... Basic processing element input window, 90
1 ... File read parameter input window.

───────────────────────────────────────────────────── フロントページの続き (72)発明者 大久保 訓 茨城県日立市大みか町五丁目2番1号 株 式会社日立製作所大みか工場内 (72)発明者 綿谷 洋 茨城県日立市大みか町五丁目2番1号 株 式会社日立製作所大みか工場内 (72)発明者 榎本 卓也 東京都千代田区神田駿河台四丁目6番地 株式会社日立製作所システム事業部内 ─────────────────────────────────────────────────── ─── Continuation of the front page (72) Inventor, Kun Okubo 52-1 Omika-cho, Hitachi City, Ibaraki Prefecture Hitachi Co., Ltd. Omika Plant, Hitachi Ltd. No. 1 Incorporated company Hitachi Ltd. Omika Plant (72) Inventor Takuya Enomoto 4-6 Kanda Surugadai, Chiyoda-ku, Tokyo Hitachi Ltd. System Division

Claims (7)

【特許請求の範囲】[Claims] 【請求項1】複数の情報処理装置がネットワークで接続
されたネットワークシステムにおいて、 前記複数の情報処理装置のそれぞれで実行される業務の
処理量に関する情報の入力を受け付ける受け付け手段
と、 該受け付け手段で受け付けられた業務の処理量に関する
情報を保持する保持手段と、 該保持手段で保持された業務の処理量に関する情報か
ら、前記実行される業務の処理状況をシミュレ−ション
するシミュレ−ションプログラムを生成する生成手段
と、 該生成手段で生成されたシミュレ−ションプログラムを
格納する格納手段と、 該格納手段に格納されたシミュレ−ションプログラムを
実行する実行手段と、 該実行手段で前記シミュレ−ションプログラムを実行し
た場合の所要時間を計測する計時手段と、 該計時手段により計測された所要時間を出力する出力手
段と、 を有することを特徴とするネットワークシステム。
1. In a network system in which a plurality of information processing devices are connected by a network, a receiving unit that receives input of information regarding a processing amount of work executed by each of the plurality of information processing devices, and the receiving unit. A holding unit that holds information regarding the processing amount of the accepted work, and a simulation program that simulates the processing status of the executed work from the information regarding the processing amount of the work held by the holding unit Generating means, storage means for storing the simulation program generated by the generating means, executing means for executing the simulation program stored in the storing means, and the simulation program by the executing means. And a time measuring means for measuring the time required for executing A network system comprising: an output unit that outputs the required time.
【請求項2】請求項1記載のネットワークシステムにお
いて、前記業務の処理量に関する情報として、 指定されたファイルから、指定された量のデータを読み
だす処理、 指定されたファイルに対して、指定された量のデータを
書き込む処理、 指定時間の間、何もせずに待つ処理、 指定のステップ数だけ、CPU処理を実行する処理、 ネットワークを介して、他の情報処理装置に対して、指
定の長さのネットワークフレームを送信する処理、 のうちの少なくとも一つを、前記業務の処理として行な
うことの指示を入力することを特徴とするネットワーク
システム。
2. The network system according to claim 1, wherein the information regarding the processing amount of the business is a process of reading a specified amount of data from a specified file, and a process of specifying a specified file. Processing to write a specified amount of data, processing to wait for a specified time without doing anything, processing to execute CPU processing for a specified number of steps, specified length for other information processing devices via a network A network system characterized by inputting an instruction to perform at least one of the processing for transmitting a network frame of S.
【請求項3】複数の情報処理装置がネットワークで接続
されたネットワークシステムにおいて、 前記ネットワークに仮想的に接続された、前記複数の情
報処理装置の台数よりも多い、複数の仮想的な情報処理
装置である複数の仮想情報処理装置のそれぞれで実行さ
れる業務の処理量に関する情報の入力を受け付ける受け
付け手段と、 該受け付け手段で受け付けられた業務の処理量に関する
情報を保持する保持手段と、 該保持手段で保持された業務の処理量に関する情報か
ら、前記実行される業務処理状況をシミュレ−ションす
るシミュレ−ションプログラムを生成する生成手段と、 該生成手段で生成されたシミュレ−ションプログラムを
格納する格納手段と、 前記仮想情報処理装置のそれぞれと、前記ネットワーク
に実際に接続されている前記複数の情報処理装置のそれ
ぞれとを対応づけるテーブルを記憶する記憶手段と、 該記憶手段に記憶されたテーブルに基づいて、前記ネッ
トワークに実際に接続されている前記複数の情報処理装
置のそれぞれにおいて、前記格納手段に格納されたシミ
ュレ−ションプログラムを実行する実行手段と、 該実行手段で前記シミュレ−ションプログラムを実行し
た場合の所要時間を計測する計時手段と、 該計時手段により計測された所要時間を出力する出力手
段と、 を有することを特徴とするネットワークシステム。
3. In a network system in which a plurality of information processing devices are connected by a network, a plurality of virtual information processing devices that are virtually connected to the network and are larger than the number of the plurality of information processing devices. A receiving unit that receives input of information regarding the processing amount of the work executed by each of the plurality of virtual information processing devices, a holding unit that holds the information regarding the processing amount of the work received by the receiving unit, and the holding unit. A generation means for generating a simulation program for simulating the business processing status to be executed from the information on the processing amount of the business held by the means, and the simulation program generated by the generation means. Storage means, each of the virtual information processing devices, and the actual connection to the network. In each of the plurality of information processing devices actually connected to the network, based on a storage unit that stores a table that associates each of the plurality of information processing devices with each other, based on the table stored in the storage unit. An execution means for executing the simulation program stored in the storage means, a time measuring means for measuring a time required when the execution program executes the simulation program, and a time required by the time measuring means. A network system comprising: an output unit that outputs time.
【請求項4】請求項1または3において、前記シミュレ
−ションプログラムは、受け付けられた業務の処理量に
よって決まる所定の処理を行うことにより、業務の処理
状況をシミュレ−ションすることを特徴とするネットワ
ークシステム。
4. The simulation program according to claim 1 or 3, wherein the simulation program simulates a processing status of a job by performing a predetermined process determined by a processing amount of the accepted job. Network system.
【請求項5】複数の情報処理装置がネットワークで接続
されたネットワークシステムにおけるネットワークシス
テムの性能評価方法であって、 前記複数の情報処理装置のそれぞれで実行される業務の
処理量に関する情報の入力を受け付け、 受け付けられた業務の処理量に関する情報を保持し、 保持された業務の処理量に関する情報から、前記実行さ
れる業務の処理状況をシミュレ−ションするシミュレ−
ションプログラムを生成し、 生成されたシミュレ−ションプログラムを格納し、 格納されたシミュレ−ションプログラムを実行し、 前記シミュレ−ションプログラムを実行した場合の所要
時間を計測し、 計測された所要時間を出力することを特徴とするネット
ワークシステムの性能評価方法。
5. A method for evaluating the performance of a network system in a network system in which a plurality of information processing devices are connected by a network, the method comprising inputting information regarding a processing amount of a job executed by each of the plurality of information processing devices. Receiving, holding information about the processing amount of accepted work, and simulating the processing status of the executed work from the information about the processing amount of the held work.
Generate a simulation program, store the generated simulation program, execute the stored simulation program, measure the time required when the simulation program is executed, and measure the measured time. A performance evaluation method for a network system characterized by outputting.
【請求項6】請求項5記載のネットワークシステムの性
能評価方法において、前記業務の処理量に関する情報と
して、 指定されたファイルから、指定された量のデータを読み
だす処理、 指定されたファイルに対して、指定された量のデータを
書き込む処理、 指定時間の間、何もせずに待つ処理、 指定のステップ数だけ、CPU処理を実行する処理、 ネットワークを介して、他の情報処理装置に対して、指
定の長さのネットワークフレームを送信する処理、 のうちの少なくとも一つを、前記業務の処理として行な
うことの指示を入力することを特徴とするネットワーク
システムの性能評価方法。
6. The method for evaluating the performance of a network system according to claim 5, wherein, as the information regarding the processing amount of the business, a process of reading a specified amount of data from a specified file, and To write a specified amount of data, to wait without doing anything for a specified time, to execute CPU processing for a specified number of steps, to other information processing devices via the network A method for evaluating the performance of a network system, comprising inputting an instruction to perform at least one of a process of transmitting a network frame of a specified length as a process of the business.
【請求項7】複数の情報処理装置がネットワークで接続
されたネットワークシステムにおけるネットワークシス
テムの性能評価方法であって、 前記ネットワークに仮想的に接続された、前記複数の情
報処理装置の台数よりも多い、複数の仮想的な情報処理
装置である複数の仮想情報処理装置のそれぞれで実行さ
れる業務の処理量に関する情報の入力を受け付け、 受け付けられた業務の処理量に関する情報を保持し、 保持された業務の処理量に関する情報から、前記実行さ
れる業務のシミュレ−ションプログラムを生成し、 生成されたシミュレ−ションプログラムを格納し、 前記仮想情報処理装置のそれぞれと、前記ネットワーク
に実際に接続されている前記複数の情報処理装置のそれ
ぞれとを対応づけるテーブルを記憶し、 記憶されたテーブルに基づいて、前記ネットワークに実
際に接続されている前記複数の情報処理装置のそれぞれ
において、格納されたシミュレ−ションプログラムを実
行し、 前記シミュレ−ションプログラムを実行した場合の所要
時間を計測し、 計測された所要時間を出力することを特徴とするネット
ワークシステムの性能評価方法。
7. A method for evaluating the performance of a network system in a network system in which a plurality of information processing devices are connected by a network, the number being greater than the number of the plurality of information processing devices virtually connected to the network. , Receives input of information regarding the processing amount of the work executed by each of the plurality of virtual information processing devices, holds information regarding the processing amount of the received work, and holds the information. Generates a simulation program of the job to be executed from the information on the throughput of the job, stores the generated simulation program, and connects each of the virtual information processing devices to the network. A table that associates each of the plurality of information processing devices In each of the plurality of information processing devices that are actually connected to the network, the stored simulation program is executed, and the time required when the simulation program is executed is measured. , A method for evaluating the performance of a network system, which outputs the measured required time.
JP7249660A 1995-09-27 1995-09-27 Network system and its performance evaluation method Pending JPH0991250A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP7249660A JPH0991250A (en) 1995-09-27 1995-09-27 Network system and its performance evaluation method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP7249660A JPH0991250A (en) 1995-09-27 1995-09-27 Network system and its performance evaluation method

Publications (1)

Publication Number Publication Date
JPH0991250A true JPH0991250A (en) 1997-04-04

Family

ID=17196331

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7249660A Pending JPH0991250A (en) 1995-09-27 1995-09-27 Network system and its performance evaluation method

Country Status (1)

Country Link
JP (1) JPH0991250A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11249986A (en) * 1998-03-05 1999-09-17 Nec Corp Event processing method in network management system and network management system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11249986A (en) * 1998-03-05 1999-09-17 Nec Corp Event processing method in network management system and network management system

Similar Documents

Publication Publication Date Title
EP0784276B1 (en) Load test system and method
US5574854A (en) Method and system for simulating the execution of a computer program
US6993747B1 (en) Method and system for web based software object testing
CN110162471A (en) A kind of method for testing pressure and system based on container cloud
Nivas Test harness and script design principles for automated testing of non-GUI or web based applications
US20200133829A1 (en) Methods and systems for performance testing
CN108600311B (en) Method and device for simulating interface data by client
CN107733735B (en) Script recording system and method implanted in pressure measurement device
CN105607994A (en) Mobile terminal software testing method and system
EP2196901A1 (en) Systems and methods for tracking software stands in a software production landscape
US5978575A (en) Remote terminal emulator with improved time accounting
JPH0991250A (en) Network system and its performance evaluation method
JP2519005B2 (en) Job schedule simulation device
CN116089439A (en) Dynamic form modification method and device
CN111178991B (en) Value-added tax invoice simulation billing system, method and computer
US20030120971A1 (en) Process for performance testing computer equipment accessible via a telecommunications network
JP2000215082A (en) Playback test system for distributed object environment
CN112199229A (en) Data processing method, device, equipment and storage medium
KR20130067959A (en) Method and appratus for processing error of application
EP0236746B1 (en) System and method for testing human factors
US20230418728A1 (en) Method and system for generating real-time test environment activity view for functional simulations
CN114546863A (en) Automatic pressure measurement script generation method and device
JP2968165B2 (en) Test data generation processing system
CN113742226A (en) Software performance testing method, device, medium and electronic equipment
CN114924954A (en) Jenkins-based automatic test platform