JP4266894B2 - Performance statistical information output system, performance statistical information output method and program - Google Patents

Performance statistical information output system, performance statistical information output method and program Download PDF

Info

Publication number
JP4266894B2
JP4266894B2 JP2004214179A JP2004214179A JP4266894B2 JP 4266894 B2 JP4266894 B2 JP 4266894B2 JP 2004214179 A JP2004214179 A JP 2004214179A JP 2004214179 A JP2004214179 A JP 2004214179A JP 4266894 B2 JP4266894 B2 JP 4266894B2
Authority
JP
Japan
Prior art keywords
performance
information
period
statistical information
output
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP2004214179A
Other languages
Japanese (ja)
Other versions
JP2006039625A (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 Solution Innovators Ltd
Original Assignee
NEC Software Tohoku Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Software Tohoku Ltd filed Critical NEC Software Tohoku Ltd
Priority to JP2004214179A priority Critical patent/JP4266894B2/en
Publication of JP2006039625A publication Critical patent/JP2006039625A/en
Application granted granted Critical
Publication of JP4266894B2 publication Critical patent/JP4266894B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は性能統計情報出力システム、性能統計情報出力方法およびプログラムに関し、特に、対象装置から性能情報を収集し、この性能情報から算出した性能統計情報を出力する性能統計情報出力システム、性能統計情報出力方法およびプログラムに関する。   The present invention relates to a performance statistical information output system, a performance statistical information output method, and a program, and in particular, collects performance information from a target device and outputs performance statistical information calculated from the performance information. The present invention relates to an output method and a program.

周辺装置の性能をあらかじめ定められた周期で測定し統計処理した後に統計情報貯蔵部に保存することが、たとえば特許文献1に記載されている。性能統計情報を画面出力することも従来から行われている。   For example, Patent Document 1 discloses that the performance of a peripheral device is measured at a predetermined cycle, statistically processed, and then stored in a statistical information storage unit. Conventionally, performance statistics information is also output on the screen.

周辺装置からの性能情報収集周期はごく短い周期、たとえば、数秒〜1分の周期で行われる。リアルタイムで性能情報を監視するために画面上に出力する性能統計情報は周辺装置からの性能情報収集周期と同じ周期で算出される。   The performance information collection cycle from the peripheral device is performed in a very short cycle, for example, a cycle of several seconds to 1 minute. The performance statistical information output on the screen for monitoring the performance information in real time is calculated at the same cycle as the performance information collection cycle from the peripheral device.

リアルタイム画面表示とファイル出力とを一つのプログラムとして実現することも可能であったが、リアルタイム監視周期が非常に短い場合、1周期で全てを処理しきれないという問題があった。このため、リアルタイム表示とファイル出力とは一つのプログラムではなく、非同期に動作するプログラムとして実現することが望ましい。   Although real-time screen display and file output could be realized as a single program, there was a problem that when the real-time monitoring cycle was very short, all could not be processed in one cycle. For this reason, it is desirable to realize real-time display and file output as programs that operate asynchronously rather than as a single program.

また、ファイルへの性能統計情報出力を周辺装置からの性能情報収集周期と同じ周期で行うと、蓄積される性能統計情報が膨大な量となってしまう。これを防止するためには、ファイル出力周期は性能情報取得周期よりも十分大きくする必要があった。   Further, if performance statistical information output to a file is performed at the same period as the performance information collection period from the peripheral device, the accumulated performance statistical information becomes a huge amount. In order to prevent this, the file output cycle needs to be sufficiently larger than the performance information acquisition cycle.

画面上に出力するための性能統計情報算出とファイルへ出力するための性能統計情報算出とをそれぞれ別のプログラムから非同期に実行する場合、性能情報をそれぞれのプログラムで非同期に取得すると、周辺装置に対するI/O負荷が増大する。従って、性能情報取得はどちらか一方のプログラム上から行えることが望ましい。   When the performance statistical information calculation for output on the screen and the performance statistical information calculation for output to the file are executed asynchronously from different programs, if the performance information is acquired asynchronously by each program, I / O load increases. Therefore, it is desirable that performance information can be acquired from either one of the programs.

特開平6−131219号公報(第2−3頁、図1)JP-A-6-131219 (page 2-3, FIG. 1)

上述したように、対象装置の性能統計情報を画面出力およびファイル出力する場合に、画面出力用の性能情報とファイル出力用の性能情報とを対象装置から同期させて取得し、ファイルへの性能統計情報出力と画面への性能統計情報出力とを同期させて行うと、画像出力とファイル出力とで情報取得のタイミングが重複するときには1回のアクセスで双方の情報取得が可能となるのでI/O負荷が低減できるという利点がある反面、ファイルに蓄積される性能統計情報が膨大な量となるという問題点があった。また、リアルタイム監視周期が非常に短い場合、1周期で全てを処理しきれないという問題点もあった。   As described above, when the performance statistics information of the target device is output to the screen and the file, the performance information for screen output and the performance information for file output are acquired from the target device in synchronization, and the performance statistics for the file If the information output and the performance statistics information output to the screen are performed in synchronization, if the information acquisition timing overlaps between the image output and the file output, it is possible to acquire both information with one access, so I / O While there is an advantage that the load can be reduced, there is a problem that the performance statistical information accumulated in the file becomes enormous. In addition, when the real-time monitoring cycle is very short, there is a problem that not all can be processed in one cycle.

一方、ファイルへの性能統計情報出力と画面への性能統計情報出力とを別のプログラムから非同期で実行する場合、性能情報をそれぞれのプログラムで非同期に対象装置から取得すると、双方が独立に情報を取得するため、対象装置に対するI/O負荷を低減することができないという問題点があった。   On the other hand, when performance statistics information output to a file and performance statistics information output to a screen are executed asynchronously from different programs, if the performance information is acquired from the target device asynchronously by each program, the information is independently sent to both sides. As a result, the I / O load on the target device cannot be reduced.

本発明の目的は、対象装置の性能統計情報をリアルタイム画面出力およびファイル出力を行う場合に、対象装置に対するI/O負荷増大防止とファイル出力量増大防止とを実現し、また、リアルタイム監視周期が非常に短い場合であっても、画面出力およびファイル出力の処理を可能とする性能統計情報出力システム、性能統計情報出力方法およびプログラムを提供することにある。   An object of the present invention is to realize prevention of an increase in I / O load and prevention of an increase in the amount of file output for a target device when performance statistics information of the target device is output in real time and output a file. An object of the present invention is to provide a performance statistical information output system, a performance statistical information output method, and a program capable of processing screen output and file output even in a very short case.

本発明の性能統計情報出力システムは、対象装置から性能情報を取得する情報取得手段と、取得した性能情報に基づいて性能統計情報を算出する複数の算出手段とを備え、
前記情報取得手段は前記複数の算出手段に供給するための性能情報を同期させて取得し、
前記複数の算出手段は性能統計情報を非同期で算出することを特徴とする。
The performance statistics information output system of the present invention comprises information acquisition means for acquiring performance information from the target device, and a plurality of calculation means for calculating performance statistics information based on the acquired performance information,
The information acquisition means acquires performance information to be supplied to the plurality of calculation means in synchronization with each other,
The plurality of calculating means calculate performance statistical information asynchronously.

本発明の性能統計情報出力システムは、対象装置から性能情報を取得する情報取得手段と、
取得した第1の性能情報を格納する第1の記憶部と、
第1の周期で前記第1の性能情報取得時の前回に取得した第2の性能情報を格納する第2の記憶部と、
第2の周期で前記第1の性能情報取得時の前回に取得した第3の性能情報を格納する第3の記憶部と、
前記第1の性能情報と前記第2の性能情報とに基づいて第1の性能統計情報を算出する第1の算出手段と、
前記第1の性能情報と前記第3の性能情報とに基づいて第2の性能統計情報を算出する第2の算出手段とを備えたことを特徴としてもよい。
The performance statistics information output system of the present invention includes information acquisition means for acquiring performance information from the target device,
A first storage unit for storing the acquired first performance information;
A second storage unit for storing the second performance information acquired at the previous time when acquiring the first performance information in the first period;
A third storage unit for storing the third performance information acquired at the previous time when acquiring the first performance information in the second period;
First calculation means for calculating first performance statistical information based on the first performance information and the second performance information;
There may be provided a second calculation means for calculating second performance statistical information based on the first performance information and the third performance information.

本発明の性能統計情報出力システムは、前記情報取得手段は、前記第1の周期と前記第2の周期のうち短い方の周期と同一の周期で前記対象装置から性能情報を取得することを特徴としてもよい。   The performance statistical information output system of the present invention is characterized in that the information acquisition means acquires performance information from the target device in the same cycle as the shorter one of the first cycle and the second cycle. It is good.

本発明の性能統計情報出力システムは、前記情報取得手段は、前記第1の周期と前記第2の周期との公約数となる周期で前記対象装置から性能情報を取得することを特徴としてもよい。   The performance statistical information output system of the present invention may be characterized in that the information acquisition means acquires performance information from the target device at a period that is a common divisor of the first period and the second period. .

本発明の性能統計情報出力システムは、前記情報取得手段は、前記第1の周期と前記第2の周期との最大公約数となる周期で前記対象装置から性能情報を取得することを特徴としてもよい。   The performance statistical information output system according to the present invention may be characterized in that the information acquisition means acquires the performance information from the target device at a period that is a greatest common divisor between the first period and the second period. Good.

本発明の性能統計情報出力システムは、前記第1の性能統計情報を出力する出力装置と、前記第2の性能統計情報を記録する記録装置とを備えたことを特徴としてもよい。   The performance statistical information output system of the present invention may include an output device that outputs the first performance statistical information and a recording device that records the second performance statistical information.

本発明の性能統計情報出力システムは、前記第1の性能統計情報を画面出力する出力装置と、前記第2の性能統計情報をファイル蓄積する記録装置とを備えたことを特徴としてもよい。   The performance statistical information output system of the present invention may include an output device that outputs the first performance statistical information on a screen and a recording device that stores the second performance statistical information in a file.

本発明の性能統計情報出力システムは、対象装置から性能情報を取得する情報取得手段と、第1〜第N+1(Nは整数)の記憶部と、第1〜第Nの算出手段と、出力装置と、第1〜第M(M=N−1)の記録装置とを備え、
第1の記憶部は取得した第1の性能情報を格納し、
第N(N≧2)の記憶部は第N−1の周期で前記第1の性能情報取得時の前回に取得した第Nの性能情報を格納し、
前記第Nの算出手段は第1の性能情報と第N+1の性能情報とに基づいて第Nの性能統計情報を算出し、
前記出力装置は第1の性能統計情報を出力し、
前記第Mの記録装置は第Nの性能統計情報を記録することを特徴としてもよい。
The performance statistical information output system of the present invention includes an information acquisition unit that acquires performance information from a target device, first to N + 1th (N is an integer) storage units, first to Nth calculation unit, and an output device. And first to Mth (M = N−1) recording devices,
The first storage unit stores the acquired first performance information,
The Nth (N ≧ 2) storage unit stores the Nth performance information acquired at the previous time when the first performance information is acquired in the (N−1) th cycle,
The Nth calculation means calculates Nth performance statistical information based on the first performance information and the (N + 1) th performance information,
The output device outputs first performance statistical information;
The Mth recording apparatus may record Nth performance statistical information.

本発明の性能統計情報出力システムは、前記情報取得手段は、第1〜第N−1の周期のうち最も短い周期と同一の周期で前記対象装置から性能情報を取得することを特徴としてもよい。   The performance statistics information output system of the present invention may be characterized in that the information acquisition means acquires performance information from the target device in the same cycle as the shortest cycle among the first to (N-1) th cycles. .

本発明の性能統計情報出力システムは、前記情報取得手段は、第1〜第N−1の周期の公約数となる周期で前記対象装置から性能情報を取得することを特徴としてもよい。   The performance statistical information output system of the present invention may be characterized in that the information acquisition means acquires performance information from the target device in a cycle that is a common divisor of the first to (N-1) th cycles.

本発明の性能統計情報出力システムは、前記情報取得手段は、第1〜第N−1の周期の最大公約数となる周期で前記対象装置から性能情報を取得することを特徴としてもよい。   The performance statistics information output system of the present invention may be characterized in that the information acquisition means acquires the performance information from the target device in a cycle that is the greatest common divisor of the first to (N-1) th cycles.

本発明の性能統計情報出力方法は、対象装置から性能情報を取得し、取得した性能情報に基づいて複数の算出手段で性能統計情報を算出する性能統計情報出力方法であって、
前記複数の算出手段に供給するための性能統計情報を同期させて取得するステップと、
前記複数の算出手段が性能統計情報を非同期で算出するステップとを含むことを特徴とする。
The performance statistical information output method of the present invention is a performance statistical information output method for acquiring performance information from a target device and calculating performance statistical information by a plurality of calculation means based on the acquired performance information,
Obtaining synchronously the performance statistical information to be supplied to the plurality of calculating means;
The plurality of calculating means include a step of calculating performance statistical information asynchronously.

本発明の性能統計情報出力方法は、対象装置から性能情報を取得するステップと、
取得した第1の性能情報を第1の記憶部に格納するステップと、
第1の周期で前記第1の性能情報取得時の前回に取得した第2の性能情報を第2の記憶部に格納するステップと、
第2の周期で前記第1の性能情報取得時の前回に取得した第3の性能情報を第3の記憶部に格納するステップと、
前記第1の性能情報と前記第2の性能情報とに基づいて第1の性能統計情報を算出するステップと、
前記第1の性能情報と前記第3の性能情報とに基づいて第2の性能統計情報を算出するステップと、
前記第1の性能統計情報を出力装置に出力するステップと、
前記第2の性能統計情報を記録装置に記録するステップとを備えたことを特徴としてもよい。
The performance statistics information output method of the present invention includes the step of acquiring performance information from the target device;
Storing the acquired first performance information in the first storage unit;
Storing the second performance information acquired in the previous period at the time of acquiring the first performance information in the first cycle in the second storage unit;
Storing the third performance information acquired in the previous period at the time of acquiring the first performance information in the second cycle in a third storage unit;
Calculating first performance statistical information based on the first performance information and the second performance information;
Calculating second performance statistical information based on the first performance information and the third performance information;
Outputting the first performance statistics information to an output device;
And recording the second performance statistical information on a recording device.

本発明の性能統計情報出力方法は、対象装置から性能情報を取得するステップと、
取得した第1の性能情報を第1の記憶部に格納するステップと、
第N(Nは整数)の周期で前記第1の性能情報取得時の前回に取得した第N+1の性能情報を第N+1の記憶部に格納するステップと、
第1の性能情報と第N+1の性能情報とに基づいて第Nの性能統計情報を算出するステップと、
第1の性能統計情報を出力装置に出力するステップと、
第N(N≧2)の性能統計情報を第M(M=N−1)の記録装置に記録するステップとを備えたことを特徴としてもよい。
The performance statistics information output method of the present invention includes the step of acquiring performance information from the target device;
Storing the acquired first performance information in the first storage unit;
Storing the (N + 1) th performance information acquired in the previous time at the time of acquiring the first performance information in an Nth (N is an integer) period in the (N + 1) th storage unit;
Calculating Nth performance statistic information based on the first performance information and the (N + 1) th performance information;
Outputting the first performance statistical information to the output device;
And recording the Nth (N ≧ 2) performance statistical information on the Mth (M = N−1) th recording device.

本発明のプログラムは、性能統計情報を算出する複数の算出手段に供給するための性能情報を対象装置から同期させて取得する処理と、
前記複数の算出手段によって複数の性能統計情報を非同期で算出する処理とをコンピュータに実行させる。
The program of the present invention is a process for acquiring performance information to be supplied to a plurality of calculation means for calculating performance statistical information in synchronization with the target device;
Processing for asynchronously calculating a plurality of performance statistical information by the plurality of calculating means is executed by a computer.

本発明のプログラムは、対象装置から性能情報を取得する処理と、
取得した第1の性能情報を第1の記憶部に格納する処理と、
第1の周期で前記第1の性能情報取得時の前回に取得した第2の性能情報を第2の記憶部に格納する処理と、
第2の周期で前記第1の性能情報取得時の前回に取得した第3の性能情報を第3の記憶部に格納する処理と、
前記第1の性能情報と前記第2の性能情報とに基づいて第1の性能統計情報を算出する処理と、
前記第1の性能情報と前記第3の性能情報とに基づいて第2の性能統計情報を算出する処理と、
前記第1の性能統計情報を出力装置に出力する処理と、
前記第2の性能統計情報を記録装置に記録する処理とをコンピュータに実行させるようにしてもよい。
The program of the present invention includes a process of acquiring performance information from the target device;
A process of storing the acquired first performance information in the first storage unit;
A process of storing in the second storage unit the second performance information acquired at the previous time when acquiring the first performance information in the first period;
A process of storing the third performance information acquired in the previous time at the time of acquiring the first performance information in the second cycle in a third storage unit;
Processing for calculating first performance statistical information based on the first performance information and the second performance information;
Processing for calculating second performance statistical information based on the first performance information and the third performance information;
Processing for outputting the first performance statistical information to an output device;
You may make it make a computer perform the process which records said 2nd performance statistics information on a recording device.

本発明のプログラムは、対象装置から性能情報を取得する処理と、
取得した第1の性能情報を第1の記憶部に格納する処理と、
第N(Nは整数)の周期で前記第1の性能情報取得時の前回に取得した第N+1の性能情報を第N+1の記憶部に格納する処理と、
第1の性能情報と第N+1の性能情報とに基づいて第Nの性能統計情報を算出する処理と、
第1の性能統計情報を出力装置に出力する処理と、
第N(N≧2)の性能統計情報を第M(M=N−1)の記録装置に記録する処理とをコンピュータに実行させるようにしてもよい。
The program of the present invention includes a process of acquiring performance information from the target device;
A process of storing the acquired first performance information in the first storage unit;
A process of storing the (N + 1) th performance information acquired last time in the Nth (N is an integer) period in the N + 1th storage unit at the time of acquiring the first performance information;
A process of calculating Nth performance statistical information based on the first performance information and the (N + 1) th performance information;
Processing for outputting the first performance statistical information to the output device;
You may make it make a computer perform the process which records Nth (N> = 2) performance statistics information on the Mth (M = N-1) recording apparatus.

本発明によれば、複数の性能統計情報を算出するための性能情報を同期させて対象装置から取得し、複数の性能統計情報を非同期で算出するため、対象装置の性能統計情報をリアルタイム画面出力およびファイル出力を行う場合に、対象装置に対するI/O負荷増大防止とファイル出力量増大防止とを実現し、また、リアルタイム監視周期が非常に短い場合であっても、画面出力およびファイル出力の処理を可能とするという効果がある。   According to the present invention, performance information for calculating a plurality of performance statistics information is acquired from the target device in synchronization, and the performance statistics information of the target device is output in real time to calculate the plurality of performance statistics information asynchronously. When file output is performed, I / O load increase prevention and file output volume increase prevention for the target device are realized, and even when the real-time monitoring cycle is very short, screen output and file output processing It has the effect of making possible.

本発明を実施するための最良の形態について図面を参照して詳細に説明する。図1は本発明の第1の実施の形態のシステム構成図である。第1の実施の形態は周辺装置10、データ処理装置20、出力装置30、記録装置40を含む。   The best mode for carrying out the present invention will be described in detail with reference to the drawings. FIG. 1 is a system configuration diagram of a first embodiment of the present invention. The first embodiment includes a peripheral device 10, a data processing device 20, an output device 30, and a recording device 40.

周辺装置10は、性能情報収集対象となる装置である。周辺装置10の一例としてはディスクアレイがある。収集する性能情報としては、たとえば、秒あたりのI/O数、転送データ量、応答時間などである。   The peripheral device 10 is a device for which performance information is collected. An example of the peripheral device 10 is a disk array. The performance information to be collected includes, for example, the number of I / Os per second, the amount of transfer data, and response time.

データ処理装置20は、情報取得手段21、第1の性能情報記憶部22、第2の性能情報記憶部23a、第3の性能情報記憶部23b、第1の性能統計情報算出手段25a、第2の性能統計情報算出手段25bを含む。情報取得手段21は周辺装置10から一定の周期(時間間隔)で性能情報を取得する。第1の性能情報記憶部22は情報取得手段21により収集された周辺装置10の最新の性能情報が格納される。第2の性能情報記憶部23aには、画面出力用の性能統計情報集計周期で前回収集された性能情報が格納され、第1の性能情報記憶部22とともに、第1の性能統計情報算出手段25aにて性能統計情報を算出するために使用される。   The data processing device 20 includes an information acquisition unit 21, a first performance information storage unit 22, a second performance information storage unit 23a, a third performance information storage unit 23b, a first performance statistical information calculation unit 25a, and a second performance information storage unit 23a. Performance statistics information calculating means 25b. The information acquisition unit 21 acquires performance information from the peripheral device 10 at a constant cycle (time interval). The first performance information storage unit 22 stores the latest performance information of the peripheral device 10 collected by the information acquisition unit 21. The second performance information storage unit 23a stores the performance information collected last time in the performance statistics information aggregation cycle for screen output, and together with the first performance information storage unit 22, the first performance statistics information calculation unit 25a. Used to calculate performance statistics.

第3の性能情報記憶部23bには、ファイル出力用の性能統計情報集計周期で前回収集された性能情報が格納され、第1の性能情報記憶部22とともに、第2の性能統計情報算出手段25bにて性能情報を算出するために使用される。   The third performance information storage unit 23b stores the performance information collected last time in the performance statistics information aggregation cycle for file output. Together with the first performance information storage unit 22, the second performance statistical information calculation unit 25b is stored. Used to calculate performance information.

第1の性能統計情報算出手段25aは、最新の情報が格納されている第1の性能情報記憶部22と第2の性能情報記憶部23aに格納された性能情報の差分を計算することにより、第2の性能情報記憶部23aの性能情報が取得された時間から、第1の性能情報記憶部22の性能情報が取得された時間までの性能統計情報を算出する。   The first performance statistic information calculating unit 25a calculates the difference between the performance information stored in the first performance information storage unit 22 and the second performance information storage unit 23a in which the latest information is stored. The performance statistical information from the time when the performance information of the second performance information storage unit 23a is acquired to the time when the performance information of the first performance information storage unit 22 is acquired is calculated.

第2の性能統計情報算出手段25bは第1の性能情報記憶部22と第3の性能情報記憶部23bに格納された性能情報の差分を計算することにより、第3の性能情報記憶部23bの性能情報が取得された時間から、第1の性能情報記憶部22の性能情報が取得された時間までの性能統計情報を算出する。   The second performance statistic information calculating means 25b calculates the difference between the performance information stored in the first performance information storage unit 22 and the third performance information storage unit 23b, so that the third performance information storage unit 23b The performance statistical information from the time when the performance information is acquired to the time when the performance information of the first performance information storage unit 22 is acquired is calculated.

出力装置30は、第1の性能統計情報算出手段25aで算出された性能統計情報を画面に表示するための装置である。   The output device 30 is a device for displaying the performance statistical information calculated by the first performance statistical information calculation unit 25a on a screen.

記録装置40は、第2の性能統計情報算出手段25bで算出された性能統計情報をファイルに蓄積記録するための装置である。   The recording device 40 is a device for accumulating and recording the performance statistical information calculated by the second performance statistical information calculation means 25b in a file.

次に、第1の実施の形態の動作について説明する。図2は第1の実施の形態の動作を示すフローチャートである。リアルタイム画面出力処理とファイル出力処理は、非同期に、周辺装置10からの性能情報収集周期ごとに一連の動作ステップを実行する。   Next, the operation of the first embodiment will be described. FIG. 2 is a flowchart showing the operation of the first embodiment. The real-time screen output process and the file output process asynchronously execute a series of operation steps every performance information collection period from the peripheral device 10.

まず、情報取得手段21は、周辺装置10より性能情報の取得を行う(ステップA1)。   First, the information acquisition unit 21 acquires performance information from the peripheral device 10 (step A1).

情報取得手段21は、取得した性能情報を第1の性能情報記憶部22へ格納する(ステップA2)。   The information acquisition unit 21 stores the acquired performance information in the first performance information storage unit 22 (step A2).

第1の性能統計情報算出手段25aは、第2の性能情報記憶部23aに性能情報が存在するか否かの判定を行う(ステップA3)。   The first performance statistic information calculating unit 25a determines whether or not performance information exists in the second performance information storage unit 23a (step A3).

ステップA3で性能情報が存在する場合は、第1の性能統計情報算出手段25aは、第1の性能情報記憶部22と第2の性能情報記憶部23aの性能情報の差分から性能統計情報を算出し(ステップA4)、出力装置30への性能統計情報の出力を行う(ステップA5)。   When the performance information exists in step A3, the first performance statistical information calculation unit 25a calculates the performance statistical information from the difference between the performance information of the first performance information storage unit 22 and the second performance information storage unit 23a. Then, the performance statistical information is output to the output device 30 (step A5).

ステップA3で性能情報が存在しない場合は、第1の性能統計情報算出手段25aは、何も処理を行わず、ステップA6に処理を移す。   If there is no performance information in step A3, the first performance statistic information calculation means 25a does not perform any processing and moves the processing to step A6.

第1の性能統計情報算出手段25aは、第1の性能情報記憶部22に格納されている性能情報を第2の性能情報記憶部23aに複写する処理を行い(ステップA6)、ステップA1に戻り、周辺装置10からの情報取得時間を待つ。   The first performance statistical information calculation means 25a performs a process of copying the performance information stored in the first performance information storage unit 22 to the second performance information storage unit 23a (step A6), and returns to step A1. Then, wait for information acquisition time from the peripheral device 10.

第2の性能統計情報算出手段25bは、記録装置40への性能統計情報出力を行う時刻か否かを判定する(ステップA7)。出力を行う場合はステップA8の処理を実行し、出力を行わない場合は、ステップA7に戻り、周辺装置10からの情報取得時間を待つ。   The second performance statistical information calculation unit 25b determines whether or not it is time to output performance statistical information to the recording device 40 (step A7). If the output is to be performed, the process of step A8 is executed. If the output is not to be performed, the process returns to step A7 to wait for the information acquisition time from the peripheral device 10.

ステップA8で、第2の性能統計情報算出手段25bは、第3の性能情報記憶部23bに性能情報が存在するか否かを判定する。性能情報が存在する場合は第1の性能情報記憶部22と第3の性能情報記憶部23bとに格納されている性能情報より性能統計情報の算出を行い(ステップA9)、算出した性能統計情報を記録装置40に出力する(ステップA10)。ステップA8で、第3の性能情報記憶部23bに性能情報が存在しない場合は第2の性能統計情報算出手段25bは何も処理を行わず、ステップA11に処理を移す。   In step A8, the second performance statistical information calculation unit 25b determines whether or not the performance information exists in the third performance information storage unit 23b. If performance information exists, performance statistical information is calculated from the performance information stored in the first performance information storage unit 22 and the third performance information storage unit 23b (step A9), and the calculated performance statistical information Is output to the recording device 40 (step A10). In step A8, when the performance information does not exist in the third performance information storage unit 23b, the second performance statistical information calculation unit 25b does not perform any processing and moves the processing to step A11.

第2の性能統計情報算出手段25bは、第1の性能情報記憶部22の情報を第3の性能情報記憶部23bに複写し(ステップA11)、その後、ステップA7にもどり、周辺装置10からの情報取得時間を待つ。   The second performance statistic information calculating means 25b copies the information in the first performance information storage unit 22 to the third performance information storage unit 23b (step A11), and then returns to step A7 to return from the peripheral device 10. Wait for information acquisition time.

次に、具体例を用いて第1の実施の形態の動作を説明する。図3および図4は第1の実施の形態の具体例を説明するための動作説明図である。   Next, the operation of the first embodiment will be described using a specific example. 3 and 4 are operation explanatory views for explaining a specific example of the first embodiment.

本具体例では周辺装置10からの性能情報収集周期が30秒である。出力装置30に出力する性能統計情報の算出に使用する性能情報の収集周期は、周辺装置10の性能情報収集周期と等しいため30秒である。記憶装置40に出力する性能統計情報の算出に使用する性能情報の収集周期は1分としている。   In this specific example, the performance information collection period from the peripheral device 10 is 30 seconds. The collection period of performance information used for calculation of performance statistical information output to the output device 30 is 30 seconds because it is equal to the performance information collection period of the peripheral device 10. The collection period of performance information used for calculation of the performance statistical information output to the storage device 40 is 1 minute.

0時0分30秒時点での状態を図3に示す。0時0分30秒に情報取得手段21が周辺装置10から性能情報を収集する。第1の性能情報記憶部22には新しく周辺装置10から取得した性能情報D2が情報取得手段21によって格納される。   FIG. 3 shows the state at 0: 0: 30. The information acquisition means 21 collects performance information from the peripheral device 10 at 0: 0: 30. The first performance information storage unit 22 stores the performance information D2 newly acquired from the peripheral device 10 by the information acquisition means 21.

第2の性能情報記憶部23aおよび第3の性能情報記憶部23bには0時0分0秒に周辺装置10から収集された性能情報が格納されている。   The second performance information storage unit 23a and the third performance information storage unit 23b store performance information collected from the peripheral device 10 at 0: 0: 0.

第1の性能統計情報算出手段25aは、第1の性能情報記憶部22に格納された性能情報D2と、前回の周辺装置10から収集された性能情報が格納されている第2の性能情報記憶部23aに格納されている情報D1との差分より性能統計情報D12を算出し、出力装置30に算出した情報を出力する。その後、第1の性能統計情報算出手段25aは、第1の性能情報記憶部22に格納されている性能情報D2を第2の性能情報記憶部23aに複写する。次回周辺装置10からの性能情報取得が発生した際は、第1の性能統計情報算出手段25aは、第2の性能情報記憶部23aの情報D2と、新たに周辺装置10から取得され、第1の性能情報記憶部22に格納される性能情報との間で性能統計情報の計算を行う。図3の場合、第3の性能情報記憶部23bに性能情報が格納された時間から記憶装置40に性能統計情報を出力する周期である1分にまだ満たないため、記憶装置40への性能統計情報出力は行われない。   The first performance statistical information calculation means 25a is a second performance information storage in which the performance information D2 stored in the first performance information storage unit 22 and the performance information collected from the previous peripheral device 10 are stored. The performance statistical information D12 is calculated from the difference from the information D1 stored in the unit 23a, and the calculated information is output to the output device 30. Thereafter, the first performance statistical information calculation unit 25a copies the performance information D2 stored in the first performance information storage unit 22 to the second performance information storage unit 23a. When performance information acquisition from the peripheral device 10 occurs next time, the first performance statistical information calculation means 25a is newly acquired from the peripheral device 10 with the information D2 in the second performance information storage unit 23a, and the first The performance statistical information is calculated with the performance information stored in the performance information storage unit 22. In the case of FIG. 3, since the performance information is output to the storage device 40 from the time when the performance information is stored in the third performance information storage unit 23b, it is still less than 1 minute. No information is output.

次に0時1分0秒時点での状態を図4に示す。第1の性能情報記憶部22には新しく周辺装置10から取得した性能情報D3が情報取得手段21によって格納される。第2の性能情報記憶部23aには前回周辺装置10から取得した性能情報D2が格納されている。第3の情報記憶部には、前回、記録装置40への出力周期で周辺装置10から取得した性能情報D1が格納されている。   Next, FIG. 4 shows the state at 0 hour 1 minute 0 second. The first performance information storage unit 22 stores the performance information D3 newly acquired from the peripheral device 10 by the information acquisition means 21. The second performance information storage unit 23a stores performance information D2 acquired from the peripheral device 10 last time. The third information storage unit stores performance information D1 acquired from the peripheral device 10 in the output cycle to the recording device 40 last time.

第1の性能統計情報算出手段25aは、第1の性能情報記憶部22に格納された性能情報D3と、前回の周辺装置10から収集された性能情報が格納されている第2の性能情報記憶部23aに格納されている性能情報D2との差分より性能統計情報D23を算出し、算出した性能統計情報D23を出力装置30に出力する。第2の性能統計情報算出手段25bは、第3の性能情報記憶部23bに性能情報が格納された時間から記憶装置40に性能統計情報を出力する周期である1分が経過したため、第1の性能情報記憶部22に格納されている性能情報D3と、第3の性能情報記憶部23bに格納されている性能情報D1との差分より性能統計情報D13を算出し、算出した性能統計情報D13を記録装置40に出力する。   The first performance statistical information calculation means 25a is a second performance information storage in which the performance information D3 stored in the first performance information storage unit 22 and the performance information collected from the previous peripheral device 10 are stored. The performance statistical information D23 is calculated from the difference from the performance information D2 stored in the unit 23a, and the calculated performance statistical information D23 is output to the output device 30. Since the second performance statistical information calculation unit 25b has passed 1 minute, which is a period for outputting performance statistical information to the storage device 40, from the time when the performance information is stored in the third performance information storage unit 23b, The performance statistical information D13 is calculated from the difference between the performance information D3 stored in the performance information storage unit 22 and the performance information D1 stored in the third performance information storage unit 23b, and the calculated performance statistical information D13 is Output to the recording device 40.

よって、出力装置30には30秒の間隔で取得した性能情報より算出された性能統計情報D23が、記録装置40には1分の間隔で取得した性能情報より算出された性能統計情報D13が出力される。   Therefore, performance statistical information D23 calculated from performance information acquired at intervals of 30 seconds is output to the output device 30, and performance statistical information D13 calculated from performance information acquired at intervals of 1 minute is output to the recording device 40. Is done.

本具体例において取得された性能情報として、累積I/O回数がD1:50回、D2:100回、D3:130回であったとする。出力装置30への出力周期が30秒、記録装置40への出力周期が60秒であるから、性能統計情報、すなわち秒あたりのI/O数は次のように算出される。
D13:(130−50)/60≒1.33[IOPS]
D23:(130−100)/30≒1.00[IOPS]
図5はこの場合に出力装置30に表示される画面例を示す図である。
As performance information acquired in this specific example, it is assumed that the accumulated I / O count is D1: 50, D2: 100, and D3: 130. Since the output cycle to the output device 30 is 30 seconds and the output cycle to the recording device 40 is 60 seconds, the performance statistical information, that is, the number of I / Os per second is calculated as follows.
D13: (130-50) /60≈1.33 [IOPS]
D23: (130-100) /30≈1.00 [IOPS]
FIG. 5 is a diagram showing an example of a screen displayed on the output device 30 in this case.

上述したように、本実施の形態では、性能情報取得周期は画面出力用性能情報取得周期とファイル出力用性能情報取得周期とのうち短い方と同一にするのが効率的である。ファイル出力用性能情報取得周期より画面出力用性能情報取得周期が短いので、性能情報取得周期は画面出力用性能情報取得周期に合わせることになる。   As described above, in the present embodiment, it is efficient to set the performance information acquisition cycle to be the same as the shorter one of the screen output performance information acquisition cycle and the file output performance information acquisition cycle. Since the screen output performance information acquisition cycle is shorter than the file output performance information acquisition cycle, the performance information acquisition cycle matches the screen output performance information acquisition cycle.

次に、本発明の第2の実施の形態について説明する。図6は第2の実施の形態のシステム構成図である。第2の実施の形態は、図1に示す第1の実施の形態の構成に加えて、データ処理装置20が、第4の性能情報記憶部23c〜第N+1の性能情報記憶部23nおよび第3の性能統計情報算出手段25c〜第Nの性能統計情報算出手段25nを有する。つまり、性能情報記憶部をN+1(Nは整数)個、性能情報算出手段をN個、それぞれ有する。さらに記録装置40a〜記録装置40mと、記録装置をM(M=N−1)台有する。   Next, a second embodiment of the present invention will be described. FIG. 6 is a system configuration diagram of the second embodiment. In the second embodiment, in addition to the configuration of the first embodiment shown in FIG. 1, the data processing device 20 includes a fourth performance information storage unit 23c to an N + 1th performance information storage unit 23n and a third performance information storage unit 23n. Performance statistical information calculation means 25c to Nth performance statistical information calculation means 25n. That is, it has N + 1 (N is an integer) performance information storage units and N performance information calculation means. Furthermore, the recording apparatus 40a to the recording apparatus 40m and M (M = N−1) recording apparatuses are provided.

第4の性能情報記憶部23cには第3の性能統計情報算出手段25cが使用する性能情報が格納される。格納される性能情報は、記録装置40bへの出力用の性能統計情報集計周期で前回収集された性能情報である。   The fourth performance information storage unit 23c stores performance information used by the third performance statistical information calculation unit 25c. The stored performance information is the performance information collected last time in the performance statistical information aggregation cycle for output to the recording device 40b.

第N+1の性能情報記憶部23nには、第Nの性能統計情報算出手段25nが使用する性能情報が格納される。格納される性能情報は、記録装置40mへの出力用の性能統計情報集計周期で前回収集された性能情報である。   The N + 1th performance information storage unit 23n stores performance information used by the Nth performance statistical information calculation unit 25n. The stored performance information is the performance information collected last time in the performance statistical information aggregation cycle for output to the recording device 40m.

第3の性能統計情報算出手段25cは、第1の性能情報記憶部22と第4の性能情報記憶部23cに格納された性能情報の差分を計算することにより、第4の性能情報記憶部23cの性能情報が取得された時間から現在までの期間内の性能統計情報を算出する。   The third performance statistic information calculating unit 25c calculates the difference between the performance information stored in the first performance information storage unit 22 and the fourth performance information storage unit 23c, whereby the fourth performance information storage unit 23c. The performance statistical information within the period from the time when the performance information is acquired to the present is calculated.

第Nの性能統計情報算出手段25nは第1の性能情報記憶部22と第N+1の性能情報記憶部23nに格納された性能情報の差分を計算することにより、第N+1の性能情報記憶部23nの性能情報が取得された時間から現在までの期間内の性能統計情報を算出する。   The Nth performance statistical information calculation means 25n calculates the difference between the performance information stored in the first performance information storage unit 22 and the (N + 1) th performance information storage unit 23n, so that the N + 1th performance information storage unit 23n The performance statistical information within the period from the time when the performance information is acquired to the present is calculated.

記録装置40bは第3の性能統計情報算出手段25cで算出された性能統計情報をファイルに蓄積記録するための装置である。   The recording device 40b is a device for accumulating and recording performance statistical information calculated by the third performance statistical information calculating means 25c in a file.

記録装置40mは第Nの性能統計情報算出手段25nで算出された性能統計情報をファイルに蓄積記録するための装置である。   The recording device 40m is a device for accumulating and recording the performance statistical information calculated by the Nth performance statistical information calculating means 25n in a file.

次に、第2の実施の形態の動作について説明する。図7は第2の実施の形態の動作を示すフローチャートである。ステップB7からステップB11までを記録装置の個数分繰り返す点が図2に示す第1の実施の形態と異なる。図6のように性能統計情報をN箇所に出力する場合、性能情報記憶部をN+1個用意することにより、それぞれ異なる収集期間により収集された性能統計情報を算出することができる。   Next, the operation of the second embodiment will be described. FIG. 7 is a flowchart showing the operation of the second embodiment. The difference from the first embodiment shown in FIG. 2 is that Step B7 to Step B11 are repeated by the number of recording apparatuses. When the performance statistical information is output to N places as shown in FIG. 6, by preparing N + 1 performance information storage units, the performance statistical information collected in different collection periods can be calculated.

本実施の形態では、性能情報取得周期は画面出力用性能情報取得周期と複数の記録装置への性能情報取得周期のうち最も短い周期と同一にするのが効率的である。一般には画面出力用性能情報取得周期が最も短いので、性能情報取得周期は画面出力用性能情報取得周期に合わせることになる。   In the present embodiment, it is efficient to make the performance information acquisition cycle the same as the screen output performance information acquisition cycle and the shortest cycle among the performance information acquisition cycles for a plurality of recording devices. In general, since the screen output performance information acquisition cycle is the shortest, the performance information acquisition cycle matches the screen output performance information acquisition cycle.

次に、本発明の第3の実施の形態について説明する。第3の実施の形態の構成は図1に示す第1の実施の形態と同じである。図8は第3の実施の形態の動作を示すフローチャートである。図8を参照して第3の実施の形態の動作について説明する。   Next, a third embodiment of the present invention will be described. The configuration of the third embodiment is the same as that of the first embodiment shown in FIG. FIG. 8 is a flowchart showing the operation of the third embodiment. The operation of the third embodiment will be described with reference to FIG.

図8のリアルタイム処理と、ファイル処理は非同期に周辺装置10からの性能情報収集周期ごとに一連の動作ステップを実行する。   The real-time processing and the file processing in FIG. 8 asynchronously execute a series of operation steps every performance information collection period from the peripheral device 10.

ステップA1〜A2、ステップA3〜A11は図2に示す第1の実施の形態のフローチャートと動作が同一のため、説明は省略する。ステップA2とステップA3の間にステップC1の処理を行う。   Steps A1 to A2 and steps A3 to A11 have the same operations as those in the flowchart of the first embodiment shown in FIG. The process of Step C1 is performed between Step A2 and Step A3.

ステップC1で、第1の性能統計情報算出手段25aは出力装置30への出力実行を行うか否かの判定を行う。出力装置30への出力実行を行う場合はステップA3の処理に進む。ステップC1で出力装置30への出力を行わない場合、ステップA1に戻り、周辺装置10からの情報取得時間を待つ。   In step C1, the first performance statistic information calculating unit 25a determines whether or not to execute output to the output device 30. When executing output to the output device 30, the process proceeds to step A3. When the output to the output device 30 is not performed in step C1, the process returns to step A1 and waits for the information acquisition time from the peripheral device 10.

第3の実施の形態の具体例を説明する。60秒毎に性能統計情報を出力装置30の画面に表示し、90秒毎に記録装置40のファイルに性能統計情報を出力するシステムを想定する。この場合、2つの周期の最大公約数である30秒毎に周辺装置10からの性能情報取得を実施すれば2つの性能統計情報を得ることができる。   A specific example of the third embodiment will be described. Assume a system in which performance statistical information is displayed on the screen of the output device 30 every 60 seconds and the performance statistical information is output to a file on the recording device 40 every 90 seconds. In this case, if performance information is acquired from the peripheral device 10 every 30 seconds, which is the greatest common divisor of two periods, two pieces of performance statistical information can be obtained.

第2の性能情報記憶部23a、第3の性能情報記憶部23bには0時0分0秒に収集した周辺装置10の性能情報が格納されているものとする。0時0分30秒時点で、情報取得手段21は周辺装置10から性能情報を取得し、第1の性能情報記憶部22へ性能情報を格納する。
この時点では出力装置30への出力実行のタイミングではないため、第1の性能統計情報算出手段25aはそのまま次の周辺装置10からの情報収集を待つ。また、記録装置40への出力実行のタイミングでもないため、第2の性能統計情報算出手段25bはそのまま次の周辺装置10からの情報収集を待つ。
It is assumed that the performance information of the peripheral device 10 collected at 0: 0: 0 is stored in the second performance information storage unit 23a and the third performance information storage unit 23b. At 0: 0: 30, the information acquisition unit 21 acquires performance information from the peripheral device 10 and stores the performance information in the first performance information storage unit 22.
Since it is not the timing of execution of output to the output device 30 at this time, the first performance statistical information calculation unit 25a waits for information collection from the next peripheral device 10 as it is. In addition, since it is not the timing of execution of output to the recording device 40, the second performance statistical information calculation unit 25b waits for information collection from the next peripheral device 10 as it is.

30秒後の0時1分0秒に情報取得手段21は周辺装置10から性能情報を取得し、第1の性能情報記憶部22へ性能情報を格納する。出力装置30への出力実行のタイミングであるため、第1の性能統計情報算出手段25aは第1の性能情報記憶部22と第2の性能情報記憶部23aより性能統計情報を算出し、出力装置30へ性能統計情報を出力する。出力後、第1の性能情報記憶部22の情報を第2の性能情報記憶部23aにコピーする。0時1分0秒時点では、記録装置40への出力実行のタイミングではないため、図8のステップA8からステップA11の処理は実行されない。   The information acquisition unit 21 acquires the performance information from the peripheral device 10 at 0 hours, 1 minute, and 0 seconds after 30 seconds, and stores the performance information in the first performance information storage unit 22. Since it is the timing of execution of output to the output device 30, the first performance statistical information calculation unit 25a calculates performance statistical information from the first performance information storage unit 22 and the second performance information storage unit 23a, and outputs the output device. The performance statistics information is output to 30. After the output, the information in the first performance information storage unit 22 is copied to the second performance information storage unit 23a. At the time of 0 hour 1 minute 0 second, since it is not the timing of execution of output to the recording device 40, the processing from step A8 to step A11 in FIG. 8 is not executed.

さらに30秒後の0時1分30秒時点で情報取得手段21は周辺装置10から性能情報取得を行い、第1の性能情報記憶部22へ性能情報を格納する。出力装置30への出力タイミングではないため、図8のステップA3からステップA6の処理は実行されない。記録装置40への出力実行のタイミングであるので第2の性能統計情報算出手段25bは第1の性能情報記憶部22と第3の性能情報記憶部23bに格納されている性能情報から性能統計情報を算出し、記録装置40へ出力を行う。   Further, at 0: 1 minute 30 seconds after 30 seconds, the information acquisition unit 21 acquires performance information from the peripheral device 10 and stores the performance information in the first performance information storage unit 22. Since it is not the output timing to the output device 30, the processing from step A3 to step A6 in FIG. 8 is not executed. Since the timing of execution of output to the recording device 40 is reached, the second performance statistical information calculation unit 25b calculates performance statistical information from the performance information stored in the first performance information storage unit 22 and the third performance information storage unit 23b. Is output to the recording device 40.

第3の実施の形態では、出力装置30への性能統計情報算出処理が周辺装置10からの性能情報収集周期とは異なる周期で実行される。第1の実施の形態では出力装置30への性能統計情報収集周期は周辺装置10から性能情報を収集する周期と同一のものであった。この場合、記録装置40の性能統計情報収集周期が出力装置30の性能統計情報収集周期の倍数ではない場合、周辺装置10からの性能情報取得のタイミングがずれてしまい、記録装置40へ出力する性能統計情報の算出をする時間に最新の周辺装置10の性能情報が取得されず、性能統計情報算出が不可能となる現象が発生する。第3の実施の形態の場合、周辺装置10からの性能収集周期を出力装置30および記録装置40の性能統計情報収集周期の最大公約数とすることにより、出力装置30および記録装置40への性能統計情報収集期間に制約は発生しない。周辺装置10からの性能収集周期は出力装置30および記録装置40の性能統計情報収集周期の公約数であればよいが、最大公約数とするのが効率的である。   In the third embodiment, the performance statistical information calculation process for the output device 30 is executed at a period different from the performance information collection period from the peripheral device 10. In the first embodiment, the performance statistical information collection period for the output device 30 is the same as the period for collecting performance information from the peripheral device 10. In this case, when the performance statistics information collection cycle of the recording device 40 is not a multiple of the performance statistics information collection cycle of the output device 30, the performance information acquisition timing from the peripheral device 10 is shifted, and the performance output to the recording device 40 A phenomenon occurs in which the latest performance information of the peripheral device 10 is not acquired at the time when the statistical information is calculated, and the performance statistical information cannot be calculated. In the case of the third embodiment, the performance to the output device 30 and the recording device 40 is obtained by setting the performance collection cycle from the peripheral device 10 as the greatest common divisor of the performance statistics information collection cycle of the output device 30 and the recording device 40. There is no restriction on the statistical information collection period. The performance collection cycle from the peripheral device 10 may be a common divisor of the performance statistics information collection cycle of the output device 30 and the recording device 40, but it is efficient to use the greatest common divisor.

なお、第2の実施の形態に第3の実施の形態を組み合わせることも可能である。この場合、周辺装置10からの性能収集周期は出力装置30および複数の記録装置40〜40mの性能統計情報収集周期の公約数とする。最大公約数とするのが最も効率的である。   It is also possible to combine the third embodiment with the second embodiment. In this case, the performance collection period from the peripheral device 10 is the common divisor of the performance statistics information collection period of the output device 30 and the plurality of recording devices 40 to 40 m. It is most efficient to use the greatest common divisor.

本発明の第1〜第3の実施の形態の情報取得手段21、および各性能統計情報算出手段25a〜25nの動作はコンピュータ・プログラム処理により行わせることが可能である。すなわち、記録媒体に記録したプログラムをデータ処理装置20に読み込ませるか、あるいは、ネットワークからプログラムをデータ処理装置20に読み込ませて、第1〜第3の実施の形態で説明した動作を実行させる。   The operations of the information acquisition unit 21 and the performance statistical information calculation units 25a to 25n according to the first to third embodiments of the present invention can be performed by computer program processing. That is, the program recorded on the recording medium is read by the data processing device 20, or the program is read by the data processing device 20 from the network, and the operations described in the first to third embodiments are executed.

第1の実施の形態のシステム構成図である。It is a system configuration figure of a 1st embodiment. 第1の実施の形態の動作を示すフローチャートである。It is a flowchart which shows operation | movement of 1st Embodiment. 第1の実施の形態の具体例を説明するための動作説明図である。It is operation | movement explanatory drawing for demonstrating the specific example of 1st Embodiment. 第1の実施の形態の具体例を説明するための動作説明図である。It is operation | movement explanatory drawing for demonstrating the specific example of 1st Embodiment. 性能統計情報出力画面例を示す図である。It is a figure which shows the example of a performance statistics information output screen. 第2の実施の形態のシステム構成図である。It is a system configuration figure of a 2nd embodiment. 第2の実施の形態の動作を示すフローチャートである。It is a flowchart which shows operation | movement of 2nd Embodiment. 第3の実施の形態の動作を示すフローチャートである。It is a flowchart which shows operation | movement of 3rd Embodiment.

符号の説明Explanation of symbols

10 周辺装置
20 データ処理装置
21 情報取得手段
22 第1の性能情報記憶部
23a 第2の性能情報記憶部
23b 第3の性能情報記憶部
23c 第4の性能情報記憶部
23n 第N+1の性能情報記憶部
25a 第1の性能統計情報算出手段
25b 第2の性能統計情報算出手段
25c 第3の性能統計情報算出手段
25n 第Nの性能統計情報算出手段
30 出力装置
40 記録装置
40a 記録装置
40b 記録装置
40m 記録装置
DESCRIPTION OF SYMBOLS 10 Peripheral device 20 Data processing apparatus 21 Information acquisition means 22 1st performance information storage part 23a 2nd performance information storage part 23b 3rd performance information storage part 23c 4th performance information storage part 23n N + 1 performance information storage Unit 25a First performance statistical information calculation means 25b Second performance statistical information calculation means 25c Third performance statistical information calculation means 25n Nth performance statistical information calculation means 30 Output device 40 Recording device 40a Recording device 40b Recording device 40m Recording device

Claims (12)

対象装置から性能情報を取得する情報取得手段と、取得した性能情報に基づいて性能統計情報を算出する第1および第2の算出手段を備え、
前記第1の算出手段は第1の周期で第1の性能統計情報を算出し、前記第2の算出手段は第2の周期で第2の性能統計情報を算出し、
前記対象装置から前記性能情報を取得する周期が前記第1の周期および前記第2の周期の公約数であり、かつ、前記第1の周期と前記第2の周期との関係が倍数の関係ではないことを特徴とする性能統計情報出力システム。
Comprising information acquisition means for acquiring performance information from the target device, and first and second calculation means for calculating performance statistical information based on the acquired performance information,
The first calculation means calculates first performance statistical information in a first period, the second calculation means calculates second performance statistical information in a second period,
The period in which the performance information is acquired from the target device is a common divisor of the first period and the second period, and the relationship between the first period and the second period is a multiple relationship. Performance statistics information output system characterized by the absence .
前記対象装置から前記性能情報を取得する周期が、前記第1の周期および前記第2の周期の最大公約数であることを特徴とする請求項1記載の性能統計情報出力システム。 2. The performance statistical information output system according to claim 1, wherein a period for acquiring the performance information from the target device is a greatest common divisor of the first period and the second period . 前記第1の性能統計情報を出力する出力装置と、前記第2の性能統計情報を記録する記録装置とを備えたことを特徴とする請求項1または2記載の性能統計情報出力システム。 3. The performance statistical information output system according to claim 1 , further comprising: an output device that outputs the first performance statistical information; and a recording device that records the second performance statistical information. 前記第1の性能統計情報を画面出力する出力装置と、前記第2の性能統計情報をファイル蓄積する記録装置とを備えたことを特徴とする請求項1または2記載の性能統計情報出力システム。 3. The performance statistical information output system according to claim 1 , further comprising an output device that outputs the first performance statistical information on a screen and a recording device that stores the second performance statistical information in a file. 情報取得手段と第1の算出手段と第2の算出手段とを備えた性能統計情報出力システムの性能統計情報出力方法において、In the performance statistical information output method of the performance statistical information output system comprising the information acquisition means, the first calculation means, and the second calculation means,
情報取得手段が対象装置から性能情報を取得するステップと、An information acquisition unit acquiring performance information from the target device;
前記第1の算出手段が、取得された前記性能情報に基づいて第1の周期で第1の性能統計情報を算出するステップと、The first calculating means calculating first performance statistical information in a first period based on the acquired performance information;
前記第2の算出手段が、取得された前記性能情報に基づいて第2の周期で第2の性能統計情報を算出するステップと、The second calculating means calculating second performance statistical information in a second period based on the acquired performance information;
を有し、Have
前記対象装置から前記性能情報を取得する周期が前記第1の周期および前記第2の周期の公約数であり、かつ、前記第1の周期と前記第2の周期との関係が倍数の関係ではないことを特徴とする性能統計情報出力方法。The period in which the performance information is acquired from the target device is a common divisor of the first period and the second period, and the relationship between the first period and the second period is a multiple relationship. There is no performance statistics information output method.
前記対象装置から前記性能情報を取得する周期が、前記第1の周期および前記第2の周期の最大公約数であることを特徴とする請求項5記載の性能統計情報出力方法。6. The performance statistical information output method according to claim 5, wherein a period for acquiring the performance information from the target device is a greatest common divisor of the first period and the second period. 前記性能統計情報出力システムが出力装置と記録装置とを備え、The performance statistics information output system comprises an output device and a recording device,
前記第1の算出手段が、前記第1の周期で算出された前記第1の性能統計情報を前記出力装置に出力するステップと、The first calculating means outputting the first performance statistical information calculated in the first period to the output device;
前記第2の算出手段が、前記第2の周期で算出された前記第2の性能統計情報を前記記録装置に記録するステップと、The second calculating means recording the second performance statistical information calculated in the second period in the recording device;
を有することを特徴とする請求項5または6記載の性能統計情報出力方法。The performance statistical information output method according to claim 5 or 6, characterized by comprising:
前記性能統計情報出力システムが出力装置と記録装置とを備え、The performance statistics information output system comprises an output device and a recording device,
前記第1の算出手段が、前記第1の性能統計情報を前記出力装置に画面出力するステップと、The first calculating means outputting the first performance statistical information to the output device on a screen;
前記第2の算出手段が、前記第2の性能統計情報を前記記録装置にファイル蓄積するステップと、The second calculating means storing the second performance statistical information in a file in the recording device;
を有することを特徴とする請求項5または6記載の性能統計情報出力方法。The performance statistical information output method according to claim 5 or 6, characterized by comprising:
コンピュータに、On the computer,
対象装置から性能情報を取得するステップと、Obtaining performance information from the target device;
取得された前記性能情報に基づいて、第1の周期で第1の性能統計情報を算出する第1の算出ステップと、A first calculation step of calculating first performance statistical information in a first period based on the acquired performance information;
取得された前記性能情報に基づいて、第2の周期で第2の性能統計情報を算出する第2の算出ステップと、A second calculating step of calculating second performance statistical information in a second period based on the acquired performance information;
を実行させ、And execute
前記対象装置から前記性能情報を取得する周期が前記第1の周期および前記第2の周期の公約数であり、かつ、前記第1の周期と前記第2の周期との関係が倍数の関係ではないことを特徴とするプログラム。The period in which the performance information is acquired from the target device is a common divisor of the first period and the second period, and the relationship between the first period and the second period is a multiple relationship. A program characterized by not.
前記コンピュータに、In the computer,
前記対象装置から前記性能情報を取得する周期が、前記第1の周期および前記第2の周期の最大公約数である前記第1の算出ステップと前記第2の算出ステップと実行させることを特徴とする請求項9記載のプログラム。The period of acquiring the performance information from the target device is executed with the first calculation step and the second calculation step, which are the greatest common divisor of the first period and the second period, The program according to claim 9.
前記コンピュータに、In the computer,
前記第1の性能統計情報を出力装置に出力するステップと、Outputting the first performance statistics information to an output device;
前記第2の性能統計情報を記録装置に記録するステップと、Recording the second performance statistic information in a recording device;
を実行させることを特徴とする請求項9または10記載のプログラム。The program according to claim 9 or 10, wherein the program is executed.
前記コンピュータに、In the computer,
前記第1の性能統計情報を出力装置に画面出力するステップと、Outputting the first performance statistics information to an output device;
前記第2の性能統計情報を記録装置にファイル蓄積するステップと、Storing the second performance statistics information in a recording device as a file;
を実行させることを特徴とする請求項9または10記載のプログラム。The program according to claim 9 or 10, wherein the program is executed.
JP2004214179A 2004-07-22 2004-07-22 Performance statistical information output system, performance statistical information output method and program Expired - Fee Related JP4266894B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004214179A JP4266894B2 (en) 2004-07-22 2004-07-22 Performance statistical information output system, performance statistical information output method and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004214179A JP4266894B2 (en) 2004-07-22 2004-07-22 Performance statistical information output system, performance statistical information output method and program

Publications (2)

Publication Number Publication Date
JP2006039625A JP2006039625A (en) 2006-02-09
JP4266894B2 true JP4266894B2 (en) 2009-05-20

Family

ID=35904600

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004214179A Expired - Fee Related JP4266894B2 (en) 2004-07-22 2004-07-22 Performance statistical information output system, performance statistical information output method and program

Country Status (1)

Country Link
JP (1) JP4266894B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TW200943175A (en) 2008-01-17 2009-10-16 Nec Corp Synchronization control method and information processing device
WO2020016976A1 (en) * 2018-07-19 2020-01-23 三菱電機株式会社 Communication system, in-vehicle device, information acquisition method, and information acquisition program

Also Published As

Publication number Publication date
JP2006039625A (en) 2006-02-09

Similar Documents

Publication Publication Date Title
CN109542889B (en) Stream data column storage method, device, equipment and storage medium
CN107766575B (en) Read-write separation database access method and device
EP2801943A1 (en) A system and method for generating a chronological timesheet
US20110206284A1 (en) Adaptive event timeline in consumer image collections
JP4948276B2 (en) Database search apparatus and database search program
JP2013520725A5 (en)
WO2023197526A1 (en) Data processing method and apparatus, electronic device, and readable storage medium
CN111143158A (en) Monitoring data real-time storage method and system, electronic equipment and storage medium
EP3806445A1 (en) Method and device for removing video jitter
RU2010125143A (en) SYSTEM FOR STORING DATA OF INTERVENTION PROCEDURE
JP4266894B2 (en) Performance statistical information output system, performance statistical information output method and program
CN105391924A (en) Data processing method and terminal
JP2004178788A5 (en)
JP6079266B2 (en) Control device, log storage method, and control program
KR101656241B1 (en) Method for storing and retrieving event information related to event
CN114071127A (en) Live video delay testing method and device, storage medium and electronic equipment
JP2007109123A (en) Recording device
JP2000066718A (en) Data gathering and storing device
CN110196785B (en) Data backup management method and device and electronic equipment
CN112837256A (en) Circuit system for Harris angular point detection and detection method
JP2005258552A (en) Event analysis apparatus
AU2014202495A1 (en) A system and method for generating a chronological timesheet
JP2006226846A (en) Data logger device and its data collection method
CN1936802A (en) Document browsing and positioning method and system
KR100937521B1 (en) High speed image recording method and apparatus

Legal Events

Date Code Title Description
RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20070126

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20080521

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20080603

RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20080613

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20080804

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

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20090217

R150 Certificate of patent or registration of utility model

Ref document number: 4266894

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20120227

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20120227

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20130227

Year of fee payment: 4

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

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

Free format text: PAYMENT UNTIL: 20130227

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20140227

Year of fee payment: 5

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

LAPS Cancellation because of no payment of annual fees