JP5967091B2 - System parameter setting support system, data processing method of system parameter setting support device, and program - Google Patents

System parameter setting support system, data processing method of system parameter setting support device, and program Download PDF

Info

Publication number
JP5967091B2
JP5967091B2 JP2013526766A JP2013526766A JP5967091B2 JP 5967091 B2 JP5967091 B2 JP 5967091B2 JP 2013526766 A JP2013526766 A JP 2013526766A JP 2013526766 A JP2013526766 A JP 2013526766A JP 5967091 B2 JP5967091 B2 JP 5967091B2
Authority
JP
Japan
Prior art keywords
parameter
test
parameter setting
setting support
change
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.)
Active
Application number
JP2013526766A
Other languages
Japanese (ja)
Other versions
JPWO2013018376A1 (en
Inventor
勲 岡田
勲 岡田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Publication of JPWO2013018376A1 publication Critical patent/JPWO2013018376A1/en
Application granted granted Critical
Publication of JP5967091B2 publication Critical patent/JP5967091B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3688Test management for test execution, e.g. scheduling of test suites
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/22Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing
    • G06F11/26Functional testing
    • G06F11/263Generation of test inputs, e.g. test vectors, patterns or sequences ; with adaptation of the tested hardware for testability with external testers
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3692Test management for test results analysis

Description

本発明は、システムのパラメータ設定を支援するシステムパラメータ設定支援システム、システムパラメータ設定支援装置のデータ処理方法、およびプログラムに関する。   The present invention relates to a system parameter setting support system that supports system parameter setting, a data processing method of a system parameter setting support apparatus, and a program.

WebシステムやオンラインシステムのようなIT(Information Technology)システムに対して、実運用時に一定性能を維持することが求められている。そこで、実運用に入る前にテスト環境で性能テストを行い、所望された性能を満たすように、サーバのスペックや台数を調整したり、OS(Operating System)、ミドルウェア、またはアプリケーションのパラメータをチューニングすることが一般的である。このようなWebシステムの性能評価システムの一例が特許文献1に記載されている。   An IT (Information Technology) system such as a Web system or an online system is required to maintain a certain performance during actual operation. Therefore, performance tests are performed in a test environment before actual operation, and the specifications and number of servers are adjusted and OS (Operating System), middleware, or application parameters are tuned to meet the desired performance. It is common. An example of such a Web system performance evaluation system is described in Patent Document 1.

また、特許文献2には、複数の異なるパラメータの組み合わせ毎に、プログラムの実行結果を統計情報として受け付け、統計情報に基づいて、保証値が最も大きくなるパラメータのグループを検出することで、より高い保証値レベルを実現することが記載されている。   Further, in Patent Document 2, for each combination of a plurality of different parameters, the execution result of the program is accepted as statistical information, and based on the statistical information, the parameter group with the largest guaranteed value is detected, thereby increasing the value. It is described that the guaranteed value level is realized.

一般的に性能テストを実施する者は、テスト対象システムのシステム構成と、同時アクセスクライアント数、同時リクエスト数、リクエスト間隔、またはリクエストメソッドなどのテスト仕様を決めて、テスト対象システムへ負荷をかけ、リソース消費量、ターンアラウンドタイム、スループットなどを測定して、ボトルネックとなる箇所を見つけ出す。ボトルネックを回避するために、性能評価実施者はOS、ミドルウェア、アプリケーションのパラメータ設定ファイルを編集して、OS、ミドルウェア、アプリケーションの性能チューニングを行う。そして、その効果を確認するために、再度負荷テストを実施する。このサイクルを何度か回すことで、所望の性能を満たす適切なパラメータ設定値を決定する。   Generally, a person who performs a performance test determines the system configuration of the test target system and the test specifications such as the number of simultaneous access clients, the number of simultaneous requests, the request interval, or the request method, and places a load on the test target system. Measure resource consumption, turnaround time, throughput, etc. to find the bottleneck. In order to avoid bottlenecks, the performance evaluator edits the parameter setting file of the OS, middleware, and application, and performs performance tuning of the OS, middleware, and application. Then, in order to confirm the effect, a load test is performed again. By repeating this cycle several times, an appropriate parameter setting value that satisfies the desired performance is determined.

特開2003−131907号公報JP 2003-131907 A 特開2006−31605号公報JP 2006-31605 A

上述した文献に記載の技術においては、パラメータチューニングは人手で試行錯誤的に変更するため、変更の必要のないパラメータまで変更してしまう恐れがあるという問題点があった。たとえば、ボトルネックを解消するためにパラメータを変更して負荷テストを行ったが、性能向上の効果がなかった場合に、パラメータ変更を元に戻さずに、次の別のパラメータを変更することがある。   In the technique described in the above-described document, parameter tuning is manually changed by trial and error, so that there is a problem that parameters that do not need to be changed may be changed. For example, if a load test was performed with a parameter changed to eliminate a bottleneck, but there was no performance improvement effect, the next parameter could be changed without undoing the parameter change. is there.

パラメータの値によっては、特殊な条件下でのみ問題が発生する場合があり、元に戻さなかったパラメータがそのような特徴を持つパラメータである場合には、実運用時に性能問題などの障害を生じる可能性がある。障害が発生した場合には、すべてのパラメータを点検して設定ミスを人手で発見することになるが、ITシステムを構成するパラメータの数は多く、またシステムの規模に比例してパラメータ数も多くなるため、対応には多くの工数と時間が必要になるという問題があった。   Depending on the value of the parameter, a problem may occur only under special conditions. If a parameter that has not been restored is a parameter with such characteristics, problems such as performance problems may occur during actual operation. there is a possibility. When a failure occurs, all parameters are inspected and a setting error is manually detected. However, the number of parameters constituting the IT system is large, and the number of parameters is also proportional to the scale of the system. Therefore, there is a problem that a lot of man-hours and time are required for the response.

本発明の目的は、上述した課題である実運用において性能障害の原因と推定されるパラメータ設定の抽出の困難さを解決するシステムパラメータ設定支援システム、システムパラメータ設定支援装置のデータ処理方法、およびプログラムを提供することにある。   An object of the present invention is to provide a system parameter setting support system, a data processing method for a system parameter setting support apparatus, and a program that solve the difficulty of extracting parameter settings that are estimated to be the cause of performance failure in actual operation, which is the above-described problem Is to provide.

本発明のシステムパラメータ設定支援システムは、
時系列に順次テストを実施し、前記テストの各回のテスト結果を考慮してパラメータをチューニングするシステムパラメータ設定支援システムであって、
時系列に順次実施された前記テストの各回において、前回とのテスト結果を比較してその変化を算出し、算出した前記テスト結果の前記変化に基づき、予め定めた指標以上の効果が得られたか否かを評価するテスト結果評価手段と、
前記テスト結果評価手段が前記予め定めた指標以上の効果が得られないと評価したテスト結果に対応するテストを抽出し、抽出された前記テスト時に変更があったパラメータを抽出する変更パラメータ抽出手段と、
を備える。
The system parameter setting support system of the present invention includes:
A system parameter setting support system that performs tests sequentially in time series and tunes parameters in consideration of the test results of each test,
At each time of the test performed sequentially in time series, the test result was compared with the previous time to calculate the change, and based on the change in the calculated test result, did the result exceed the predetermined index? A test result evaluation means for evaluating whether or not,
A change parameter extraction means for extracting a test corresponding to a test result evaluated by the test result evaluation means that an effect equal to or greater than the predetermined index cannot be obtained, and extracting a parameter that has been changed during the extracted test; ,
Is provided.

本発明のシステムパラメータ設定支援装置のデータ処理方法は、
時系列に順次テストを実施し、前記テストの各回のテスト結果を考慮してパラメータをチューニングするシステムパラメータ設定支援装置が、
時系列に順次実施された前記テストの各回において、前回とのテスト結果を比較してその変化を算出し、
前記テスト結果の前記変化に基づき、予め定めた指標以上の効果が得られないテストを抽出し、
抽出された前記テスト時に変更があったパラメータを抽出するデータ処理方法である。
The data processing method of the system parameter setting support device of the present invention includes:
A system parameter setting support device that performs tests sequentially in time series and tunes parameters in consideration of the test results of each test,
In each of the tests performed sequentially in time series, compare the test results with the previous time to calculate the change,
Based on the change in the test result, extract a test that does not achieve an effect that exceeds a predetermined index,
It is a data processing method for extracting the extracted parameters that have changed during the test.

本発明のコンピュータプログラムは、
時系列に順次テストを実施し、前記テストの各回のテスト結果を考慮してパラメータをチューニングするシステムパラメータ設定装置を実現するコンピュータに、
時系列に順次実施された前記テストの各回において、前回とのテスト結果を比較してその変化を算出する手順、
前記テスト結果の前記変化に基づき、予め定めた指標以上の効果が得られないテストを抽出する手順、
抽出された前記テスト時に変更があったパラメータを抽出する手順を実行させるためのプログラムである。
The computer program of the present invention is:
A computer that implements a system parameter setting device that performs tests sequentially in time series and tunes parameters in consideration of the test results of each test,
A procedure for calculating the change by comparing the test result with the previous time in each time of the test sequentially performed in time series,
A procedure for extracting a test based on the change in the test result that does not achieve an effect that exceeds a predetermined index;
It is a program for executing a procedure for extracting extracted parameters that have changed during the test.

なお、以上の構成要素の任意の組合せ、本発明の表現を方法、装置、システム、記録媒体、コンピュータプログラムなどの間で変換したものもまた、本発明の態様として有効である。   It should be noted that any combination of the above-described constituent elements and a conversion of the expression of the present invention between a method, an apparatus, a system, a recording medium, a computer program, etc. are also effective as an aspect of the present invention.

また、本発明の各種の構成要素は、必ずしも個々に独立した存在である必要はなく、複数の構成要素が一個の部材として形成されていること、一つの構成要素が複数の部材で形成されていること、ある構成要素が他の構成要素の一部であること、ある構成要素の一部と他の構成要素の一部とが重複していること、等でもよい。   The various components of the present invention do not necessarily have to be independent of each other. A plurality of components are formed as a single member, and a single component is formed of a plurality of members. It may be that a certain component is a part of another component, a part of a certain component overlaps with a part of another component, or the like.

また、本発明のデータ処理方法およびコンピュータプログラムには複数の手順を順番に記載してあるが、その記載の順番は複数の手順を実行する順番を限定するものではない。このため、本発明のデータ処理方法およびコンピュータプログラムを実施するときには、その複数の手順の順番は内容的に支障のない範囲で変更することができる。   In addition, although a plurality of procedures are described in order in the data processing method and the computer program of the present invention, the described order does not limit the order in which the plurality of procedures are executed. For this reason, when implementing the data processing method and computer program of this invention, the order of the several procedure can be changed in the range which does not have trouble in content.

さらに、本発明のデータ処理方法およびコンピュータプログラムの複数の手順は個々に相違するタイミングで実行されることに限定されない。このため、ある手順の実行中に他の手順が発生すること、ある手順の実行タイミングと他の手順の実行タイミングとの一部ないし全部が重複していること、等でもよい。   Furthermore, the plurality of procedures of the data processing method and the computer program of the present invention are not limited to being executed at different timings. For this reason, another procedure may occur during the execution of a certain procedure, or some or all of the execution timing of a certain procedure and the execution timing of another procedure may overlap.

本発明によれば、実運用において性能障害の原因と推定されるパラメータ設定を抽出できるシステムパラメータ設定支援システム、システムパラメータ設定支援装置のデータ処理方法、およびプログラムが提供される。   According to the present invention, there are provided a system parameter setting support system, a data processing method for a system parameter setting support apparatus, and a program capable of extracting a parameter setting estimated to be a cause of a performance failure in actual operation.

上述した目的、およびその他の目的、特徴および利点は、以下に述べる好適な実施の形態、およびそれに付随する以下の図面によってさらに明らかになる。   The above-described object and other objects, features, and advantages will become more apparent from the preferred embodiments described below and the accompanying drawings.

本発明の実施の形態に係るシステムパラメータ設定支援システムのネットワーク構成を示す概略図である。It is the schematic which shows the network structure of the system parameter setting assistance system which concerns on embodiment of this invention. 本発明の実施の形態に係るシステムパラメータ設定支援システムの構成を示す機能ブロック図である。It is a functional block diagram which shows the structure of the system parameter setting assistance system which concerns on embodiment of this invention. 本発明の実施の形態に係るシステムパラメータ設定支援システムの動作を示すフローチャートである。It is a flowchart which shows operation | movement of the system parameter setting assistance system which concerns on embodiment of this invention. 本発明の実施の形態に係るシステムパラメータ設定支援システムの構成を示す機能ブロック図である。It is a functional block diagram which shows the structure of the system parameter setting assistance system which concerns on embodiment of this invention. 本発明の実施の形態に係るシステムパラメータ設定支援システムの動作を示すフローチャートである。It is a flowchart which shows operation | movement of the system parameter setting assistance system which concerns on embodiment of this invention. 本発明の実施の形態に係るシステムパラメータ設定支援システムの構成を示す機能ブロック図である。It is a functional block diagram which shows the structure of the system parameter setting assistance system which concerns on embodiment of this invention. 本発明の実施の形態に係るシステムパラメータ設定支援システムの負荷テスト時の動作を示すフローチャートである。It is a flowchart which shows the operation | movement at the time of the load test of the system parameter setting assistance system which concerns on embodiment of this invention. 本発明の実施の形態に係るシステム設定支援システムの設定ミス抽出時の動作を示すフローチャートである。It is a flowchart which shows the operation | movement at the time of the setting mistake extraction of the system setting assistance system which concerns on embodiment of this invention. 本発明の実施の形態に係るシステム設定支援システムのテストケース一覧を示す図である。It is a figure which shows the test case list of the system setting assistance system which concerns on embodiment of this invention. 本発明の実施例のシステム設定支援システムの負荷テスト結果記憶部の構成の一例を示す図である。It is a figure which shows an example of a structure of the load test result memory | storage part of the system setting assistance system of the Example of this invention. 本発明の実施例のシステム設定支援システムのパラメータ設定記憶部の構成の一例を示す図である。It is a figure which shows an example of a structure of the parameter setting memory | storage part of the system setting assistance system of the Example of this invention. 本発明の実施例のシステム設定支援システムにおけるテスト結果の一例を示す図である。It is a figure which shows an example of the test result in the system setting assistance system of the Example of this invention. 本発明の実施例のシステム設定支援システムにおける性能パラメータの比較結果の一例を示す図である。It is a figure which shows an example of the comparison result of the performance parameter in the system setting assistance system of the Example of this invention.

以下、本発明の実施の形態について、図面を用いて説明する。尚、すべての図面において、同様な構成要素には同様の符号を付し、適宜説明を省略する。   Hereinafter, embodiments of the present invention will be described with reference to the drawings. In all the drawings, the same reference numerals are given to the same components, and the description will be omitted as appropriate.

(第1の実施の形態)
図1は、本発明の実施の形態に係るシステムパラメータ設定支援システムのネットワーク構成を示す概略図である。
同図に示すように、本発明の実施の形態に係るシステムパラメータ設定支援システムは、テスト装置1と、テスト対象システム2と、テスト履歴記憶装置3と、パラメータ設定装置4と、評価装置5と、設定確認装置6と、を備える。テスト装置1と、テスト対象システム2と、テスト履歴記憶装置3と、パラメータ設定装置4と、評価装置5と、設定確認装置6と、は互いにネットワーク7を介して接続される。
(First embodiment)
FIG. 1 is a schematic diagram showing a network configuration of a system parameter setting support system according to an embodiment of the present invention.
As shown in the figure, a system parameter setting support system according to an embodiment of the present invention includes a test device 1, a test target system 2, a test history storage device 3, a parameter setting device 4, an evaluation device 5, A setting confirmation device 6. The test device 1, the test target system 2, the test history storage device 3, the parameter setting device 4, the evaluation device 5, and the setting confirmation device 6 are connected to each other via a network 7.

各装置は、たとえば、図示しないCPU(Central Processing Unit)やメモリ、ハードディスク、および通信装置を備え、キーボードやマウス等の入力装置やディスプレイやプリンタ等の出力装置と接続されるサーバコンピュータやパーソナルコンピュータ、またはそれらに相当する装置により実現することができる。そして、CPUが、ハードディスクに記憶されるプログラムをメモリに読み出して実行することにより、上記各ユニットの各機能を実現することができる。そして、その実現方法、装置にはいろいろな変形例があることは、当業者には理解されるところである。以下に説明する各図は、ハードウェア単位の構成ではなく、任意のコンピュータのハードウェアとソフトウェアの任意の組合せによって実現される機能単位のブロックを示している。
また、以下の各図において、本発明の本質に関わらない部分の構成については省略してあり、図示されていない。
Each device includes, for example, a CPU (Central Processing Unit), a memory, a hard disk, and a communication device (not shown), a server computer or a personal computer connected to an input device such as a keyboard and a mouse, and an output device such as a display and a printer, Or it is realizable with the apparatus equivalent to them. Each function of each unit can be realized by the CPU reading the program stored in the hard disk into the memory and executing it. It will be understood by those skilled in the art that there are various modifications to the implementation method and apparatus. Each drawing described below shows functional unit blocks realized by an arbitrary combination of hardware and software of an arbitrary computer, not a configuration of hardware units.
Further, in the following drawings, the configuration of parts not related to the essence of the present invention is omitted and is not shown.

また、図1の本実施形態において、各装置は、異なるコンピュータからそれぞれ構成されているが、これに限定されない。同一のコンピュータが少なくとも2つ以上の装置の機能を実現する構成とすることができる。コンピュータは、仮想サーバなどにより構成されてもよい。あるいは、各装置は、複数のコンピュータで構成されてもよい。   Further, in the present embodiment of FIG. 1, each device is configured from a different computer, but is not limited to this. The same computer can be configured to realize the functions of at least two devices. The computer may be configured by a virtual server or the like. Alternatively, each device may be composed of a plurality of computers.

テスト装置1は、テストを実施するために、リクエストをテスト対象システム2に送信するクライアント端末とすることができる。テストは、たとえば、テスト対象システム2に様々な負荷をかけて、各種のパラメータの設定を変更しながら、システムの動作や性能を検証する性能テストを含む。テストは、たとえば、テスト対象システム2を実運用する前や、テスト対象システム2の更新やメンテナンス時に行うことができる。   The test apparatus 1 can be a client terminal that transmits a request to the test target system 2 in order to perform a test. The test includes, for example, a performance test that verifies the operation and performance of the system while applying various loads to the test target system 2 and changing various parameter settings. The test can be performed, for example, before the test target system 2 is actually operated, or when the test target system 2 is updated or maintained.

テスト対象システム2は、テスト対象となるITシステムからなり、さらに、テスト装置1からのリクエストに呼応して、システムの性能を計測するテストを実施する。テスト対象システム2は、設定変更可能な複数のパラメータを有する。性能テスト時にこれらのパラメータを変更しながら、チューニングを行い、実運用時のパラメータが決定される。   The test target system 2 includes an IT system to be tested, and further performs a test for measuring system performance in response to a request from the test apparatus 1. The test target system 2 has a plurality of parameters whose settings can be changed. Tuning is performed while changing these parameters during a performance test, and parameters for actual operation are determined.

テスト履歴記憶装置3は、テスト対象システム2で計測したテスト結果およびテスト対象システム2に設定されたパラメータを記憶し、蓄積するサーバコンピュータとすることができる。   The test history storage device 3 can be a server computer that stores and accumulates test results measured by the test target system 2 and parameters set in the test target system 2.

パラメータ設定装置4は、テスト対象システム2のパラメータの設定を受け付け、テスト対象システム2にパラメータを受け渡すためのツールとすることができる。運用管理者などのユーザは、パラメータ設定装置4を用いて実運用段階に入る前などにパラメータのチューニングを行うことができる。そして、ここで設定変更されたパラメータはテスト対象システム2の図示されないメモリに記憶され、実運用段階で使用されることとなる。   The parameter setting device 4 can be a tool for receiving parameter settings of the test target system 2 and transferring the parameters to the test target system 2. A user such as an operation manager can perform parameter tuning using the parameter setting device 4 before entering the actual operation stage. The parameter whose setting has been changed is stored in a memory (not shown) of the test target system 2 and used in the actual operation stage.

本実施形態において、パラメータのチューニングは、マニュアルや過去の経験を踏まえて、変更の効果を計測しながら人手で実施される。また、規模の大きなシステムなどでは、パラメータ数も多くなり、さらに、複数のオペレータがチューニング作業に関わることも考えられる。よって、チューニング時のパラメータの変更は煩雑で正確に管理するのは困難である。
また、実使用段階でテスト対象システム2の利用者またはテスト対象システム2の運用管理者などが、パラメータ設定装置4を利用してパラメータを変更することができる。
In the present embodiment, the parameter tuning is performed manually while measuring the effect of the change based on the manual and past experience. In a large scale system, the number of parameters increases, and moreover, a plurality of operators may be involved in tuning work. Therefore, changing parameters during tuning is complicated and difficult to manage accurately.
In addition, the user of the test target system 2 or the operation manager of the test target system 2 can change the parameters by using the parameter setting device 4 in the actual use stage.

パラメータ設定装置4は、テスト対象システム2に含むこともできる。パラメータ設定装置4を実現するツールは、様々な構成が考えられる。たとえば、パラメータ設定装置4を実現するツールは、ネットワーク7を介してテスト対象システム2に接続されるクライアント端末にインストールされてもよい。あるいは、クライアント端末からブラウザを用いてパラメータを受け付けるサーバにアクセスし、クライアント端末から操作してパラメータの入力を行うこともできる。また、複数のユーザがパラメータ設定装置4を用いてテスト対象システム2のパラメータを変更することもできる。   The parameter setting device 4 can also be included in the test target system 2. Various configurations of the tool for realizing the parameter setting device 4 can be considered. For example, a tool for realizing the parameter setting device 4 may be installed in a client terminal connected to the test target system 2 via the network 7. Alternatively, it is also possible to access a server that accepts parameters using a browser from a client terminal and input parameters by operating from the client terminal. In addition, a plurality of users can change parameters of the test target system 2 using the parameter setting device 4.

評価装置5は、パラメータ設定装置4によるパラメータ変更による効果を評価し、効果改善の見られなかったパラメータ変更を抽出し、設定確認装置6に送信してテスト対象システム2の運用管理者などのユーザに提示させるサーバコンピュータとすることができる。   The evaluation device 5 evaluates the effect of the parameter change by the parameter setting device 4, extracts the parameter change for which the effect has not been improved, transmits it to the setting check device 6, and the user such as the operation manager of the test target system 2 Can be a server computer to be presented.

設定確認装置6は、評価装置5が抽出したパラメータをユーザに提示するクライアント端末とすることができる。設定確認装置6への提示方法は、特に限定されない。たとえば、設定確認装置6の表示装置(不図示)に表示することでユーザに提示することができる。あるいは、設定確認装置6に電子情報としてネットワーク7を介して送信することもできる。あるいは、設定確認装置6のプリンタなどの出力装置(不図示)に印字出力することもできる。評価装置5から設定確認装置6にアクセスして情報を提供してもよいし、設定確認装置6から評価装置5にアクセスして情報を要求して取得してもよい。   The setting confirmation device 6 can be a client terminal that presents the parameters extracted by the evaluation device 5 to the user. The presentation method to the setting confirmation apparatus 6 is not particularly limited. For example, it can be presented to the user by displaying on a display device (not shown) of the setting confirmation device 6. Alternatively, it can be transmitted as electronic information to the setting confirmation device 6 via the network 7. Alternatively, it can be printed out on an output device (not shown) such as a printer of the setting confirmation device 6. Information may be provided by accessing the setting confirmation device 6 from the evaluation device 5 or may be obtained by requesting information by accessing the evaluation device 5 from the setting confirmation device 6.

図2は、本発明の実施の形態に係るシステムパラメータ設定支援システムの構成を示す機能ブロック図である。
本発明のシステムパラメータ設定支援システムは、性能テスト結果の履歴と各テストで用いられた性能パラメータ設定、および、実運用で用いられた性能パラメータ設定から、性能向上に寄与しかなった性能パラメータ変更を抽出する。
FIG. 2 is a functional block diagram showing the configuration of the system parameter setting support system according to the embodiment of the present invention.
The system parameter setting support system of the present invention performs performance parameter changes that have only contributed to performance improvement from the history of performance test results, the performance parameter settings used in each test, and the performance parameter settings used in actual operation. Extract.

本発明の実施の形態に係るシステムパラメータ設定支援システムは、時系列に順次テストを実施し、テストの各回のテスト結果を考慮してパラメータをチューニングするシステムパラメータ設定支援システムであって、時系列に順次実施されたテストの各回において、前回とのテスト結果を比較してその変化を算出し、算出したテスト結果の前記変化に基づき、予め定めた指標以上の効果が得られたか否かを評価するテスト結果評価部51と、テスト結果評価部51が予め定めた指標以上の効果が得られないと評価したテスト結果に対応するテストを抽出し、抽出されたテスト時に変更があったパラメータを抽出する変更パラメータ抽出部53と、を備える。   A system parameter setting support system according to an embodiment of the present invention is a system parameter setting support system that performs tests sequentially in time series and tunes parameters in consideration of the test results of each test. At each test that is performed sequentially, the test result is compared with the previous test, and the change is calculated. Based on the change in the calculated test result, it is evaluated whether or not an effect exceeding a predetermined index is obtained. The test result evaluation unit 51 and the test result evaluation unit 51 extract a test corresponding to the test result evaluated that the effect equal to or higher than the predetermined index cannot be obtained, and extract the parameter changed during the extracted test. A change parameter extraction unit 53.

テスト履歴記憶装置3は、テスト結果記憶部31と、パラメータ設定記憶部32と、を備える。
テスト結果記憶部31は、テスト対象システム2で実施された負荷テスト結果の履歴を記憶する。
パラメータ設定記憶部32は、テスト実施ごとにテスト対象システム2で抽出されたパラメータ名と設定値の履歴を記憶する。
The test history storage device 3 includes a test result storage unit 31 and a parameter setting storage unit 32.
The test result storage unit 31 stores a history of load test results executed in the test target system 2.
The parameter setting storage unit 32 stores a history of parameter names and setting values extracted by the test target system 2 for each test execution.

評価装置5は、テスト結果評価部51と、変更パラメータ抽出部53と、を備える。
テスト結果評価部51は、テスト履歴記憶装置3のテスト結果記憶部31に記憶されているテスト結果を時系列で順次比較して、前回と変化の度合いを計算する。そして、算出したテスト結果の変化に基づき、予め定めた指標以上の効果が得られたか否かを評価する。本実施形態では、計算された値と予め定められた値とを比較し、予め定められた値以上に差異がみられない場合、もしくは、性能が悪くなる方向へ変化した場合、パラメータを変更しても性能によい効果は得られなかったと評価する。
The evaluation device 5 includes a test result evaluation unit 51 and a change parameter extraction unit 53.
The test result evaluation unit 51 sequentially compares the test results stored in the test result storage unit 31 of the test history storage device 3 in time series, and calculates the degree of change from the previous time. Then, based on the change in the calculated test result, it is evaluated whether or not an effect exceeding a predetermined index is obtained. In this embodiment, the calculated value is compared with a predetermined value, and if there is no difference beyond the predetermined value, or if the performance changes in the direction of worsening, the parameter is changed. However, it is evaluated that a good effect on performance was not obtained.

変更パラメータ抽出部53は、テスト履歴記憶装置3のパラメータ設定記憶部32を参照し、変更されたパラメータ設定を時系列で順次比較して、各テストで性能向上に効果がなかったと評価されたパラメータ変更を抽出する。   The changed parameter extraction unit 53 refers to the parameter setting storage unit 32 of the test history storage device 3, compares the changed parameter settings sequentially in time series, and evaluates that the test has no effect on performance improvement. Extract changes.

本実施の形態の評価装置5は、コンピュータプログラムに対応する各種の処理動作をCPUが実行することにより、前述のような各種ユニットが各種機能として実現される。
本実施形態のコンピュータプログラムは、評価装置5を実現させるためのコンピュータに、時系列に順次実施されたテストの各回において、前回とのテスト結果を比較してその変化を算出する手順、テスト結果の変化に基づき、予め定めた指標以上の効果が得られないテストを抽出する手順、抽出されたテスト時に変更があったパラメータを抽出する手順、を実行させるように記述されている。
In the evaluation apparatus 5 according to the present embodiment, the CPU executes various processing operations corresponding to the computer program, whereby the various units as described above are realized as various functions.
The computer program according to the present embodiment is a computer program for realizing the evaluation apparatus 5. In each test of the tests sequentially performed in time series, the test result is compared with the previous test result and the change is calculated. It is described to execute a procedure for extracting a test that does not provide an effect that exceeds a predetermined index based on the change, and a procedure for extracting a parameter that has changed during the extracted test.

なお、本実施形態のコンピュータプログラムは、コンピュータで読み取り可能な記録媒体に記録されてもよい。記録媒体は特に限定されず、様々な形態のものが考えられる。また、プログラムは、記録媒体からコンピュータのメモリにロードされてもよいし、ネットワークを通じてコンピュータにダウンロードされ、メモリにロードされてもよい。   Note that the computer program of the present embodiment may be recorded on a computer-readable recording medium. The recording medium is not particularly limited, and various forms can be considered. The program may be loaded from a recording medium into a computer memory, or downloaded to a computer through a network and loaded into the memory.

また、上述のような構成において、本実施の形態の評価装置5によるデータ処理方法を以下に説明する。図3は、本実施形態のシステムパラメータ設定支援システムの動作を示すフローチャートである。   Moreover, the data processing method by the evaluation apparatus 5 of this Embodiment in the above structures is demonstrated below. FIG. 3 is a flowchart showing the operation of the system parameter setting support system of this embodiment.

本実施形態のシステムパラメータ設定支援装置(評価装置5)のデータ処理方法は、評価装置5が、時系列に順次実施されたテストの各回において(ステップS11)、前回とのテスト結果を比較してその変化を算出し(ステップS13)、テスト結果の変化に基づき、予め定めた指標以上の効果が得られないテストを抽出し(ステップS15のYES)、抽出された前記テスト時に変更があったパラメータを抽出する(ステップS17)。   In the data processing method of the system parameter setting support device (evaluation device 5) of the present embodiment, the evaluation device 5 compares the test results with the previous time at each time of the tests sequentially performed in time series (step S11). The change is calculated (step S13), and based on the change in the test result, a test that does not produce an effect that exceeds the predetermined index is extracted (YES in step S15), and the extracted parameter that has changed during the test is extracted. Is extracted (step S17).

このように構成された本実施形態のシステムパラメータ設定支援システムの動作について、以下に説明する。
ここでは、設定ミスの可能性のあるパラメータ設定を抽出するための動作について、図1乃至図3を用いて説明する。
なお、本フローは、i=1から(パラメータ変更回数−1)まで、ループ処理を繰り返す(ステップS11)。
The operation of the system parameter setting support system of the present embodiment configured as described above will be described below.
Here, an operation for extracting a parameter setting that may cause a setting error will be described with reference to FIGS. 1 to 3.
This flow repeats the loop processing from i = 1 to (parameter change count −1) (step S11).

まず、評価装置5のテスト結果評価部51が、1回目と2回目のテスト結果の差異、たとえば、変化の度合いを計算する(ステップS13)。さらに、テスト結果評価部51が、計算された値と予め定められた値とを比較し、予め定められた値以上に差異がみられない場合、もしくは、性能が悪くなる方向へ変化した場合には(ステップS15のYES)、2回目に行ったパラメータ変更が効果を示していないとみなし、ステップS17に進む。そして、変更パラメータ抽出部53が、1回目と2回目のテストでのパラメータ設定を比較して変更されたパラメータ名とパラメータ値を抽出する(ステップS17)。   First, the test result evaluation unit 51 of the evaluation device 5 calculates the difference between the first and second test results, for example, the degree of change (step S13). Furthermore, when the test result evaluation unit 51 compares the calculated value with a predetermined value and no difference is found beyond the predetermined value, or when the performance changes in a direction where the performance deteriorates. (YES in step S15), it is considered that the parameter change performed for the second time is not effective, and the process proceeds to step S17. Then, the changed parameter extraction unit 53 extracts the changed parameter name and parameter value by comparing the parameter settings in the first and second tests (step S17).

そのあと、引き続き、ステップS11に戻り、2回目と3回目のテスト結果の評価を開始する。以後、パラメータを変更してテストを実行した回数分、すなわち、{全テスト回数−1}回分、ステップS13〜ステップS15、またはステップS17を繰り返す。   Thereafter, the process returns to step S11, and evaluation of the second and third test results is started. Thereafter, step S13 to step S15 or step S17 is repeated as many times as the number of times the test is executed by changing the parameter, that is, {total test number -1} times.

なお、ステップS15において予め定められた値以上に差異がみられる場合(ステップS15のNO)には、2回目に行ったパラメータ変更が効果を示したとみなして、ステップS17以降の処理を省略し、ステップS11に戻り、次の2回目と3回目のテスト結果の差異を計算する(ステップS13)。
以上の動作により、評価装置5は、パラメータ変更が行われたのに、テスト結果が、予め定められた値以上に差異がみられない時、もしくは、性能が悪くなる方向へ変化した時のパラメータのパラメータ名とパラメータ設定値が抽出される。
In addition, when a difference is seen more than a predetermined value in step S15 (NO in step S15), it is considered that the parameter change performed for the second time has shown an effect, and the processing after step S17 is omitted. Returning to step S11, the difference between the next second and third test results is calculated (step S13).
With the above operation, the evaluation device 5 changes the parameter when the parameter is changed but the test result is not different from a predetermined value or when the performance changes. The parameter name and parameter setting value are extracted.

本実施形態で抽出された変更されたパラメータのパラメータ名とパラメータ設定値は、設定確認装置6に出力し、ユーザに提示することができる。   The parameter name and parameter setting value of the changed parameter extracted in this embodiment can be output to the setting confirmation device 6 and presented to the user.

以上説明したように、本発明の実施の形態に係るシステムパラメータ設定支援システムによれば、テスト時に履歴を記憶しておいた性能テスト結果と性能パラメータ設定に基づいて、性能改善が見られなかったパラメータ変更を抽出できる。すなわち、実運用において性能障害の原因と推定されるパラメータ設定を抽出できる。   As described above, according to the system parameter setting support system according to the embodiment of the present invention, no performance improvement was found based on the performance test results and performance parameter settings stored in the history during the test. Parameter changes can be extracted. That is, it is possible to extract a parameter setting that is estimated to be a cause of performance failure in actual operation.

その理由は、パラメータ設定の履歴からパラメータ変更を抽出し、さらにパラメータ変更の前後の性能テスト結果を比較してその変化の度合いをみることで、パラメータ変更の効果を測ることができるためである。   The reason is that the effect of the parameter change can be measured by extracting the parameter change from the parameter setting history and comparing the performance test results before and after the parameter change to see the degree of the change.

また、本発明の実施の形態に係るシステムパラメータ設定支援システムによれば、性能テストにおいて効果の見られなかったパラメータ変更を検索できる。また、性能テストにおいて行われた不要なパラメータ変更を抽出できる。   In addition, according to the system parameter setting support system according to the embodiment of the present invention, it is possible to search for parameter changes that have not been found effective in the performance test. Also, unnecessary parameter changes made in the performance test can be extracted.

(第2の実施の形態)
図4は、本発明の実施の形態に係るシステムパラメータ設定支援システムの構成を示す機能ブロック図である。
本実施形態のシステムパラメータ設定支援システムは、上記実施形態とは、さらに、最終設定値として設定されたパラメータのうち、性能向上の改善が見られなかった変更不要なパラメータを抽出する点で相違する。
本実施形態のシステムパラメータ設定支援システムは、図2の上記実施形態と同様なテスト履歴記憶装置3を備えるとともに、さらに、図2の評価装置5に替えて、評価装置50を備える。
(Second Embodiment)
FIG. 4 is a functional block diagram showing the configuration of the system parameter setting support system according to the embodiment of the present invention.
The system parameter setting support system according to the present embodiment is different from the above-described embodiment in that, among the parameters set as the final setting values, parameters that do not require improvement in performance improvement are extracted. .
The system parameter setting support system of this embodiment includes a test history storage device 3 similar to that of the above-described embodiment of FIG. 2, and further includes an evaluation device 50 instead of the evaluation device 5 of FIG. 2.

本発明の実施の形態に係る評価装置50は、図2の上記実施形態と同様なテスト結果評価部51と、変更パラメータ抽出部53と、を備えるとともに、テスト後、パラメータの最終設定値と変更パラメータ抽出部53が抽出した変更があったパラメータの設定値とを比較して、同値であるか否かを判定するパラメータ設定ミス候補抽出部54をさらに備える。   The evaluation apparatus 50 according to the embodiment of the present invention includes a test result evaluation unit 51 and a change parameter extraction unit 53 similar to those of the above-described embodiment of FIG. It further includes a parameter setting error candidate extraction unit 54 that compares the parameter setting value extracted by the parameter extraction unit 53 with the changed parameter value and determines whether or not they are the same value.

さらに、本発明の実施の形態に係る評価装置50のパラメータ設定ミス候補抽出部54は、パラメータの最終設定値と同値であると判定したパラメータをパラメータ設定ミス候補として抽出する。   Further, the parameter setting error candidate extraction unit 54 of the evaluation apparatus 50 according to the embodiment of the present invention extracts a parameter determined to be the same value as the final parameter setting value as a parameter setting error candidate.

パラメータ設定ミス候補抽出部54は、テスト結果評価部51で計算された変化の度合いが、予め定められた指標以下であるテストを抽出して、その時のパラメータ変更を抽出するとともに、実運用環境へ適用されたパラメータ設定、つまり、パラメータ設定記憶部32が記憶しているパラメータの最終設定値と同じ値のパラメータ設定を抽出する。ここで、パラメータの最終設定値とは、テスト終了後、テスト対象システム2の実運用時に使用する設定値である。   The parameter setting error candidate extraction unit 54 extracts a test whose degree of change calculated by the test result evaluation unit 51 is equal to or less than a predetermined index, extracts a parameter change at that time, and enters the actual operation environment. The applied parameter setting, that is, the parameter setting having the same value as the final setting value of the parameter stored in the parameter setting storage unit 32 is extracted. Here, the final setting value of the parameter is a setting value used in actual operation of the test target system 2 after the test is completed.

このように構成された本実施形態のシステムパラメータ設定支援システムの動作について、以下に説明する。
図5は、本実施形態のシステムパラメータ設定支援システムの動作を示すフローチャートである。ここでは、設定ミスの可能性のあるパラメータ設定を抽出するための動作について、図4および図5を用いて説明する。本実施形態のフローチャートは、図3を用いて説明した上記実施形態のシステムパラメータ設定支援システムの動作と同様なステップS11〜ステップS17を有するとともに、さらに、ステップS21〜ステップS25を有する。
The operation of the system parameter setting support system of the present embodiment configured as described above will be described below.
FIG. 5 is a flowchart showing the operation of the system parameter setting support system of this embodiment. Here, an operation for extracting a parameter setting that may cause a setting error will be described with reference to FIGS. 4 and 5. The flowchart of this embodiment includes steps S11 to S17 similar to the operation of the system parameter setting support system of the above embodiment described with reference to FIG. 3, and further includes steps S21 to S25.

なお、本フローは、i=1から(パラメータ変更回数−1)まで、ループ処理を繰り返す。
上記実施形態と同様なステップの説明は省略する。
ステップS17で、変更パラメータが抽出された後、評価装置50のパラメータ設定ミス候補抽出部54が、パラメータ最終設定値をパラメータ設定記憶部32から取り出して、ステップS17で抽出されたパラメータ設定と比較する(ステップS21)。パラメータ設定が同じ値であれば(ステップS23のYES)、パラメータ設定ミス候補抽出部54は、そのパラメータを設定ミス候補として抽出する(ステップS25)。
In this flow, the loop processing is repeated from i = 1 to (parameter change count−1).
The description of the same steps as in the above embodiment is omitted.
After the changed parameter is extracted in step S17, the parameter setting error candidate extraction unit 54 of the evaluation device 50 extracts the parameter final setting value from the parameter setting storage unit 32 and compares it with the parameter setting extracted in step S17. (Step S21). If the parameter setting is the same value (YES in step S23), the parameter setting error candidate extraction unit 54 extracts the parameter as a setting error candidate (step S25).

そのあと、ステップS11に戻り、2回目と3回目のテスト結果の評価を開始する(ステップS13)。以後、パラメータを変更してテストを実行した回数分、すなわち、{全テスト回数−1}回分、ステップS13〜ステップS17、およびステップS21〜ステップS25を繰り返す。   Thereafter, the process returns to step S11, and evaluation of the second and third test results is started (step S13). Thereafter, Steps S13 to S17 and Steps S21 to S25 are repeated as many times as the number of times the test is executed by changing the parameter, that is, {total number of tests -1}.

また、ステップS23において抽出されたパラメータ設定とパラメータ最終設定値が異なっていれば(ステップS23のNO)、効果のなかったパラメータ変更が元に戻されているとみなして、ステップS25以降の処理を省略し、ステップS11に戻り、次の2回目と3回目のテスト結果の差異を計算する(ステップS13)。   Further, if the parameter setting extracted in step S23 is different from the parameter final setting value (NO in step S23), it is considered that the parameter change having no effect has been restored, and the processing in step S25 and subsequent steps is performed. The process returns to step S11, and the difference between the next and third test results is calculated (step S13).

以上の動作により、評価装置50は、性能改善に効果がなかったが、実運用環境へそのままの値でリリースされた、またはリリースされる予定のシステムのパラメータ設定の値を抽出することができる。   With the above operation, the evaluation apparatus 50 has no effect on performance improvement, but can extract the value of the parameter setting of the system that has been released to the actual operation environment or is scheduled to be released.

本実施形態で抽出された変更されたパラメータのパラメータ名とパラメータ設定値は、設定確認装置6に出力し、ユーザに提示することができる。さらに、本実施形態で抽出された設定ミス候補のパラメータのパラメータ名とパラメータ設定値を、設定確認装置6に出力し、ユーザに提示することができる。   The parameter name and parameter setting value of the changed parameter extracted in this embodiment can be output to the setting confirmation device 6 and presented to the user. Further, the parameter name and parameter setting value of the setting error candidate parameter extracted in the present embodiment can be output to the setting confirmation device 6 and presented to the user.

以上説明したように、本発明の実施の形態に係るシステムパラメータ設定支援システムによれば、上記実施形態と同様な効果を奏するとともに、さらに、テスト時に履歴を記憶しておいた性能テスト結果と性能パラメータ設定および実運用環境へリリースした性能パラメータ設定に基づいて、実運用環境で性能問題を発生させる可能性の高い、もしくは、発生済みの性能問題の原因となった可能性の高い性能パラメータ設定を抽出できる。
その理由は、上記実施形態で抽出した性能向上が見られなかったパラメータの設定値と実運用環境へリリースされた性能パラメータの設定値を比較し、同値であるかどうかを確認することで実施不要なパラメータ変更が実運用環境へ適用されたかどうかを確認できるためである。
As described above, according to the system parameter setting support system according to the embodiment of the present invention, the performance test result and performance that have the same effects as those of the above-described embodiment and that further store the history at the time of the test. Based on the parameter settings and the performance parameter settings released to the production environment, perform performance parameter settings that are likely to cause performance problems in the production environment or that are likely to cause performance problems that have already occurred. Can be extracted.
The reason for this is that it is not necessary to compare the parameter setting values extracted in the above embodiment that did not improve performance with the performance parameter setting values released to the actual operating environment, and confirm whether they are the same value. This is because it can be confirmed whether or not the parameter change has been applied to the production environment.

(第3の実施の形態)
図6は、本発明の実施の形態に係るシステムパラメータ設定支援システムの構成を示す機能ブロック図である。
本実施形態のシステムパラメータ設定支援システムは、上記実施形態とは、さらに、性能向上の改善が見られなかった実施不要なパラメータ変更を抽出し、ユーザに提示する点で相違する。さらに、本実施形態のシステムパラメータ設定支援システムは、上記実施形態とは、パラメータを変更しながらテストを実施し、その結果を記憶する構成をさらに備える点で相違する。
(Third embodiment)
FIG. 6 is a functional block diagram showing the configuration of the system parameter setting support system according to the embodiment of the present invention.
The system parameter setting support system of the present embodiment is different from the above-described embodiment in that it extracts parameter changes that are not necessary to improve performance and presents them to the user. Furthermore, the system parameter setting support system of the present embodiment is different from the above-described embodiment in that it further includes a configuration for performing a test while changing parameters and storing the result.

本実施形態のシステムパラメータ設定支援システムは、図4の上記実施形態と同様なテスト履歴記憶装置3と、評価装置50と、を備える。
また、以下、上記実施形態の図1で説明したテスト装置1、テスト対象システム2、パラメータ設定装置4、および設定確認装置6の詳細についても説明する。
The system parameter setting support system of this embodiment includes a test history storage device 3 and an evaluation device 50 similar to those of the above embodiment of FIG.
Details of the test apparatus 1, the test target system 2, the parameter setting apparatus 4, and the setting confirmation apparatus 6 described with reference to FIG.

図6に示すように、テスト装置1は、テスト実施部11と、テスト結果表示部12と、を備える。
本実施形態において、テスト実施部11は、テスト対象システム2に負荷をかけて応答時間を測定する負荷テストを実施するために、テスト対象システム2にリクエストを送信する。ここで、リクエストは、たとえば、テスト対象システム2に対し、通信の応答を要求するもの、CPU(不図示)にある処理(プログラム)の実行を要求するもの、テスト対象システム2のメモリ(不図示)へのアクセスを要求するものなどを含むことができる。
As shown in FIG. 6, the test apparatus 1 includes a test execution unit 11 and a test result display unit 12.
In the present embodiment, the test execution unit 11 transmits a request to the test target system 2 in order to perform a load test in which a load is applied to the test target system 2 and a response time is measured. Here, the request is, for example, a request for a communication response to the test target system 2, a request for execution of a process (program) in a CPU (not shown), a memory (not shown) of the test target system 2. ), Etc. that require access to.

図9に示すように、たとえば、異なるテストケースの負荷のかけ方がある。本実施形態では、3種類の負荷ケース、たとえば、負荷の閑散時、通常時、およびピーク時のケースについて負荷テストを行う。テスト実施部11は、たとえば、負荷の閑散時には、毎秒1回のリクエストをテスト対象システム2に送信する。通常時には、毎秒10回のリクエストを送信し、ピーク時には、毎秒100回のリクエストを送信する。   As shown in FIG. 9, for example, there is a method of applying a load of different test cases. In the present embodiment, the load test is performed for three types of load cases, for example, when the load is quiet, normal, and peak. For example, the test execution unit 11 transmits a request once per second to the test target system 2 when the load is light. During normal times, 10 requests are transmitted per second, and during peak times, 100 requests are transmitted per second.

また、本実施形態では、図9に示すように、異なる負荷をかけた場合について場合分けをして負荷テストを行っているが、これに限定されない。たとえば、負荷を変化させながら、負荷の変化の度合いを変更したり、負荷変化の過渡期などについてテストを行うこともできる。   Further, in the present embodiment, as shown in FIG. 9, the load test is performed by dividing the case where different loads are applied, but the present invention is not limited to this. For example, while changing the load, the degree of change in the load can be changed, or a test can be performed for a transition period of the load change.

図6に戻り、テスト結果表示部12は、テスト対象システム2への上記負荷テストの結果を表示する。テスト対象システム2の運用管理者などのユーザは、テスト結果表示部12に表示されたテスト結果を参照し、パラメータ設定装置4で、さらにパラメータ設定の変更を行いながら、チューニング作業を進めることができる。   Returning to FIG. 6, the test result display unit 12 displays the result of the load test on the test target system 2. A user such as an operation manager of the test target system 2 can proceed with the tuning operation while referring to the test result displayed on the test result display unit 12 and further changing the parameter setting using the parameter setting device 4. .

テスト対象システム2は、テスト処理部21と、テスト結果計測部22と、パラメータ設定抽出部23と、を備える。
テスト処理部21は、テスト対象システム2のテスト対象となる処理を実行する。たとえば、データベースから複数のデータを読み出して、Webブラウザに表示するための形式に変換する処理や、データベースのデータを更新する処理などを実行する。
The test target system 2 includes a test processing unit 21, a test result measurement unit 22, and a parameter setting extraction unit 23.
The test processing unit 21 executes a process to be a test target of the test target system 2. For example, a process of reading a plurality of data from a database and converting it into a format for display on a Web browser, a process of updating data in the database, and the like are executed.

テスト結果計測部22は、負荷テスト実施中にテスト処理部21の性能情報を計測して、負荷テスト結果として統計データを計算する。性能情報は、リクエストに対する応答速度、または単位時間当たりの処理件数などを含む。統計処理は、たとえば、平均処理、パーセンタイルなどの処理を行う。   The test result measuring unit 22 measures the performance information of the test processing unit 21 during the load test, and calculates statistical data as the load test result. The performance information includes the response speed to the request, the number of processes per unit time, and the like. In the statistical processing, for example, average processing, percentile processing, and the like are performed.

パラメータ設定抽出部23は、テスト処理部21がテストを行った時のパラメータの設定、具体的にはパラメータ名と設定値を抽出する。パラメータは、アプリケーション、ミドルウェア、OSの性能に関わる各種の性能パラメータを含む。   The parameter setting extraction unit 23 extracts parameter settings when the test processing unit 21 performs a test, specifically, parameter names and setting values. The parameters include various performance parameters related to the performance of applications, middleware, and OS.

たとえば、パラメータは、ヒープメモリサイズ、最大スレッド数、データベースの最大接続数、または最大同時セッション数、処理タイムアウト時間、最大サーバプロセス数などの性能パラメータを含む。パラメータ設定抽出部23は、たとえば、予め定められたパラメータ設定用のファイルなどに記述されているパラメータを抽出することができる。あるいは、予め定められたパラメータ名に対する設定値を抽出することができる。   For example, the parameters include performance parameters such as heap memory size, maximum number of threads, maximum number of database connections, or maximum number of simultaneous sessions, processing timeout period, maximum number of server processes. The parameter setting extraction unit 23 can extract parameters described in, for example, a predetermined parameter setting file. Alternatively, a setting value for a predetermined parameter name can be extracted.

パラメータ設定装置4は、パラメータ変更受付部41を備える。
パラメータ変更受付部41は、運用管理者などパラメータを設定する者が操作部(不図示)などを利用して入力したパラメータの設定値を受け付け、テスト対象システム2のテスト処理部21に受け渡す。
The parameter setting device 4 includes a parameter change receiving unit 41.
The parameter change accepting unit 41 accepts a parameter setting value input by a person who sets parameters, such as an operation manager, using an operation unit (not shown) or the like, and passes it to the test processing unit 21 of the test target system 2.

設定確認装置6は、提示部61を備える。提示部61は、パラメータ設定ミス候補抽出部54で抽出された変更があったパラメータ設定、または、性能パラメータ設定ミス候補のパラメータ設定、具体的には少なくともパラメータ名と設定値を表示する。   The setting confirmation device 6 includes a presentation unit 61. The presenting unit 61 displays the parameter setting that has been extracted by the parameter setting error candidate extracting unit 54 or the parameter setting of the performance parameter setting error candidate, specifically, at least the parameter name and setting value.

このように構成された本実施形態のシステムパラメータ設定支援システムの動作について、以下に説明する。
まず、負荷テストを実施して所望の性能を満たすパラメータ設定を見つけ出すまでの動作について、図6および図7を用いて説明する。
図7は、負荷テストを実施して所望の性能を満たすパラメータ設定を見つけ出すまでの動作の手順を示すフローチャートである。
The operation of the system parameter setting support system of the present embodiment configured as described above will be described below.
First, an operation until a parameter setting satisfying a desired performance after performing a load test will be described with reference to FIGS.
FIG. 7 is a flowchart showing a procedure of operations performed until a parameter setting that satisfies a desired performance is found by performing a load test.

テスト装置1のテスト実施部11がテスト処理部21に対して負荷テストを行うための負荷リクエストを送信する(ステップS101)。このとき、複数のパターンのリクエストを送信する。テスト処理部21に対して負荷リクエストを送信しているときに、テスト対象システム2では、テスト対象システム2のテスト処理部21が、テスト装置1から受信したリクエストを処理する(ステップS201)。   The test execution unit 11 of the test apparatus 1 transmits a load request for performing a load test to the test processing unit 21 (step S101). At this time, a plurality of pattern requests are transmitted. When transmitting a load request to the test processing unit 21, in the test target system 2, the test processing unit 21 of the test target system 2 processes the request received from the test apparatus 1 (step S201).

そして、テスト対象システム2のテスト結果計測部22が、性能データを計測し、計測したデータから各テストパターンの性能統計データ、たとえば平均値を計算する(ステップS203)。そして、計算した性能統計データを、テスト履歴記憶装置3のテスト結果記憶部31へ記憶する(ステップS301)。   Then, the test result measuring unit 22 of the test target system 2 measures performance data, and calculates performance statistical data, for example, an average value of each test pattern from the measured data (step S203). Then, the calculated performance statistical data is stored in the test result storage unit 31 of the test history storage device 3 (step S301).

次に、テスト対象システム2のパラメータ設定抽出部23が、テスト処理部21からパラメータ設定を抽出して(ステップS205)、テスト履歴記憶装置3のパラメータ設定記憶部32へ記憶する(ステップS303)。ここで、テスト対象システム2のパラメータ設定抽出部23は、予め設定変更されるパラメータのパラメータ名に対応するパラメータ設定値を設定ファイルから抽出する。   Next, the parameter setting extraction unit 23 of the test target system 2 extracts the parameter setting from the test processing unit 21 (step S205) and stores it in the parameter setting storage unit 32 of the test history storage device 3 (step S303). Here, the parameter setting extraction unit 23 of the test target system 2 extracts the parameter setting value corresponding to the parameter name of the parameter whose setting is changed in advance from the setting file.

次に、テスト対象システム2のテスト結果計測部22が、ステップS203で計算した性能統計データをテスト装置1のテスト結果表示部12へ表示する(ステップS103)。ユーザは、テスト結果表示部12に表示されたテスト結果を参照して確認する。テスト結果が所望の性能を達成していない場合、すなわち、テスト結果に問題がある場合(ステップS105のYES)、ユーザは、パラメータ設定装置4の操作部(不図示)を用いて性能パラメータを変更し、パラメータ変更受付部41が変更を受け付ける(ステップS401)。パラメータ設定装置4が受け付けたパラメータ変更は、テスト対象システム2に送信され、テスト対象システム2でパラメータが変更される(ステップS207)。そして、再び負荷テストを実施する(ステップS101)。   Next, the test result measurement unit 22 of the test target system 2 displays the performance statistical data calculated in step S203 on the test result display unit 12 of the test apparatus 1 (step S103). The user confirms by referring to the test result displayed on the test result display unit 12. If the test result does not achieve the desired performance, that is, if there is a problem with the test result (YES in step S105), the user changes the performance parameter using the operation unit (not shown) of the parameter setting device 4 Then, the parameter change receiving unit 41 receives the change (step S401). The parameter change accepted by the parameter setting device 4 is transmitted to the test target system 2, and the parameter is changed in the test target system 2 (step S207). Then, the load test is performed again (step S101).

一方、所望の性能を達成している場合には(ステップS105のNO)、テスト対象システム2のパラメータ設定抽出部23が、設定されたパラメータを抽出して(ステップS209)、パラメータ最終設定値としてテスト履歴記憶装置3のパラメータ設定記憶部32へ記憶する(ステップS305)。
以上により、テスト結果記憶部31には負荷テスト結果の履歴が記憶され、パラメータ設定記憶部32には各テスト実施時のパラメータ設定が記憶される。
On the other hand, when the desired performance is achieved (NO in step S105), the parameter setting extraction unit 23 of the test target system 2 extracts the set parameter (step S209), and sets it as the parameter final setting value. It memorize | stores in the parameter setting memory | storage part 32 of the test history memory | storage device 3 (step S305).
As described above, the test result storage unit 31 stores a history of load test results, and the parameter setting storage unit 32 stores parameter settings at the time of performing each test.

次に、設定ミスの可能性のあるパラメータ設定を抽出するための動作を、図6および図8を用いて説明する。
図8は、設定ミス抽出時の動作を示すフローチャートである。
なお、本フローの設定装置50の処理は、i=1から(パラメータ変更回数−1)まで、ループ処理を繰り返す。
まず、評価装置50のテスト結果評価部51が、テスト履歴記憶装置3のテスト結果記憶部31を参照し(ステップS311)、1回目と2回目のテスト結果の差異、たとえば変化の度合いを計算する(ステップS503)。さらに、テスト結果評価部51が、計算された値と予め定められた値とを比較し、予め定められた値以上に差異がみられない場合、もしくは、性能が悪くなる方向へ変化した場合には(ステップS505のYES)、2回目に行ったパラメータ変更が効果を示していないとみなし、ステップS507に進む。そして、変更パラメータ抽出部53が、テスト履歴記憶装置3のパラメータ設定記憶部32を参照し(ステップS313)、1回目と2回目のテストでのパラメータ設定を比較して変更されたパラメータ名とパラメータ値を抽出する(ステップS507)。
Next, an operation for extracting parameter settings that may cause a setting error will be described with reference to FIGS.
FIG. 8 is a flowchart showing the operation at the time of setting error extraction.
Note that the process of the setting device 50 of this flow repeats the loop process from i = 1 to (parameter change count−1).
First, the test result evaluation unit 51 of the evaluation device 50 refers to the test result storage unit 31 of the test history storage device 3 (step S311) and calculates the difference between the first and second test results, for example, the degree of change. (Step S503). Furthermore, when the test result evaluation unit 51 compares the calculated value with a predetermined value and no difference is found beyond the predetermined value, or when the performance changes in a direction where the performance deteriorates. (YES in step S505), it is considered that the parameter change performed for the second time is not effective, and the process proceeds to step S507. Then, the changed parameter extraction unit 53 refers to the parameter setting storage unit 32 of the test history storage device 3 (step S313), compares the parameter settings in the first and second tests, and changes the parameter name and parameter. A value is extracted (step S507).

さらに、パラメータ設定ミス候補抽出部54が、パラメータ最終設定値をパラメータ設定記憶部32から取り出して、ステップS507で抽出されたパラメータ設定と比較する(ステップS509)。パラメータ設定が同じ値であれば(ステップS511のYES)、設定確認装置6の提示部61へとパラメータ設定を送信する。そして、設定確認装置6の提示部61が評価装置50から受信したパラメータ設定を表示する(ステップS601)。そのあと、ステップS501に戻り、2回目と3回目のテスト結果の評価を開始する(ステップS503)。以後、パラメータを変更してテストを実行した回数分、すなわち、{全テスト回数−1}回分、ステップS501〜ステップS511を繰り返す。   Further, the parameter setting error candidate extraction unit 54 extracts the parameter final setting value from the parameter setting storage unit 32 and compares it with the parameter setting extracted in step S507 (step S509). If the parameter setting is the same value (YES in step S511), the parameter setting is transmitted to the presentation unit 61 of the setting confirmation device 6. Then, the presentation unit 61 of the setting confirmation device 6 displays the parameter setting received from the evaluation device 50 (step S601). Thereafter, the process returns to step S501, and evaluation of the second and third test results is started (step S503). Thereafter, Steps S501 to S511 are repeated as many times as the number of times the test is executed by changing the parameters, that is, {total number of tests-1} times.

なお、ステップS505において予め定められた値以上に差異がみられる場合、すなわち、性能改善があった場合には(ステップS505のNO)、2回目に行ったパラメータ変更が効果を示したとみなして、ステップS507以降の処理を省略し、ステップS501に戻り、2回目と3回目のテスト結果の差異を計算する(ステップS503)。   In addition, when a difference is seen more than a predetermined value in step S505, that is, when there is a performance improvement (NO in step S505), it is considered that the second parameter change has shown an effect, The processing after step S507 is omitted, and the process returns to step S501 to calculate the difference between the second and third test results (step S503).

また、ステップS511において抽出されたパラメータ設定とパラメータ最終設定値が異なっていれば(ステップS511のNO)、効果のなかったパラメータ変更が元に戻されているとみなして、ステップS511以降の処理を省略し、ステップS501に戻り、次の2回目と3回目のテスト結果の差異を計算する(ステップS503)。   Further, if the parameter setting extracted in step S511 is different from the parameter final setting value (NO in step S511), it is assumed that the parameter change that has not been effective has been restored, and the processes in and after step S511 are performed. The process returns to step S501, and the difference between the next and third test results is calculated (step S503).

上記のように、ステップS503からステップS511までの処理を{全テスト回数−1}回実施することで、性能改善に効果がなかったが、実運用環境へそのままの値でリリースされたパラメータ設定の値を抽出して表示することができる。   As described above, performing the processing from step S503 to step S511 {total number of tests -1} times did not improve the performance, but the parameter setting that was released to the actual operating environment as it is was set. Values can be extracted and displayed.

以上説明したように、本発明の実施の形態に係るシステムパラメータ設定支援システムによれば、上記実施形態と同様な効果を奏するとともに、負荷テスト結果を比較して効果の低い性能パラメータ設定を抽出し、ユーザに提示することができる。
実運用環境で性能問題が発生した時には、通常、システムのすべてのパラメータを点検して、発生した性能問題との関係を確認する作業が発生するが、本実施の形態を用いることにより、点検する性能パラメータを予め絞り込むことができる。このため性能問題の原因追求と対処を迅速化することが可能となる。
As described above, according to the system parameter setting support system according to the embodiment of the present invention, the same effect as the above embodiment is obtained, and the performance parameter setting having a low effect is extracted by comparing the load test results. Can be presented to the user.
When a performance problem occurs in an actual operating environment, it is usually necessary to check all parameters of the system and confirm the relationship with the generated performance problem. Performance parameters can be narrowed down in advance. For this reason, it becomes possible to expedite the cause and the countermeasure of the performance problem.

また、実運用環境で運用開始する前に本実施の形態を用いることにより、実運用環境へ移行する前に性能パラメータ設定のミスを検出できるため、実運用環境でのITシステムの信頼性を高めることができる。   In addition, by using this embodiment before starting operation in the actual operating environment, it is possible to detect performance parameter setting errors before moving to the actual operating environment, thus improving the reliability of the IT system in the actual operating environment. be able to.

以上、図面を参照して本発明の実施形態について述べたが、これらは本発明の例示であり、上記以外の様々な構成を採用することもできる。
たとえば、本発明は、負荷テストとパラメータ確認を実現するプログラムや、ITシステムの運用監視と性能障害発生時の原因探索を実現するプログラムといった用途にも適用できる。
あるいは、本発明は、WebシステムやオンラインシステムのようなITシステムにおいて性能問題が発生した時に、ITシステムのパラメータ設定から性能障害の原因の可能性のあるパラメータ設定値を絞り込み、性能障害の原因の究明に使用することもできる。
As mentioned above, although embodiment of this invention was described with reference to drawings, these are the illustrations of this invention, Various structures other than the above are also employable.
For example, the present invention can also be applied to uses such as a program that realizes a load test and parameter confirmation, and a program that realizes operation monitoring of an IT system and a cause search when a performance failure occurs.
Alternatively, when a performance problem occurs in an IT system such as a Web system or an online system, the present invention narrows down parameter setting values that may cause a performance failure from the parameter settings of the IT system, It can also be used for investigation.

また、上記実施形態では、予め定めた指標以上の効果が得られなかった時に変更されたパラメータ設定を抽出する構成としたが、予め定めた指標以上の効果が得られた時に変更されたパラメータ設定を抽出する構成とすることもできる。
すなわち、評価装置の変更パラメータ抽出部は、テスト結果評価部が予め定めた指標以上の効果が得られたと評価したテスト結果に対応するテストを抽出し、抽出されたテスト時に変更があったパラメータを抽出することができる。
Further, in the above embodiment, the configuration is such that the changed parameter setting is extracted when an effect greater than the predetermined index is not obtained. However, the parameter setting changed when the effect greater than the predetermined index is obtained. It can also be set as the structure which extracts.
In other words, the change parameter extraction unit of the evaluation device extracts a test corresponding to the test result that the test result evaluation unit has evaluated that an effect equal to or greater than a predetermined index has been obtained, and the parameter that has been changed during the extracted test is extracted. Can be extracted.

この構成によれば、たとえば、既に運用中のシステムで適切に動作し、よい性能が得られている場合、パラメータ設定を他の同様なシステムに適用させることなどができる。   According to this configuration, for example, when a proper operation is performed in a system already in operation and a good performance is obtained, the parameter setting can be applied to another similar system.

実施例1
以下、本発明のシステムパラメータ設定支援システムの実施例について説明する。
まず、本実施例において、負荷テストを実施して所望の性能を満たすパラメータ設定を見つけ出すまでの具体的な動作について、図6、図7、図9乃至図11を用いて説明する。
図10は、本発明の実施例のシステム設定支援システムの負荷テスト結果記憶部の構成の一例を示す図である。図11は、本発明の実施例のシステム設定支援システムのパラメータ設定記憶部の構成の一例を示す図である。
Example 1
Embodiments of the system parameter setting support system of the present invention will be described below.
First, in this embodiment, a specific operation until a parameter setting satisfying a desired performance is found by performing a load test will be described with reference to FIGS. 6, 7, 9 to 11.
FIG. 10 is a diagram illustrating an example of the configuration of the load test result storage unit of the system setting support system according to the embodiment of this invention. FIG. 11 is a diagram illustrating an example of the configuration of the parameter setting storage unit of the system setting support system according to the embodiment of this invention.

まず、テスト装置1のテスト実施部11が、図9に示すように、閑散期(秒間1リクエスト)、通常期(秒間10リクエスト)、ピーク時(秒間100リクエスト)の3つのテストケースを実施する(ステップS101)。テスト対象システム2のテスト処理部21が、受け取ったリクエストを処理する(ステップS201)。テスト対象システム2のテスト結果計測部22が、リクエストに対する応答時間を計測する(ステップS203)。ここでは図10に示すように、1回目のテストの計測結果は、閑散期ケースでは100msec、通常期ケースには130msec、ピーク時ケースには800msecを示したとする。テスト結果計測部22は、これらの値をテスト履歴記憶装置3のテスト結果記憶部31に記憶する(ステップS301)。   First, as shown in FIG. 9, the test execution unit 11 of the test apparatus 1 executes three test cases in a quiet period (1 request per second), a normal period (10 requests per second), and a peak time (100 requests per second). (Step S101). The test processing unit 21 of the test target system 2 processes the received request (step S201). The test result measuring unit 22 of the test target system 2 measures the response time for the request (step S203). Here, as shown in FIG. 10, it is assumed that the measurement result of the first test shows 100 msec in the off-season case, 130 msec in the normal case, and 800 msec in the peak case. The test result measurement unit 22 stores these values in the test result storage unit 31 of the test history storage device 3 (step S301).

また、テスト対象システム2のパラメータ設定抽出部23が、テスト処理部21がテストを実施したときのパラメータ設定を抽出し、図11の1回目に示すようにヒープメモリサイズ64M、最大スレッド数40、DB最大接続数10という値を取得する(ステップS205)。そして、テスト履歴記憶装置3のパラメータ設定記憶部32へ記憶する(ステップS303)。   Further, the parameter setting extraction unit 23 of the test target system 2 extracts the parameter setting when the test processing unit 21 performs the test, and as shown in the first time in FIG. 11, the heap memory size 64M, the maximum number of threads 40, A value of 10 DB maximum connections is acquired (step S205). And it memorize | stores in the parameter setting memory | storage part 32 of the test history memory | storage device 3 (step S303).

次にテスト装置1のテスト結果表示部12が、テスト処理部21が実施した図10に示す1回目のテスト結果を表示する(ステップS103)。ここで、性能要求値として応答時間400msec以下とすると、今回のテスト結果ではピーク時ケース800msecが要求を満たしていないので(ステップS105のYES)、ユーザは、操作部を用いてパラメータの最大スレッド数を20に変更し、パラメータ設定装置4のパラメータ変更受付部41が受け付けたとする(ステップS401)。   Next, the test result display unit 12 of the test apparatus 1 displays the first test result shown in FIG. 10 performed by the test processing unit 21 (step S103). Here, if the response time is 400 msec or less as the performance request value, the peak case 800 msec does not satisfy the request in this test result (YES in step S105), so the user uses the operation unit to set the maximum number of threads for the parameter. Is changed to 20 and is received by the parameter change receiving unit 41 of the parameter setting device 4 (step S401).

変更したパラメータの効果を評価するために、テスト装置1のテスト実施部11が、リクエストして(ステップS101)、テスト対象システム2のテスト処理部21がリクエストを処理して負荷テストを実施する(ステップS201)。テスト対象システム2のテスト結果計測部22が、リクエストに対する応答時間を計測する(ステップS203)。その結果、ここでは図10に示すように、2回目のテストの計測結果は、閑散期ケースでは103msec、通常期ケースには120msec、ピーク時ケースには780msecを示したとする。テスト結果計測部22は、これらの値をテスト履歴記憶装置3のテスト結果記憶部31に記憶する(ステップS301)。   In order to evaluate the effect of the changed parameter, the test execution unit 11 of the test apparatus 1 makes a request (step S101), and the test processing unit 21 of the test target system 2 processes the request and executes a load test ( Step S201). The test result measuring unit 22 of the test target system 2 measures the response time for the request (step S203). As a result, as shown in FIG. 10, the measurement result of the second test is 103 msec in the off-season case, 120 msec in the normal case, and 780 msec in the peak case. The test result measurement unit 22 stores these values in the test result storage unit 31 of the test history storage device 3 (step S301).

また、テスト対象システム2のパラメータ設定抽出部23が、テスト処理部21が2回目にテストを実施したときのパラメータ設定を抽出する(ステップS205)。このとき抽出されたパラメータ設定は、図11の2回目に示すとおりとする。そして、パラメータ設定抽出部23が、このときのパラメータ設定をテスト履歴記憶装置3のパラメータ設定記憶部32へ記憶する(ステップS303)。   Further, the parameter setting extraction unit 23 of the test target system 2 extracts the parameter setting when the test processing unit 21 performs the test for the second time (step S205). The parameter settings extracted at this time are as shown in the second time in FIG. Then, the parameter setting extraction unit 23 stores the parameter setting at this time in the parameter setting storage unit 32 of the test history storage device 3 (step S303).

しかし、2回目のテスト結果でもピーク時ケース780msecが性能要求値400msec以下ではないので、結果に問題ありとして(ステップS105のYES)、ユーザは、操作部を用いてパラメータDB最大接続数を50に変更し、パラメータ設定装置4のパラメータ変更受付部41が受け付けたとする(ステップS401)。なお、ここでは最大スレッド数を20のままとする。パラメータ設定装置4が受け付けたパラメータ変更は、テスト対象システム2に送信され、テスト対象システム2でパラメータが変更される(ステップS207)。   However, since the peak case 780 msec is not less than the required performance value of 400 msec even in the second test result, there is a problem with the result (YES in step S105), and the user sets the parameter DB maximum connection count to 50 using the operation unit. It is assumed that the parameter change receiving unit 41 of the parameter setting device 4 receives the change (step S401). Here, the maximum number of threads is kept at 20. The parameter change accepted by the parameter setting device 4 is transmitted to the test target system 2, and the parameter is changed in the test target system 2 (step S207).

再び、変更したパラメータの効果を評価するために、テスト装置1のテスト実施部11がリクエストして(ステップS101)、テスト対象システム2のテスト処理部21がリクエストを処理して負荷テストを実施する(ステップS201)。テスト対象システム2のテスト結果計測部22が、リクエストに対する応答時間を計測する(ステップS203)。その結果、ここでは図10に示すように、3回目のテストの計測結果は、閑散期ケースでは98msec、通常期ケースには123msec、ピーク時ケースには304msecを示したとする。テスト結果計測部22は、これらの値をテスト履歴記憶装置3のテスト結果記憶部31に記憶する(ステップS301)。   Again, in order to evaluate the effect of the changed parameter, the test execution unit 11 of the test apparatus 1 makes a request (step S101), and the test processing unit 21 of the test target system 2 processes the request and executes a load test. (Step S201). The test result measuring unit 22 of the test target system 2 measures the response time for the request (step S203). As a result, as shown in FIG. 10, it is assumed that the measurement result of the third test shows 98 msec in the off-season case, 123 msec in the normal case, and 304 msec in the peak case. The test result measurement unit 22 stores these values in the test result storage unit 31 of the test history storage device 3 (step S301).

また、パラメータ設定抽出部23が、テスト処理部21が3回目にテストを実施したときのパラメータ設定を抽出する(ステップS205)。このとき抽出されたパラメータ設定は、図11の3回目に示すとおりとする。そして、パラメータ設定抽出部23が、テスト履歴記憶装置3のパラメータ設定記憶部32へ記憶する(ステップS303)。   Further, the parameter setting extraction unit 23 extracts the parameter setting when the test processing unit 21 performs the test for the third time (step S205). The parameter settings extracted at this time are as shown in the third time in FIG. Then, the parameter setting extraction unit 23 stores it in the parameter setting storage unit 32 of the test history storage device 3 (step S303).

ここで、3回目のテスト結果はすべてのテストケースで性能要求値400msec以下を満たしているので、結果に問題なしとして(ステップS105のNO)、ここで負荷テストを終了する。このときのテスト対象システム2のパラメータ設定抽出部23が、このときのパラメータ設定を抽出し(ステップS209)、抽出したパラメータをパラメータ最終設定値として、テスト履歴記憶装置3のパラメータ設定記憶部32に記憶する(ステップS305)。   Here, since the third test result satisfies the performance requirement value of 400 msec or less in all test cases, it is determined that there is no problem in the result (NO in step S105), and the load test is terminated here. The parameter setting extraction unit 23 of the test target system 2 at this time extracts the parameter setting at this time (step S209), and uses the extracted parameter as a parameter final setting value in the parameter setting storage unit 32 of the test history storage device 3. Store (step S305).

次に、変更ミスの可能性のあるパラメータ設定を抽出するための具体的な実施例を、図6、図8、および図11乃至図13を参照して説明する。
図12は、本発明の実施例のシステム設定支援システムにおけるテスト結果の一例を示す図である。図13は、本発明の実施例のシステム設定支援システムにおける性能パラメータの比較結果の一例を示す図である。
Next, specific examples for extracting parameter settings that may cause a change error will be described with reference to FIGS. 6 and 8 and FIGS. 11 to 13.
FIG. 12 is a diagram illustrating an example of a test result in the system setting support system according to the embodiment of this invention. FIG. 13 is a diagram illustrating an example of performance parameter comparison results in the system setting support system according to the embodiment of this invention.

まず、評価装置50のテスト結果評価部51が、テスト1回目と2回目のテスト結果の差異として、変化率を計算する(ステップS501、S503)。その結果は図12(a)に示すように、閑散期ケースでは+3.0%、通常期ケースでは−7.7%、ピーク時ケースでは−2.5%となった。本実施例では−20%以下の改善がみられた場合にパラメータ変更の効果があったとみなすものとする。テスト1回目と2回目のテスト結果の変化率はすべて−20%以上であるため、2回目の評価のために変更したパラメータ設定は特に効果がなかったと判断する(ステップS505のYES)。   First, the test result evaluation unit 51 of the evaluation device 50 calculates a change rate as a difference between the first test result and the second test result (steps S501 and S503). As shown in FIG. 12A, the result was + 3.0% in the off-season case, -7.7% in the normal case, and -2.5% in the peak case. In the present embodiment, it is assumed that there is an effect of changing parameters when improvement of −20% or less is observed. Since the change rates of the test results for the first and second tests are all -20% or more, it is determined that the parameter setting changed for the second evaluation has no particular effect (YES in step S505).

次に、変更パラメータ抽出部53が、1回目と2回目のテストでのパラメータ設定を比較して変更されたパラメータ名とパラメータ値を抽出する(ステップS507)。パラメータが、図13(a)に示すようにテストの2回目に、最大スレッド数を40から20に変更されていることが確認できる。このパラメータ設定が実運用環境でも利用されているかどうかを確認するために、パラメータ設定ミス候補抽出部54が、パラメータ最終設定値をパラメータ設定記憶部32から取り出して、ステップS507で抽出されたパラメータ設定と比較する(ステップS509)。   Next, the changed parameter extraction unit 53 extracts the changed parameter name and parameter value by comparing the parameter settings in the first and second tests (step S507). As shown in FIG. 13A, it can be confirmed that the maximum number of threads has been changed from 40 to 20 in the second test. In order to confirm whether or not this parameter setting is also used in the actual operation environment, the parameter setting error candidate extraction unit 54 extracts the parameter final setting value from the parameter setting storage unit 32 and extracts the parameter setting extracted in step S507. (Step S509).

図11に示すように、パラメータ最終設定値と比較すると、図13(b)に示すように2回目のパラメータとパラメータ最終設定値が同値であることが確認できる(ステップS511のYES)。すなわち、効果のなかったパラメータ変更がそのまま実運用環境にもリリースされていることから、このパラメータにより問題が発生する可能性が高いため、設定確認装置6の提示部61が、パラメータ名「最大スレッド数」とパラメータ値「20」を表示する(ステップS601)。たとえば、図13(b)のように、設定ミス候補のパラメータのパラメータ名と、設定が変更される前のパラメータ値と、設定が変更された後のパラメータ値と、最終設定値と、を含む一覧を画面に表示してもよい。これにより、設定ミス候補のパラメータがどのパラメータで、どの値に設定を戻せばよいかをユーザに通知することができる。
そして、2回目と3回目の比較に移る(ステップS513、S501)。
As shown in FIG. 11, when compared with the parameter final set value, it can be confirmed that the second parameter and the parameter final set value are the same as shown in FIG. 13B (YES in step S511). That is, since the parameter change that had no effect is released to the actual operation environment as it is, there is a high possibility that a problem will occur due to this parameter. Therefore, the presentation unit 61 of the setting confirmation apparatus 6 uses the parameter name “maximum thread”. Number ”and parameter value“ 20 ”are displayed (step S601). For example, as shown in FIG. 13B, the parameter name of the parameter of the setting error candidate, the parameter value before the setting is changed, the parameter value after the setting is changed, and the final setting value are included. A list may be displayed on the screen. Accordingly, it is possible to notify the user which parameter is a setting error candidate parameter and which value should be returned to the setting.
Then, the second and third comparisons are made (steps S513 and S501).

ステップS501に戻り、テスト2回目と3回目のテスト結果の変化率を計算する(ステップS503)。その結果は図12(b)に示すように、閑散期ケースでは−4.9%、通常期ケースでは−2.5%、ピーク時ケースでは−61.0%となった。ここではピーク時ケースで−20%以下の改善がみられるため、パラメータ変更の効果があったものと判断する(ステップS505のNO)。よって、ステップS507以降のパラメータ変更の確認は行わずに、ステップS501に戻り、次の処理へと移る。本実施例では、1回目から3回目までのすべてのテスト結果の比較を終了したため、ここでパラメータ抽出処理を完了する。   Returning to step S501, the rate of change between the second and third test results is calculated (step S503). As shown in FIG. 12B, the result was -4.9% in the off-season case, -2.5% in the normal case, and -61.0% in the peak case. Here, since an improvement of −20% or less is observed in the peak case, it is determined that there is an effect of changing the parameters (NO in step S505). Therefore, without confirming the parameter change after step S507, the process returns to step S501 and proceeds to the next process. In this embodiment, since the comparison of all the test results from the first time to the third time is completed, the parameter extraction process is completed here.

以上の結果、設定確認装置6の提示部61には、パラメータ名の「最大スレッド数」とパラメータ値「20」がパラメータ設定ミス候補として表示される。もし、他にもパラメータ設定ミス候補が検出された場合には、たとえば、図13(b)に示すような一覧にレコードを追加して表示することができる。ユーザは、表示された画面でパラメータ設定ミス候補を確認し、必要に応じてパラメータ設定装置4でパラメータ設定を元に戻す操作を行うことができる。   As a result, the parameter name “maximum number of threads” and the parameter value “20” are displayed as parameter setting error candidates on the presentation unit 61 of the setting confirmation apparatus 6. If other parameter setting error candidates are detected, for example, a record can be added to the list as shown in FIG. 13B and displayed. The user can confirm a parameter setting error candidate on the displayed screen, and can perform an operation to restore the parameter setting with the parameter setting device 4 as necessary.

以上、実施形態および実施例を参照して本願発明を説明したが、本願発明は上記実施形態および実施例に限定されるものではない。本願発明の構成や詳細には、本願発明のスコープ内で当業者が理解し得る様々な変更をすることができる。   While the present invention has been described with reference to the embodiments and examples, the present invention is not limited to the above embodiments and examples. Various changes that can be understood by those skilled in the art can be made to the configuration and details of the present invention within the scope of the present invention.

上記の実施形態の一部または全部は、以下の付記のようにも記載されうるが、以下には限られない。
(付記1)
時系列に順次テストを実施し、前記テストの各回のテスト結果を考慮してパラメータをチューニングするシステムパラメータ設定支援装置が、
時系列に順次実施された前記テストの各回において、前回とのテスト結果を比較してその変化を算出し、
前記テスト結果の前記変化に基づき、予め定めた指標以上の効果が得られないテストを抽出し、
抽出された前記テスト時に変更があったパラメータを抽出するシステムパラメータ設定支援装置のデータ処理方法。
(付記2)
付記1に記載のシステムパラメータ設定支援装置のデータ処理方法において、
前記システムパラメータ設定支援装置が、さらに、
前記テスト後、前記パラメータの変更が検知された前記変更があったパラメータの設定値と前記パラメータの最終設定値とを比較して、同値であるか否かを判定するシステムパラメータ設定支援装置のデータ処理方法。
(付記3)
付記1または付記2に記載のシステムパラメータ設定支援装置のデータ処理方法において、
前記システムパラメータ設定支援装置が、さらに、抽出された前記変更があったパラメータのパラメータ名と設定値をユーザに提示するシステムパラメータ設定支援装置のデータ処理方法。
(付記4)
付記2に記載のシステムパラメータ設定支援装置のデータ処理方法において、
前記システムパラメータ設定支援装置が、さらに、前記パラメータの最終設定値と同値であると判定されたパラメータをパラメータ設定ミス候補として、抽出するシステムパラメータ設定支援装置のデータ処理方法。
(付記5)
付記4に記載のシステムパラメータ設定支援装置のデータ処理方法において、
システムパラメータ設定支援装置が、さらに、抽出した前記パラメータ設定ミス候補について、そのパラメータ名と設定値をユーザに提示するシステムパラメータ設定支援装置のデータ処理方法。
A part or all of the above-described embodiment can be described as in the following supplementary notes, but is not limited thereto.
(Appendix 1)
A system parameter setting support device that performs tests sequentially in time series and tunes parameters in consideration of the test results of each test,
In each of the tests performed sequentially in time series, compare the test results with the previous time to calculate the change,
Based on the change in the test result, extract a test that does not achieve an effect that exceeds a predetermined index,
A data processing method for a system parameter setting support apparatus that extracts extracted parameters that have changed during the test.
(Appendix 2)
In the data processing method of the system parameter setting support device according to attachment 1,
The system parameter setting support device further includes:
Data of the system parameter setting support device that, after the test, compares the set value of the parameter where the change was detected and the final set value of the parameter to determine whether or not they are the same value Processing method.
(Appendix 3)
In the data processing method of the system parameter setting support device according to appendix 1 or appendix 2,
A data processing method for a system parameter setting support apparatus, wherein the system parameter setting support apparatus further presents a parameter name and a setting value of the extracted parameter with the change to the user.
(Appendix 4)
In the data processing method of the system parameter setting support device according to attachment 2,
A data processing method for a system parameter setting support device, wherein the system parameter setting support device further extracts, as a parameter setting error candidate, a parameter determined to be the same value as the final setting value of the parameter.
(Appendix 5)
In the data processing method of the system parameter setting support device according to attachment 4,
The system parameter setting support device further provides a data processing method of the system parameter setting support device for presenting the parameter name and setting value of the extracted parameter setting error candidate to the user.

(付記6)
時系列に順次テストを実施し、前記テストの各回のテスト結果を考慮してパラメータをチューニングするシステムパラメータ設定支援装置を実現するコンピュータに、
時系列に順次実施された前記テストの各回において、前回とのテスト結果を比較してその変化を算出する手順、
前記テスト結果の前記変化に基づき、予め定めた指標以上の効果が得られないテストを抽出する手順、
抽出された前記テスト時に変更があったパラメータを抽出する手順を実行させるためのプログラム。
(付記7)
付記6に記載のプログラムにおいて、
前記テスト後、前記パラメータの変更が検知された前記変更があったパラメータの設定値と前記パラメータの最終設定値とを比較して、同値であるか否かを判定する手順をコンピュータにさらに実行させるためのプログラム。
(付記8)
付記6または付記7に記載のプログラムにおいて、
抽出された前記変更があったパラメータのパラメータ名と設定値をユーザに提示する手順をコンピュータにさらに実行させるためのプログラム。
(付記9)
付記7に記載のプログラムにおいて、
前記パラメータの最終設定値と同値であると判定されたパラメータをパラメータ設定ミス候補として、抽出する手順をコンピュータにさらに実行させるためのプログラム。
(付記10)
付記9に記載のプログラムにおいて、
抽出した前記パラメータ設定ミス候補について、そのパラメータ名と設定値をユーザに提示する手順をコンピュータにさらに実行させるためのプログラム。
(Appendix 6)
A computer that implements a system parameter setting support device that performs tests sequentially in time series and tunes parameters in consideration of the test results of each test,
A procedure for calculating the change by comparing the test result with the previous time in each time of the test sequentially performed in time series,
A procedure for extracting a test based on the change in the test result that does not achieve an effect that exceeds a predetermined index;
The program for performing the procedure which extracts the parameter which was changed at the time of the said extracted test.
(Appendix 7)
In the program described in Appendix 6,
After the test, the computer further executes a procedure for comparing the setting value of the parameter where the change is detected and the final setting value of the parameter to determine whether the change is the same or not. Program for.
(Appendix 8)
In the program described in appendix 6 or appendix 7,
A program for causing a computer to further execute a procedure of presenting a parameter name and a set value of a parameter that has been extracted to the user.
(Appendix 9)
In the program described in Appendix 7,
A program for causing a computer to further execute a procedure for extracting a parameter determined to be the same as the final setting value of the parameter as a parameter setting error candidate.
(Appendix 10)
In the program described in Appendix 9,
A program for causing a computer to further execute a procedure for presenting a parameter name and a set value to a user for the extracted parameter setting error candidate.

この出願は、2011年8月4日に出願された日本出願特願2011−170701号を基礎とする優先権を主張し、その開示の全てをここに取り込む。   This application claims the priority on the basis of Japanese application Japanese Patent Application No. 2011-170701 for which it applied on August 4, 2011, and takes in those the indications of all here.

Claims (10)

時系列に順次テストを実施し、前記テストの各回のテスト結果を考慮してパラメータをチューニングするシステムパラメータ設定支援システムであって、
時系列に順次実施された前記テストの各回において、前回とのテスト結果を比較してその変化を算出し、算出した前記テスト結果の前記変化に基づき、予め定めた指標以上の効果が得られたか否かを評価するテスト結果評価手段と、
前記テスト結果評価手段が前記予め定めた指標以上の効果が得られないと評価したテスト結果に対応するテストを抽出し、抽出された前記テスト時に変更があったパラメータを抽出する変更パラメータ抽出手段と、
を備えるシステムパラメータ設定支援システム。
A system parameter setting support system that performs tests sequentially in time series and tunes parameters in consideration of the test results of each test,
At each time of the test performed sequentially in time series, the test result was compared with the previous time to calculate the change, and based on the change in the calculated test result, did the result exceed the predetermined index? A test result evaluation means for evaluating whether or not,
A change parameter extraction means for extracting a test corresponding to a test result evaluated by the test result evaluation means that an effect equal to or greater than the predetermined index cannot be obtained, and extracting a parameter that has been changed during the extracted test; ,
A system parameter setting support system comprising:
請求項1に記載のシステムパラメータ設定支援システムにおいて、
前記テスト後、前記パラメータの最終設定値と前記変更パラメータ抽出手段が抽出した前記変更があったパラメータの設定値とを比較して、同値であるか否かを判定する判定手段をさらに備えるシステムパラメータ設定支援システム。
In the system parameter setting support system according to claim 1,
After the test, the system parameter further includes a determination unit that compares the final setting value of the parameter with the setting value of the parameter that has been changed extracted by the changed parameter extraction unit, and determines whether or not they are the same value Setting support system.
請求項1または2に記載のシステムパラメータ設定支援システムにおいて、
前記変更パラメータ抽出手段が抽出した前記変更があったパラメータのパラメータ名と設定値をユーザに提示する変更パラメータ提示手段をさらに備えるシステムパラメータ設定支援システム。
In the system parameter setting support system according to claim 1 or 2,
A system parameter setting support system further comprising a changed parameter presenting means for presenting a parameter name and a set value of the parameter that has been extracted by the changed parameter extracting means to the user.
請求項2に記載のシステムパラメータ設定支援システムにおいて、
前記判定手段が前記パラメータの前記最終設定値と同値であると判定した前記パラメータをパラメータ設定ミス候補として抽出するパラメータ設定ミス候補抽出手段をさらに備えるシステムパラメータ設定支援システム。
In the system parameter setting support system according to claim 2,
A system parameter setting support system further comprising parameter setting error candidate extraction means for extracting, as the parameter setting error candidate, the parameter determined by the determination means to be the same value as the final setting value of the parameter.
請求項4に記載のシステムパラメータ設定支援システムにおいて、
前記パラメータ設定ミス候補抽出手段が抽出した前記パラメータ設定ミス候補について、そのパラメータ名と設定値をユーザに提示するパラメータ設定ミス候補提示手段をさらに備えるシステムパラメータ設定支援システム。
In the system parameter setting support system according to claim 4,
A system parameter setting support system further comprising parameter setting error candidate presenting means for presenting a parameter name and a setting value to the user for the parameter setting error candidate extracted by the parameter setting error candidate extracting means.
時系列に順次テストを実施し、前記テストの各回のテスト結果を考慮してパラメータをチューニングするシステムパラメータ設定支援装置が、
時系列に順次実施された前記テストの各回において、前回とのテスト結果を比較してその変化を算出し、
前記テスト結果の前記変化に基づき、予め定めた指標以上の効果が得られないテストを抽出し、
抽出された前記テスト時に変更があったパラメータを抽出するシステムパラメータ設定支援装置のデータ処理方法。
A system parameter setting support device that performs tests sequentially in time series and tunes parameters in consideration of the test results of each test,
In each of the tests performed sequentially in time series, compare the test results with the previous time to calculate the change,
Based on the change in the test result, extract a test that does not achieve an effect that exceeds a predetermined index,
A data processing method for a system parameter setting support apparatus that extracts extracted parameters that have changed during the test.
請求項6に記載のシステムパラメータ設定支援装置のデータ処理方法において、
前記システムパラメータ設定支援装置が、さらに、
前記テスト後、前記パラメータの変更が検知された前記変更があったパラメータの設定値と前記パラメータの最終設定値とを比較して、同値であるか否かを判定するシステムパラメータ設定支援装置のデータ処理方法。
In the data processing method of the system parameter setting support device according to claim 6,
The system parameter setting support device further includes:
Data of the system parameter setting support device that, after the test, compares the set value of the parameter where the change was detected and the final set value of the parameter to determine whether or not they are the same value Processing method.
請求項7に記載のシステムパラメータ設定支援装置のデータ処理方法において、
前記システムパラメータ設定支援装置が、さらに、前記パラメータの最終設定値と同値であると判定されたパラメータをパラメータ設定ミス候補として、抽出するシステムパラメータ設定支援装置のデータ処理方法。
In the data processing method of the system parameter setting support device according to claim 7,
A data processing method for a system parameter setting support device, wherein the system parameter setting support device further extracts, as a parameter setting error candidate, a parameter determined to be the same value as the final setting value of the parameter.
時系列に順次テストを実施し、前記テストの各回のテスト結果を考慮してパラメータをチューニングするシステムパラメータ設定支援装置を実現するコンピュータに、
時系列に順次実施された前記テストの各回において、前回とのテスト結果を比較してその変化を算出する手順、
前記テスト結果の前記変化に基づき、予め定めた指標以上の効果が得られないテストを抽出する手順、
抽出された前記テスト時に変更があったパラメータを抽出する手順を実行させるためのプログラム。
A computer that implements a system parameter setting support device that performs tests sequentially in time series and tunes parameters in consideration of the test results of each test,
A procedure for calculating the change by comparing the test result with the previous time in each time of the test sequentially performed in time series,
A procedure for extracting a test based on the change in the test result that does not achieve an effect that exceeds a predetermined index;
The program for performing the procedure which extracts the parameter which was changed at the time of the said extracted test.
請求項9に記載のプログラムにおいて、
前記テスト後、前記パラメータの変更が検知された前記変更があったパラメータの設定値と前記パラメータの最終設定値とを比較して、同値であるか否かを判定する手順をコンピュータにさらに実行させるためのプログラム。
The program according to claim 9,
After the test, the computer further executes a procedure for comparing the setting value of the parameter where the change is detected and the final setting value of the parameter to determine whether the change is the same or not. Program for.
JP2013526766A 2011-08-04 2012-08-03 System parameter setting support system, data processing method of system parameter setting support device, and program Active JP5967091B2 (en)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
JP2011170701 2011-08-04
JP2011170701 2011-08-04
PCT/JP2012/004947 WO2013018376A1 (en) 2011-08-04 2012-08-03 System parameter settings assist system, data processing method for system parameter settings assist device, and program

Publications (2)

Publication Number Publication Date
JPWO2013018376A1 JPWO2013018376A1 (en) 2015-03-05
JP5967091B2 true JP5967091B2 (en) 2016-08-10

Family

ID=47628922

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2013526766A Active JP5967091B2 (en) 2011-08-04 2012-08-03 System parameter setting support system, data processing method of system parameter setting support device, and program

Country Status (2)

Country Link
JP (1) JP5967091B2 (en)
WO (1) WO2013018376A1 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6524875B2 (en) * 2015-09-30 2019-06-05 日本電気株式会社 Processing setting search device, method and program
JP6851765B2 (en) * 2016-10-06 2021-03-31 株式会社東芝 Information generation systems, devices, methods, and programs
CN112416691B (en) * 2020-12-09 2023-07-21 海光信息技术股份有限公司 Performance test method and system based on benchmark test tool

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07244675A (en) * 1994-03-04 1995-09-19 Nippon Telegr & Teleph Corp <Ntt> Performance tuning method of data base management system
JPH11249934A (en) * 1998-02-27 1999-09-17 Nec Corp System performance tuning system
TWI428767B (en) * 2006-06-26 2014-03-01 Ibm Method, program and apparatus for optimizing configuration parameter set of system

Also Published As

Publication number Publication date
JPWO2013018376A1 (en) 2015-03-05
WO2013018376A1 (en) 2013-02-07

Similar Documents

Publication Publication Date Title
JP2018506104A (en) Data stream processing language for analyzing instrumented software
US20140331209A1 (en) Program Testing Service
JP4898805B2 (en) Method, program and apparatus for optimizing system configuration parameter sets
JP2017506400A (en) Cloud release pipeline diagnosis and optimization
US8606905B1 (en) Automated determination of system scalability and scalability constraint factors
US20150378879A1 (en) Methods, software, and systems for software testing
US11288164B2 (en) Dynamic distributed tracing instrumentation in a microservice architecture
US20170109257A1 (en) Use case driven stepping component automation framework
WO2014061229A1 (en) Information system building assistance device, information system building assistance method, and information system building assistance program
US20150288568A1 (en) Recording medium, handling method generation method, and information processing apparatus
JP6094595B2 (en) Information system construction support apparatus, information system construction support method, and information system construction support program
US10474523B1 (en) Automated agent for the causal mapping of complex environments
JP5967091B2 (en) System parameter setting support system, data processing method of system parameter setting support device, and program
JP2023086678A (en) Method and apparatus for generating and applying deep learning model based on deep learning framework
US20140331205A1 (en) Program Testing Service
WO2014179731A1 (en) Program testing service
US11138091B2 (en) Regression analysis platform
US10970200B2 (en) Test result triage for a failed code validation
CN106062738B (en) Manage job state
US20190129781A1 (en) Event investigation assist method and event investigation assist device
US9501321B1 (en) Weighted service requests throttling
Brebner Automatic performance modelling from application performance management (APM) data: an experience report
JP5304972B1 (en) INFORMATION PROCESSING APPARATUS, INFORMATION PROCESSING METHOD, AND PROGRAM
JP2008191849A (en) Operation management device, information processor, control method for operation management device, control method for information processor and program
US9497253B2 (en) Authorization review system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20150702

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: 20160607

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20160620

R150 Certificate of patent (=grant) or registration of utility model

Ref document number: 5967091

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150