CN102739469A - Web service response time predicting method based on time sequence - Google Patents

Web service response time predicting method based on time sequence Download PDF

Info

Publication number
CN102739469A
CN102739469A CN2012101687572A CN201210168757A CN102739469A CN 102739469 A CN102739469 A CN 102739469A CN 2012101687572 A CN2012101687572 A CN 2012101687572A CN 201210168757 A CN201210168757 A CN 201210168757A CN 102739469 A CN102739469 A CN 102739469A
Authority
CN
China
Prior art keywords
response time
average increment
increment
web service
time average
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN2012101687572A
Other languages
Chinese (zh)
Other versions
CN102739469B (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.)
CHENGDU GKHB INFORMATION TECHNOLOGY Co Ltd
Original Assignee
CHENGDU GUOKE HAIBO COMPUTER SYSTEMS Co Ltd
Chongqing University
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 CHENGDU GUOKE HAIBO COMPUTER SYSTEMS Co Ltd, Chongqing University filed Critical CHENGDU GUOKE HAIBO COMPUTER SYSTEMS Co Ltd
Priority to CN201210168757.2A priority Critical patent/CN102739469B/en
Publication of CN102739469A publication Critical patent/CN102739469A/en
Application granted granted Critical
Publication of CN102739469B publication Critical patent/CN102739469B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The invention discloses a web service response time predicting method based on increment steady-state analysis, belonging to the field of software performance prediction. The method comprises the following steps: obtaining a sequence of a series of measurement values of network service response time according to a fixed unit time interval; subsequently defining and calculating observation window response time increment types; calculating a transition probability matrix among the types; then calculating a steady-state distribution probability of the response time increment based on the transition probability matrix; and finally adding a calculated increment expected value to a response time measurement value at the t moment so as to obtain the prediction value of the response time at the t+1 moment. With the adoption of the method, the defects that traditional Web prediction mold and method depend too much on SLA (Service-Level-Agreement) specifications and hypothesis parameters are constant and unchanged are avoided; and mold support and analysis means are provided for WEB service credibility research.

Description

A kind of based on seasonal effect in time series Web service response time Forecasting Methodology
Technical field
The invention belongs to the field of software performance prediction, especially relate to a kind of based on seasonal effect in time series Web service response time Forecasting Methodology.
Background technology
More and more important role is being played the part of in the field in that ecommerce, enterprise application be integrated etc. as a kind of new distributed component model in Web service; It is considered to one of technology most crucial in the service-oriented computing framework (SOA); Through the Web service combination technique, single Web service combined becomes complete application.Yet Web service operates in the network environment of dynamic change; Its response time value is also in frequent variations; The network environment of this dynamic change will influence the run time behaviour of Web service, and then causes the variation of whole Web service composite behaviour, therefore; To web service carrying out performance prediction is the key technology that guarantees based on the application system quality of service, also is to optimize service combination important method.Most important two indexs are response time and throughput in the Web service performance, and the former representes that system accomplishes the time of given required by task, and the latter representes that system accomplishes the number of times of given task in the unit interval.
Though academia and industrial quarters have proposed a series of model and methods that are used to analyze and predict the Web service performance; But most of method is many with based on SLA (Service-level-agreement; Service-level agreement) static analysis is main means; Service-level agreement is about a contract between Internet service provider and client, has wherein defined terms such as COS, service quality and client's payment, and it has retrained the minimum of serving the serviced component that the provider provides in quantity and has connected bandwidth, maximum packet loss, linkage fault rate and equal performance-relevant parameter; Static properties analysis based on SLA; The direct exactly limit value with the above-mentioned parameter that service-level agreement was retrained is the model input, and the hypothesis performance parameter is invariable, analyzes and predict the actual performance of Web service assembly; There is very big defective in the method for this static analysis: the network and the system environments that are relied on during owing to the Web service operation are fast changing; Various parameter amounts that influence performance such as bandwidth, packet loss, linkage fault rate, message field length etc. can not be kept invariablely, and there are great deviation in this and the invariable hypothesis of performance parameter; Because the parameter that provides in the service-level agreement is the upper and lower bound value, corresponding value possibly be higher or lower than limit value during the Web service operation, thereby causes having over-evaluated or underestimated actual performance based on the performance prediction method of service-level agreement.
In order to remedy the deficiency of said method; Take into full account the dynamic of Web service performance under the true environment; The present invention analyzes on the basis of its trend variation in further investigation performance test value time series data, proposes a kind of based on seasonal effect in time series Web service response time Forecasting Methodology.
Summary of the invention
Because the above-mentioned defective of prior art, technical problem to be solved by this invention provides a kind of response time Forecasting Methodology of Web service more accurately.
Be to realize above-mentioned purpose, the invention provides a kind ofly, carry out according to the following steps based on seasonal effect in time series Web service response time Forecasting Methodology:
Step 1: the response time data sequence of obtaining the web service according to fixing unit interval;
Setting the response time data sequence has the surveying record of t response time, and said response time data sequence is r t(i), { r t(i) | 1≤i≤t, 1≤t<∞ }; The response time data sequence of the said web of obtaining service is obtained by the url address test of SOAP UI test platform to the web service;
Step 2: the average increment that calculates the continuous response time;
It is one group that k continuous response time compiled, and k is a positive integer, and whole response time sequence is divided into
Figure BDA00001691606900021
Individual group, be regarded as one with every group and investigate window; X y the response time of investigating in the window is r t((x-1) * k+y); Setting x the response time average increment of investigating in the window is AINC (x);
AINC ( x ) = Σ s = 1 k - 1 r t ( ( x - 1 ) × k + s + 1 ) - r t ( ( x - 1 ) × k + s ) k ,
Figure BDA00001691606900032
Step 3: transition probability between definition response time average increment class and calculated response time average increment class;
The value of minimum response time average increment is MIN in
Figure BDA00001691606900033
individual response time average increment,
Figure BDA00001691606900034
The value of maximum response time average increment is MAX in
Figure BDA00001691606900035
individual response time average increment,
Figure BDA00001691606900036
MIN is divided into p type to the interval of MX, p is a positive integer; Setting x the response time average increment of investigating in the window is map (x) to l mapping function of classifying, 1≤l≤p; And if only if MIN + MAX - MIN p &times; ( l - 1 ) &le; AINC ( i ) < MIN + MAX - MIN p &times; l The time, map (x)=l;
Set MIN matrix of transition probabilities between m type and n the class in the interval of MAX and be TRAN (m, n), m, n are positive integer;
Figure BDA00001691606900038
ICOUNT ( m , l ) = 1 ifmap ( l ) = m 0 else ;
IJCOUNT ( m , n , l ) = 1 ifmap ( l + 1 ) = nandmap ( l ) = m 0 else ;
Step 4: under the computing system balance, the response time average increment is in the probability of each response time average increment class;
π is under the system balancing, and the response time average increment is in the probability vector of h response time average increment class; H the component of π is π (h), 1≤h≤p; π (h)=π (h) * TRAN (m, n);
Step 5: prediction t+1 response time constantly;
The desired value of setting the response time average increment under the poised state situation is EAINC;
EAINC = &Sigma; h = 1 p &pi; ( h ) &times; ( MIN + ( MAX - MIN ) &times; ( h - 1 ) p + MAX - MIN 2 p ) ; Setting t+1 response time predicted value constantly is PRT; Calculate EAINC = &Sigma; w = 1 k - 2 r t ( t + 1 - w ) - r t ( t - w ) + ( PRT - r t ( t ) ) k , Obtain the response time value that PRT needing just can obtain prediction accurately.
The invention has the beneficial effects as follows: the present invention is in further investigation performance test value time series data; Analyze on the basis that its trend changes and realize; SLA standard and the invariable deficiency of hypothesis performance parameter have been avoided too relying in traditional web performance prediction model and the method; Can support and analysis means for the credible research of web service supplies a model, can greatly improve predictablity rate and precision.
Description of drawings
Fig. 1 is a schematic flow sheet of the present invention.
Fig. 2 is a response time measured data sketch map.
Fig. 3 is the comparison sketch map of response time predicted value and actual value.
Embodiment
Below in conjunction with accompanying drawing and embodiment the present invention is described further:
As shown in Figure 1, a kind of based on seasonal effect in time series Web service response time Forecasting Methodology, carry out according to the following steps:
Step 1: the response time data sequence of obtaining the web service according to fixing unit interval;
Setting the response time data sequence has the surveying record of t response time, and said response time data sequence is r t(i), { r t(i) | 1≤i≤t, 1≤t<∞ }, the response time data sequence of the said web of obtaining service is obtained by the url address test of SOAP UI test platform to the web service.
Step 2: the average increment that calculates the continuous response time;
It is one group that k continuous response time compiled, and k is a positive integer, and whole response time sequence is divided into
Figure BDA00001691606900051
Individual group, be regarded as one with every group and investigate window; X y the response time of investigating in the window is r t((x-1) * k+y); Setting x the response time average increment of investigating in the window is AINC (x); AINC ( x ) = &Sigma; s = 1 k - 1 r t ( ( x - 1 ) &times; k + s + 1 ) - r t ( ( x - 1 ) &times; k + s ) k ,
Figure BDA00001691606900053
Step 3: transition probability between definition response time average increment class and calculated response time average increment class;
The value of minimum response time average increment is MIN in individual response time average increment,
Figure BDA00001691606900055
The value of maximum response time average increment is MAX in
Figure BDA00001691606900056
individual response time average increment,
Figure BDA00001691606900057
MIN is divided into p type to the interval of MAX, p is a positive integer; Setting x the response time average increment of investigating in the window is map (x) to l mapping function of classifying, 1≤l≤p; And if only if MIN + MAX - MIN p &times; ( l - 1 ) &le; AINC ( i ) < MIN + MAX - MIN p &times; l The time, map (x)=l;
Set MIN matrix of transition probabilities between m type and n the class in the interval of MAX and be TRAN (m, n), m, n are positive integer;
Figure BDA00001691606900061
ICOUNT ( m , l ) = 1 ifmap ( l ) = m 0 else ;
IJCOUNT ( m , n , l ) = 1 ifmap ( l + 1 ) = nandmap ( l ) = m 0 else .
Step 4: under the computing system balance, the response time average increment is in the probability of each response time average increment class;
π is under the system balancing, and the response time average increment is in the probability vector of h response time average increment class; H the component of π is π (h), 1≤h≤p; π (h)=π (h) * TRAN (m, n), concrete
&pi; ( 1 ) = &pi; ( 1 ) &times; TRAN ( 1,1 ) TRAN ( 1,2 ) . . . . TRAN ( p , 1 ) TRAN ( 2 , 1 ) TRAN ( 2,2 ) . . . . TRAN ( p , 2 ) &CenterDot; &CenterDot; &CenterDot; &CenterDot; &CenterDot; &CenterDot; &CenterDot; &CenterDot; TRAN ( p - 1 , p - 1 ) &CenterDot; TRAN ( p , 1 ) TRAN ( p , 2 ) . . . . TRAN ( p , p ) ,
&pi; ( 2 ) = &pi; ( 2 ) &times; TRAN ( 1,1 ) TRAN ( 1,2 ) . . . . TRAN ( p , 1 ) TRAN ( 2 , 1 ) TRAN ( 2,2 ) . . . . TRAN ( p , 2 ) &CenterDot; &CenterDot; &CenterDot; &CenterDot; &CenterDot; &CenterDot; &CenterDot; &CenterDot; TRAN ( p - 1 , p - 1 ) &CenterDot; TRAN ( p , 1 ) TRAN ( p , 2 ) . . . . TRAN ( p , p ) , . . . . . . ,
&pi; ( p ) = &pi; ( p ) &times; TRAN ( 1,1 ) TRAN ( 1,2 ) . . . . TRAN ( p , 1 ) TRAN ( 2 , 1 ) TRAN ( 2,2 ) . . . . TRAN ( p , 2 ) &CenterDot; &CenterDot; &CenterDot; &CenterDot; &CenterDot; &CenterDot; &CenterDot; &CenterDot; TRAN ( p - 1 , p - 1 ) &CenterDot; TRAN ( p , 1 ) TRAN ( p , 2 ) . . . . TRAN ( p , p ) .
Step 5: prediction t+1 response time constantly;
The desired value of setting the response time average increment under the poised state situation is EAINC;
EAINC = &Sigma; h = 1 p &pi; ( h ) &times; ( MIN + ( MAX - MIN ) &times; ( h - 1 ) p + MAX - MIN 2 p ) ; Setting t+1 response time predicted value constantly is PRT; EAINC = &Sigma; w = 1 k - 2 r t ( t + 1 - w ) - r t ( t - w ) + ( PRT - r t ( t ) ) k , Can be through calculating
&Sigma; i = 1 p &pi; ( i ) &times; ( MIN + ( MAX - MIN ) &times; ( i - 1 ) p + MAX - MIN 2 p ) = &Sigma; w = 1 k - 2 r t ( t + 1 - w ) - r t ( t - w ) + ( PRT - r t ( t ) ) k
Draw and obtain PRT, extrapolate t+1 response time predicted value constantly thus.
Like Fig. 1, shown in Figure 2; For correctness and accuracy to method are verified; Be configured to the INTEL i5-760 processor of 2.8G, in save as on the PC of 4G operation and adopt the SOAPUI test platform to provide the instance of the Web service of Weather information to test one; The URL address of said web Service Instance is http://www.webservicex.net/globalweather.asmx WSDL; The time started of test is 10: 30: 0 morning of on October 17th, 2011, and test interval is 250 milliseconds, obtains 128 response time test values continuously; Wherein preceding 100 data are used for modelling, and remaining 28 response time test values that recorded in 30 minutes 25 seconds since at 10 o'clock in the morning on October 17th, 2011 are used for modelling verification.
Model parameter is set to: k=5; Classification quantity p=8, according to the method that the present invention provides, 10: 30: 25 morning of on October 17th, 2011, later response time predicted value was illustrated among Fig. 3 with the result of other three model predication values; The time series forecasting value of lines 1 for adopting method of the present invention to obtain among Fig. 3; The time series forecasting value of lines 2 for adopting the ARMA time series models to obtain, the time series forecasting value that lines 3 obtain for the ARMA-O model that adopts the elimination outlier, the time series forecasting value of lines 4 for adopting two quantitative prediction model DQ to obtain; Lines 5 are actual value; Time series forecasting value that the inventive method obtains and actual value average error rate are 24.4%, and the time series forecasting value and the actual value average error rate that adopt the ARMA time series models to obtain are 30.1%, and time series forecasting value and actual value mean error that the ARMA-O model of employing elimination outlier obtains are 33.6%; The time series forecasting value that the two quantitative prediction model DQ of employing obtain and the error of actual value are 42.8%; It is thus clear that the method that adopts the present invention to propose has obtained better precision in the Web service performance prediction.
More than describe preferred embodiment of the present invention in detail.Should be appreciated that those of ordinary skill in the art need not creative work and just can design according to the present invention make many modifications and variation.Therefore, all technical staff in the art all should be in the determined protection range by claims under this invention's idea on the basis of existing technology through the available technical scheme of logical analysis, reasoning, or a limited experiment.

Claims (2)

1. Web service response time Forecasting Methodology based on the increment steady-state analysis is characterized in that carrying out according to the following steps:
Step 1: the response time data sequence of obtaining the web service according to fixing unit interval;
Setting the response time data sequence has the surveying record of t response time, and said response time data sequence is r t(i); { r t(i) | 1≤i≤t, 1≤t<∞ };
Step 2: the average increment that calculates the continuous response time;
It is one group that k continuous response time compiled, and k is a positive integer, and whole response time sequence is divided into Individual group, be regarded as one with every group and investigate window; X y the response time of investigating in the window is r t((x-1) * k+y); Setting x the response time average increment of investigating in the window is AINC (x);
AINC ( x ) = &Sigma; s = 1 k - 1 r t ( ( x - 1 ) &times; k + s + 1 ) - r t ( ( x - 1 ) &times; k + s ) k ,
Figure FDA00001691606800013
Step 3: transition probability between definition response time average increment class and calculated response time average increment class;
The value of minimum response time average increment is MIN in individual response time average increment,
Figure FDA00001691606800015
The value of maximum response time average increment is MAX in
Figure FDA00001691606800016
individual response time average increment,
MIN is divided into p type to the interval of MAX, p is a positive integer; Setting x the response time average increment of investigating in the window is map (x) to l mapping function of classifying, 1≤l≤p; And if only if MIN + MAX - MIN p &times; ( l - 1 ) &le; AINC ( i ) < MIN + MAX - MIN p &times; l The time, map (x)=l;
Set MIN matrix of transition probabilities between m type and n the class in the interval of MAX and be TRAN (m, n), m, n are positive integer;
Figure FDA00001691606800022
ICOUNT ( m , l ) = 1 ifmap ( l ) = m 0 else ;
IJCOUNT ( m , n , l ) = 1 ifmap ( l + 1 ) = nandmap ( l ) = m 0 else ;
Step 4: under the computing system balance, the response time average increment is in the probability of each response time average increment class;
π is under the system balancing, and the response time average increment is in the probability vector of h response time average increment class; H the component of π is π (h), 1≤h≤p; π (h)=π (h) * TRAN (m, n);
Step 5: prediction t+1 response time constantly;
The desired value of setting the response time average increment under the poised state situation is EAINC;
EAINC = &Sigma; h = 1 p &pi; ( h ) &times; ( MIN + ( MAX - MIN ) &times; ( h - 1 ) p + MAX - MIN 2 p ) ; Setting t+1 response time predicted value constantly is PRT; Calculate EAINC = &Sigma; w = 1 k - 2 r t ( t + 1 - w ) - r t ( t - w ) + ( PRT - r t ( t ) ) k , Obtain PRT.
2. a kind of Web service response time Forecasting Methodology based on the increment steady-state analysis as claimed in claim 1 is characterized in that: the response time data sequence of the said web of obtaining service is obtained by the url address test of SOAP UI test platform to the web service.
CN201210168757.2A 2012-05-28 2012-05-28 Web service response time predicting method based on time sequence Expired - Fee Related CN102739469B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201210168757.2A CN102739469B (en) 2012-05-28 2012-05-28 Web service response time predicting method based on time sequence

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201210168757.2A CN102739469B (en) 2012-05-28 2012-05-28 Web service response time predicting method based on time sequence

Publications (2)

Publication Number Publication Date
CN102739469A true CN102739469A (en) 2012-10-17
CN102739469B CN102739469B (en) 2015-01-07

Family

ID=46994298

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201210168757.2A Expired - Fee Related CN102739469B (en) 2012-05-28 2012-05-28 Web service response time predicting method based on time sequence

Country Status (1)

Country Link
CN (1) CN102739469B (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103888300A (en) * 2014-04-09 2014-06-25 中国人民解放军63818部队 Network failure analysis system and method in Web service system
CN105991719A (en) * 2015-02-13 2016-10-05 中国移动通信集团重庆有限公司 Method and device for predicting Internet service successful execution rate
CN108319501A (en) * 2017-12-26 2018-07-24 中山大学 A kind of flexible resource supply method and system based on micro services gateway
CN108536604A (en) * 2018-04-19 2018-09-14 北京奇安信科技有限公司 A kind of method and terminal of test WEB page response time
CN110113180A (en) * 2019-03-11 2019-08-09 中国科学院重庆绿色智能技术研究院 A kind of cloud service response time prediction technique and device based on biasing tensor resolution

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101800755A (en) * 2010-03-30 2010-08-11 东南大学 Method for realizing credible and controllable network protocol
CN102231869A (en) * 2011-06-27 2011-11-02 北京邮电大学 Realization method for refinement operation system architecture of valued-added service

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101800755A (en) * 2010-03-30 2010-08-11 东南大学 Method for realizing credible and controllable network protocol
CN102231869A (en) * 2011-06-27 2011-11-02 北京邮电大学 Realization method for refinement operation system architecture of valued-added service

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
刘毅等: "一种模拟驱动的WS-CDL服务组合可靠性预测方法", 《计算机工程与应用》 *

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103888300A (en) * 2014-04-09 2014-06-25 中国人民解放军63818部队 Network failure analysis system and method in Web service system
CN103888300B (en) * 2014-04-09 2017-02-15 中国人民解放军63818部队 Network failure analysis system and method in Web service system
CN105991719A (en) * 2015-02-13 2016-10-05 中国移动通信集团重庆有限公司 Method and device for predicting Internet service successful execution rate
CN105991719B (en) * 2015-02-13 2020-01-24 中国移动通信集团重庆有限公司 Method and device for predicting successful execution rate of internet service
CN108319501A (en) * 2017-12-26 2018-07-24 中山大学 A kind of flexible resource supply method and system based on micro services gateway
CN108319501B (en) * 2017-12-26 2022-01-14 中山大学 Elastic resource supply method and system based on micro-service gateway
CN108536604A (en) * 2018-04-19 2018-09-14 北京奇安信科技有限公司 A kind of method and terminal of test WEB page response time
CN108536604B (en) * 2018-04-19 2021-05-25 北京奇安信科技有限公司 Method and terminal for testing response time of WEB page
CN110113180A (en) * 2019-03-11 2019-08-09 中国科学院重庆绿色智能技术研究院 A kind of cloud service response time prediction technique and device based on biasing tensor resolution
CN110113180B (en) * 2019-03-11 2021-11-26 中国科学院重庆绿色智能技术研究院 Cloud service response time prediction method and device based on bias tensor decomposition

Also Published As

Publication number Publication date
CN102739469B (en) 2015-01-07

Similar Documents

Publication Publication Date Title
Ferioli et al. Use and limitations of learning curves for energy technology policy: A component-learning hypothesis
CN102739469B (en) Web service response time predicting method based on time sequence
US20140122181A1 (en) Demand response load forecaster
Paegelow et al. Land change modelling: moving beyond projections
EP2476578B1 (en) Dynamic load profiling
Finner et al. Program for catenary–pantograph analysis, PrOSA statement of methods and validation according EN 50318
Möller et al. Probabilistic temperature forecasting based on an ensemble autoregressive modification
Kim et al. Using electronic toll collection data to understand traffic demand
CN114138625A (en) Method and system for evaluating health state of server, electronic device and storage medium
Liu et al. Empirical investigation on using wind speed volatility to estimate the operation probability and power output of wind turbines
Shahriari et al. Using the analog ensemble method as a proxy measurement for wind power predictability
Exarchou et al. Impact of equatorial Atlantic variability on ENSO predictive skill
Arsenault et al. An efficient method to correct under-dispersion in ensemble streamflow prediction of inflow volumes for reservoir optimization
Sun et al. Effects of imperfect IoT-enabled diagnostics on maintenance services: A system design perspective
Amado et al. Capacity value from wind and solar sources in systems with variable dispatchable capacity—An application in the Brazilian hydrothermal system
CN102801581B (en) Method for predicting WEB service connection success rate
JP2012253445A (en) Traffic prediction method, device and program
Estoque et al. A geospatial approach for detecting and characterizing non-stationarity of land-change patterns and its potential effect on modeling accuracy
CN102930346B (en) A kind of SOA service MTBF Forecasting Methodology
Sun et al. Mis-specification analysis of the impact of covariates on the diffusion coefficient in Wiener degradation process
Pulido et al. Estimation of optimal gravity wave parameters for climate models using data assimilation
CN102404173B (en) Prediction method of Web service throughput rate
Acquaviva et al. Forecasting heating consumption in buildings: A scalable full-stack distributed engine
CN116009118A (en) Method and system for predicting short-term atmospheric optical turbulence profile based on artificial intelligence
JP2020088944A (en) Power demand prediction device, power demand prediction method, and program therefor

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
CB03 Change of inventor or designer information

Inventor after: Chen Peng

Inventor after: Wu Lei

Inventor after: Liu Jie

Inventor before: Xia Yunni

Inventor before: Chen Peng

Inventor before: Luo Xin

Inventor before: Wu Lei

Inventor before: Zhu Qingsheng

CB03 Change of inventor or designer information
TR01 Transfer of patent right

Effective date of registration: 20170206

Address after: 610041 Sichuan city of Chengdu province high tech Zone Kyrgyzstan Road No. 666, building 1 years Fu Fantasia 1 unit 28 floor of No. 2801

Patentee after: CHENGDU GKHB INFORMATION TECHNOLOGY CO., LTD.

Address before: 400045 Shapingba District, Sha Sha Street, No. 174, Chongqing

Patentee before: Chongqing University

Patentee before: Chengdu Guoke Haibo Computer Systems Co., Ltd.

TR01 Transfer of patent right
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20150107

Termination date: 20190528

CF01 Termination of patent right due to non-payment of annual fee