JP5003566B2 - Network performance prediction system, network performance prediction method and program - Google Patents

Network performance prediction system, network performance prediction method and program Download PDF

Info

Publication number
JP5003566B2
JP5003566B2 JP2008095158A JP2008095158A JP5003566B2 JP 5003566 B2 JP5003566 B2 JP 5003566B2 JP 2008095158 A JP2008095158 A JP 2008095158A JP 2008095158 A JP2008095158 A JP 2008095158A JP 5003566 B2 JP5003566 B2 JP 5003566B2
Authority
JP
Japan
Prior art keywords
outlier
information
data
network performance
analysis
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
JP2008095158A
Other languages
Japanese (ja)
Other versions
JP2009253362A (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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric 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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP2008095158A priority Critical patent/JP5003566B2/en
Publication of JP2009253362A publication Critical patent/JP2009253362A/en
Application granted granted Critical
Publication of JP5003566B2 publication Critical patent/JP5003566B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

この発明は、ネットワークの通信性能の予測を行うネットワーク性能予測システム、ネットワーク性能予測方法およびプログラムに関するものである。   The present invention relates to a network performance prediction system, a network performance prediction method, and a program for predicting communication performance of a network.

従来、横軸に時間軸をとる時系列のデータから未来を予測するとき、回帰分析の手法が用いられている。この回帰分析は、時系列データを近似する回帰方程式を求め、その回帰方程式を未来に向けて外挿することにより、予測値を得るものである。また、統計的な誤差に対応する信頼区間と呼ばれる幅を持った値で予測を行う区間予測が行われる(例えば非特許文献1参照)。   Conventionally, a regression analysis method is used to predict the future from time-series data having a time axis on the horizontal axis. In this regression analysis, a regression equation that approximates time-series data is obtained, and a prediction value is obtained by extrapolating the regression equation toward the future. In addition, interval prediction is performed in which prediction is performed with a value having a width called a confidence interval corresponding to a statistical error (see, for example, Non-Patent Document 1).

また、特許文献1には、時系列分析を用いて過去の観測値から将来の観測値を予測し、実際の観測値と比較することにより、時間的推移によるトラフィックの変化にも対応できる異常検出が可能となることが記載されている。分析で異常と判定された観測値は、本来の正常な値ではないため、その値に基づいて予測を行うと、正常な予測が行えない可能性がある。そこで、異常と判定された観測値は除いて、以後の予測を行う。また、異常が単発的に検出された場合は、その後の予測には用いず、連続的に異常が検出された場合は、傾向の変化と考え、正常な値として扱う。   Further, Patent Document 1 predicts future observation values from past observation values using time series analysis, and compares them with actual observation values to detect anomalies that can cope with traffic changes due to temporal changes. It is described that is possible. Since the observed value determined to be abnormal in the analysis is not an original normal value, there is a possibility that normal prediction cannot be performed if prediction is performed based on that value. Therefore, the subsequent prediction is performed except for the observation value determined to be abnormal. In addition, when an abnormality is detected once, it is not used for subsequent prediction, and when an abnormality is detected continuously, it is considered as a change in tendency and is treated as a normal value.

特開2006−238043号公報JP 2006-238043 A 涌井良幸著「図解でわかる回帰分析」日本実業出版社2002年6月20日(116〜119頁、168〜174頁)Yoshiyuki Sakurai, "Regression Analysis Understandable by Illustration", Nihon Jitsugyo Publishing Co., Ltd. June 20, 2002 (116-119, 168-174)

非特許文献1に開示されているような回帰分析をネットワークの性能予測に用いる場合、例えば回線障害の発生時などには、通常とは大きく異なる値、いわゆる「外れ値」が一時的に検出されることがあり、外れ値を時系列データから除去しないと、実態とは異なる予測値や実態より大きい信頼区間を示す可能性がある。しかし、例えば特許文献1に記載の従来の外れ値除去の方法では、連続的な異常に重なっている単発的な異常のみを外れ値と判定することが難しいというように、外れ値の判定を十分に精度良く行えない可能性があるという問題点があった。   When regression analysis as disclosed in Non-Patent Document 1 is used for network performance prediction, for example, when a line failure occurs, a value that is significantly different from normal, a so-called “outlier” is temporarily detected. If outliers are not removed from the time-series data, there is a possibility that a predicted value different from the actual value or a confidence interval larger than the actual value is shown. However, in the conventional outlier removal method described in Patent Document 1, for example, it is difficult to determine only a single abnormality that overlaps with a continuous abnormality as an outlier. However, there is a problem that it may not be performed with high accuracy.

この発明は、上述のような課題を解決するためになされたもので、ネットワーク性能予測システムにおいて、精度良く外れ値を除去できるようにすることを目的としている。   The present invention has been made to solve the above-described problems, and an object thereof is to allow outliers to be accurately removed in a network performance prediction system.

この発明に係るネットワーク性能予測システムは、ネットワークの通信性能を示す計測値情報と計測時刻を示す時刻情報とを対にした時系列データを取得する計測値取得部と、前記計測値取得部で取得した時系列データを加工して分析用データを作成する分析用データ作成部と、前記分析用データ作成部で作成した分析用データのうち、回帰分析に用いない情報としての外れ値情報を求め、この求めた外れ値情報を前記分析用データから除去する外れ値除去部と、前記外れ値除去部で外れ値情報が除去された分析用データに基づく回帰分析により予測値を求める回帰分析部と、前記回帰分析部による回帰分析結果を示すレポートを作成するレポート作成部と、を備え、前記外れ値除去部は、前記分析用データを複数の期間に分割し、この分割した期間毎に外れ値情報を求め、当該外れ値情報を除く前記分析用データに基づいて、全期間に渡って外れ値情報を求めるものである。 The network performance prediction system according to the present invention includes a measurement value acquisition unit that acquires time-series data in which measurement value information indicating network communication performance and time information indicating measurement time are paired, and acquired by the measurement value acquisition unit Of the analysis data created by the analysis data creation unit that processes the time-series data and creates analysis data, and outlier information as information that is not used in the regression analysis among the analysis data created by the analysis data creation unit, An outlier removal unit that removes the calculated outlier information from the analysis data, and a regression analysis unit that obtains a predicted value by regression analysis based on the analysis data from which the outlier information has been removed by the outlier removal unit; A report creation unit that creates a report indicating a regression analysis result by the regression analysis unit, and the outlier removal unit divides the analysis data into a plurality of periods, and the division It was determined outliers information in each period, based on the analysis data excluding the outlier information, and requests outlier information over the entire period.

この発明は、ネットワーク性能予測システムにおいて、精度良く外れ値を除去して回帰分析によるネットワークの性能予測を行うことができる。   According to the present invention, in a network performance prediction system, outliers can be accurately removed and network performance prediction can be performed by regression analysis.

実施の形態1.
この発明の実施の形態1によるネットワーク性能予測システムは、「区間分割多段SG(Smirnov−Grubbs)法」で外れ値が除去された分析用データに基づく回帰分析により予測値を求めるようにしたものである。これにより、精度良く外れ値を除去して回帰分析によるネットワークの性能予測を行うことができる。
Embodiment 1 FIG.
The network performance prediction system according to the first embodiment of the present invention is such that a prediction value is obtained by regression analysis based on analysis data from which outliers have been removed by the “section division multi-stage SG (Smirnov-Grubbs) method”. is there. As a result, outliers can be accurately removed and network performance can be predicted by regression analysis.

図1は、この発明の実施の形態1によるネットワーク性能予測システムを示す構成図である。なお、各図において、同一符号は同一または相当部分を示す。図1において、1は、ネットワーク性能予測システム、21は、ネットワーク性能計測システムである。   FIG. 1 is a block diagram showing a network performance prediction system according to Embodiment 1 of the present invention. In each figure, the same numerals indicate the same or corresponding parts. In FIG. 1, 1 is a network performance prediction system, and 21 is a network performance measurement system.

図1に示すネットワーク性能計測システム21は、所定の間隔で各種のネットワーク性能値の計測を行い、時刻毎の計測値をレポートしたり、異常の有無を診断したりすることができるものである。また、ネットワーク性能計測システム21は、定期的に計測し、その計測結果を蓄積し検索できるデータベース機能をもつ。なお、計測する性能値や異常診断の方法はどのようなものでも良い。例えば、計測され予測されるネットワークの通信性能としては、通信回線におけるトラヒック量や帯域使用率、パケットの応答時間、ネットワーク機器におけるCPU(Central Processing Unit)の使用率やメモリーの使用率がある。   The network performance measurement system 21 shown in FIG. 1 can measure various network performance values at predetermined intervals, report a measurement value at each time, and diagnose the presence or absence of an abnormality. Further, the network performance measurement system 21 has a database function capable of periodically measuring and storing and retrieving the measurement results. Note that any performance value or abnormality diagnosis method may be used. For example, the network communication performance measured and predicted includes the traffic amount and bandwidth usage rate in the communication line, the packet response time, the CPU (Central Processing Unit) usage rate and the memory usage rate in the network device.

また、図1に示すネットワーク性能予測システム1において、2は、ネットワーク性能計測システム21から、計測結果の時系列データや閾値データを取得する計測値取得部である。3は、計測値取得部2で得た計測値から分析用データを作成する分析用データ作成部である。4は、分析用データ作成部3で得た分析用データから、外れ値を除去する外れ値除去部であり、後述の「区間分割多段SG法」に基づく動作を行う区間分割多段SG(Smirnov−Grubbs)検定部4aを有するものである。5は、外れ値除去後の分析用データを用いて回帰分析を行う回帰分析部である。6は、回帰分析部5での回帰分析の結果を用いてグラフや表によるレポートを作るレポート作成部である。   In the network performance prediction system 1 shown in FIG. 1, reference numeral 2 denotes a measurement value acquisition unit that acquires time series data and threshold data of measurement results from the network performance measurement system 21. Reference numeral 3 denotes an analysis data creation unit that creates analysis data from the measurement values obtained by the measurement value acquisition unit 2. Reference numeral 4 denotes an outlier removal unit that removes outliers from the analysis data obtained by the analysis data creation unit 3. The segmentation multistage SG (Smirnov−) performs an operation based on the “section division multistage SG method” described later. (Grubbs) having a test unit 4a. Reference numeral 5 denotes a regression analysis unit that performs regression analysis using analysis data after outlier removal. Reference numeral 6 denotes a report creation unit that creates a report by a graph or a table using the result of the regression analysis in the regression analysis unit 5.

次に、動作について説明する。ネットワーク性能の計測値は時々刻々計測され蓄積されていくものであり、実施の形態1によるネットワーク性能予測システム1も定期的に予測が実行され、更新された予測結果を得るようにしている。あるいは指定により、随時予測結果を得るようにしても良い。いずれにしても、定期的あるいは指定の時刻に所定の機能を実行する方式としては、unixのcronシステムなどが適用可能である。   Next, the operation will be described. The measured values of network performance are measured and accumulated from time to time, and the network performance prediction system 1 according to the first embodiment is also periodically predicted to obtain updated prediction results. Or you may make it obtain a prediction result at any time by designation | designated. In any case, a Unix cron system or the like can be applied as a method of executing a predetermined function periodically or at a specified time.

まず、計測値取得部2は、定められた期間の計測結果として、計測値の情報と計測時刻の情報とを対にした時系列データをネットワーク性能計測システム21から取得する。定期的に予測を行う場合は、例えば前回の予測実施日から本日までのように差分だけ取得するようにしても良い。データ取得の方法としては、例えばデータベースシステムで良く用いられるSQL(Structured Query Language)が適用可能であり、ネットワーク性能計測システム21がサポートしている方法であればどのようなものでも良い。   First, the measurement value acquisition unit 2 acquires, from the network performance measurement system 21, time-series data in which measurement value information and measurement time information are paired as a measurement result for a predetermined period. When the prediction is performed periodically, for example, only the difference may be acquired as from the previous prediction execution date to today. As a data acquisition method, for example, SQL (Structured Query Language) often used in a database system is applicable, and any method supported by the network performance measurement system 21 may be used.

次に、計測値取得部2で取得した時系列データを用いて、分析用データ作成部3により、回帰分析用のデータである分析用データを作成する。ただし、この分析用データ作成部3は、オプション的な構成要素である。計測値取得部2で得た計測値をそのまま用いて回帰分析部5で回帰分析を行っても良い。しかし、ネットワーク性能の計測は、例えば数分間隔など頻繁に行われることが多い。また、計測対象となる機器やMIB(Management Information Base)値も多数であることが考えられる。このため、計測値をそのまま回帰分析すると、計算量が多くなる懸念がある。そこで、分析用データ作成部3で、例えば計測値の1日毎の平均値を算出し、この平均値を回帰分析用のデータとして用いることにより、回帰分析に使うデータ量を減らし、計算量を削減するようにしている。なお、作成された分析用データは蓄積しておき、過去に算出した分析用データも使えるようにしている。また、上述の例では1日平均を使うこととしたが、これに限るものではない。例えば、1時間毎の平均や1週間毎の平均を使う、等でも良い。   Next, using the time-series data acquired by the measurement value acquisition unit 2, the analysis data generation unit 3 generates analysis data that is data for regression analysis. However, the analysis data creation unit 3 is an optional component. The regression analysis may be performed by the regression analysis unit 5 using the measurement value obtained by the measurement value acquisition unit 2 as it is. However, network performance is often measured frequently, for example, at intervals of several minutes. In addition, it can be considered that there are a large number of devices to be measured and MIB (Management Information Base) values. For this reason, there is a concern that the amount of calculation increases if the measured value is subjected to regression analysis as it is. Therefore, the analysis data creation unit 3 calculates, for example, an average value of measured values every day, and uses this average value as data for regression analysis, thereby reducing the amount of data used for regression analysis and reducing the amount of calculation. Like to do. The created analysis data is accumulated so that analysis data calculated in the past can be used. In the above example, the daily average is used, but the present invention is not limited to this. For example, an average for every hour or an average for every week may be used.

次に、実施の形態1の特長である外れ値除去部4の区間分割多段SG検定部4aで、分析用データから外れ値を検出し、分析対象から除去する。この処理は、後述する「区間分割多段SG法」による。なお、実施の形態1では、2段階での検定を行う例を図2で示すが、より多い段数での検定を行っても良い。   Next, an outlier is detected from the analysis data and removed from the analysis target by the section division multi-stage SG test unit 4a of the outlier removal unit 4 which is a feature of the first embodiment. This process is based on the “section division multistage SG method” described later. In the first embodiment, an example in which the test is performed in two stages is shown in FIG. 2, but the test may be performed in a larger number of stages.

このように外れ値を除去した分析用データを用いて、回帰分析部5が、単変数の回帰分析を行う。この回帰分析では,一次関数、二次関数、指数関数、対数関数など、各種の関数が適用可能であり、それぞれの関数に応じた分析方法としては、例えば直線回帰の場合は、非特許文献1に開示されている方法が適用可能である。この直線回帰の場合は、回帰関数Y=Ax+BにおけるパラメータであるAとBの値を求める。   Using the analysis data from which outliers are removed in this way, the regression analysis unit 5 performs a single variable regression analysis. In this regression analysis, various functions such as a linear function, a quadratic function, an exponential function, and a logarithmic function can be applied. As an analysis method according to each function, for example, in the case of linear regression, Non-Patent Document 1 Can be applied. In the case of this linear regression, values of A and B which are parameters in the regression function Y = Ax + B are obtained.

次に、レポート作成部6は、これまでの処理の結果を用いて、レポートを作成する。レポートは、基本的には図3に示すように、回帰関数による予測線を示すグラフである。あわせて、実測値や分析用データの値を示す点をプロットし、閾値線やそれを超過する超過時期をプロットするようにしても良い。あるいは、予測値に関する95%信頼区間(実測値が、95%の確率で分布する範囲)などを表示するようにしても良い。また、レポートはグラフでなく、表でも良い。参照方法としては、WEBブラウザで参照できるようにしても良いし、また、所定のユーザに対し電子メールで通知するようにしても良い。   Next, the report creation unit 6 creates a report using the results of the processing so far. The report is basically a graph showing a prediction line based on a regression function as shown in FIG. In addition, points indicating actual measurement values and analysis data values may be plotted, and threshold lines and excess times exceeding them may be plotted. Alternatively, a 95% confidence interval (a range in which the measured values are distributed with a probability of 95%) related to the predicted value may be displayed. The report may be a table instead of a graph. As a reference method, reference may be made with a WEB browser, or a predetermined user may be notified by e-mail.

最後に、「区間分割多段SG法」による外れ値除去部4の区間分割多段SG検定部4aにおける動作について、図2を用いて説明する。この方法は、時間の経過による変動を考慮して外れ値検出ができるようにSG(Smirnov−Grubbs)検定(スミルノフ・グラブス検定)を改良したものである。なお、SG検定は、予め母集団の平均値Xaveと標準偏差σを求め、各計測値Xiについて|Xi-Xave|/σを算出し、最大となった値が所定の数値以上の場合は外れ値として母集団から除き、改めて平均値と標準偏差を求めて前述の過程を外れ値が出なくなるまで繰り返すものである。   Finally, the operation in the segmented multistage SG test unit 4a of the outlier removal unit 4 by the “segmented multistage SG method” will be described with reference to FIG. This method is an improvement of the SG (Smirnov-Grubbs) test (Smirnov-Grubbs test) so that outliers can be detected in consideration of variations over time. The SG test calculates the average value Xave and standard deviation σ of the population in advance and calculates | Xi-Xave | / σ for each measured value Xi. The values are excluded from the population, and the average value and the standard deviation are obtained again, and the above process is repeated until no outliers appear.

まず、図2(a)において、1時間または1日などの時間における区間(期間)の単位で分析用データを分割し、各区間で平均値と標準偏差を求める。各区間に上述のSG検定を適用し、区間毎に外れ値を除去する。これにより、瞬時的な異常値を精度良く外れ値と判定して除くことができる。図2(a)の例では、時刻t0、t1のデータは外れ値と判定されて除去されるが、時刻t2のデータは、時刻t1のデータとほぼ同じ値であるものの、外れ値と判定されないようにできる。次に、図2(b)において、分析用データの全区間に渡る平均値と標準偏差を求め、各区間の平均値をデータと見なしてSG検定を行う。これにより、特定区間を通じて通信回線の輻輳などがあり異常値が多く検出された場合に、該当区間の値をすべて外れ値と判定して除くことができる。このように、「区間分割多段SG法」によれば、区間毎に分割してSG検定を行い、さらに全区間を通じてのSG検定を行うことにより、瞬時的な外れ値の検出も、継続的な外れ値の検出も精度良く行うことが可能となる。   First, in FIG. 2A, analysis data is divided in units of sections (periods) in a time such as one hour or one day, and an average value and a standard deviation are obtained in each section. The above SG test is applied to each section, and outliers are removed for each section. Thereby, instantaneous abnormal values can be accurately determined as outliers and removed. In the example of FIG. 2A, the data at times t0 and t1 are determined to be outliers and removed, but the data at time t2 is almost the same value as the data at time t1, but is not determined to be an outlier. You can Next, in FIG. 2B, an average value and a standard deviation over the entire section of the analysis data are obtained, and an SG test is performed by regarding the average value of each section as data. Thus, when there are many abnormal values due to congestion of the communication line through the specific section, all values in the corresponding section can be determined as outliers and removed. As described above, according to the “section division multi-stage SG method”, the SG test is performed by dividing each section, and further, the SG test is performed through all sections, so that instantaneous outliers can be detected continuously. Outlier detection can be performed with high accuracy.

以上のように、この発明の実施の形態1によるネットワーク性能予測システムにおいては、上述の「区間分割多段SG法」で外れ値が除去された分析用データに基づく回帰分析により予測値を求めるようにしている。これにより、瞬時的な外れ値の検出も、継続的な外れ値の検出も可能となり、精度良く外れ値を除去して回帰分析によるネットワークの性能予測を行うことができる。   As described above, in the network performance prediction system according to the first embodiment of the present invention, the predicted value is obtained by the regression analysis based on the analytical data from which the outlier is removed by the above-described “section division multistage SG method”. ing. Thereby, instantaneous outlier detection and continuous outlier detection are possible, and outliers can be accurately removed and network performance prediction can be performed by regression analysis.

実施の形態2.
この発明の実施の形態2によるネットワーク性能予測システムは、「近傍値比較法」で外れ値が除去された分析用データに基づく回帰分析により予測値を求めるようにしたものである。これにより、精度良く外れ値を除去して回帰分析によるネットワークの性能予測を行うことができる。
Embodiment 2. FIG.
The network performance prediction system according to the second embodiment of the present invention is such that a predicted value is obtained by regression analysis based on analytical data from which outliers have been removed by the “neighbor value comparison method”. As a result, outliers can be accurately removed and network performance can be predicted by regression analysis.

図4は、この発明の実施の形態2によるネットワーク性能予測システムを示す構成図である。なお、各図において、同一符号は同一または相当部分を示す。図4において、外れ値除去部4が、区間分割多段SG検定部4aに代えて、後述の「近傍値比較法」に基づく動作を行う近傍値比較部4bを有するように構成した以外は、図1に示した実施の形態1によるネットワーク性能予測システムと同様の構成である。   4 is a block diagram showing a network performance prediction system according to Embodiment 2 of the present invention. In each figure, the same numerals indicate the same or corresponding parts. 4 except that the outlier removal unit 4 is configured to include a neighborhood value comparison unit 4b that performs an operation based on a “neighboring value comparison method” described later, instead of the section division multi-stage SG test unit 4a. 1 is the same configuration as the network performance prediction system according to the first embodiment shown in FIG.

次に動作について説明する。各部の動作も、外れ値除去部4の近傍値比較部4bにおける動作以外は,実施の形態1の動作と同様である。そこで、「近傍値比較法」による近傍値比較部4bにおける動作について、図5を用いて説明する。この方法では、まず全計測値の平均値および標準偏差を算出しておき、各計測値と次の時刻の計測値との差分を算出する。例えば、図5に示すように、Δ1=計測値t2−計測値t1(次時刻の計測値から当該時刻の計測値を減算する)として、Δ1>全計測値の平均値+n×標準偏差(nは0以上の整数)、となったとき、計測値t2以降は、例えばΔ2=計測値t2−計測値t5のように計測値t2を基準として計測値の差分を計算する。Δ2>全計測値の平均値+n×標準偏差、となれば、計測値t2から計測値t4までを外れ値とみなす。計測値t5以降は、Δ1と同様に、次時刻の計測値から当該時刻の計測値を減算するようにし、この処理を繰り返す。この方法によれば、周囲の値と大きく異なる計測値、もしくは計測値の並びを、外れ値として除去し、以降の回帰分析において精度の良い予測値を得ることができる。   Next, the operation will be described. The operation of each unit is the same as that of the first embodiment except for the operation in the neighborhood value comparison unit 4b of the outlier removal unit 4. Therefore, the operation in the neighborhood value comparison unit 4b by the “neighbor value comparison method” will be described with reference to FIG. In this method, first, an average value and a standard deviation of all measured values are calculated, and a difference between each measured value and a measured value at the next time is calculated. For example, as shown in FIG. 5, Δ1 = measured value t2−measured value t1 (subtract the measured value at the time from the measured value at the next time), and Δ1> average value of all measured values + n × standard deviation (n Is an integer greater than or equal to 0), the difference between the measured values is calculated with the measured value t2 as a reference, for example, Δ2 = measured value t2−measured value t5 after the measured value t2. If Δ2> average value of all measured values + n × standard deviation, the measured value t2 to the measured value t4 are regarded as outliers. After the measurement value t5, similarly to Δ1, the measurement value at the time is subtracted from the measurement value at the next time, and this process is repeated. According to this method, it is possible to remove a measurement value or a sequence of measurement values that are significantly different from the surrounding values as outliers, and obtain an accurate prediction value in the subsequent regression analysis.

なお、この発明の実施の形態2での図5による説明では、「近傍値比較法」を一段階について説明しているが、実施の形態1の「区間分割多段SG法」と同様に、区間分割および多段化を行うようにしても良い。   In the description according to FIG. 5 in the second embodiment of the present invention, the “neighbor value comparison method” is described in one stage. However, similarly to the “section division multi-stage SG method” in the first embodiment, the section You may make it perform division and multistage.

以上のように、この発明の実施の形態2によるネットワーク性能予測システムにおいては、上述の「近傍値比較法」で外れ値が除去された分析用データに基づく回帰分析により予測値を求めるようにしている。これにより、近傍値と大きく異なる計測値の並びを、精度良く外れ値として除去して回帰分析によるネットワークの性能予測を行うことができる。   As described above, in the network performance prediction system according to the second embodiment of the present invention, the predicted value is obtained by the regression analysis based on the analysis data from which the outlier is removed by the above-mentioned “neighbor value comparison method”. Yes. As a result, it is possible to perform a network performance prediction by regression analysis by accurately removing an array of measurement values that are significantly different from neighboring values as outliers.

実施の形態3.
この発明の実施の形態3によるネットワーク性能予測システムは、「外部データ参照法」で外れ値が除去された分析用データに基づく回帰分析により予測値を求めるようにしたものである。これにより、精度良く外れ値を除去して回帰分析によるネットワークの性能予測を行うことができる。
Embodiment 3 FIG.
In the network performance prediction system according to the third embodiment of the present invention, a predicted value is obtained by regression analysis based on analytical data from which outliers have been removed by the “external data reference method”. As a result, outliers can be accurately removed and network performance can be predicted by regression analysis.

図6は、この発明の実施の形態3によるネットワーク性能予測システムを示す構成図である。なお、各図において、同一符号は同一または相当部分を示す。図6において、外れ値除去部4が、区間分割多段SG検定部4aに代えて、後述の「外部データ参照法」に基づく動作を行う外部データ参照部4cを有し、外部のデータベースであるアラーム情報22やカレンダ情報23を参照するように構成した以外は、図1に示した実施の形態1によるネットワーク性能予測システムと同様の構成である。   FIG. 6 is a block diagram showing a network performance prediction system according to Embodiment 3 of the present invention. In each figure, the same numerals indicate the same or corresponding parts. In FIG. 6, the outlier removal unit 4 has an external data reference unit 4c that performs an operation based on the “external data reference method” described later, instead of the section division multi-stage SG test unit 4a, and is an external database alarm. The configuration is the same as that of the network performance prediction system according to the first embodiment shown in FIG. 1 except that the information 22 and the calendar information 23 are referred to.

図6において、アラーム情報22は、異常を示すデータとその発生時刻の情報を保持するデータベースである。異常を示すデータは、インタフェースのダウンや機器の停止などの異常が発生している期間を示すデータであったり、パケットロスなどのエラー発生情報を示すMIB(Management Information Base)を使うことが考えられる。また、カレンダ情報23は、土休日などの曜日情報や、営業時間(例えば、9:00〜17:00)の情報等を保持するデータベースである。   In FIG. 6, alarm information 22 is a database that holds data indicating abnormality and information on the time of occurrence thereof. The data indicating the abnormality may be data indicating a period in which an abnormality such as an interface down or a device stop is occurring, or an MIB (Management Information Base) indicating error occurrence information such as packet loss may be used. . The calendar information 23 is a database that stores day information such as weekends and holidays, information on business hours (for example, 9:00 to 17:00), and the like.

次に動作について説明する。図6において、各部の動作も、外れ値除去部4の外部データ参照部4cにおける動作以外は,実施の形態1の動作と同様である。そこで、「外部データ参照法」による外部データ参照部4cにおける動作について説明する。外部データ参照部4cは、分析用データの各時刻と、アラーム情報22やカレンダ情報23の保持内容(外部データ)を比較し、該当データの時刻が、異常を示すアラーム発生中であったり、土休日または営業時間外である場合に、外れ値として除去する。これにより、アラーム発生時や休日および営業時間外など、通常時と異なる状況での分析用データを除去し、以降の回帰分析において精度の良い予測値を得ることができる。   Next, the operation will be described. In FIG. 6, the operation of each unit is the same as that of the first embodiment except for the operation in the external data reference unit 4c of the outlier removal unit 4. The operation in the external data reference unit 4c by the “external data reference method” will be described. The external data reference unit 4c compares each time of the analysis data with the contents held in the alarm information 22 and the calendar information 23 (external data). If it is a holiday or outside business hours, remove it as an outlier. As a result, it is possible to remove analysis data in a situation different from the normal time, such as when an alarm occurs, a holiday, or outside business hours, and obtain a highly accurate predicted value in the subsequent regression analysis.

なお、本実施の形態3ではアラーム情報とカレンダ情報の両方を使うように説明したが、どちらか一方のみ使うだけでも良い。また、外部データとしては、外れ値に関係する情報であれば、どのようなものを用いても同様の効果が期待できる。   In the third embodiment, it has been described that both alarm information and calendar information are used. However, only one of them may be used. In addition, as external data, any information can be expected as long as it is information related to outliers.

以上のように、この発明の実施の形態3によるネットワーク性能予測システムにおいては、上述の「外部データ参照法」で外れ値が除去された分析用データに基づく回帰分析により予測値を求めるようにしている。これにより、アラーム発生時や休日および営業時間外など、通常時と異なる状況での分析用データを、精度良く外れ値として除去して回帰分析によるネットワークの性能予測を行うことができる。   As described above, in the network performance prediction system according to the third embodiment of the present invention, the predicted value is obtained by the regression analysis based on the analytical data from which the outlier has been removed by the above-mentioned “external data reference method”. Yes. As a result, it is possible to accurately analyze data for analysis in situations different from normal times, such as when an alarm occurs, on holidays, or outside business hours, and perform network performance prediction by regression analysis.

実施の形態4.
この発明の実施の形態4によるネットワーク性能予測システムは、「外部データ参照法」および「区間分割多段SG法」の併用で外れ値が除去された分析用データに基づく回帰分析により予測値を求めるようにしたものである。これにより、更に精度良く外れ値を除去して回帰分析によるネットワークの性能予測を行うことができる。
Embodiment 4 FIG.
The network performance prediction system according to the fourth embodiment of the present invention obtains a predicted value by regression analysis based on analytical data from which outliers have been removed by the combined use of the “external data reference method” and the “section division multistage SG method”. It is a thing. As a result, outliers can be removed with higher accuracy and network performance can be predicted by regression analysis.

図7は、この発明の実施の形態4によるネットワーク性能予測システムを示す構成図である。なお、各図において、同一符号は同一または相当部分を示す。図7において、外れ値除去部4が、上述の「区間分割多段SG法」に基づく動作を行う区間分割多段SG検定部4aに加えて、上述の「外部データ参照法」に基づく動作を行う外部データ参照部4cを有し、外部のデータベースであるアラーム情報22やカレンダ情報23を参照するように構成した以外は、図1に示した実施の形態1および図6に示した実施の形態3によるネットワーク性能予測システムと同様の構成である。   FIG. 7 is a block diagram showing a network performance prediction system according to Embodiment 4 of the present invention. In each figure, the same numerals indicate the same or corresponding parts. In FIG. 7, the outlier removal unit 4 performs an operation based on the above-described “external data reference method” in addition to the interval-division multi-stage SG test unit 4 a that performs an operation based on the above-described “section division multi-stage SG method”. Except for having a data reference unit 4c and referring to alarm information 22 and calendar information 23 which are external databases, the first embodiment shown in FIG. 1 and the third embodiment shown in FIG. 6 are used. The configuration is the same as that of the network performance prediction system.

次に動作について説明する。図7において、各部の動作も、外れ値除去部4における動作以外は、実施の形態1の動作および実施の形態3の動作と同様である。外れ値除去部4は、外部データ参照部4cが上述の「外部データ参照法」に基づく外れ値除去を行うとともに、区間分割多段SG検定部4aが上述の「区間分割多段SG法」に基づく外れ値除去を行う。これにより、「外部データ参照法」と「区間分割多段SG法」の両者による外れ値除去ができるので、更に良い予測値を得ることができる。   Next, the operation will be described. In FIG. 7, the operation of each unit is the same as the operation in the first embodiment and the operation in the third embodiment except for the operation in the outlier removal unit 4. In the outlier removal unit 4, the external data reference unit 4 c performs outlier removal based on the above-described “external data reference method”, and the section division multi-stage SG test unit 4 a performs outlier based on the above-described “section division multi-stage SG method”. Perform value removal. As a result, outlier removal by both the “external data reference method” and the “section division multistage SG method” can be performed, so that a better predicted value can be obtained.

以上のように、この発明の実施の形態4によるネットワーク性能予測システムにおいては、「外部データ参照法」および「区間分割多段SG法」の併用で外れ値が除去された分析用データに基づく回帰分析により予測値を求めるようにしている。これにより、アラーム発生時や休日および営業時間外など、通常時と異なる状況での分析用データを、精度良く外れ値として除去できるとともに、瞬時的な外れ値の検出も、継続的な外れ値の検出も可能となり、更に精度良く外れ値を除去して回帰分析によるネットワークの性能予測を行うことができる。   As described above, in the network performance prediction system according to the fourth embodiment of the present invention, regression analysis based on analytical data from which outliers have been removed by the combined use of the “external data reference method” and the “section division multi-stage SG method” Thus, the predicted value is obtained. This makes it possible to accurately remove analysis data in situations that differ from normal times, such as when an alarm occurs, holidays, or outside business hours, as an outlier, and to detect instantaneous outliers continuously. Detection is also possible, and outliers can be removed more accurately and network performance can be predicted by regression analysis.

実施の形態5.
この発明の実施の形態5によるネットワーク性能予測システムは、「外部データ参照法」および「近傍値比較法」の併用で外れ値が除去された分析用データに基づく回帰分析により予測値を求めるようにしたものである。これにより、更に精度良く外れ値を除去して回帰分析によるネットワークの性能予測を行うことができる。
Embodiment 5 FIG.
The network performance prediction system according to the fifth embodiment of the present invention obtains a predicted value by regression analysis based on analytical data from which outliers have been removed by the combined use of the “external data reference method” and the “neighbor value comparison method”. It is a thing. As a result, outliers can be removed with higher accuracy and network performance can be predicted by regression analysis.

図8は、この発明の実施の形態5によるネットワーク性能予測システムを示す構成図である。なお、各図において、同一符号は同一または相当部分を示す。図8において、外れ値除去部4が、上述の「近傍値比較法」に基づく動作を行う近傍値比較部4bに加えて、上述の「外部データ参照法」に基づく動作を行う外部データ参照部4cを有し、外部のデータベースであるアラーム情報22やカレンダ情報23を参照するように構成した以外は、図1に示した実施の形態1、図4に示した実施の形態2および図6に示した実施の形態3によるネットワーク性能予測システムと同様の構成である。   FIG. 8 is a block diagram showing a network performance prediction system according to Embodiment 5 of the present invention. In each figure, the same numerals indicate the same or corresponding parts. In FIG. 8, the outlier removal unit 4 performs an operation based on the above-described “external data reference method” in addition to the neighborhood value comparison unit 4 b that performs an operation based on the above-described “neighbor value comparison method”. 4c, except that the alarm information 22 and calendar information 23, which are external databases, are referred to, in the first embodiment shown in FIG. 1, the second embodiment shown in FIG. 4, and the FIG. The configuration is the same as that of the network performance prediction system according to the third embodiment shown.

次に動作について説明する。図8において、各部の動作も、外れ値除去部4における動作以外は、実施の形態1の動作、実施の形態2の動作および実施の形態3の動作と同様である。外れ値除去部4は、外部データ参照部4cが上述の「外部データ参照法」に基づく外れ値除去を行うとともに、近傍値比較部4bが上述の「近傍値比較法」に基づく外れ値除去を行う。これにより、「外部データ参照法」と「近傍値比較法」の両者による外れ値除去ができるので、更に良い予測値を得ることができる。   Next, the operation will be described. In FIG. 8, the operation of each unit is the same as the operation in the first embodiment, the operation in the second embodiment, and the operation in the third embodiment except for the operation in the outlier removal unit 4. In the outlier removal unit 4, the external data reference unit 4 c performs outlier removal based on the “external data reference method” described above, and the neighborhood value comparison unit 4 b performs outlier removal based on the above “neighbor value comparison method”. Do. As a result, outliers can be removed by both the “external data reference method” and the “neighboring value comparison method”, so that a better predicted value can be obtained.

以上のように、この発明の実施の形態5によるネットワーク性能予測システムにおいては、「外部データ参照法」および「近傍値比較法」の併用で外れ値が除去された分析用データに基づく回帰分析により予測値を求めるようにしている。これにより、アラーム発生時や休日および営業時間外など、通常時と異なる状況での分析用データを、精度良く外れ値として除去できるとともに、近傍値と大きく異なる計測値の並びを外れ値として除去でき、更に精度良く外れ値を除去して回帰分析によるネットワークの性能予測を行うことができる。   As described above, in the network performance prediction system according to the fifth embodiment of the present invention, the regression analysis based on the analysis data from which the outlier is removed by the combined use of the “external data reference method” and the “neighboring value comparison method”. The predicted value is obtained. This makes it possible to accurately remove analysis data in situations different from normal times, such as when an alarm occurs, on holidays, or outside business hours, as an outlier, and to remove the measurement values that are significantly different from nearby values as outliers. Further, outliers can be removed with higher accuracy and network performance can be predicted by regression analysis.

なお、上述の実施の形態1〜5によるネットワーク性能予測システムに対応するネットワーク性能予測方法は、マイクロコンピュータ等に実行させるプログラムを用いてソフトウエア処理により実現するようにしても良い。   The network performance prediction method corresponding to the network performance prediction system according to the first to fifth embodiments described above may be realized by software processing using a program executed by a microcomputer or the like.

この発明の実施の形態1によるネットワーク性能予測システムを示す構成図Configuration diagram showing a network performance prediction system according to Embodiment 1 of the present invention この発明の実施の形態1によるネットワーク性能予測システムを説明するための説明図Explanatory drawing for demonstrating the network performance prediction system by Embodiment 1 of this invention この発明の実施の形態1によるネットワーク性能予測システムを説明するための説明図Explanatory drawing for demonstrating the network performance prediction system by Embodiment 1 of this invention この発明の実施の形態2によるネットワーク性能予測システムを示す構成図The block diagram which shows the network performance prediction system by Embodiment 2 of this invention この発明の実施の形態2によるネットワーク性能予測システムを説明するための説明図Explanatory drawing for demonstrating the network performance prediction system by Embodiment 2 of this invention この発明の実施の形態3によるネットワーク性能予測システムを示す構成図The block diagram which shows the network performance prediction system by Embodiment 3 of this invention この発明の実施の形態4によるネットワーク性能予測システムを示す構成図The block diagram which shows the network performance prediction system by Embodiment 4 of this invention この発明の実施の形態5によるネットワーク性能予測システムを示す構成図The block diagram which shows the network performance prediction system by Embodiment 5 of this invention

符号の説明Explanation of symbols

1 ネットワーク性能予測システム
2 計測値取得部
3 分析用データ作成部
4 外れ値除去部
5 回帰分析部
6 レポート作成部
DESCRIPTION OF SYMBOLS 1 Network performance prediction system 2 Measured value acquisition part 3 Analysis data creation part 4 Outlier removal part 5 Regression analysis part 6 Report creation part

Claims (6)

ネットワークの通信性能を示す計測値情報と計測時刻を示す時刻情報とを対にした時系列データを取得する計測値取得部と、
前記計測値取得部で取得した時系列データを加工して分析用データを作成する分析用データ作成部と、
前記分析用データ作成部で作成した分析用データのうち、回帰分析に用いない情報としての外れ値情報を求め、この求めた外れ値情報を前記分析用データから除去する外れ値除去部と、
前記外れ値除去部で外れ値情報が除去された分析用データに基づく回帰分析により予測値を求める回帰分析部と、
前記回帰分析部による回帰分析結果を示すレポートを作成するレポート作成部と、を備え、
前記外れ値除去部は、前記分析用データを複数の期間に分割し、この分割した期間毎に外れ値情報を求め、当該外れ値情報を除く前記分析用データに基づいて、全期間に渡って外れ値情報を求めることを特徴とするネットワーク性能予測システム。
A measurement value acquisition unit that acquires time-series data in which measurement value information indicating network communication performance and time information indicating measurement time are paired;
An analysis data creation unit that creates analysis data by processing the time series data obtained by the measurement value obtaining unit;
Out of the analysis data created by the analysis data creation unit, outlier information as information not used for regression analysis is obtained, and the outlier removal unit that removes the obtained outlier information from the analysis data;
A regression analysis unit that obtains a predicted value by regression analysis based on analysis data from which outlier information has been removed by the outlier removal unit;
A report creation unit for creating a report indicating a regression analysis result by the regression analysis unit,
The outlier removal unit divides the analysis data into a plurality of periods, obtains outlier information for each divided period, and based on the analysis data excluding the outlier information , over the entire period. A network performance prediction system characterized by obtaining outlier information.
前記外れ値除去部は、スミルノフ・グラブス検定により外れ値情報を求めることを特徴とする請求項1に記載のネットワーク性能予測システム。   The network performance prediction system according to claim 1, wherein the outlier removal unit obtains outlier information by a Smirnov-Grubbs test. 前記外れ値除去部は、隣接する時刻情報に対応する分析用データ同士の比較に基づいて外れ値情報を求めることを特徴とする請求項1に記載のネットワーク性能予測システム。   The network performance prediction system according to claim 1, wherein the outlier removal unit obtains outlier information based on a comparison between analysis data corresponding to adjacent time information. 前記外れ値除去部は、外部データを参照して外れ値情報を求めることを特徴とする請求項1〜請求項3のいずれかに記載のネットワーク性能予測システム。   The network performance prediction system according to claim 1, wherein the outlier removal unit obtains outlier information with reference to external data. ネットワークの通信性能を示す計測値情報と計測時刻を示す時刻情報とを対にした時系列データを取得する計測値取得ステップと、
前記計測値取得ステップで取得した時系列データを加工して分析用データを作成する分析用データ作成ステップと、
前記分析用データ作成ステップで作成した分析用データのうち、回帰分析に用いない情報としての外れ値情報を求め、この求めた外れ値情報を前記分析用データから除去する外れ値除去ステップと、
前記外れ値除去ステップで外れ値情報が除去された分析用データに基づく回帰分析により予測値を求める回帰分析ステップと、
前記回帰分析ステップによる回帰分析結果を示すレポートを作成するレポート作成ステップと、を備え、
前記外れ値除去ステップは、前記分析用データを複数の期間に分割し、この分割した期間毎に外れ値情報を求め、当該外れ値情報を除く前記分析用データに基づいて、全期間に渡って外れ値情報を求めることを特徴とするネットワーク性能予測方法。
A measurement value acquisition step of acquiring time series data in which measurement value information indicating network communication performance and time information indicating measurement time are paired;
An analysis data creation step for creating analysis data by processing the time series data acquired in the measurement value acquisition step;
Of the analytical data created in the analytical data creation step, outlier information as information not used for regression analysis is obtained, and the obtained outlier information is removed from the analytical data outlier removal step;
A regression analysis step of obtaining a predicted value by a regression analysis based on the analytical data from which the outlier information has been removed in the outlier removal step;
A report creation step for creating a report indicating the regression analysis result of the regression analysis step,
The outlier removal step divides the analysis data into a plurality of periods, obtains outlier information for each divided period, and based on the analysis data excluding the outlier information , over the entire period. A network performance prediction method characterized by obtaining outlier information.
請求項5に記載のネットワーク性能予測方法を電子計算機に実行させるプログラム。   A program for causing an electronic computer to execute the network performance prediction method according to claim 5.
JP2008095158A 2008-04-01 2008-04-01 Network performance prediction system, network performance prediction method and program Expired - Fee Related JP5003566B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008095158A JP5003566B2 (en) 2008-04-01 2008-04-01 Network performance prediction system, network performance prediction method and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008095158A JP5003566B2 (en) 2008-04-01 2008-04-01 Network performance prediction system, network performance prediction method and program

Publications (2)

Publication Number Publication Date
JP2009253362A JP2009253362A (en) 2009-10-29
JP5003566B2 true JP5003566B2 (en) 2012-08-15

Family

ID=41313671

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008095158A Expired - Fee Related JP5003566B2 (en) 2008-04-01 2008-04-01 Network performance prediction system, network performance prediction method and program

Country Status (1)

Country Link
JP (1) JP5003566B2 (en)

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9069725B2 (en) 2011-08-19 2015-06-30 Hartford Steam Boiler Inspection & Insurance Company Dynamic outlier bias reduction system and method
EP3514700A1 (en) * 2013-02-20 2019-07-24 Hartford Steam Boiler Inspection and Insurance Company Dynamic outlier bias reduction system and method
CA3116974A1 (en) 2014-04-11 2015-10-15 Hartford Steam Boiler Inspection And Insurance Company Improving future reliability prediction based on system operational and performance data modelling
JP6837949B2 (en) * 2017-09-08 2021-03-03 株式会社日立製作所 Prediction system and method
US11636292B2 (en) 2018-09-28 2023-04-25 Hartford Steam Boiler Inspection And Insurance Company Dynamic outlier bias reduction system and method
US11328177B2 (en) 2019-09-18 2022-05-10 Hartford Steam Boiler Inspection And Insurance Company Computer-based systems, computing components and computing objects configured to implement dynamic outlier bias reduction in machine learning models
US11288602B2 (en) 2019-09-18 2022-03-29 Hartford Steam Boiler Inspection And Insurance Company Computer-based systems, computing components and computing objects configured to implement dynamic outlier bias reduction in machine learning models
US11615348B2 (en) 2019-09-18 2023-03-28 Hartford Steam Boiler Inspection And Insurance Company Computer-based systems, computing components and computing objects configured to implement dynamic outlier bias reduction in machine learning models
CN111488200A (en) * 2020-06-28 2020-08-04 四川新网银行股份有限公司 Virtual machine resource utilization rate analysis method based on dynamic analysis model

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004349846A (en) * 2003-05-20 2004-12-09 Nippon Telegr & Teleph Corp <Ntt> Outlier detecting method

Also Published As

Publication number Publication date
JP2009253362A (en) 2009-10-29

Similar Documents

Publication Publication Date Title
JP5003566B2 (en) Network performance prediction system, network performance prediction method and program
CN105956734B (en) Method and system for dynamically setting index threshold of performance of IT equipment
US9465387B2 (en) Anomaly diagnosis system and anomaly diagnosis method
US10747188B2 (en) Information processing apparatus, information processing method, and, recording medium
US10061677B2 (en) Fast automated detection of seasonal patterns in time series data without prior knowledge of seasonal periodicity
JP6330922B2 (en) Information processing apparatus and information processing method
US9524223B2 (en) Performance metrics of a computer system
JPWO2014208002A1 (en) System analysis apparatus, system analysis method, and system analysis program
JP6531079B2 (en) System and method for smart alert
KR20150038356A (en) Estimating remaining useful life using genetic programming
JP5387779B2 (en) Operation management apparatus, operation management method, and program
US9417981B2 (en) Data processing system, data processing method, and program
JP6611677B2 (en) System and method for detecting outliers in real time for univariate time series signals
JP2007310665A (en) Process monitoring apparatus
JP2016128971A (en) Sign diagnosis system and sign diagnosis method
JP2012226511A (en) Yield prediction system and yield prediction program
US20190064789A1 (en) System analyzing device, system analyzing method, and computer-readable recording medium
CN109976986B (en) Abnormal equipment detection method and device
JP6247777B2 (en) Abnormality diagnosis apparatus and abnormality diagnosis method
CN110764975A (en) Early warning method and device for equipment performance and monitoring equipment
CN111651503B (en) Power distribution network data anomaly identification method and system and terminal equipment
JP6627258B2 (en) System model generation support device, system model generation support method, and program
CN110245844B (en) Abnormal index detection method and device
JP7119484B2 (en) Information aggregation device, information aggregation method, and program
CN111258866A (en) Computer performance prediction method, device, equipment and readable storage medium

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20101228

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20120130

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20120221

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20120404

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

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

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

Free format text: PAYMENT UNTIL: 20150601

Year of fee payment: 3

R151 Written notification of patent or utility model registration

Ref document number: 5003566

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151

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

Free format text: PAYMENT UNTIL: 20150601

Year of fee payment: 3

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees