JP2005085085A - Server performance measurement method and system - Google Patents

Server performance measurement method and system Download PDF

Info

Publication number
JP2005085085A
JP2005085085A JP2003318071A JP2003318071A JP2005085085A JP 2005085085 A JP2005085085 A JP 2005085085A JP 2003318071 A JP2003318071 A JP 2003318071A JP 2003318071 A JP2003318071 A JP 2003318071A JP 2005085085 A JP2005085085 A JP 2005085085A
Authority
JP
Japan
Prior art keywords
measurement
data
server
scenario
performance
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2003318071A
Other languages
Japanese (ja)
Other versions
JP4358582B2 (en
Inventor
Junichi Kameyama
潤一 亀山
Masahiro Kawaguchi
昌宏 川口
Takeshi Wada
剛 和田
Kiyoshi Iwasaki
清 岩崎
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.)
Dai Nippon Printing Co Ltd
Original Assignee
Dai Nippon Printing Co 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 Dai Nippon Printing Co Ltd filed Critical Dai Nippon Printing Co Ltd
Priority to JP2003318071A priority Critical patent/JP4358582B2/en
Publication of JP2005085085A publication Critical patent/JP2005085085A/en
Application granted granted Critical
Publication of JP4358582B2 publication Critical patent/JP4358582B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To acquire information for executing sufficient operation analysis for a server which has a function for applying data working in data input/output. <P>SOLUTION: This system measures the performance of a server 100 which has a function for inputting/outputting data to/from a server main body part 110 through a data working part 120 and automatically performing processing such as encryption/decryption or compression/decompression. A normal scenario executing part 220 is made to execute a normal scenario 11 to give a measurement process through the data working part 120 to the server main body 110, and to receive response data through the data working part 120, and a short-circuit scenario executing part 210 is made to execute a short-circuit scenario 12 to directly give a measurement process to the server main body 110, and to directly receive response data. The results of the performance measurement based on the execution of both scenarios are outputted as a measurement result 20 so as to be contrasted so that whether the bottleneck of the processing is present in the server main body 110 or in the data working part 120 can be decided. <P>COPYRIGHT: (C)2005,JPO&NCIPI

Description

本発明は、サーバ性能計測方法および計測システムに関し、特に、データの入出力を行う際に、データに加工を施す機能をもったサーバ装置についての性能計測を行う方法およびシステムに関する。   The present invention relates to a server performance measurement method and measurement system, and more particularly, to a method and system for performing performance measurement for a server device having a function of processing data when inputting / outputting data.

コンピュータネットワークの普及により、データベースサーバやファイルサーバなど、サーバ装置の役割は非常に重要になってきている。特に、近年では、インターネットが、社会的な基幹システムとして機能するようになってきており、万一、サーバがダウンするような事態が生じると、社会的な影響も無視できなくなる。このような背景事情から、サーバの性能を客観的に計測することは重要であり、サーバ性能計測システムを用いて、定期的にサーバの性能を計測して評価することが行われる。   With the spread of computer networks, the role of server devices such as database servers and file servers has become very important. In particular, in recent years, the Internet has come to function as a social backbone system. If a server goes down, the social impact cannot be ignored. From such a background, it is important to objectively measure the performance of the server, and the performance of the server is periodically measured and evaluated using a server performance measurement system.

サーバ性能を計測する一般的な手法は、サーバの処理能力の限界まで処理要求(いわゆるトランザクション)を与え、その処理に対するサーバの応答速度やスループットを計測する方法によって行われる。たとえば、下記特許文献1には、サーバにトランザクションを送信した時刻と、このトランザクションに対する応答データの受信時刻との差から、応答時間を算出し、サーバの性能を計測する手法が開示されている。また、下記特許文献2には、待ち時間を発生させない状況下での同時処理数とスループットと応答時間との関係をエミュレーション評価することにより、サーバの性能を計測する手法が開示されている。
特開平10−143401号公報 特許第2923874号公報
A general method for measuring server performance is performed by a method of giving a processing request (so-called transaction) to the limit of the processing capacity of the server and measuring the response speed and throughput of the server for the processing. For example, Patent Document 1 below discloses a method of measuring the performance of a server by calculating a response time from the difference between the time when a transaction is transmitted to the server and the time when response data is received for the transaction. Patent Document 2 below discloses a technique for measuring the performance of a server by performing emulation evaluation of the relationship between the number of simultaneous processes, throughput, and response time in a situation where no waiting time is generated.
JP-A-10-143401 Japanese Patent No. 2923874

インターネットの普及により、サーバ装置の役割は多岐にわたってきている。そのため、データの入出力を行う際に、データに加工を施す機能をもったサーバ装置が用いられることも少なくない。たとえば、データを格納する際に暗号化処理を行い、データを取り出す際に復号化処理を行う機能を有するサーバ装置や、データを格納する際にデータ圧縮処理を行い、データを取り出す際にデータ伸張処理を行う機能を有するサーバ装置は、データベースサーバなどで利用されている。また、画像データなど、種々のデータフォーマットを有するデータを格納するサーバ装置では、データの入出力時に、データ形式の変換処理を行う機能が付加されている場合もある。   With the spread of the Internet, the role of server devices has been diversified. For this reason, a server device having a function of processing data is often used when inputting and outputting data. For example, a server device having a function of performing encryption processing when storing data and performing decryption processing when retrieving data, or performing data compression processing when storing data and decompressing data when retrieving data A server device having a function of performing processing is used in a database server or the like. In addition, a server device that stores data having various data formats such as image data may have a function of performing a data format conversion process at the time of data input / output.

このように、データの入出力を行う際に、データに加工を施す機能をもったサーバ装置に対してその性能を計測する場合、データ加工の機能も含めた総合的な性能が計測されることになる。しかしながら、このような総合的な性能の評価結果は、実際の運用能力を把握する上では意味があるが、性能改善を図るための動作解析を行う情報としては不十分である。たとえば、あるトランザクションを処理させた場合に、応答時間が長く、十分なスループットが得られない、という総合的な計測結果が得られたとしても、その原因が、サーバ本体部の動作遅延に起因するのか、データの入出力段階で行われるデータ加工処理に起因するのかを特定することができない。別言すれば、従来の計測方法では、動作解析により、いわゆるボトルネックとなる原因を特定する情報を得ることができない。   In this way, when performing data input / output, when measuring the performance of a server device that has a function to process data, the total performance including the data processing function must be measured. become. However, such a comprehensive performance evaluation result is meaningful in grasping the actual operational capability, but is insufficient as information for performing an operation analysis for improving the performance. For example, even if a comprehensive measurement result that response time is long and sufficient throughput cannot be obtained when a certain transaction is processed, the cause is due to the operation delay of the server main unit. It is impossible to specify whether the error is caused by data processing performed at the data input / output stage. In other words, in the conventional measurement method, it is not possible to obtain information for identifying the cause of a so-called bottleneck by operation analysis.

そこで本発明は、入出力時にデータ加工を施す機能をもったサーバ装置について、十分な動作解析を行うための情報を得ることができるサーバ性能計測方法およびサーバ性能計測システムを提供することを目的とする。   Accordingly, an object of the present invention is to provide a server performance measurement method and a server performance measurement system capable of obtaining information for performing sufficient operation analysis on a server device having a function of performing data processing during input / output. To do.

(1) 本発明の第1の態様は、データを出し入れするとともに格納したデータに対して外部からの要求に応じた所定の処理を施すサーバ本体部と、与えられたデータに対して所定の加工処理を施すデータ加工部とを有し、サーバ本体部に対するデータの入出力をデータ加工部を介して行うことにより、入出力の際にデータに加工を施す機能をもったサーバ装置について、性能計測用コンピュータを用いて所定の計測プロセスを実行させることによりその性能を計測するサーバ性能計測方法において、
データ加工部を介してサーバ本体部に所定の計測プロセスを与え、これを実行させ、応答データをデータ加工部を介して受け取るための通常シナリオと、データ加工部を介さずにサーバ本体部に所定の計測プロセスを直接与え、これを実行させ、応答データをデータ加工部を介さずに直接受け取るための短絡シナリオと、を用意する準備段階と、
性能計測用コンピュータに、通常シナリオを実行させることにより、サーバ装置の性能計測を行う通常計測段階と、
性能計測用コンピュータに、短絡シナリオを実行させることにより、サーバ装置の性能計測を行う短絡計測段階と、
性能計測用コンピュータに、通常計測段階の計測結果と短絡計測段階の計測結果との2通りの計測結果を出力する計測結果出力段階と、
を行うようにしたものである。
(1) According to a first aspect of the present invention, a server main body that performs predetermined processing according to a request from the outside for data stored in and out of the stored data, and predetermined processing for the given data A data processing unit that performs processing, and by performing data input / output to / from the server main unit via the data processing unit, performance measurement is performed for server devices that have the function of processing data during input / output In a server performance measurement method for measuring the performance by executing a predetermined measurement process using a computer for a computer,
A normal scenario for giving a predetermined measurement process to the server main body through the data processing unit, executing it, and receiving response data through the data processing unit, and a predetermined in the server main unit without going through the data processing unit A short-circuit scenario for directly providing and executing the measurement process, and receiving the response data directly without going through the data processing unit,
A normal measurement stage for measuring the performance of a server device by causing a computer for performance measurement to execute a normal scenario;
By causing the performance measurement computer to execute a short-circuit scenario, a short-circuit measurement stage for measuring the performance of the server device,
A measurement result output stage that outputs two kinds of measurement results, that is, a measurement result in the normal measurement stage and a measurement result in the short-circuit measurement stage, to the performance measurement computer;
Is to do.

(2) 本発明の第2の態様は、データを出し入れするとともに格納したデータに対して外部からの要求に応じた所定の処理を施すサーバ本体部と、与えられたデータに対して暗号化処理もしくは復号化処理を施すデータ加工部とを有し、サーバ本体部に対するデータの入出力をデータ加工部を介して行うことにより、入出力の際にデータに暗号化もしくは復号化を施す機能をもったサーバ装置について、性能計測用コンピュータを用いて所定の計測プロセスを実行させることによりその性能を計測するサーバ性能計測方法において、
データ加工部を介して、暗号化処理もしくは復号化処理を施すことにより、サーバ本体部に対するデータの入出力を行う通常シナリオと、データ加工部を介さずに、暗号化処理もしくは復号化処理を施すことなしに、サーバ本体部に対するデータの入出力を直接行う短絡シナリオと、を用意する準備段階と、
性能計測用コンピュータに、通常シナリオを実行させることにより、サーバ装置の性能計測を行う通常計測段階と、
性能計測用コンピュータに、短絡シナリオを実行させることにより、サーバ装置の性能計測を行う短絡計測段階と、
性能計測用コンピュータに、通常計測段階の計測結果と短絡計測段階の計測結果との2通りの計測結果を出力する計測結果出力段階と、
を行うようにしたものである。
(2) The second aspect of the present invention is a server main body for performing predetermined processing according to a request from the outside for data stored in and out, and encryption processing for the given data. Alternatively, it has a data processing unit that performs decryption processing, and performs the input / output of data to / from the server main unit via the data processing unit, thereby having a function of encrypting or decrypting data at the time of input / output. In the server performance measurement method for measuring the performance of the server device by performing a predetermined measurement process using a performance measurement computer,
A normal scenario for inputting / outputting data to / from the server main body by performing encryption processing or decryption processing through the data processing unit, and encryption processing or decryption processing without using the data processing unit And a short-circuit scenario for directly inputting / outputting data to / from the server main body,
A normal measurement stage for measuring the performance of a server device by causing a computer for performance measurement to execute a normal scenario;
By causing the performance measurement computer to execute a short-circuit scenario, a short-circuit measurement stage for measuring the performance of the server device,
A measurement result output stage that outputs two kinds of measurement results, that is, a measurement result in the normal measurement stage and a measurement result in the short-circuit measurement stage, to the performance measurement computer;
Is to do.

(3) 本発明の第3の態様は、データを出し入れするとともに格納したデータに対して外部からの要求に応じた所定の処理を施すサーバ本体部と、与えられたデータに対して圧縮処理もしくは伸張処理を施すデータ加工部とを有し、サーバ本体部に対するデータの入出力をデータ加工部を介して行うことにより、入出力の際にデータを圧縮もしくは伸張する処理を施す機能をもったサーバ装置について、性能計測用コンピュータを用いて所定の計測プロセスを実行させることによりその性能を計測するサーバ性能計測方法において、
データ加工部を介して、圧縮処理もしくは伸張処理を施すことにより、サーバ本体部に対するデータの入出力を行う通常シナリオと、データ加工部を介さずに、データを圧縮もしくは伸張する処理を施すことなしに、サーバ本体部に対するデータの入出力を直接行う短絡シナリオと、を用意する準備段階と、
性能計測用コンピュータに、通常シナリオを実行させることにより、サーバ装置の性能計測を行う通常計測段階と、
性能計測用コンピュータに、短絡シナリオを実行させることにより、サーバ装置の性能計測を行う短絡計測段階と、
性能計測用コンピュータに、通常計測段階の計測結果と短絡計測段階の計測結果との2通りの計測結果を出力する計測結果出力段階と、
を行うようにしたものである。
(3) According to a third aspect of the present invention, a server main body that performs predetermined processing in response to a request from the outside for data stored in and out of the stored data, and compression processing for the given data or A server having a data processing unit for performing decompression processing, and a function for performing processing for compressing or decompressing data at the time of input / output by performing input / output of data to / from the server main body through the data processing unit In a server performance measurement method for measuring the performance of a device by executing a predetermined measurement process using a performance measurement computer,
A normal scenario for inputting / outputting data to / from the server main unit by performing compression processing or decompression processing via the data processing unit, and no processing for compressing or decompressing data without going through the data processing unit In addition, a preparation stage for preparing a short-circuit scenario for directly inputting / outputting data to / from the server main unit,
A normal measurement stage for measuring the performance of a server device by causing a computer for performance measurement to execute a normal scenario;
By causing the performance measurement computer to execute a short-circuit scenario, a short-circuit measurement stage for measuring the performance of the server device,
A measurement result output stage that outputs two kinds of measurement results, that is, a measurement result in the normal measurement stage and a measurement result in the short-circuit measurement stage, to the performance measurement computer;
Is to do.

(4) 本発明の第4の態様は、データを出し入れするとともに格納したデータに対して外部からの要求に応じた所定の処理を施すサーバ本体部と、与えられたデータに対してデータ形式の変換処理を施すデータ加工部とを有し、サーバ本体部に対するデータの入出力をデータ加工部を介して行うことにより、入出力の際にデータ形式の変換処理を施す機能をもったサーバ装置について、性能計測用コンピュータを用いて所定の計測プロセスを実行させることによりその性能を計測するサーバ性能計測方法において、
データ加工部を介して、データ形式の変換処理を施すことにより、サーバ本体部に対するデータの入出力を行う通常シナリオと、データ加工部を介さずに、データ形式の変換処理を施すことなしに、サーバ本体部に対するデータの入出力を直接行う短絡シナリオと、を用意する準備段階と、
性能計測用コンピュータに、通常シナリオを実行させることにより、サーバ装置の性能計測を行う通常計測段階と、
性能計測用コンピュータに、短絡シナリオを実行させることにより、サーバ装置の性能計測を行う短絡計測段階と、
性能計測用コンピュータに、通常計測段階の計測結果と短絡計測段階の計測結果との2通りの計測結果を出力する計測結果出力段階と、
を行うようにしたものである。
(4) According to a fourth aspect of the present invention, there is provided a server main body for performing predetermined processing according to a request from the outside for data stored in and out of the stored data, and a data format for the given data. A server device having a data processing unit for performing conversion processing and having a function of performing data format conversion processing at the time of input / output by performing input / output of data to / from the server body through the data processing unit In the server performance measurement method for measuring the performance by executing a predetermined measurement process using a performance measurement computer,
By performing a data format conversion process through the data processing unit, a normal scenario for inputting / outputting data to / from the server main unit, and without performing a data format conversion process without using the data processing unit, A preparation stage for preparing a short-circuit scenario for directly inputting / outputting data to / from the server main body,
A normal measurement stage for measuring the performance of a server device by causing a computer for performance measurement to execute a normal scenario;
By causing the performance measurement computer to execute a short-circuit scenario, a short-circuit measurement stage for measuring the performance of the server device,
A measurement result output stage that outputs two kinds of measurement results, that is, a measurement result in the normal measurement stage and a measurement result in the short-circuit measurement stage, to the performance measurement computer;
Is to do.

(5) 本発明の第5の態様は、上述の第1〜第4の態様に係るサーバ性能計測方法において、
性能計測用コンピュータに、通常シナリオを与え、この通常シナリオ内からカプセル化されている計測プロセスを抽出させることにより、短絡シナリオを自動作成させるようにしたものである。
(5) According to a fifth aspect of the present invention, in the server performance measurement method according to the first to fourth aspects described above,
A normal scenario is given to a computer for performance measurement, and a measurement process encapsulated in the normal scenario is extracted, thereby automatically creating a short-circuit scenario.

(6) 本発明の第6の態様は、上述の第1〜第4の態様に係るサーバ性能計測方法に用いられる通常シナリオおよび短絡シナリオを、性能計測用コンピュータに実行させるためのプログラムを用意し、このプログラムをコンピュータ読み取り可能な記録媒体に記録して配付できるようにしたものである。   (6) A sixth aspect of the present invention provides a program for causing a performance measurement computer to execute a normal scenario and a short-circuit scenario used in the server performance measurement methods according to the first to fourth aspects described above. The program is recorded on a computer-readable recording medium so that it can be distributed.

(7) 本発明の第7の態様は、データを出し入れするとともに格納したデータに対して外部からの要求に応じた所定の処理を施すサーバ本体部と、与えられたデータに対して所定の加工処理を施すデータ加工部とを有し、サーバ本体部に対するデータの入出力をデータ加工部を介して行うことにより、入出力の際にデータに加工を施す機能をもったサーバ装置について、所定の計測プロセスを実行させることによりその性能を計測するサーバ性能計測システムにおいて、
データ加工部を介してサーバ本体部に所定の計測プロセスを与え、これを実行させ、応答データをデータ加工部を介して受け取るための通常シナリオと、データ加工部を介さずにサーバ本体部に所定の計測プロセスを直接与え、これを実行させ、応答データをデータ加工部を介さずに直接受け取るための短絡シナリオと、を入力するシナリオ入力部と、
サーバ装置に対して、通常シナリオに基づく性能計測を行う通常シナリオ実行部と、
サーバ装置に対して、短絡シナリオに基づく性能計測を行う短絡シナリオ実行部と、
通常シナリオ実行部による計測結果と短絡シナリオ実行部による計測結果との2通りの計測結果を出力する計測結果出力部と、
を設けるようにしたものである。
(7) According to a seventh aspect of the present invention, there is provided a server main body for performing predetermined processing according to a request from the outside for data stored in and out of the stored data, and predetermined processing for the given data. A server device having a function of processing data at the time of input / output by performing input / output of data to / from the server body through the data processing unit. In the server performance measurement system that measures the performance by executing the measurement process,
A normal scenario for giving a predetermined measurement process to the server main body through the data processing unit, executing it, and receiving response data through the data processing unit, and a predetermined in the server main unit without going through the data processing unit A scenario input unit for inputting a short-circuit scenario for directly giving and executing the measurement process and receiving response data directly without going through the data processing unit,
A normal scenario execution unit for measuring performance based on a normal scenario for the server device,
A short-circuit scenario execution unit that performs performance measurement based on a short-circuit scenario for the server device,
A measurement result output unit that outputs two types of measurement results: a measurement result by the normal scenario execution unit and a measurement result by the short-circuit scenario execution unit;
Is provided.

(8) 本発明の第8の態様は、データを出し入れするとともに格納したデータに対して外部からの要求に応じた所定の処理を施すサーバ本体部と、与えられたデータに対して所定の加工処理を施すデータ加工部とを有し、サーバ本体部に対するデータの入出力をデータ加工部を介して行うことにより、入出力の際にデータに加工を施す機能をもったサーバ装置について、所定の計測プロセスを実行させることによりその性能を計測するサーバ性能計測システムにおいて、
データ加工部を介してサーバ本体部に所定の計測プロセスを与え、これを実行させ、応答データをデータ加工部を介して受け取るための通常シナリオを入力するシナリオ入力部と、
シナリオ入力部が入力した通常シナリオ内からカプセル化されている計測プロセスを抽出することにより、「データ加工部を介さずにサーバ本体部に所定の計測プロセスを直接与え、これを実行させ、応答データをデータ加工部を介さずに直接受け取るための短絡シナリオ」を作成するシナリオ変換部と、
サーバ装置に対して、通常シナリオに基づく性能計測を行う通常シナリオ実行部と、
サーバ装置に対して、短絡シナリオに基づく性能計測を行う短絡シナリオ実行部と、
通常シナリオ実行部による計測結果と短絡シナリオ実行部による計測結果との2通りの計測結果を出力する計測結果出力部と、
を設けるようにしたものである。
(8) According to an eighth aspect of the present invention, there is provided a server main body for performing predetermined processing according to a request from the outside for data stored in and out of the stored data, and predetermined processing for the given data. A server device having a function of processing data at the time of input / output by performing input / output of data to / from the server body through the data processing unit. In the server performance measurement system that measures the performance by executing the measurement process,
A scenario input unit that gives a predetermined measurement process to the server body unit via the data processing unit, executes it, and inputs a normal scenario for receiving response data through the data processing unit;
By extracting the encapsulated measurement process from the normal scenario input by the scenario input unit, it is possible to “given a predetermined measurement process directly to the server main unit without using the data processing unit, execute it, and send response data. A scenario conversion unit that creates a `` short-circuit scenario for receiving directly without going through the data processing unit,
A normal scenario execution unit for measuring performance based on a normal scenario for the server device,
A short-circuit scenario execution unit that performs performance measurement based on a short-circuit scenario for the server device,
A measurement result output unit that outputs two types of measurement results: a measurement result by the normal scenario execution unit and a measurement result by the short-circuit scenario execution unit;
Is provided.

(9) 本発明の第9の態様は、上述の第7または第8の態様に係るサーバ性能計測システムにおいて、
計測結果出力部が、2通りの計測結果を対比させた表の形式で出力する機能を有するようにしたものである。
(9) According to a ninth aspect of the present invention, in the server performance measurement system according to the seventh or eighth aspect described above,
The measurement result output unit has a function of outputting in the form of a table in which two kinds of measurement results are compared.

(10) 本発明の第9の態様は、上述の第7または第8の態様に係るサーバ性能計測システムにおいて、
計測結果出力部が、同一の座標系上に2通りの計測結果を2通りのグラフとして表示する形式で出力する機能を有するようにしたものである。
(10) According to a ninth aspect of the present invention, in the server performance measurement system according to the seventh or eighth aspect described above,
The measurement result output unit has a function of outputting two types of measurement results as two types of graphs on the same coordinate system.

(11) 本発明の第11の態様は、上述の第7〜第10の態様に係るサーバ性能計測システムとしてコンピュータを機能させるためのプログラムを用意し、このプログラムをコンピュータ読み取り可能な記録媒体に記録して配付できるようにしたものである。   (11) According to an eleventh aspect of the present invention, a program for causing a computer to function as the server performance measurement system according to the seventh to tenth aspects described above is prepared, and the program is recorded on a computer-readable recording medium. So that it can be distributed.

本発明に係るサーバ性能計測方法および計測システムによれば、通常シナリオ実行部による計測結果と短絡シナリオ実行部による計測結果との2通りの計測結果を対比することができるようになるので、入出力時にデータ加工を施す機能をもったサーバ装置について、十分な動作解析を行うための情報を得ることができる。   According to the server performance measurement method and the measurement system according to the present invention, the two measurement results of the measurement result by the normal scenario execution unit and the measurement result by the short-circuit scenario execution unit can be compared. Information for performing sufficient operation analysis can be obtained for a server device having a function of sometimes performing data processing.

以下、本発明を図示する実施形態に基づいて説明する。図1は、本発明の基本的な実施形態に係るサーバ性能計測システムの構成を示すブロック図である。図には、計測対象となるサーバ装置100に対して、本発明に係るサーバ性能計測システム200を用いて、性能計測を実施する状態がブロック図により示されている。   Hereinafter, the present invention will be described based on the illustrated embodiments. FIG. 1 is a block diagram showing a configuration of a server performance measurement system according to a basic embodiment of the present invention. In the figure, a state in which performance measurement is performed on the server device 100 to be measured using the server performance measurement system 200 according to the present invention is shown in a block diagram.

図示のとおり、サーバ装置100は、サーバ本体部110とデータ加工部120とによって構成されている。ここで、サーバ本体部110は、データを出し入れするとともに、格納したデータに対して外部からの要求に応じた所定の処理を施す機能を有し、文字どおりサーバ装置の本質的な機能を果たす構成要素である。たとえば、このサーバ装置100が、データベースサーバとして利用される場合であれば、データベースとして登録すべきデータを内部に格納する処理、必要に応じてこれを読み出す処理、特定のデータを検索する処理、特定のデータを消去する処理、特定のデータを書き替える処理、データの並び順をソートする処理など、を実行する機能を有する。   As illustrated, the server device 100 includes a server body 110 and a data processing unit 120. Here, the server main body 110 has a function of taking in and out data and performing a predetermined process according to a request from the outside on the stored data, and literally a component that fulfills the essential function of the server device It is. For example, if the server device 100 is used as a database server, processing for storing data to be registered as a database, processing for reading the data as needed, processing for searching for specific data, specification A function of executing a process of erasing data, a process of rewriting specific data, a process of sorting the arrangement order of data, and the like.

一方、データ加工部120は、与えられたデータに対して所定の加工処理を施す機能を有する構成要素であり、サーバ本体部110に対するデータの入出力を、このデータ加工部120を介して行うことにより、サーバ装置100への入出力の際にデータに加工を施す機能をもたせることができる。通常、このデータ加工部120の機能は、サーバ本体部110としての処理を行う本来のアプリケーションプログラムに対する外部プログラムという形で用意される。   On the other hand, the data processing unit 120 is a component having a function of performing predetermined processing on given data. Data input / output to / from the server main body 110 is performed via the data processing unit 120. Thus, it is possible to provide a function of processing data when inputting / outputting to / from the server apparatus 100. Normally, the function of the data processing unit 120 is prepared in the form of an external program for an original application program that performs processing as the server body unit 110.

データ加工部120において実行されるデータの加工処理の一例は、データの暗号化処理および復号化処理である。たとえば、サーバ本体部110内にデータを入れる際には、データ加工部120において暗号化処理を施し、暗号化された状態のデータをサーバ本体部110内に格納するようにし、サーバ本体部110からデータを取り出す際には、データ加工部120において復号化処理を施し、復号化された状態のデータを外部へ取り出すような処理を行うことができる。このような暗号化/復号化の機能をもったデータ加工部120を介してデータの出し入れを行うようにすれば、サーバ本体部110内に格納されているデータは必ず暗号化された状態となっており、セキュリティの向上を図ることができる。逆に、サーバ本体部110内には、暗号化されていない生のデータを格納しておき、外部に取り出すときに暗号化を行う、というような使い方を行うことも可能である。   An example of data processing performed in the data processing unit 120 is data encryption processing and decryption processing. For example, when data is put into the server main body 110, the data processing unit 120 performs an encryption process so that the encrypted data is stored in the server main body 110. When data is extracted, the data processing unit 120 can perform a decryption process, and can perform a process of extracting the decrypted data to the outside. If data is taken in and out via the data processing unit 120 having such an encryption / decryption function, the data stored in the server main body 110 is always in an encrypted state. Security can be improved. On the contrary, it is possible to store raw data that is not encrypted in the server main body 110 and perform encryption when it is taken out.

また、データ加工部120に、データの圧縮処理および伸張処理を行う機能をもたせておくと、サーバ本体部110の格納効率を向上させることができる。すなわち、サーバ本体部110内にデータを入れる際には、データ加工部120において圧縮処理を施し、圧縮された状態のデータをサーバ本体部110内に格納するようにし、サーバ本体部110からデータを取り出す際には、データ加工部120において伸張処理を施し、伸張された状態のデータを外部へ取り出すような処理を行うことができる。このようなデータの圧縮/伸張の機能をもったデータ加工部120を介してデータの出し入れを行うようにすれば、サーバ本体部110内には、必ず圧縮された状態のデータが格納されることになるので、格納効率を向上させることができる。逆に、サーバ本体部110内には、圧縮されていない生のデータを格納しておき、外部に取り出すときに圧縮を行う、というような使い方を行うことも可能である。   Further, if the data processing unit 120 is provided with a function of performing data compression processing and decompression processing, the storage efficiency of the server main body 110 can be improved. That is, when data is put into the server main body 110, the data processing unit 120 performs compression processing so that the compressed data is stored in the server main body 110. When the data is extracted, the data processing unit 120 can perform an expansion process, and can perform a process of extracting the expanded data to the outside. If data is input / output via the data processing unit 120 having such a data compression / decompression function, the compressed data is always stored in the server main body 110. Therefore, the storage efficiency can be improved. On the contrary, it is also possible to store the raw data not compressed in the server main body 110 and perform compression when taking it out to the outside.

更に、データ加工部120に、データ形式の変換処理を行う機能をもたせておくと、サーバ本体部110内に格納されるデータのフォーマットを統一したり、逆に読み出すデータのフォーマットを統一したりすることが可能になる。画像データや音声データには、多種類のフォーマット規格が乱立されており、インターネット上でやり取りされるデータの形式は様々である。そこで、たとえば、サーバ本体部110に画像データを格納する際には、必ずデータの形式をJPEG形式にする、というような方針を定めるのであれば、データ加工部120にそのようなデータ形式の変換処理機能をもたせておけばよい。このサーバ装置100に、どのような形式の画像データが与えられても、データ加工部120によってJPEG形式に変換された上でサーバ本体部110内に格納されることになるので、サーバ本体部110内の画像データの形式をJPEG形式に統一することが可能になる。逆に、サーバ本体部110内には、入力時の形式のまま画像データを格納するようにし、ここから外部に画像データを読み出すときに、データ加工部120によって、特定の形式に変換するようなことも可能である。   Further, if the data processing unit 120 is provided with a function for performing a data format conversion process, the data format stored in the server main body 110 is unified, or the data format to be read is unified. It becomes possible. Many types of format standards are turbulent in image data and audio data, and there are various types of data exchanged on the Internet. Therefore, for example, when storing image data in the server main body 110, if the policy is to make sure that the data format is JPEG format, the data processing unit 120 converts such data format. A processing function should be provided. Regardless of the format of image data given to the server device 100, the data is converted into the JPEG format by the data processing unit 120 and stored in the server main unit 110. It is possible to unify the image data format in the JPEG format. On the contrary, the image data is stored in the server main body 110 in the format at the time of input. When the image data is read out from here, the data processing unit 120 converts the image data into a specific format. It is also possible.

このように、サーバ本体部110の入出力段にデータ加工部120を設けておき、データの入出力を行う際に、データに所定の加工を施すようにすれば、サーバ装置100の用途によっては、非常に使い勝手が向上することになる。ところが、このように、データの入出力を行う際に、データに加工を施す機能をもったサーバ装置に対して、従来の手法で性能計測を行っても、十分な動作解析を行うことができない。たとえば、図1に示すサーバ装置100内に格納されているデータから、特定のデータを検索し、これを読み出す処理を実行したとしよう。もし、このような処理について、応答時間が長く、十分なスループットが得られない、という問題が生じていても、従来の手法による性能計測では、その原因が、サーバ本体部110内の検索処理(サーバ本来のアプリケーションプログラムによる処理)にあるのか、データ加工部120における加工処理(外部プログラムによる処理)にあるのか、を特定することが困難である。   As described above, if the data processing unit 120 is provided in the input / output stage of the server main body 110 and predetermined processing is performed on the data when the data is input / output, depending on the use of the server device 100. This will greatly improve usability. However, as described above, when performing input / output of data, sufficient performance analysis cannot be performed even if performance measurement is performed by a conventional method for a server device having a function of processing data. . For example, suppose that a process for retrieving specific data from data stored in the server apparatus 100 shown in FIG. Even if such a process has a problem that the response time is long and sufficient throughput cannot be obtained, in the performance measurement by the conventional method, the cause is the search process in the server main body 110 ( It is difficult to specify whether the data processing unit 120 is processing (processing by an external program) or processing by the data processing unit 120.

図1に示すサーバ性能計測システム200は、このような問題を解決する機能をもったシステムであり、前述したように、入出力時にデータ加工を施す機能をもったサーバ装置100についての性能計測を行うことを前提としたシステムである。なお、図1では、説明の便宜上、サーバ装置100およびサーバ性能計測システム200を、それぞれブロックで示す構成要素の集合として示してあるが、実際には、サーバ装置100およびサーバ性能計測システム200は、いずれもコンピュータに所定のソフトウエアを組み込むことにより実現される装置である。   A server performance measurement system 200 shown in FIG. 1 is a system having a function for solving such a problem. As described above, performance measurement is performed on the server apparatus 100 having a function of processing data at the time of input / output. It is a system premised on what to do. In FIG. 1, for convenience of explanation, the server device 100 and the server performance measurement system 200 are shown as a set of components indicated by blocks, but actually, the server device 100 and the server performance measurement system 200 are Both are devices realized by incorporating predetermined software into a computer.

本発明に係るサーバ性能計測システム200は、図示のとおり、短絡シナリオ実行部210、通常シナリオ実行部220、シナリオ入力部230、計測結果出力部240によって構成される。上述したように、これらの各構成要素は、サーバ性能計測システム200の個々の機能をそれぞれブロック要素として捉えたものであり、実際には、性能計測用のコンピュータに、所定のソフトウエアを組み込むことにより実現される構成要素である。   The server performance measurement system 200 according to the present invention includes a short-circuit scenario execution unit 210, a normal scenario execution unit 220, a scenario input unit 230, and a measurement result output unit 240, as illustrated. As described above, each of these components is obtained by capturing each function of the server performance measurement system 200 as a block element. In practice, predetermined software is incorporated into a performance measurement computer. It is a component realized by.

一般に、サーバ性能計測システムは、所定のシナリオに基づいて、所定の計測プロセスをサーバに実行させることにより、その性能の計測を行い、計測結果を出力する。図1に示すサーバ性能計測システム200も、与えられたシナリオに基づいて、多数の計測プロセスをトランザクション(処理要求)としてサーバ装置100に送信し、これに応じてサーバ装置100側から返ってくる応答データを受信する処理を実行し、この処理に関して得られる情報を集計して計測結果20として出力する機能を有している。具体的には、計測結果20は、応答速度(特定のトランザクションを与えてから、これに応じた応答データが確認できるまでの時間)やスループット(決められた時間内に、サーバ装置100が処理できるトランザクションの数)などの客観的データとして出力されることになる。   In general, the server performance measurement system measures the performance by causing a server to execute a predetermined measurement process based on a predetermined scenario, and outputs a measurement result. The server performance measurement system 200 shown in FIG. 1 also transmits a large number of measurement processes as transactions (processing requests) to the server device 100 based on a given scenario, and responds back from the server device 100 in response to this. It has a function of executing a process of receiving data, summing up information obtained regarding this process, and outputting the result as a measurement result 20. Specifically, the measurement result 20 can be processed by the server apparatus 100 within a predetermined time, such as a response speed (a time from giving a specific transaction until the response data corresponding to the transaction can be confirmed) and a throughput. It is output as objective data such as the number of transactions).

本発明に係るサーバ性能計測システム200の特徴は、通常シナリオ11および短絡シナリオ12という2通りのシナリオに基づき、通常計測段階と短絡計測段階という2通りの計測段階を実施する機能を有し、2通りの計測結果を出力する機能を有する点にある。シナリオ入力部230は、この2通りのシナリオ11,12を入力するための構成要素であり、通常シナリオ実行部220は、サーバ装置100に対して、通常シナリオ11に基づく性能計測を行う構成要素であり、短絡シナリオ実行部210は、サーバ装置100に対して、短絡シナリオ12に基づく性能計測を行う構成要素であり、計測結果出力部240は、通常シナリオ実行部220による計測結果と短絡シナリオ実行部210による計測結果との2通りの計測結果を、計測結果20として出力する構成要素である。   The server performance measurement system 200 according to the present invention has a function of performing two measurement stages, a normal measurement stage and a short-circuit measurement stage, based on two scenarios, a normal scenario 11 and a short-circuit scenario 12. It is in the point which has the function to output a street measurement result. The scenario input unit 230 is a component for inputting these two scenarios 11 and 12, and the normal scenario execution unit 220 is a component for performing performance measurement based on the normal scenario 11 for the server device 100. Yes, the short-circuit scenario execution unit 210 is a component that performs performance measurement on the server device 100 based on the short-circuit scenario 12, and the measurement result output unit 240 includes the measurement result by the normal scenario execution unit 220 and the short-circuit scenario execution unit. It is a component that outputs two types of measurement results, that is, a measurement result by 210, as a measurement result 20.

ここで重要な点は、通常シナリオ11と短絡シナリオ12との相違点である。まず、通常シナリオ11は、データ加工部120を介してサーバ本体部120に所定の計測プロセスを与え、データ加工部120およびサーバ本体部110に、この計測プロセスを実行させ、この実行に基づいて得られる応答データを、データ加工部120を介して受け取るためのシナリオである。要するに、この通常シナリオ11は、サーバ装置100に対して本来の運用を行わせた状態で、性能の計測を行うためのシナリオと言うべきものであり、従来の一般的なサーバ性能計測システムによって実行されていたシナリオに相当する。通常シナリオ実行部220は、この通常シナリオ11に基づいて、データ加工部120を介して得られるサーバ本体部110の性能を計測することになる。   The important point here is the difference between the normal scenario 11 and the short-circuit scenario 12. First, the normal scenario 11 is obtained based on the execution by giving a predetermined measurement process to the server main body 120 via the data processing unit 120, causing the data processing unit 120 and the server main body 110 to execute this measurement process. This is a scenario for receiving response data to be received via the data processing unit 120. In short, this normal scenario 11 should be called a scenario for measuring performance in a state where the server apparatus 100 is originally operated, and is executed by a conventional general server performance measurement system. It corresponds to the scenario that was done. The normal scenario execution unit 220 measures the performance of the server main body 110 obtained through the data processing unit 120 based on the normal scenario 11.

これに対して、短絡シナリオ12は、データ加工部120を介さずに、サーバ本体部110に所定の計測プロセスを直接与え、サーバ本体部110にこれを実行させ、この実行に基づいて得られる応答データを、データ加工部120を介さずに直接受け取るためのシナリオである。要するに、この短絡シナリオ12は、データ加工部120を仲介することなしに、サーバ本体部110との間で直接情報のやりとりを行うことにより、サーバ本体部110自身の性能を計測するためのシナリオということになる。短絡シナリオ実行部210は、この短絡シナリオ12に基づいて、サーバ本体部110自身の性能を直接計測することになる。   On the other hand, the short-circuit scenario 12 directly gives a predetermined measurement process to the server main body 110 without using the data processing unit 120, causes the server main body 110 to execute this, and a response obtained based on this execution. This is a scenario for receiving data directly without going through the data processing unit 120. In short, the short-circuit scenario 12 is a scenario for measuring the performance of the server main body 110 itself by directly exchanging information with the server main body 110 without mediating the data processing unit 120. It will be. The short-circuit scenario executing unit 210 directly measures the performance of the server main body 110 itself based on the short-circuit scenario 12.

ここで、通常シナリオ11に基づいて通常シナリオ実行部220が実行する性能計測の結果は、サーバ装置100の本来の動作性能を示すことになるが、短絡シナリオ12に基づいて短絡シナリオ実行部210が実行する性能計測の結果は、サーバ装置100の本来の動作特性を示すものにはならない。なぜなら、後者の性能計測の結果は、データ加工部120において本来実行されるべき処理を省いた計測結果となっているからである。たとえば、データ加工部120が、暗号化処理および復号化処理を行う機能を有していたとすると、通常シナリオ11に基づく性能計測では、このデータ加工部120を介して、トランザクションおよび応答データのやりとりが行われることになるので、サーバ本体部110にデータを書き込む処理や、サーバ本体部110からデータを読み出す処理が含まれていた場合、データ加工部120において、書き込みデータに対する暗号化処理や、読出しデータに対する復号化処理などが実行されることになる。これに対して、短絡シナリオ12に基づく性能計測では、サーバ本体部110に対して直接トランザクションおよび応答データのやりとりが行われるので、サーバ本体部110にデータを書き込むためのトランザクションが与えられた場合、当該データは、暗号化されずにそのまま書き込まれることになる。同様に、サーバ本体部110からデータを読み出すためのトランザクションが与えられると、格納されていたデータがそのまま応答データとして読み出されることになる。   Here, the result of the performance measurement performed by the normal scenario execution unit 220 based on the normal scenario 11 indicates the original operation performance of the server device 100, but the short-circuit scenario execution unit 210 executes the short-circuit scenario 12 based on the short-circuit scenario 12. The performance measurement result to be executed does not indicate the original operation characteristics of the server device 100. This is because the latter performance measurement result is a measurement result in which processing that should be originally executed in the data processing unit 120 is omitted. For example, assuming that the data processing unit 120 has a function of performing encryption processing and decryption processing, in performance measurement based on the normal scenario 11, transactions and response data are exchanged via the data processing unit 120. In the case where processing for writing data to the server main body 110 and processing for reading data from the server main body 110 are included, the data processing unit 120 performs encryption processing on read data and read data. A decryption process or the like is performed on the. On the other hand, in the performance measurement based on the short-circuit scenario 12, since the transaction and response data are directly exchanged with the server main body 110, when a transaction for writing data to the server main body 110 is given, The data is written as it is without being encrypted. Similarly, when a transaction for reading data from the server main body 110 is given, the stored data is read as response data as it is.

このように、短絡シナリオ12を用いて得られる計測結果は、サーバ装置100の本来の動作性能を示す情報としての意味はもたないが、通常シナリオ11を用いて得られる計測結果との対比に利用することにより、貴重な情報を与えてくれる。すなわち、通常シナリオ11を用いて得られる計測結果は、サーバ本体部110の性能とデータ加工部120の性能とを含めたサーバ装置100の総合的な性能を示す結果であるのに対し、短絡シナリオ12を用いて得られる計測結果は、サーバ本体部110自身の性能のみを示す結果になるので、両者を比較すれば、処理遅延の原因が、サーバ本体部110側の処理に存在するのか、データ加工部120側の処理に存在するのか、という、いわゆるボトルネックがいずれにあるのかを知るための貴重な情報を得ることができる。具体的には、この2種類のシナリオに基づく計測結果に大きな差が生じていれば、ボトルネックがデータ加工部120側にある(たとえば、暗号化や復号化の処理に時間を要している)との推定を行うことができるし、大差がなければ、ボトルネックがサーバ本体部110側にあるとの推定を行うことができるようになり、動作解析を行うための貴重な情報を得ることができる。なお、このような情報を得る上では、計測結果出力部240は、通常シナリオ実行部220により得られた計測結果と、短絡シナリオ実行部210により得られた計測結果とを、できるだけ比較しやすい形態で、計測結果20として出力するのが好ましい。   As described above, the measurement result obtained by using the short-circuit scenario 12 has no meaning as information indicating the original operation performance of the server apparatus 100, but is contrasted with the measurement result obtained by using the normal scenario 11. By using it, it gives valuable information. That is, the measurement result obtained using the normal scenario 11 is a result indicating the overall performance of the server apparatus 100 including the performance of the server main body 110 and the performance of the data processing unit 120, whereas the short-circuit scenario 12 is a result showing only the performance of the server main body 110 itself. Therefore, if both are compared, whether the cause of the processing delay exists in the processing on the server main body 110 side, data It is possible to obtain valuable information for knowing where the so-called bottleneck exists, that is, whether it exists in the processing on the processing unit 120 side. Specifically, if there is a large difference between the measurement results based on these two types of scenarios, the bottleneck is on the data processing unit 120 side (for example, encryption and decryption processing takes time). ), And if there is no significant difference, it will be possible to estimate that the bottleneck is on the server main body 110 side, and obtain valuable information for analyzing the operation. Can do. In obtaining such information, the measurement result output unit 240 can easily compare the measurement result obtained by the normal scenario execution unit 220 and the measurement result obtained by the short-circuit scenario execution unit 210 as much as possible. Therefore, it is preferable to output as the measurement result 20.

続いて、通常シナリオ11および短絡シナリオ12の内容を、具体例を挙げて説明しよう。図2は、性能計測を行うための簡単なプロセスから構成された通常シナリオ11および短絡シナリオ12の一例を示す図である。各シナリオは、複数の計測プロセスによって構成されており、各計測プロセスが、サーバ装置100に対してトランザクションとして与えられることになる。   Next, the contents of the normal scenario 11 and the short-circuit scenario 12 will be described with specific examples. FIG. 2 is a diagram illustrating an example of a normal scenario 11 and a short-circuit scenario 12 configured from a simple process for performing performance measurement. Each scenario is composed of a plurality of measurement processes, and each measurement process is given as a transaction to the server apparatus 100.

図2に示す通常シナリオ11には、3行の計測プロセスが明記されているが、いずれもJAVA言語によって記述されたプロセスとなっている。先頭の(JAVA)なる文字列は、これらのプロセスがJAVA言語で記述されていることを示している。第1の計測プロセスである「execute (DELETE FROM ORDERS WHERE UID=?)」なる記述における「execute」の部分は、これに後続する括弧内のプロセスをそのままサーバ本体部110に引き渡して実行させる旨の指示を示すものである。この通常シナリオ11内の計測プロセスは、直接的には、通常シナリオ実行部220からデータ加工部120に対して与えられるものであるが、データ加工部120によって実行されるのではなく、サーバ本体部110によって実行されるべきプロセスについては、いわゆるカプセル化され、「execute」なる文字列を頭に付して、データ加工部120に与えられることになる。この第1の計測プロセスの場合、サーバ本体部110に実行させるべきプロセスは、「DELETE FROM ORDERS WHERE UID=?」なる部分である。これを括弧に入れてカプセル化し、「execute」なる文字列を頭に付した形で、データ加工部120に与えることになる。データ加工部120は、この第1の計測プロセスを受け取ったら、括弧内の記述をそのままサーバ本体部110に引き渡す処理を実行する。   In the normal scenario 11 shown in FIG. 2, the measurement process of three lines is specified, and all of them are processes described in JAVA language. The first character string (JAVA) indicates that these processes are described in JAVA language. The “execute” part in the description “execute (DELETE FROM ORDERS WHERE UID =?)”, Which is the first measurement process, indicates that the process in parentheses following this is handed over to the server main body 110 for execution. Indicates instructions. The measurement process in the normal scenario 11 is directly given from the normal scenario execution unit 220 to the data processing unit 120, but is not executed by the data processing unit 120, but the server main unit. The process to be executed by 110 is so-called encapsulated and given to the data processing unit 120 with the character string “execute” attached to the head. In the case of this first measurement process, the process to be executed by the server main body 110 is a portion “DELETE FROM ORDERS WHERE UID =?”. This is encapsulated in parentheses, and given to the data processing unit 120 in the form of a character string “execute” attached to the head. When the data processing unit 120 receives the first measurement process, the data processing unit 120 executes a process of handing over the description in parentheses to the server body 110 as it is.

この括弧内の記述「DELETE FROM ORDERS WHERE UID=?」は、サーバ本体部110内のデータベースアプリケーションに実行させるべきコードであり、SQL(Structured Query Language)なる言語によって記述されたコードである。具体的には、「サーバ本体部110内に格納されているORDERSなるテーブル内から、ユーザID(UID)が?であるレコードを検索し、これを消去せよ」との指示を示すコードになっている(?の部分には、具体的なIDコードが入る)。このようなコードが与えられたサーバ本体部110は、指示どおりの処理を実行する。   The description “DELETE FROM ORDERS WHERE UID =?” In parentheses is a code to be executed by the database application in the server main body 110, and is a code described in a language called SQL (Structured Query Language). Specifically, the code indicates an instruction such as “search for a record whose user ID (UID) is? From the table ORDERS stored in the server main body 110 and delete it”. (A specific ID code is entered in the part of?). The server body 110 to which such a code is given executes processing as instructed.

図2の通常シナリオ11の第2の計測プロセス「execute (SELECT CID FROM CUSTOMER WHERE UID=?)」も、先頭に「execute」が付されたプロセスであり、データ加工部120は、後続する括弧内のプロセスをそのままサーバ本体部110に引き渡して実行させる処理を行う。この括弧内の記述「SELECT CID FROM CUSTOMER WHERE UID=?)」も、サーバ本体部110内のデータベースアプリケーションに実行させるべきコードであり、SQL(Structured Query Language)なる言語によって記述されたコードである。具体的には、「サーバ本体部110内に格納されているCUSTOMERなるテーブル内から、ユーザID(UID)が?であるレコードを検索し、当該レコード内の顧客ID(CID)を選択して読み出せ」との指示を示すコードになっている(?の部分には、具体的なIDコードが入る)。このようなコードが与えられたサーバ本体部110は、指示どおりの処理を実行する。   The second measurement process “execute (SELECT CID FROM CUSTOMER WHERE UID =?)” Of the normal scenario 11 in FIG. 2 is also a process with “execute” added to the head, and the data processing unit 120 includes the following parentheses. The process is transferred to the server body 110 as it is and executed. The description “SELECT CID FROM CUSTOMER WHERE UID =?)” In the parentheses is also a code to be executed by the database application in the server main body 110, and is a code described in a language called SQL (Structured Query Language). Specifically, “search for a record whose user ID (UID) is? From a table called CUSTOMER stored in the server main body 110, select a customer ID (CID) in the record and read It is a code indicating an instruction “get out” (a specific ID code is entered in the part of?). The server body 110 to which such a code is given executes processing as instructed.

図2の通常シナリオ11の第3の計測プロセス「jp.co.patent.ProgramB.Crypt.Decode(CID)」は、データ加工部120に実行させるべき本来のJAVA言語による指示コードであり、このコードを受け取ったデータ加工部120は、これを自分自身で実行することになる。具体的には、上記コードにおける「jp.co.patent.ProgramB」の部分は、URLが「jp.co.patent」で示される場所に格納されているProgramBなるプログラムを示しており、「Crypt.Decode(CID)」の部分は、当該プログラム内の「Crypt」なる処理内の「Decode」なる命令を、データCID(上記第2の計測プロセスで読み出される顧客IDのデータ)に対して実行せよ、との指示を示している。ここで、「Crypt」なる処理内の「Decode」なる命令は、所定のアルゴリズムに基づく復号化処理を指示する命令であり、結局、この第3の計測プロセスがデータ加工部120に与えられると、データ加工部120は、サーバ本体部110から読み出された顧客IDのデータに対して復号化を施した上で、これを通常シナリオ実行部220に対して応答データとして返す処理を実行することになる。   The third measurement process “jp.co.patent.ProgramB.Crypt.Decode (CID)” of the normal scenario 11 in FIG. 2 is an instruction code in the original JAVA language to be executed by the data processing unit 120. The data processing unit 120 that has received this executes it by itself. Specifically, the part of “jp.co.patent.ProgramB” in the above code indicates a program called ProgramB stored at the location indicated by the URL “jp.co.patent”, and “Crypt. In the “Decode (CID)” part, execute the instruction “Decode” in the process “Crypt” in the program for the data CID (data of the customer ID read in the second measurement process). Instructions. Here, the instruction “Decode” in the process “Crypt” is an instruction for instructing a decoding process based on a predetermined algorithm. After all, when this third measurement process is given to the data processing unit 120, The data processing unit 120 executes a process of decrypting the customer ID data read from the server main body unit 110 and returning the decrypted data to the normal scenario execution unit 220 as response data. Become.

図2に示す通常シナリオ11には、以上、3つの計測プロセスのみを明記したが、実際には、このような計測プロセスが多数記述されており、各プロセスが順次、データ加工部120へと与えられることになる。ここで、第1の計測プロセスおよび第2の計測プロセスは、外観はデータ加工部120によって実行されるべきJAVA言語によるコードの形をしているものの、実際には、サーバ本体部110によって実行されるべきSQL言語によるコードをカプセル化したプロセスであり、データ加工部120では、「execute」なるコードのみが解釈され、カプセル化された内容がそのままサーバ本体部110へと引き渡される。これに対して、第3の計測プロセスは、本来のJAVA言語によるコードであり、データ加工部120自身により実行され、サーバ本体部110へ引き渡されることはない。このように、通常シナリオ11には、サーバ本体部110向けの計測プロセスと、データ加工部120向けの計測プロセスとが混在している。   In the normal scenario 11 shown in FIG. 2, only the three measurement processes are specified, but actually, a large number of such measurement processes are described, and each process is sequentially given to the data processing unit 120. Will be. Here, the first measurement process and the second measurement process are actually executed by the server main body 110 although the appearance is in the form of code in the JAVA language to be executed by the data processing unit 120. This is a process in which a code in the SQL language to be encapsulated is encapsulated, and the data processing unit 120 interprets only the code “execute” and delivers the encapsulated content to the server main body 110 as it is. On the other hand, the third measurement process is a code in the original JAVA language, is executed by the data processing unit 120 itself, and is not delivered to the server body 110. As described above, in the normal scenario 11, the measurement process for the server main body 110 and the measurement process for the data processing unit 120 are mixed.

これに対して、図2に示す短絡シナリオ12は、すべてがサーバ本体部110によって実行されるべきSQL言語によるコードで記述されたプロセスになっている。しかも、この短絡シナリオ12内の第1の計測プロセスおよび第2の計測プロセスは、それぞれ通常シナリオ11内の第1の計測プロセスおよび第2の計測プロセスに内在しているカプセル化されたプロセスと同一である。   On the other hand, the short-circuit scenario 12 shown in FIG. 2 is a process described by a code in the SQL language that should be executed by the server main body 110. Moreover, the first measurement process and the second measurement process in the short-circuit scenario 12 are the same as the encapsulated processes inherent in the first measurement process and the second measurement process in the normal scenario 11, respectively. It is.

したがって、短絡シナリオ12の第1の計測プロセス「DELETE FROM ORDERS WHERE UID=?」が、短絡シナリオ実行部210からサーバ本体部110に対して直接与えられると、サーバ本体部110は、「サーバ本体部110内に格納されているORDERSなるテーブル内から、ユーザID(UID)が?であるレコードを検索し、これを消去せよ」との指示どおりの処理を実行することになる。同様に、短絡シナリオ12の第2の計測プロセス「SELECT CID FROM CUSTOMER WHERE UID=?」が、短絡シナリオ実行部210からサーバ本体部110に対して直接与えられると、サーバ本体部110は、「サーバ本体部110内に格納されているCUSTOMERなるテーブル内から、ユーザID(UID)が?であるレコードを検索し、当該レコード内の顧客ID(CID)を選択して読み出せ」との指示どおりの処理を実行することになる。これらの処理は、通常シナリオ11を与えることによりサーバ本体部110で実行された処理と全く同様である。ただし、読み出されるべき顧客ID(CID)は、復号化されることなしに、そのまま短絡シナリオ実行部210へと返されることになる。   Therefore, when the first measurement process “DELETE FROM ORDERS WHERE UID =?” Of the short-circuit scenario 12 is directly given to the server main body 110 from the short-circuit scenario execution unit 210, the server main body 110 110, a record having a user ID (UID) of? Is searched from the ORDERS table stored in 110, and the process as instructed is executed. Similarly, when the second measurement process “SELECT CID FROM CUSTOMER WHERE UID =?” Of the short-circuit scenario 12 is directly given to the server main body 110 from the short-circuit scenario execution unit 210, the server main body 110 Search for a record whose user ID (UID) is “?” From the table CUSTOMER stored in the main body 110, and select and read the customer ID (CID) in the record as instructed. Processing will be executed. These processes are exactly the same as the processes executed in the server main body 110 by giving the normal scenario 11. However, the customer ID (CID) to be read is directly returned to the short-circuit scenario execution unit 210 without being decrypted.

結局、この例では、サーバ本体部110に実行させる処理内容に関しては、通常シナリオ11も短絡シナリオ12も同等の内容を含んでいることになる。実用上は、このように、通常シナリオ11に含まれる計測プロセスと、短絡シナリオ12に含まれる計測プロセスとは、サーバ本体部110が実行するプロセスに関しては、同等のプロセスになるようにしておくのが好ましい。計測実行者は、このような点を考慮して、通常シナリオ11および短絡シナリオ12を予め用意することになる。   In the end, in this example, regarding the processing contents to be executed by the server main body 110, the normal scenario 11 and the short-circuit scenario 12 include the same contents. In practice, in this way, the measurement process included in the normal scenario 11 and the measurement process included in the short-circuit scenario 12 are set to be equivalent processes with respect to the processes executed by the server body 110. Is preferred. The measurement practitioner prepares the normal scenario 11 and the short-circuit scenario 12 in advance in consideration of such points.

図2に示す通常シナリオ11と短絡シナリオ12との相違は、前者には、データ加工部120によって実行される復号化処理のプロセス(第3の計測プロセス)が含まれている点だけである。したがって、通常シナリオ実行部220による性能計測の結果は、データ加工部120による復号化処理の実施を含めた総合的な結果を示すものになるが、短絡シナリオ実行部210による性能計測の結果は、この復号化処理を含まないサーバ本体部110自身で行われた処理についての結果のみを示すものになる。計測結果出力部240により出力される計測結果20には、これら両結果が示されているので、これを対比することにより、ボトルネックがどこにあるかを類推することができることは、既に述べたとおりである。   The only difference between the normal scenario 11 and the short-circuit scenario 12 shown in FIG. 2 is that the former includes a decryption process (third measurement process) executed by the data processing unit 120. Therefore, the performance measurement result by the normal scenario execution unit 220 shows a comprehensive result including the execution of the decryption processing by the data processing unit 120, but the performance measurement result by the short-circuit scenario execution unit 210 is Only the result of the processing performed by the server main body 110 itself that does not include this decryption processing is shown. Since both of these results are shown in the measurement result 20 output by the measurement result output unit 240, it is possible to analogize where the bottleneck is by comparing them. It is.

この図2では、データ加工部120が暗号化処理および復号化処理を行う機能を有する場合の例を示したが、データ加工部120がデータ圧縮処理およびデータ伸張処理を行う機能を有する場合や、画像データなどのデータ形式の変換処理を行う場合に関しても、全く同様である。   In FIG. 2, an example in which the data processing unit 120 has a function of performing an encryption process and a decryption process is shown, but when the data processing unit 120 has a function of performing a data compression process and a data expansion process, The same applies to the case of converting data format such as image data.

また、実際には、短絡シナリオ実行部210や通常シナリオ実行部220によるシナリオ実行による性能計測処理は、所定の計測条件に基づいて実行される。たとえば、図3は、具体的に設定される計測条件の一例を示す図である。この例では、計測条件として、同時接続数、サーバ・クライアント間接続形式、計測時間という3つのパラメータが定められている。   In practice, performance measurement processing by scenario execution by the short-circuit scenario execution unit 210 and the normal scenario execution unit 220 is executed based on predetermined measurement conditions. For example, FIG. 3 is a diagram illustrating an example of measurement conditions that are specifically set. In this example, three parameters are defined as the measurement conditions: the number of simultaneous connections, the server-client connection type, and the measurement time.

ここで、同時接続数Nは、サーバ装置100に対して同時アクセスを行う仮想クライアントの数を示すものである。たとえば、N=10という条件の場合、サーバ装置100に対して、同時に10台のクライアントが接続され、各クライアントからそれぞれ独立したトランザクションが順次与えられる、と仮定して計測処理が実行される。もちろん、実際には、サーバ装置100に対して実際にトランザクションを与えるのは、サーバ性能計測システム200であるから、この場合、サーバ性能計測システム200が、10台の仮想クライアントとして機能することになる。   Here, the number N of simultaneous connections indicates the number of virtual clients that simultaneously access the server apparatus 100. For example, in the case of N = 10, the measurement processing is executed on the assumption that 10 clients are connected to the server apparatus 100 at the same time and independent transactions are sequentially given from the clients. Of course, since it is the server performance measurement system 200 that actually gives the transaction to the server device 100, in this case, the server performance measurement system 200 functions as 10 virtual clients. .

一方、サーバ・クライアント間接続形式は、逐次接続か常時接続かの2通りが用意されている。図示のような逐次接続の設定では、サーバに接続するたびに、毎回、認証処理が実行されることになる。これに対して、常時接続の設定では、最初にサーバに接続した際に認証処理が実行されるだけで、以後の接続では認証処理は不要になる。計測実行者は、いずれの形式でのサーバ性能を計測したいかによって、ここの条件をいずれかに設定すればよい。   On the other hand, there are two server-client connection formats: sequential connection or constant connection. In the setting of the sequential connection as shown in the figure, the authentication process is executed every time when connecting to the server. On the other hand, in the always-on connection setting, only the authentication process is executed when connecting to the server for the first time, and the authentication process is unnecessary for the subsequent connections. The measurement executor may set the conditions here depending on which format the server performance is to be measured.

計測時間は、サーバ装置100に対してトランザクションを送信し、それに対する応答データを受信する、という処理を繰り返し実行する期間を示すものである。たとえば、図示の例では、20分なる計測時間が設定されているので、20分間、このような繰り返し処理が実行され、その結果を集計することにより、平均応答時間およびスループットが求められることになる。図示の例では、同時接続数を1に設定したときに20分間の計測を行い、2に設定したときに20分間の計測を行い、…、最後に50に設定したときに20分間の計測が行われることになり、それぞれの同時接続数において、応答時間およびスループットが求められる。   The measurement time indicates a period for repeatedly executing a process of transmitting a transaction to the server apparatus 100 and receiving response data for the transaction. For example, in the example shown in the figure, a measurement time of 20 minutes is set. Therefore, such repeated processing is executed for 20 minutes, and the average response time and throughput are obtained by counting the results. . In the example shown in the figure, 20 minutes are measured when the number of simultaneous connections is set to 1, 20 minutes are measured when 2 is set,... As a result, response time and throughput are required for each number of simultaneous connections.

結局、サーバ性能計測システム200は、図3に示すような計測条件によって示される同時接続数Nと計測時間Tとに基づいて、N個の仮想クライアントから同時アクセスが行われる計測プロセスを作成し、この計測プロセスを計測時間Tの間だけ実行する処理を行うことになる。もちろん、計測条件は、必要に応じて、任意に設定することができる。   Eventually, the server performance measurement system 200 creates a measurement process in which simultaneous access is performed from N virtual clients based on the number N of simultaneous connections and the measurement time T indicated by the measurement conditions as shown in FIG. A process of executing this measurement process only for the measurement time T is performed. Of course, the measurement conditions can be arbitrarily set as necessary.

前述したとおり、計測結果出力部240は、通常シナリオ実行部220により得られた計測結果と、短絡シナリオ実行部210により得られた計測結果とを、できるだけ比較しやすい形態で、計測結果20として出力するのが好ましい。ここでは、参考のために、図3に示す計測条件の下に得られた計測結果20の具体的な出力形態を図4および図5に例示しておく。   As described above, the measurement result output unit 240 outputs the measurement result obtained by the normal scenario execution unit 220 and the measurement result obtained by the short-circuit scenario execution unit 210 as measurement results 20 in a form that can be compared as easily as possible. It is preferable to do this. Here, for reference, specific output forms of the measurement results 20 obtained under the measurement conditions shown in FIG. 3 are illustrated in FIGS. 4 and 5.

図4は、2通りの計測結果を対比させた表の形式で出力した例を示す図である。この例では、同時接続数N=10、計測時間T=20分(1200秒)なる条件における計測結果がテキスト形式で示されており、スループット(1秒あたりの平均トランザクション処理数)および平均応答時間が数値で求められている。通常シナリオ11による計測結果と短絡シナリオ12による計測結果とが、表の形式で対比して示されているので、両者の比較を容易に行うことができる。なお、両者を対比する上では、各項目の単位を統一して示すのが好ましいので、短絡シナリオ実行部210による計測結果と、通常シナリオ実行部220による計測結果との間に単位の食い違いがあるような場合には、計測結果出力部240に、単位を変換する機能をもたせておき、両者の単位が共通するような変換処理を行うようにすればよい。   FIG. 4 is a diagram showing an example of output in the form of a table in which two kinds of measurement results are compared. In this example, the measurement result under the condition that the number of simultaneous connections N = 10 and the measurement time T = 20 minutes (1200 seconds) is shown in text format, and the throughput (average number of transaction processes per second) and the average response time are shown. Is calculated numerically. Since the measurement result according to the normal scenario 11 and the measurement result according to the short-circuit scenario 12 are shown in a table format, the comparison between the two can be easily performed. In order to compare the two, it is preferable to show the unit of each item in a unified manner. Therefore, there is a unit difference between the measurement result by the short-circuit scenario execution unit 210 and the measurement result by the normal scenario execution unit 220. In such a case, the measurement result output unit 240 may be provided with a function for converting units so that the conversion process is performed so that both units are common.

図5は、同一の座標系上に2通りの計測結果を2通りのグラフとして表示する形式で出力した例を示す図である。同一座標系上で、通常シナリオ11による結果と短絡シナリオ12による結果とをグラフとして比較することができるので、直観的な対比を行うことができる。もちろん、計測結果の出力形態は、ここに示した形態に限定されるものではなく、任意の形態で出力することができる。   FIG. 5 is a diagram illustrating an example in which two types of measurement results are output in the form of being displayed as two types of graphs on the same coordinate system. Since the result of the normal scenario 11 and the result of the short-circuit scenario 12 can be compared as a graph on the same coordinate system, an intuitive comparison can be performed. Of course, the output form of the measurement result is not limited to the form shown here, and can be output in any form.

最後に、図6に、本発明の変形例に係るサーバ性能計測システムの構成を示す。図1に示すシステムとの相違は、新たにシナリオ変換部250が付加されている点と、シナリオ入力部230が、通常シナリオ11のみの入力を行う点である。別言すれば、この図6に示す変形例に係るシステムでは、計測実行者は、通常シナリオ11のみを作成して、これをサーバ性能計測システム200に与える作業を行えば足りる。もちろん、実際の性能計測は、通常シナリオ実行部220による通常計測段階と、短絡シナリオ実行部210による短絡計測段階との双方を実施することにより行われるが、短絡シナリオ12については、シナリオ変換部250によって自動作成されることになるので、計測実行者が用意する必要はない。   Finally, FIG. 6 shows the configuration of a server performance measurement system according to a modification of the present invention. The difference from the system shown in FIG. 1 is that a scenario conversion unit 250 is newly added and the scenario input unit 230 inputs only the normal scenario 11. In other words, in the system according to the modification shown in FIG. 6, it is sufficient for the measurement executor to create only the normal scenario 11 and perform the work of giving it to the server performance measurement system 200. Of course, the actual performance measurement is performed by performing both the normal measurement stage by the normal scenario execution unit 220 and the short-circuit measurement stage by the short-circuit scenario execution unit 210, but for the short-circuit scenario 12, the scenario conversion unit 250. Therefore, there is no need for the measurement executor to prepare.

シナリオ変換部250は、シナリオ入力部230が入力した通常シナリオ11内から、カプセル化されている計測プロセスを抽出することにより、短絡シナリオ12を自動的に作成する機能を有する。短絡シナリオ12は、既に述べたとおり、データ加工部120を介さずに、サーバ本体部110に所定の計測プロセスを直接与え、これを実行させ、応答データをデータ加工部120を介さずに直接受け取るためのシナリオである。このような短絡シナリオ12は、通常シナリオ11内から、サーバ本体部110が実行すべき計測プロセスを抽出することにより作成可能である。   The scenario conversion unit 250 has a function of automatically creating the short-circuit scenario 12 by extracting the encapsulated measurement process from the normal scenario 11 input by the scenario input unit 230. In the short-circuit scenario 12, as described above, a predetermined measurement process is directly given to the server main body 110 without using the data processing unit 120, and this is executed, and the response data is received directly without using the data processing unit 120. It is a scenario for. Such a short-circuit scenario 12 can be created by extracting a measurement process to be executed by the server body 110 from the normal scenario 11.

具体的には、通常シナリオ11内の各計測プロセスから、カプセル化されている計測プロセスを抽出すればよい。たとえば、図2に示すような通常シナリオ11が与えられた場合、「execute」なる文字列が先頭に付された括弧書きの文字列のみを抽出する処理を行えば、短絡シナリオ12を得ることができる。このように、シナリオ変換部250により短絡シナリオ12を自動作成する機能を付加しておけば、計測実行者の作業負担を軽減することができる。   Specifically, the encapsulated measurement process may be extracted from each measurement process in the normal scenario 11. For example, when a normal scenario 11 as shown in FIG. 2 is given, a short-circuit scenario 12 can be obtained by performing processing for extracting only a character string in parentheses prefixed with a character string “execute”. it can. In this way, if a function for automatically creating the short-circuit scenario 12 is added by the scenario conversion unit 250, the work load on the measurement executor can be reduced.

本発明の基本的な実施形態に係るサーバ性能計測システム200の構成を示すブロック図である。It is a block diagram which shows the structure of the server performance measurement system 200 which concerns on fundamental embodiment of this invention. 図1に示すサーバ性能計測システム200に利用される通常シナリオ11および短絡シナリオ12の具体例を示す図である。It is a figure which shows the specific example of the normal scenario 11 and the short circuit scenario 12 which are utilized for the server performance measurement system 200 shown in FIG. 図1に示すサーバ性能計測システム200に設定された計測条件の一例を示す図である。It is a figure which shows an example of the measurement conditions set to the server performance measurement system 200 shown in FIG. 図1に示すサーバ性能計測システム200により、2通りの計測結果を対比させた表の形式で計測結果20を出力した例を示す図である。It is a figure which shows the example which output the measurement result 20 in the format of the table | surface which contrasted two kinds of measurement results by the server performance measurement system 200 shown in FIG. 図1に示すサーバ性能計測システム200により、同一の座標系上に2通りの計測結果を2通りのグラフとして表示する形式で計測結果20を出力した例を示す図である。It is a figure which shows the example which output the measurement result 20 in the format which displays the two types of measurement results as two types of graphs on the same coordinate system by the server performance measurement system 200 shown in FIG. 本発明の変形例に係るサーバ性能計測システムの構成を示すブロック図である。It is a block diagram which shows the structure of the server performance measurement system which concerns on the modification of this invention.

符号の説明Explanation of symbols

11…通常シナリオ
12…短絡シナリオ
20…計測結果
100…サーバ装置
110…サーバ本体部
120…データ加工部
200…サーバ性能計測システム
210…短絡シナリオ実行部
220…通常シナリオ実行部
230…シナリオ入力部
240…計測結果出力部
250…シナリオ変換部
DESCRIPTION OF SYMBOLS 11 ... Normal scenario 12 ... Short-circuit scenario 20 ... Measurement result 100 ... Server apparatus 110 ... Server main-body part 120 ... Data processing part 200 ... Server performance measurement system 210 ... Short-circuit scenario execution part 220 ... Normal scenario execution part 230 ... Scenario input part 240 ... Measurement result output unit 250 ... Scenario conversion unit

Claims (11)

データを出し入れするとともに格納したデータに対して外部からの要求に応じた所定の処理を施すサーバ本体部と、与えられたデータに対して所定の加工処理を施すデータ加工部とを有し、前記サーバ本体部に対するデータの入出力を前記データ加工部を介して行うことにより、入出力の際にデータに加工を施す機能をもったサーバ装置について、性能計測用コンピュータを用いて所定の計測プロセスを実行させることによりその性能を計測するサーバ性能計測方法であって、
前記データ加工部を介して前記サーバ本体部に所定の計測プロセスを与え、これを実行させ、応答データを前記データ加工部を介して受け取るための通常シナリオと、前記データ加工部を介さずに前記サーバ本体部に所定の計測プロセスを直接与え、これを実行させ、応答データを前記データ加工部を介さずに直接受け取るための短絡シナリオと、を用意する準備段階と、
前記性能計測用コンピュータに、前記通常シナリオを実行させることにより、前記サーバ装置の性能計測を行う通常計測段階と、
前記性能計測用コンピュータに、前記短絡シナリオを実行させることにより、前記サーバ装置の性能計測を行う短絡計測段階と、
前記性能計測用コンピュータに、前記通常計測段階の計測結果と前記短絡計測段階の計測結果との2通りの計測結果を出力する計測結果出力段階と、
を有することを特徴とするサーバ性能計測方法。
A server main body unit for performing predetermined processing according to a request from the outside to the stored data, and a data processing unit for performing predetermined processing on the given data, A server device having a function of processing data at the time of input / output by performing input / output of data to / from the server main body through the data processing unit, performs a predetermined measurement process using a performance measurement computer. A server performance measurement method that measures its performance by executing it,
A normal scenario for giving a predetermined measurement process to the server main body through the data processing unit, causing it to be executed, and receiving response data through the data processing unit, and without passing through the data processing unit A preparatory stage for providing a short measurement scenario for directly giving a predetermined measurement process to the server main unit, causing it to be executed, and receiving response data directly without going through the data processing unit,
A normal measurement stage for measuring the performance of the server device by causing the computer for performance measurement to execute the normal scenario;
By causing the computer for performance measurement to execute the short-circuit scenario, a short-circuit measurement stage for measuring the performance of the server device;
A measurement result output stage for outputting two types of measurement results, that is, the measurement result of the normal measurement stage and the measurement result of the short-circuit measurement stage, to the performance measurement computer;
A server performance measurement method characterized by comprising:
データを出し入れするとともに格納したデータに対して外部からの要求に応じた所定の処理を施すサーバ本体部と、与えられたデータに対して暗号化処理もしくは復号化処理を施すデータ加工部とを有し、前記サーバ本体部に対するデータの入出力を前記データ加工部を介して行うことにより、入出力の際にデータに暗号化もしくは復号化を施す機能をもったサーバ装置について、性能計測用コンピュータを用いて所定の計測プロセスを実行させることによりその性能を計測するサーバ性能計測方法であって、
前記データ加工部を介して、暗号化処理もしくは復号化処理を施すことにより、前記サーバ本体部に対するデータの入出力を行う通常シナリオと、前記データ加工部を介さずに、暗号化処理もしくは復号化処理を施すことなしに、前記サーバ本体部に対するデータの入出力を直接行う短絡シナリオと、を用意する準備段階と、
前記性能計測用コンピュータに、前記通常シナリオを実行させることにより、前記サーバ装置の性能計測を行う通常計測段階と、
前記性能計測用コンピュータに、前記短絡シナリオを実行させることにより、前記サーバ装置の性能計測を行う短絡計測段階と、
前記性能計測用コンピュータに、前記通常計測段階の計測結果と前記短絡計測段階の計測結果との2通りの計測結果を出力する計測結果出力段階と、
を有することを特徴とするサーバ性能計測方法。
It has a server main unit that performs predetermined processing according to external requests on the stored data, and a data processing unit that performs encryption processing or decryption processing on the given data. A performance measuring computer is provided for a server device having a function of encrypting or decrypting data at the time of input / output by performing input / output of data to / from the server main body through the data processing unit. A server performance measurement method for measuring the performance by executing a predetermined measurement process using
A normal scenario for inputting / outputting data to / from the server main body by performing encryption processing or decryption processing through the data processing unit, and encryption processing or decryption without using the data processing unit A preparation stage for preparing a short-circuit scenario for directly inputting / outputting data to / from the server main body without performing processing,
A normal measurement stage for measuring the performance of the server device by causing the computer for performance measurement to execute the normal scenario;
By causing the computer for performance measurement to execute the short-circuit scenario, a short-circuit measurement stage for measuring the performance of the server device;
A measurement result output stage for outputting two types of measurement results, that is, the measurement result of the normal measurement stage and the measurement result of the short-circuit measurement stage, to the performance measurement computer;
A server performance measurement method characterized by comprising:
データを出し入れするとともに格納したデータに対して外部からの要求に応じた所定の処理を施すサーバ本体部と、与えられたデータに対して圧縮処理もしくは伸張処理を施すデータ加工部とを有し、前記サーバ本体部に対するデータの入出力を前記データ加工部を介して行うことにより、入出力の際にデータを圧縮もしくは伸張する処理を施す機能をもったサーバ装置について、性能計測用コンピュータを用いて所定の計測プロセスを実行させることによりその性能を計測するサーバ性能計測方法であって、
前記データ加工部を介して、圧縮処理もしくは伸張処理を施すことにより、前記サーバ本体部に対するデータの入出力を行う通常シナリオと、前記データ加工部を介さずに、データを圧縮もしくは伸張する処理を施すことなしに、前記サーバ本体部に対するデータの入出力を直接行う短絡シナリオと、を用意する準備段階と、
前記性能計測用コンピュータに、前記通常シナリオを実行させることにより、前記サーバ装置の性能計測を行う通常計測段階と、
前記性能計測用コンピュータに、前記短絡シナリオを実行させることにより、前記サーバ装置の性能計測を行う短絡計測段階と、
前記性能計測用コンピュータに、前記通常計測段階の計測結果と前記短絡計測段階の計測結果との2通りの計測結果を出力する計測結果出力段階と、
を有することを特徴とするサーバ性能計測方法。
A server main unit that performs predetermined processing according to an external request on the stored data, and a data processing unit that performs compression processing or expansion processing on the given data; A server device having a function of performing a process of compressing or expanding data at the time of input / output by performing input / output of data to / from the server main body using the data processing unit, using a performance measurement computer A server performance measurement method for measuring performance by executing a predetermined measurement process,
A normal scenario for inputting / outputting data to / from the server main unit by performing compression processing or decompression processing via the data processing unit, and processing for compressing or decompressing data without going through the data processing unit A short-circuit scenario for directly inputting / outputting data to / from the server main body without performing the preparation,
A normal measurement stage for measuring the performance of the server device by causing the computer for performance measurement to execute the normal scenario;
By causing the computer for performance measurement to execute the short-circuit scenario, a short-circuit measurement stage for measuring the performance of the server device;
A measurement result output stage for outputting two types of measurement results, that is, the measurement result of the normal measurement stage and the measurement result of the short-circuit measurement stage, to the performance measurement computer;
A server performance measurement method characterized by comprising:
データを出し入れするとともに格納したデータに対して外部からの要求に応じた所定の処理を施すサーバ本体部と、与えられたデータに対してデータ形式の変換処理を施すデータ加工部とを有し、前記サーバ本体部に対するデータの入出力を前記データ加工部を介して行うことにより、入出力の際にデータ形式の変換処理を施す機能をもったサーバ装置について、性能計測用コンピュータを用いて所定の計測プロセスを実行させることによりその性能を計測するサーバ性能計測方法であって、
前記データ加工部を介して、データ形式の変換処理を施すことにより、前記サーバ本体部に対するデータの入出力を行う通常シナリオと、前記データ加工部を介さずに、データ形式の変換処理を施すことなしに、前記サーバ本体部に対するデータの入出力を直接行う短絡シナリオと、を用意する準備段階と、
前記性能計測用コンピュータに、前記通常シナリオを実行させることにより、前記サーバ装置の性能計測を行う通常計測段階と、
前記性能計測用コンピュータに、前記短絡シナリオを実行させることにより、前記サーバ装置の性能計測を行う短絡計測段階と、
前記性能計測用コンピュータに、前記通常計測段階の計測結果と前記短絡計測段階の計測結果との2通りの計測結果を出力する計測結果出力段階と、
を有することを特徴とするサーバ性能計測方法。
A server main body unit that performs predetermined processing according to an external request on the stored data and stores data; and a data processing unit that performs data format conversion processing on the given data. A server device having a function of performing a data format conversion process at the time of input / output by performing input / output of data to / from the server main body via the data processing unit, using a performance measurement computer. A server performance measurement method for measuring performance by executing a measurement process,
A normal scenario for inputting / outputting data to / from the server main unit by performing a data format conversion process through the data processing unit, and a data format conversion process without using the data processing unit. And a short-circuit scenario for directly inputting / outputting data to / from the server main body, and a preparation stage for preparing,
A normal measurement stage for measuring the performance of the server device by causing the computer for performance measurement to execute the normal scenario;
By causing the computer for performance measurement to execute the short-circuit scenario, a short-circuit measurement stage for measuring the performance of the server device;
A measurement result output stage for outputting two types of measurement results, that is, the measurement result of the normal measurement stage and the measurement result of the short-circuit measurement stage, to the performance measurement computer;
A server performance measurement method characterized by comprising:
請求項1〜4のいずれかに記載のサーバ性能計測方法において、
性能計測用コンピュータに、通常シナリオを与え、この通常シナリオ内からカプセル化されている計測プロセスを抽出させることにより、短絡シナリオを自動作成させるシナリオ変換段階を更に有することを特徴とするサーバ性能計測方法。
In the server performance measurement method according to any one of claims 1 to 4,
A server performance measurement method further comprising a scenario conversion step of automatically creating a short-circuit scenario by giving a normal scenario to a performance measurement computer and extracting a measurement process encapsulated from the normal scenario. .
請求項1〜4のいずれかに記載のサーバ性能計測方法に用いられる通常シナリオおよび短絡シナリオを、性能計測用コンピュータに実行させるためのプログラムまたはこのプログラムを記録したコンピュータ読み取り可能な記録媒体。   A program for causing a computer for performance measurement to execute the normal scenario and the short-circuit scenario used in the server performance measurement method according to any one of claims 1 to 4, or a computer-readable recording medium storing the program. データを出し入れするとともに格納したデータに対して外部からの要求に応じた所定の処理を施すサーバ本体部と、与えられたデータに対して所定の加工処理を施すデータ加工部とを有し、前記サーバ本体部に対するデータの入出力を前記データ加工部を介して行うことにより、入出力の際にデータに加工を施す機能をもったサーバ装置について、所定の計測プロセスを実行させることによりその性能を計測するサーバ性能計測システムであって、
前記データ加工部を介して前記サーバ本体部に所定の計測プロセスを与え、これを実行させ、応答データを前記データ加工部を介して受け取るための通常シナリオと、前記データ加工部を介さずに前記サーバ本体部に所定の計測プロセスを直接与え、これを実行させ、応答データを前記データ加工部を介さずに直接受け取るための短絡シナリオと、を入力するシナリオ入力部と、
前記サーバ装置に対して、前記通常シナリオに基づく性能計測を行う通常シナリオ実行部と、
前記サーバ装置に対して、前記短絡シナリオに基づく性能計測を行う短絡シナリオ実行部と、
前記通常シナリオ実行部による計測結果と前記短絡シナリオ実行部による計測結果との2通りの計測結果を出力する計測結果出力部と、
を備えることを特徴とするサーバ性能計測システム。
A server main body unit for performing predetermined processing according to a request from the outside to the stored data, and a data processing unit for performing predetermined processing on the given data, By performing input / output of data to / from the server main body via the data processing unit, the server device having a function of processing data at the time of input / output performs its performance by executing a predetermined measurement process. A server performance measurement system for measuring,
A normal scenario for giving a predetermined measurement process to the server main body through the data processing unit, causing it to be executed, and receiving response data through the data processing unit, and without passing through the data processing unit A scenario input unit for inputting a short-circuit scenario for directly giving a predetermined measurement process to the server main body unit, executing the predetermined measurement process, and receiving response data directly without going through the data processing unit,
A normal scenario execution unit for performing performance measurement based on the normal scenario for the server device;
A short-circuit scenario execution unit that performs performance measurement based on the short-circuit scenario for the server device,
A measurement result output unit that outputs two types of measurement results: a measurement result by the normal scenario execution unit and a measurement result by the short-circuit scenario execution unit;
A server performance measurement system comprising:
データを出し入れするとともに格納したデータに対して外部からの要求に応じた所定の処理を施すサーバ本体部と、与えられたデータに対して所定の加工処理を施すデータ加工部とを有し、前記サーバ本体部に対するデータの入出力を前記データ加工部を介して行うことにより、入出力の際にデータに加工を施す機能をもったサーバ装置について、所定の計測プロセスを実行させることによりその性能を計測するサーバ性能計測システムであって、
前記データ加工部を介して前記サーバ本体部に所定の計測プロセスを与え、これを実行させ、応答データを前記データ加工部を介して受け取るための通常シナリオを入力するシナリオ入力部と、
前記シナリオ入力部が入力した通常シナリオ内からカプセル化されている計測プロセスを抽出することにより、「前記データ加工部を介さずに前記サーバ本体部に所定の計測プロセスを直接与え、これを実行させ、応答データを前記データ加工部を介さずに直接受け取るための短絡シナリオ」を作成するシナリオ変換部と、
前記サーバ装置に対して、前記通常シナリオに基づく性能計測を行う通常シナリオ実行部と、
前記サーバ装置に対して、前記短絡シナリオに基づく性能計測を行う短絡シナリオ実行部と、
前記通常シナリオ実行部による計測結果と前記短絡シナリオ実行部による計測結果との2通りの計測結果を出力する計測結果出力部と、
を備えることを特徴とするサーバ性能計測システム。
A server main body unit for performing predetermined processing according to a request from the outside to the stored data, and a data processing unit for performing predetermined processing on the given data, By performing input / output of data to / from the server main body via the data processing unit, the server device having a function of processing data at the time of input / output performs its performance by executing a predetermined measurement process. A server performance measurement system for measuring,
A scenario input unit that gives a predetermined measurement process to the server main body unit through the data processing unit, executes the predetermined measurement process, and inputs a normal scenario for receiving response data through the data processing unit;
By extracting the encapsulated measurement process from the normal scenario input by the scenario input unit, “a predetermined measurement process is directly given to the server main unit without executing the data processing unit, and this is executed. A scenario conversion unit for creating a short-circuit scenario for directly receiving response data without going through the data processing unit,
A normal scenario execution unit for performing performance measurement based on the normal scenario for the server device;
A short-circuit scenario execution unit that performs performance measurement based on the short-circuit scenario for the server device,
A measurement result output unit that outputs two types of measurement results: a measurement result by the normal scenario execution unit and a measurement result by the short-circuit scenario execution unit;
A server performance measurement system comprising:
請求項7または8に記載のサーバ性能計測システムにおいて、
計測結果出力部が、2通りの計測結果を対比させた表の形式で出力する機能を有することを特徴とするサーバ性能計測システム。
In the server performance measurement system according to claim 7 or 8,
A server performance measurement system, wherein the measurement result output unit has a function of outputting in the form of a table in which two kinds of measurement results are compared.
請求項7または8に記載のサーバ性能計測システムにおいて、
計測結果出力部が、同一の座標系上に2通りの計測結果を2通りのグラフとして表示する形式で出力する機能を有することを特徴とするサーバ性能計測システム。
In the server performance measurement system according to claim 7 or 8,
A server performance measurement system, wherein the measurement result output unit has a function of outputting two types of measurement results as two types of graphs on the same coordinate system.
請求項7〜10のいずれかに記載のサーバ性能計測システムとしてコンピュータを機能させるためのプログラムもしくはこのプログラムを記録したコンピュータ読み取り可能な記録媒体。   A program for causing a computer to function as the server performance measurement system according to any one of claims 7 to 10, or a computer-readable recording medium on which the program is recorded.
JP2003318071A 2003-09-10 2003-09-10 Server performance measurement method and measurement system Expired - Fee Related JP4358582B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2003318071A JP4358582B2 (en) 2003-09-10 2003-09-10 Server performance measurement method and measurement system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2003318071A JP4358582B2 (en) 2003-09-10 2003-09-10 Server performance measurement method and measurement system

Publications (2)

Publication Number Publication Date
JP2005085085A true JP2005085085A (en) 2005-03-31
JP4358582B2 JP4358582B2 (en) 2009-11-04

Family

ID=34417450

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2003318071A Expired - Fee Related JP4358582B2 (en) 2003-09-10 2003-09-10 Server performance measurement method and measurement system

Country Status (1)

Country Link
JP (1) JP4358582B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102154750B1 (en) * 2020-06-22 2020-09-10 주식회사 비알인포텍 Video data encryption processing performance display system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102154750B1 (en) * 2020-06-22 2020-09-10 주식회사 비알인포텍 Video data encryption processing performance display system

Also Published As

Publication number Publication date
JP4358582B2 (en) 2009-11-04

Similar Documents

Publication Publication Date Title
CN106936441B (en) Data compression method and device
JP4007596B2 (en) Server and program
US7664783B2 (en) File management program, data structure, and file management device
JP5839967B2 (en) Malware analysis system
US20070239779A1 (en) Analysis of media content via extensible object
JP3578450B2 (en) Electronic document real name / anonymous word map creation device and program, electronic document anonymization device and program, electronic document real name creation device and program
JP4483807B2 (en) Log format conversion device, log format conversion method, and log format conversion program
CN108040045B (en) Access flow file generation method and device, server and storage medium
JP2009003802A (en) Information display device and information display method
US20080195543A1 (en) Digital Evidence Bag
CN110633309A (en) Block chain transaction processing method and device
CN111475324B (en) Log information analysis method, device, computer equipment and storage medium
JP2003091432A (en) Software evaluation system and software evaluation tool
US20130066954A1 (en) Computer software analysis system, client computer, method of controlling operation of same and operation program therefor
CN110597877A (en) Block chain transaction processing method and device
CN112286815A (en) Interface test script generation method and related equipment thereof
JP2012064129A (en) Gui integration method of multiple applications
US20070239780A1 (en) Simultaneous capture and analysis of media content
KR20190071571A (en) Apparutus and method for analyzing user process based on standard process
JP4358582B2 (en) Server performance measurement method and measurement system
JP2006243832A (en) Workflow retrieval system
CN104869170A (en) Decryption method for encrypted data file of UC browser
WO2020188779A1 (en) Information processing device, information processing system, and information processing program
JP5811885B2 (en) Keyboard, information processing system, information processing apparatus, and program
JP5718256B2 (en) System performance analysis apparatus, system performance analysis method, and system performance analysis program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20060731

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20090327

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20090421

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20090617

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20090804

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20090806

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120814

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees