• <tr id="yyy80"></tr>
  • <sup id="yyy80"></sup>
  • <tfoot id="yyy80"><noscript id="yyy80"></noscript></tfoot>
  • 99热精品在线国产_美女午夜性视频免费_国产精品国产高清国产av_av欧美777_自拍偷自拍亚洲精品老妇_亚洲熟女精品中文字幕_www日本黄色视频网_国产精品野战在线观看 ?

    Exploiting structural similarity of log files in fault diagnosis for Web service composition

    2016-04-11 00:43:43XuHanBinyangLiKamFaiWongZhongzhiShi

    Xu Han*,Binyang Li,Kam-Fai Wong,Zhongzhi Shi

    aBeijing Key Laboratory of Electronic System Reliability Technology,Capital Normal University,Beijing,China

    bUniversity of International Relations,Beijing,China

    cDepartment of Systems Engineering&Engineering Management,The Chinese University of Hong Kong,Hong Kong,China

    dThe Key Laboratory of Intelligent Information Processing,Institute of Computing Technology,Chinese Academy of Sciences,Beijing,China

    Original article

    Exploiting structural similarity of log files in fault diagnosis for Web service composition

    Xu Hana,*,Binyang Lib,Kam-Fai Wongc,Zhongzhi Shid

    aBeijing Key Laboratory of Electronic System Reliability Technology,Capital Normal University,Beijing,China

    bUniversity of International Relations,Beijing,China

    cDepartment of Systems Engineering&Engineering Management,The Chinese University of Hong Kong,Hong Kong,China

    dThe Key Laboratory of Intelligent Information Processing,Institute of Computing Technology,Chinese Academy of Sciences,Beijing,China

    With increasing deployment of Web services,the research on the dependability and availability of Web service composition becomes more and more active.Since unexpected faults of Web service composition may occur in different levels at runtime,log analysis as a typical datadriven approach for fault diagnosis is more applicable and scalable in various architectures.Considering the trend that more and more service logs are represented using XML or JSON format which has good flexibility and interoperability,fault classi fication problem of semi-structured logs is considered as a challenging issue in this area.However,most existing approaches focus on the log content analysis but ignore the structural information and lead to poor performance.To improve the accuracy of fault classi fication,we exploit structural similarity of log files and propose a similarity based Bayesian learning approach for semi-structured logs in this paper.Our solution estimates degrees of similarity among structural elements from heterogeneous log data,constructs combined Bayesian network(CBN),uses similarity based learning algorithm to compute probabilities in CBN,and classi fies test log data into most probable fault categories based on the generated CBN.Experimental results show that our approach outperforms other learning approaches on structural log datasets.

    Web services composition;Fault diagnosis;Combined Bayesian network(CBN);Similarity;Probability

    1.Introduction

    In recent years,as a promising computing paradigm, service-oriented computing(SOC)[1]has changed the way of design,delivery and consumption of software applications. Web services technology aiming at implementing service oriented architecture has been widely applied to different areas for research or business purposes.Accordingly,more and more business functions are published as Web services(WS)by various organizations and companies.There are two main approaches of developing Web services,including SOAP-based Web services[2]and RESTful Web services[3,4].Numerous atomic Web services can be regarded as access points for applications without relying on other Web services.When a user request cannot be fulfilled by atomic Web services,composite Web service plays an important role in providing complex collaboration and interaction between multiple Web services.

    During the past ten years,a large number of existing standards[5]for Web service composition have been defined. Web service orchestration language is one of these standards for describing executable business processes,which are composed of Web services.Based on OASIS standards,Web Services Business Process Execution Language(WSBPEL or BPEL)[6]is an executable orchestration language for modeling business processes with Web services.Depending on Web service composition,business processes can be executed by the support of BPEL engine from a third party.Some recentresearch work has focused on extending BPEL engine to enable composition of SOAP-based,RESTful and OSGi services[7].Since there are more and more Web services(esp. RESTful Web services)used in practice,the complexity of Web service composition is becoming higher than before.For this reason,how to ensure dependability and availability is essential for Web service composition.To enhance the dependability of service flow execution,fault tolerant Web service orchestration[8]was proposed.As a critical aspect in fault tolerance framework,fault diagnosis aims at identifying or locating the causes with high probability to explain process exceptions and failures based on runtime information.Since most detailed running information in processes execution is recorded in log files,fault diagnosis by learning from log data is becoming an important issue in this area.

    Currently,semi-structured data formats,including XML and JSON,are used as the standards of information representation on the Internet.Due to its good flexibility and interoperability,more and more log files of software running information are represented using the XML/JSON format, especially for Web services.Thus,it becomes a key topic of fault diagnosis research which focuses on analyzing semistructuredandXML/JSONlikelog.Generally,semistructured documents have much richer structural information than flat ones,which has potential influence on classif ication accuracy.Taking this into account,the main task of learning from this kind of documents will have more challenges than before.However,for most classification methods of log analysis,IR-based methods are commonly used ignoring a significant amount of structural information,which leads to low classification accuracy.Therefore,how to learn the structural information from the log has great impact on the accuracy of fault classification.

    Inthispaper,weproposeasimilarity-basedBayesianlearning approach for fault classification of semi-structured logs.Our method is to first estimate similarity degrees of structural elements from heterogeneous log data.Then the basic structure of combined Bayesian network(CBN)is constructed,and the similarity-based learning algorithm is used to compute probabilities in CBN.Finally,test log data can be classified into most probable fault categories based on the generated CBN.

    The rest of this paper is organized as follows.Section 2 introduces the related work concerning fault diagnosis of Web service composition and existing classification methods for (semi-)structured documents.Section 3 provides an overview of the similarity based structural classification approach and the CBN model.The details of CBN generation,including how to compute probabilities of CBN using similarity-based learning algorithm,arepresentedinSection4.Experimentalresultsofthis approach compared to other learning approaches are shown in Section 5.Finally,Section 6 draws the conclusion.

    2.Related work

    Over the past years,some research work in Web services area has concentrated on how to enhance dependability and availability of Web services.Fault tolerant Web services orchestration[8]is supported by fine grained identification of exception and fault causes and the consequent execution of effective exception and fault handlers[9,10].As an important step of fault tolerance,fault diagnosis has attracted wide attention of academic community increasingly.From the methodology perspective,the existing work on fault diagnosis in this area can be divided into two main categories,including model-based diagnosis and data-driven diagnosis.

    With respect to model-based approaches,the basic idea is to model the behaviorandinnerlogic ofthe diagnosed service,and then discover runtime faults based on its model.The on-going work has been described in some published papers.WSDIAMOND[11]is a European research project which eight research agencies have participated in.In this project,modelbased diagnosis is adopted as the principal approach.Yan et al. [12,13]presented a model-based approach for diagnosing orchestrated Web service processes.In their approach,Web serviceswithfaultscanbededucedfromthevariabledependency on execution trajectory,which is represented by the generated automata of BPEL description.With the assumption that behavioraldescriptionsofindividualactivitiesmaynotbetotally given,Mayer et al.[14]presented an approach of isolating minimal sets of faulty activity executions based on the process structure.Considering composite service adaption to the dynamic execution environment,Dai et al.[15]analyzed the error propagation relation between any two services and gave uncertain casual relation between exceptions and services by computing error propagation degree.In addition,some research groupsproposedtestingframeworks[16]andhybridmodels[17] for fault diagnosis of Web service composition.

    For data-driven approaches,the diagnosis problem is usually transformed into the classification problem.Then it can be solved by using data mining and machine learning algorithms on log file data.As we know,many reported research efforts have focused on mining log files of computing systems.And there are some common places in log mining methods for regular computing systems and Web services.For this reason, we can make reference to those existing methods in the related area.Considering the differences between two basic data types -plain text data and semistructured data,mining approaches are often designed and implemented according to the type of training and test data.For plain-text log data,Li et al.used Bayes method[18,19]to categorize text messages in log files, and utilize the temporal information to improve classification performance.In Ref.[20],Bayes classifier,semi-supervised learning,and decision trees,are used to automatically recognize symptoms of recurrent faults.As for semi-structured log data,there are also some corresponding classification approaches.In Ref.[21],a database of failure signatures against which undiagnosed failure data can be matched,is constructed from monitoring data.And then anomaly-based clustering method is proposed to generate right clusters for diag-nosing failures with low-confidence match.Denoyer and Gallinari [22]provided a generative model for classification task based on Bayesian networks,which can handle both structure and content.Zaki and Aggarwal[23]presented an effective rule based classifier for XML data using frequent discriminatorysubstructures within XML documents.As a Bayesian learning approach of semi-structured data,our approach is similar to that given by Denoyer and Gallinari in methodology aspect. But they are different in nature,because their generative model only concerns the training data in identical logic structure, whereas our approach aims at constructing the CBN model based on log data in different structures from heterogeneous sources(which will be discussed later in detail).

    In addition,there are other diagnosis mechanisms and frameworks for Web services.In Ref.[24],a self-healing plugin for BPEL engine is presented,which can enhance the ability of a standard engine to provide process-based recovery actions.It only provides the self-healing mechanism at infrastructure level without referring to diagnosis methods in detail. Ardissono et al.[8]proposed a framework for Web Service orchestration which employs diagnostic services to support a fine grained identi fication of exception causes.

    3.A Bayesian network approach to fault diagnosis

    As a data-driven approach,the task of fault diagnosis is to construct the generative model based on the training data from semi-structured log files,and then classify test log data into possible fault categories using this model.On account of the heterogeneity of log file sources in practice,it is a new challenge to develop methods of learning from the semi-structured log data,which are similar in content but not identical in structure.For this reason,it is important to exploit the structural information contained in XML/JSON documents for learning task.For sake of simplicity,we take XML log files as example in this paper.According to the classical representation,an XML document can be considered as a tree in which each node represents a structural element.Given two XML log files generated by different service execution engines,the corresponding schema trees can be extracted from them, which often have similar content but slightly different structures.In this paper,we extend our previous work[25]by proposing an ef ficient online learning algorithm for the dynamic environment.Our main idea is to find the similarity between the nodes of these two trees,and then construct the generative model by learning from the training log data based on similarity degrees.Herein,we propose combined Bayesian network as a generative model for semi-structured log data, the probabilities of which depend on training data distribution of both corresponding elements and their counterparts with high similarity degrees.

    3.1.Overview of the approach

    In this approach,the learning problem is simpli fied by limiting the number of XML log files to two,which constitute the training dataset.(If the number of log files is more than two,the learning problem can be transformed into the equivalent one which consists of several two- file problems.)For example,suppose there are two log filesF0andF1as shown in Fig.1.We can find thatF0andF1have similar content but slightly different structures.In view of their structural differences,generating Bayesian network model from the training dataset is non-trivial.Herein,how to handle the similarity relation between schema elements ofF0andF1can be taken as the key point.The objective of our approach is to generate the CBN by learning from all relevant data in training dataset based on quantified similarity.

    Fig.1.Fragments of two sample XML log files.

    To give an overview of the fault diagnosis approach,we will firstly introduce its principal steps.Suppose the schema trees T0 and T1 are extracted from XML log files F0 and F1, then the main steps in this approach can expressed as follows:

    1.Estimate the normalized similarity degrees of the nodes ofT0andT1,and then find the similar node pairs by ignoring those pairs whose degrees are under the threshold value.

    2.Create the basic structure of combined Bayesian network, which includes combination part and private part.

    3.For each schema tree,calculate the combination similarity degrees between its nodes and corresponding ones in CBN, andnormalizethevaluesofcombinationsimilarity degrees.

    4.Compute the probabilities of the constructed CBN on all relevant data in training dataset using the similarity degrees obtained from steps 1 and 3.

    5.Given a runtime log record in XML format,use the generative CBN model to classify the test log data,and diagnose possible faults according to the category it falls in.

    As we see,steps 1,3 and 4 play important role in this approach,which are responsible for the computation of similarity degrees.The detailed discussion of these steps will be given in Section 4.

    3.2.Modeling semi-structured log files with combined Bayesian networks

    The Bayesian network is a suitable model for representing the dependencies and relations between different elements of semi-structured data.On account of structural differences of training data,we propose combined Bayesian network,which is modeled by learning from heterogeneous training data based on quantified similarity.As a generative model,CBN is capable of handling both structure and content information, and can be used to classify test log data.

    Generally,each log file consists of a set of log data records, which will be labeled with related fault categories.These labeled log records constitute the training dataset.We associate a CBN model to each category of the training dataset. Since data records in same category may have different logical structures,a CBN is constructed by combining structural and content information of all data records in corresponding category.Then,the network parameters are learned from all training data records in this category.To realize fault diagnosis,we classify test log data records into possible fault categories by performing inference in constructed CBNs.

    Consider the sample XML log files F0 and F1 in Fig.1.For the training data in a given category c,the schema information of each log record can be represented byT0orT1.According to this,we can construct the basic structure of CBN by combiningT0andT1,which contains a set of structural nodes denoted by Ns.In addition,there are also a set of content nodes(as the leaf nodes in CBN)denoted by Nt for representing textual information of log data.For simplicity,the discussion below will mainly focus on those structural nodes. Fig.2 shows the basic structure of CBN,which is a directed graph withT0andT1as its subgraphs.In fact,each node in this CBN has node c for the corresponding category as its father (which is omitted for sake of simplicity).According to quantified similarity results,the structural nodes can be divided into two groups,including combination group and private group.The combination group contains the nodes whichhavethecorrespondingnodesortheirsimilar counterparts in both T0 and T1.In comparison with combination group,the private group is composed of the nodes, which only have the corresponding nodes inT0(orT1).

    4.Similarity-based Bayesian learning for fault diagnosis

    In this section,we propose a similarity-based Bayesian learning approach for fault diagnosis.Firstly,we introduce how to estimate similarity degrees of schema elements for constructing combined Bayesian networks.Then,we present how to learn probabilities o CBNs in detail.Finally,we give the method of classifying log data records using CBNs for fault diagnosis in subsection 4.3.To illustrate this learning approach,we will continue to use the example given in Section 3.

    4.1.Estimating similarity degrees for constructing CBNs

    Since the probabilities of CBNs depend on the distribution of both corresponding data and their similar counterparts in training dataset,we need to find the correspondences between the nodes of extracted schema trees.Consider the schema treesT0andT1in previous example.There are a number of nodes inT0andT1which have similar meaning but different names.In order to discover the correspondences between these nodes, we will exploit both textual and structural information ofT0andT1.

    The task of finding consistency between similar elements of two schemas is often regarded as matching.In this subsection, we will estimate element similarity degrees by schema matching.As for the matching method,we have made a reference to the similarity flooding algorithm[26].This algorithm takes two graphs(schemas,catalogs,orotherdatastructures)asinput,and producesamappingbetweencorrespondingnodesofthegraphs as output.Based on the similarity flooding algorithm,our method tries to find a mapping between corresponding nodes of the schema trees.Moreover,we utilize graded structural information in different stages,which can improve both of initial mapping accuracy and computation efficiency.In the matchingprocess,we takeT0andT1as input,and produce similarity degreesbetweencorrespondingnodesofT0andT1asoutput.There are two steps in this process based on pairwise graph,including initial matching and similarity propagation.In initial matching, we additionally exploit the structural information in attribute level.Given two nodes m0 and n1 ofT0andT1which has attribute sets Am and An respectively,we will match attributes of A and A as well as.names ofm0andn1.The computation formula is

    Fig.2.Basic structure of the CBN by combining T0and T1.

    whereSimi(n0,n1)indicates the similarity degree of pairwise node(n0,n1)in thei-th iteration,ω((m0,m1)(n0,n1))denotes the weight of edge between the given nodes(whose value equals to that of 1 divided by the outgoing edge number of the source node for this edge),andNeigSet((n0,n1))represents the set of neighbors of node(n0,n1)in the pairwise graph. This computation process is performed iteratively to estimate similarity degrees between nodes ofT0andT1.After this process,the computed similarity degrees will be normalized to the range of[0,1].

    Table 1 Similarity estimation result.

    Table 1 shows a portion of the similarity estimation result. If we set the value of filtering threshold to 0.1,the pairs whose similarity degree is no bigger than 0.1 will be deleted from the CBN.

    As shown in Table 1,an example of the matching results could be the correspondence between node“DetailEntries”and node”FaultEntries”.

    4.2.Similarity-based Bayesian learning algorithm for computing CBN probabilities

    In this subsection,we will introduce how to compute CBN probabilities using similarity-based learning algorithm.According to computed similarity degrees,the conditional probabilities of CBNs will be obtained.

    Fig.3.A portion of pairwise graph for matching T1and T2.

    Based on the similarity result,the combination part of CBN can be created as shown in Fig.4.Then,the conditional probabilities related to the nodes of this part will be learned from training data.In fact,the similar counterpartsof log records in training dataset also influence corresponding probability distribution of the CBN.Taking the influence of the similar counterparts into consideration,we will calculate the probabilities in the combination part of CBN,based on similarity degrees between nodes ofTiand CBN.

    Fig.4.Combination part of the CBN.

    Before going into details of probability computation,it is necessary to introduce the concept of combination similarity degreeCSim,which represents the similarity between a node ofTiand its corresponding node(with the same name)of constructed CBN.Assumenandsare the CBN nodes which correspond to nodes ni and si respectively.TheCSimis computed recursively from leaf to root nodes for each schema tree,using the following formula

    whereSonsOf(ni)denotes the set of son nodes for nodeni(and it is the same for noden).According to this,we can obtain the combination similarity degrees between nodes ofT0(T1)and CBN,as shown in Table 2.

    Table 2 Combination similarity degrees.

    For the example mentioned above,supposeR0andR1are the record sets of training data,from whichT0andT1can be extracted.Letbe the subsets ofR0andR1with fault categoryc.Then,letRcbe the union of these two subsets,i.e.,Accordingly,given a log recordrifrom record setRi,we useSD(ri,mi,n)to denote the similarity degree of tree node(corresponds to element)miofriand nodenof CBN. The similarity degreeSDwill play an important role in learning process,which can be computed by the following formula

    whereCSet(n)represents the set of tree nodes corresponding to noden(with the same name),andSimSet(l)denotes the set of nodes similar to a tree node l.As an important step in learning,the times of a specific node and its parent appearing in the record set will be counted.Herein,we useSimNum(r,p,q)to represent the similarity-based number of nodeqhaving nodepas its parent for recordr.We compute the value ofSimNum(r,p,q)by the formula shown below

    wherepa(e)denotes the parent node of node e in recordr,NodeSet(r)is the node(or element)set of recordr,andStrEqual(e,q)means whethereequals toqby string matching.

    For the CBN of categoryc,we suppose each node has nodecas its father.Thus,the root element of each record in this category has the same parent nodec.The conditional probability can be computed as follows

    Based on above computation formulas,the similarity-based learning algorithm is shown below.

    ?

    Given the training records in a categorycand the node set of constructed CBN,we can compute the conditional probabilityP(q|p,c)for each nodeqand its parentpin the CBN, using this learning algorithm.

    4.3.Similarity-based Bayesian learning algorithm in dynamical environment

    Considering the dynamic nature of log data from realworld systems,we need to update the existing classification model to get accurate diagnosis in dynamic environment.Actually,the dependent information of existing CBN model may be inaccurate or incomplete when training data are changing.It requires dynamically updating the structure and dependency probabilities of the CBN model.To obtain a more accurate generation model,we dynamically update existing CBN model based on incremental training data,by(1)adding new nodes to current node set,(2)changing dependency between nodes,and(3)calculating the dependency probability for the updated dependency set.

    Depending on new training data,we incrementally generate theclassificationmodelCBNΔfordifferentcategories.Then,for aspecificcategoryc,wedynamicallyupdatetheprobabilitysetPof existingCBN0,based on the structureGcΔand probability setPcΔof newly constructedCBNΔ.In this subsection,we propose the dynamic similarity-based learning algorithm,which can update the existing model and calculate its corresponding probabilities when new training data are arriving.

    In this algorithm,according to the obtained similarity,we calculate the similarity degreeSDΔfor different categories between nodes of new modelCBNΔand the existing modelCBN0.Herein,SDΔ(mΔ,n,c)denotes the similarity degree for categorycbetween the nodemΔof new modelCBNΔand the nodenof current modelCBN0.The corresponding formula is shown as follows.

    whereEquSet(mi)andSimSet(mi)represent the equivalent set and the similar set of a nodemifrom schema treeTi,respectively.Herein,SimΔi(mΔ,mi)denotes the similarity degree between nodemΔand nodemi.In other words,if nodemΔis equivalent to a schema tree nodemi,we can obtainSDby directly calculating combination similarity degree of nodemiand noden.Otherwise,when nodemΔis similar to a schema tree nodemi,we can getSDby multiplying the similarity degrees

    Based on the above computation formula,the dynamic similarity-based learning algorithm is shown below.The focus of the improved algorithm is the dynamical update of the dependency probabilities of the CBN model.In this algorithm, if an edge does not belong to the intersection ofits probability will be calculated based on the value of the similarity degreeSDΔ.

    ?

    Using the proposed dynamic similarity-based learning algorithm,we can update the existing CBN model and calculate its corresponding probabilities based on incremental training data in the dynamic environment.

    4.4.Fault diagnosis by classifying log data with CBNs

    By labeling the training log records from heterogeneous sources with related categories,fault diagnosis can be viewed as a classification problem for log records obtained in runtime. As mentioned above,we can achieve the goal of fault diagnosis by classifying log data using the proposed generative model.According to this,the main approach of fault diagnosis is to first construct the combination part of CBNs by matching schema trees,then compute the probabilities of CBNs from training data based on estimated similarity degrees,and finally classify the newly obtained log data into possible fault categories using generated CBNs.

    In classification task,the CBN model plays a key role which is proposed as a generative model based on Bayesian networks.The log records in training dataset with the same category will share the parameters of a CBN.That is to say, there is a set of such parameters for each fault category.The similarity-based probabilities of the CBNs can improve the accuracy of the classification task.Then,the log records in testing dataset can be classified into possible fault categories, by calculating the probability that each category will generate the log data record.Given a categorycand a test log recordrtest,we can estimate the conditional probability by the formula

    Given the set of predefined categories,our objective is to assign most probable category labels to unlabeled log records,based on the likelihood inference in corresponding CBNs.According to computed conditional probabilities,we will choose the categorycMAPwhich has the maximum posteriori probability value to label the test log record,as shown below.

    5.Evaluation

    To evaluate our approach for fault classification of Web service flows,we have conducted experiment on both real and synthetic log datasets in this section.We compare the classification results of our approach with those of other classifiers for semi-structured documents.Experimental results show our approach outperforms other two approaches in dynamic and heterogeneous environment.

    5.1.Experiment setup

    The log data used in our experiments are collected from our Web services platform which is supported by ActiveVOS engine[27].The log data are generated by the monitoring module of execution engine.The raw log data have different levels including debug,information,warning,error,and fatal levels.In preprocessing step,we have implemented a monitoring module to extract fault related log data,which ignores the low level information(e.g.the information in debug level) of raw log data.To simulate the data obtained from heterogeneous sources,we represent a portion of these log data using different XML structure.Then,we get the training dataset by labeling each record of these XML log data.There are 30 Web services running on this platform which is taken as the testbed of our experiment.Since faults in application and middleware levels are the common causes of failures in Web services execution,we inject 95 such faults into running services instances.In addition,we implement a synthetic data generation program to simulate the creation of log data,based on the symptom database[28]for IBM WebSphere Application Server.We have generated 1000 pieces of log records from 11,601 pieces of XML log records in this database.And the training dataset is obtained by labeling each data record according to the value of“symptomtype”attribute.

    5.2.Datasets

    Herein,training data and test data are selected randomly in accordance with the 90/10 ratio.Then,50 percent of training data is used as new data.To simulate the update of the training dataset in dynamic environment,new log data are added to the training dataset at a fixed speed.For each dataset,we design 40 simulation cases,which has a corresponding training and test datasets.

    Table 3 shows the detailed information of example datasets used in evaluation.The real and synthetic datasets are further divided into two subsets in different structure,respectively.We select 65 percent of data records in training dataset,which have the structure different from those of the other portion. Then,to show the advantage of our approach,we choose only 30 percent of records in testing dataset,whose structure is the same to that of the major portion of training dataset.

    There are some advantages to evaluate our approach on both real and synthetic log datasets.On one hand,we use the real dataset to validate the approach in practical situations.On the other hand,the synthetic dataset help us to study the effects of different kinds of structural patterns.

    5.3.Evaluation results

    For evaluating the performance of corresponding approaches,we define accuracy as the proportion of log records that are correctly assigned to a category.The average accuracy is used as the key metric in this experiment,which is the mean accuracy over all categories of the real and synthetic datasets.

    Table 3 Example datasets used in evaluation.

    Those algorithms for fault classification are implemented in Java,and runs on a Windows machine with a dual(2.4 GHz) core Intel processor.To show the advantage of our approach in classification task,we compare it with other classifiers designed for semistructured documents,including Bayesian network model(BN).

    For simplicity,we use SBN and DSBN to represent original and improved similarity based learning algorithms respectively.Both of SBN and BN methods[22]achieve learning model updates learning from entire training datasets repeatedly.In contrast,DSBN method is able to update its model incrementally in dynamic environment.Considering the dynamic feature,we assume new training data appear at some fixed rate.Herein,we use update rate(UR)to represent the fixed rate and set the value of UR to r records per minute.And the occurrence time of each new record is set randomly.In the simulation of dynamic environment,we add the new training data at various update rates(e.g.,UR=5 andUR=10).

    Fig.5.Comparison of diagnosis approaches.

    In Fig.5,the comparative results of three classification approaches are demonstrated.Fig.5a shows comparative result on average diagnosis accuracy of BN,SBN and DSBN algorithms.For different algorithms with the same UR,BN has poor diagnosis accuracy since it cannot handle heterogeneous training data.Though DSBN can efficiently integrate heterogeneous information in dynamic environment,its accuracy has been affected by updating model incrementally.In contrast to DSBN,SBN learns from the entire training dataset from time to time,so it can obtain a precise model and achieve relatively high accuracy.Similarly,due to higher UR,the update speed of training data increases,resulting in the delay of model update.Because of high cost of model update,SBN has downward trends in diagnosis accuracy.Fig.5b demonstrates the comparative result of accuracy variance of BN, SBN and DSBN algorithms.Considering different algorithmswith the same UR,the curves of SBN and DSBN are relatively close to each other.The changing trends of SBN and DSBN seem more stable than BN.For the same algorithm with various UR,higher UR is often companied by larger accuracy variance.In Fig.5c,we give the comparative result of misdiagnosis rate of BN,SBN and DSBN algorithms. Comparing different algorithms with the same UR,the misdiagnosis rates of SBN and DSBN are lower than that of BN.And SBN has a slight advantage over DSBN in terms of misdiagnosis rate.Since SBN and DSBN can handle heterogeneous data,they have low misdiagnosis rate.Moreover, SBN is able to get a more accurate model by repeatedly learning from entire training dataset,thus it can outperforms DSBN.However,with increasing UR,the misdiagnosis rate of SBN becomeshigher than before.Fig.5d shows the comparative results of diagnosis time.For the same algorithm with different URs,the diagnosis time seems close to each other.While,for different algorithms with the same UR,SBN spends the most time since it need to learn from the whole dataset for updating the generation model.In comparison to SBN,the time cost of DSBN is slightly more than BN,since it only adjusts the generation model in an incremental way. Accordingly,BN is capable of learning from data with the identical structure,so it has the least time consuming.

    In terms of diagnosis accuracy and its variance,experimental results show that SBN algorithm outperforms BN algorithm when the size of log dataset is increasing.In contrast, DSBN algorithm has advantages over SBN and BN algorithms,in terms of both diagnosis accuracy and time.Since diagnosis time is a major consideration in fault tolerant service flow execution,DSBNalgorithm is more suitable for deployment in practical systems,which support diagnosing faults of Web service composition in dynamic and heterogeneous environment.

    6.Conclusion

    In this paper,we focus on fault diagnosis by analyzing semi-structured log data.By transforming fault diagnosis problem into classification problem,we can utilize the corresponding classification methods to diagnose faults.We propose a similarity-based Bayesian learning approach for constructing combined Bayesian networks,which are used as generative model to classify fault related log data.Different from other approaches,it can learn from training data with different structural information.To realize fault diagnosis,our approach consists of three main steps:(1)estimate similarity degrees of structural elements from different log files,(2) construct the basic structure of CBNs by computing its probabilities using similarity-based learning algorithm,and(3) classify test log data into possible fault categories based on the generated CBNs.

    Based on evaluation results,SBN algorithm outperforms BN algorithm when the size of log dataset is increasing.In terms of both diagnosis accuracy and time,the proposed DSBN algorithm has advantages over SBN and BN algorithms.Since diagnosis time is a major consideration in fault tolerant service flow execution,DSBN algorithm should be chosen and deployed in practical system for diagnosing faults of Web service composition.

    As the first step,this paper presents our work in fault diagnosis of Web service composition by analyzing log data,especiallyindynamicandheterogeneousenvironment.Inthefuture, we will enlarge the size of log datasets from more real-world service flows.Moreover,we are to study on strategies and mechanisms for optimizing the trade-off between accuracy and efficiency of fault diagnosis for Web service composition.

    Acknowledgment

    This work is partially supported by National Basic Research Priorities Programme(No.2013CB329502),National Natural Science Foundation of China(No.61472468, 61502115),General Research Fund of Hong Kong(No. 417112),and Fundamental Research Funds for the Central Universities(No.3262014T75,3262015T20,3262015T70, 3262016T31).

    [1]M.P.Papazoglou,P.Traverso,S.Dustdar,F.Leymann,Computer 40(11) (2007)38-45.

    [2]M.P.Papazoglou,W.-J.Heuvel,VLDB J.16(3)(2007)389-415.

    [3]L.Richardson,S.Ruby,RESTful Web Services,O'Reilly,Sebastopol, CA,2007.

    [4]C.Pautasso,O.Zimmermann,F.Leymann,RESTful Web services vs. Big‘Web services:making the right architectural decision,in:Proc. International World Wide Web Conference(WWW’08),Beijing,China, 2008.

    [5]Q.Z.Sheng,X.Qiao,A.V.Vasilakos,C.Szabo,S.Bourne,et al.,Inf.Sci. 280(2014)218-238.

    [6]A.Alves,A.Arkin,S.Askary,C.Barreto,B.Bloch,et al.(Eds.),Web Service Business Process Execution Language Version 2.0,2007. Available online at:http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2. 0-OS.html.

    [7]J.Lee,S.-J.Lee,P.-F.Wang,IEEE Trans.Serv.Comput.8(2)(2015).

    [8]L.Ardissono,R.Furnari,A.Goy,G.Petrone,M.Segnan,Fault tolerant Web service orchestration by means of diagnosis,in:Proc.European Workshop on Software Architecture(EWSA’06),Nantes,France,2006.

    [9]G.Friedrich,M.Fugini,E.Mussi,B.Pernici,G.Tagni,IEEE Trans. Softw.Eng.36(2010)198-215.

    [10]O.Kopp,F.Leymann,D.Wutke,Fault handling in the web service stack, in:Proc.International Conference on Service Oriented Computing, LNCS 6470,2010,pp.303-317.

    [11]WS-DIAMOND team,WS-DIAMOND:Web Services DIAgnosability, MONitoring and Diagnosis,2005.Available online at:http://wsdiamond. di.unito.it/.

    [12]Y.Yan,P.Dague,Monitoring and diagnosing orchestrated Web service processes,in:Proc.IEEE International Conference on Web Services (ICWS’07),Salt Lake City,Utah,USA,2007.

    [13]Y.Yan,P.Dague,Y.Pencol′e,M.O.Cordier,Int.J.Web Serv.Res. (JWSR)6(1)(2009)87-110.

    [14]W.Mayer,G.Friedrich,M.Stumptner,Diagnosis of service failures by trace analysis with partial knowledge,in:Proc.International Conference on Service Oriented Computing,LNCS 6470,2010,pp.334-349.

    [15]Y.Dai,L.Yang,B.Zhang,Z.Zhu,Exception diagnosis for composite service based on error propagation degree,in:Proc.IEEE International Conference on Services Computing(SCC’11),2011,pp.160-167.

    [16]Z.Zhu,J.Li,Y.Zhao,Z.Li,SCENETester:a testing framework to support fault diagnosis for Web Service Composition,in:Proc.IEEEInternational Conference on Computer and Information Technology, 2011,pp.109-114.

    [17]Z.Jia,R.Chen,Hybrid model-based diagnosis of web service compositions,in:Proc.International Joint AAAI Conference on Arti ficial Intelligence(AAAI'13),Bellevue,Washington,USA,2013,pp. 1617-1618.

    [18]T.Li,F.Liang,S.Ma,W.Peng,An integrated framework on mining logs files for computing system management,in:Proc.ACM SIGKDD International Conference on Knowledge Discovery and Data Mining (SIGKDD’05),Chicago,Illinois,USA,2005.

    [19]W.Peng,T.Li,S.Ma,SIGKDD Explor.7(1)(2008)44-51.

    [20]T.Reidemeister,M.A.Munawar,M.Jiang,P.A.S.Ward,Diagnosis of recurrent faults using log files,in:Proc.Conference of the Center for Advanced Studies on Collaborative Research(CASCON’09),Ontario, Canada,2009.

    [21]S.Duan,S.Babu,K.Munagala,Fa:a system for automating failure diagnosis,in:Proc.IEEE International Conference on Data Engineering (ICDE’09),Shanghai,China,2009.

    [22]L.Denoyer,P.Gallinari,Inf.Process.Manag.40(5)(2004)807-827.

    [23]M.J.Zaki,C.C.Aggarwal,Xrules:an effective structural classifier for xml data,in:Proc.ACM SIGKDD International Conference on Knowledge Discovery and Data Mining(SIGKDD’03),Washington,DC,USA,2003.

    [24]S.Modafferi,M.Enrico,P.Barbara,SH-BPEL:a self-healing plugin for Ws-BPEL engines,in:Proc.Workshop on Middleware for Service Oriented Computing,Melbourne,Australia,2006.

    [25]X.Han,Z.Shi,W.Niu,K.Chen,X.Yang,Similarity-based Bayesian learning from semi-structured log files for fault diagnosis of Web services,in:Proc.IEEE/WIC/ACM International Conference on Web Intelligence,Toronto,Canada,2010.

    [26]S.Melnik,H.Garcia-Molina,E.Rahm,Similarity flooding:a versatile graph matching algorithm and its application to schema matching,in: Proc.IEEE International Conference on Data Engineering(ICDE’02), San Jose,California,USA,2002.

    [27]ActiveVOS,Available online at http://www.activevos.com/developers/ sdks,2011.

    [28]S.K.Chilukuri,K.Doraisamy,Symptom database builder for autonomic computing,in:Proc.International Conference on Autonomic and Autonomous Systems(ICAS’06),Silicon Valley,CA,USA,2006.

    Available online 7 June 2016

    *Corresponding author.

    E-mail addresses:hanxu@cnu.edu.cn(X.Han),byli@uir.cn(B.Li), kfwong@se.cuhk.edu.hk(K.-F.Wong),shizz@ics.ict.ac.cn(Z.Shi).

    Peer review under responsibility of Chongqing University of Technology.

    http://dx.doi.org/10.1016/j.trit.2016.03.006

    2468-2322/Copyright?2016,Chongqing University of Technology.Production and hosting by Elsevier B.V.This is an open access article under the CC BY-NCND license(http://creativecommons.org/licenses/by-nc-nd/4.0/).

    Copyright?2016,Chongqing University of Technology.Production and hosting by Elsevier B.V.This is an open access article under the CC BY-NC-ND license(http://creativecommons.org/licenses/by-nc-nd/4.0/).

    国产单亲对白刺激| 亚洲精品国产精品久久久不卡| 久久久久性生活片| 叶爱在线成人免费视频播放| 男女之事视频高清在线观看| 网址你懂的国产日韩在线| 国产精品美女特级片免费视频播放器 | 久久精品亚洲精品国产色婷小说| 一卡2卡三卡四卡精品乱码亚洲| 亚洲一区高清亚洲精品| 国产69精品久久久久777片 | av天堂在线播放| 久久国产乱子伦精品免费另类| 久久欧美精品欧美久久欧美| www.自偷自拍.com| 最好的美女福利视频网| 国产又色又爽无遮挡免费看| 一进一出好大好爽视频| 婷婷六月久久综合丁香| 久久久久久人人人人人| 国产一区二区三区视频了| 久久久久久人人人人人| 国产野战对白在线观看| 久久中文看片网| 18禁美女被吸乳视频| 热99re8久久精品国产| 久久久久久久久免费视频了| 精品国产超薄肉色丝袜足j| 男人舔女人下体高潮全视频| 欧美日韩乱码在线| e午夜精品久久久久久久| 日日夜夜操网爽| 99视频精品全部免费 在线 | 在线国产一区二区在线| 999久久久国产精品视频| 国产91精品成人一区二区三区| 亚洲欧美一区二区三区黑人| 精品午夜福利视频在线观看一区| 少妇熟女aⅴ在线视频| 日本五十路高清| 久久精品影院6| 午夜免费激情av| 欧美日韩亚洲国产一区二区在线观看| 无限看片的www在线观看| 伊人久久大香线蕉亚洲五| 深夜精品福利| 欧美成人一区二区免费高清观看 | 久久99热这里只有精品18| 91在线精品国自产拍蜜月 | 小蜜桃在线观看免费完整版高清| 人妻夜夜爽99麻豆av| 久久精品国产清高在天天线| 国产亚洲av嫩草精品影院| 法律面前人人平等表现在哪些方面| 欧美绝顶高潮抽搐喷水| 无遮挡黄片免费观看| 亚洲av电影在线进入| 久99久视频精品免费| 免费观看精品视频网站| 亚洲成人久久性| 国产成年人精品一区二区| 麻豆av在线久日| 校园春色视频在线观看| 又黄又爽又免费观看的视频| 一区福利在线观看| 久久中文字幕人妻熟女| 桃色一区二区三区在线观看| 久久精品亚洲精品国产色婷小说| 亚洲av成人不卡在线观看播放网| 视频区欧美日本亚洲| 别揉我奶头~嗯~啊~动态视频| 国产精品一区二区免费欧美| 夜夜看夜夜爽夜夜摸| 国产精品av视频在线免费观看| 搡老妇女老女人老熟妇| 久久草成人影院| 在线观看舔阴道视频| 18禁观看日本| 国产午夜精品久久久久久| 亚洲精品在线美女| 国产精品香港三级国产av潘金莲| 丝袜人妻中文字幕| 伦理电影免费视频| 99视频精品全部免费 在线 | 国产亚洲精品av在线| 欧美+亚洲+日韩+国产| 国产亚洲欧美在线一区二区| 夜夜夜夜夜久久久久| 国产亚洲精品av在线| 国内精品美女久久久久久| 免费av毛片视频| 国模一区二区三区四区视频 | 国产成人福利小说| 美女 人体艺术 gogo| 天堂av国产一区二区熟女人妻| 999精品在线视频| 99精品欧美一区二区三区四区| 性色avwww在线观看| 伦理电影免费视频| 亚洲中文字幕一区二区三区有码在线看 | 免费在线观看亚洲国产| 无限看片的www在线观看| 丁香欧美五月| 亚洲七黄色美女视频| 欧美日韩亚洲国产一区二区在线观看| 不卡一级毛片| 成年女人永久免费观看视频| 色综合欧美亚洲国产小说| 婷婷亚洲欧美| 香蕉av资源在线| 男人和女人高潮做爰伦理| 免费在线观看日本一区| 亚洲乱码一区二区免费版| av在线天堂中文字幕| 精品久久蜜臀av无| av天堂中文字幕网| 天堂√8在线中文| 午夜激情欧美在线| 欧美精品啪啪一区二区三区| 国产蜜桃级精品一区二区三区| 18禁裸乳无遮挡免费网站照片| 亚洲在线观看片| 久久久久久九九精品二区国产| 国产精品爽爽va在线观看网站| 日本撒尿小便嘘嘘汇集6| 国产精品99久久久久久久久| 亚洲片人在线观看| 精品久久久久久久末码| 免费在线观看日本一区| 成人三级黄色视频| a在线观看视频网站| 欧美一级a爱片免费观看看| 国产爱豆传媒在线观看| 一夜夜www| 法律面前人人平等表现在哪些方面| 亚洲成人免费电影在线观看| 国产精品自产拍在线观看55亚洲| 国产久久久一区二区三区| 日韩中文字幕欧美一区二区| 成在线人永久免费视频| 蜜桃久久精品国产亚洲av| 国产亚洲精品久久久久久毛片| 亚洲国产欧洲综合997久久,| 久久久国产成人精品二区| 亚洲va日本ⅴa欧美va伊人久久| 日韩人妻高清精品专区| 男女下面进入的视频免费午夜| 宅男免费午夜| 成人av在线播放网站| 国产高清videossex| 国产 一区 欧美 日韩| 免费无遮挡裸体视频| 久久精品91蜜桃| 91av网一区二区| 久久久水蜜桃国产精品网| 一个人观看的视频www高清免费观看 | 欧美3d第一页| 白带黄色成豆腐渣| 精品国产三级普通话版| 天天躁日日操中文字幕| 亚洲在线自拍视频| 两个人的视频大全免费| 亚洲无线在线观看| 亚洲精品乱码久久久v下载方式 | 日本与韩国留学比较| 成人特级av手机在线观看| 亚洲人成电影免费在线| 亚洲午夜理论影院| 美女大奶头视频| 免费观看人在逋| 婷婷丁香在线五月| 欧美绝顶高潮抽搐喷水| 九九久久精品国产亚洲av麻豆 | 精品熟女少妇八av免费久了| 欧美最黄视频在线播放免费| 亚洲美女黄片视频| 国产伦人伦偷精品视频| 精品99又大又爽又粗少妇毛片 | 欧美日韩中文字幕国产精品一区二区三区| 99久久精品国产亚洲精品| 国产黄片美女视频| 18禁国产床啪视频网站| 国产精华一区二区三区| 国产精品电影一区二区三区| 日本黄色视频三级网站网址| 亚洲无线在线观看| 狂野欧美激情性xxxx| 国产乱人伦免费视频| 久久99热这里只有精品18| 精品久久久久久久末码| 国内精品久久久久精免费| 我的老师免费观看完整版| 99精品欧美一区二区三区四区| 两人在一起打扑克的视频| 国产伦一二天堂av在线观看| 国产精品av视频在线免费观看| 十八禁人妻一区二区| 91老司机精品| 亚洲乱码一区二区免费版| 亚洲欧美日韩卡通动漫| 中文在线观看免费www的网站| 18禁观看日本| 嫩草影院精品99| 亚洲一区高清亚洲精品| 精品国产亚洲在线| 哪里可以看免费的av片| 亚洲男人的天堂狠狠| 麻豆成人av在线观看| 女生性感内裤真人,穿戴方法视频| 狂野欧美白嫩少妇大欣赏| 99精品久久久久人妻精品| 亚洲专区字幕在线| 亚洲av成人av| 免费看日本二区| 婷婷亚洲欧美| 欧美一区二区国产精品久久精品| 成人亚洲精品av一区二区| 手机成人av网站| 精品乱码久久久久久99久播| 真人一进一出gif抽搐免费| 啦啦啦韩国在线观看视频| 老汉色∧v一级毛片| 91在线精品国自产拍蜜月 | 特级一级黄色大片| 国产精品av视频在线免费观看| 18禁裸乳无遮挡免费网站照片| 亚洲男人的天堂狠狠| 99国产精品一区二区三区| 超碰成人久久| 免费人成视频x8x8入口观看| 日韩高清综合在线| 精品久久久久久久久久久久久| 精品久久久久久久人妻蜜臀av| 国产精品综合久久久久久久免费| 舔av片在线| 99久久精品国产亚洲精品| 亚洲国产欧美网| 久久欧美精品欧美久久欧美| 亚洲无线在线观看| 欧美中文日本在线观看视频| 搡老熟女国产l中国老女人| 亚洲成人久久性| 亚洲美女黄片视频| 香蕉丝袜av| 欧美极品一区二区三区四区| 18禁黄网站禁片午夜丰满| 在线播放国产精品三级| 亚洲av五月六月丁香网| 人人妻人人澡欧美一区二区| 欧美在线黄色| 他把我摸到了高潮在线观看| 19禁男女啪啪无遮挡网站| 99riav亚洲国产免费| 亚洲欧美精品综合久久99| 亚洲国产欧美网| 久久精品91蜜桃| 久久婷婷人人爽人人干人人爱| 观看美女的网站| 特大巨黑吊av在线直播| 在线国产一区二区在线| 精品国产亚洲在线| 亚洲熟妇熟女久久| 国产成人影院久久av| 亚洲精品456在线播放app | 国产精品久久电影中文字幕| 日本黄大片高清| 99久久无色码亚洲精品果冻| 免费一级毛片在线播放高清视频| 一级a爱片免费观看的视频| 日韩有码中文字幕| 老司机在亚洲福利影院| 亚洲熟妇熟女久久| 日韩欧美国产在线观看| 午夜福利在线在线| 午夜福利在线观看吧| 亚洲专区字幕在线| 国产免费av片在线观看野外av| 欧美乱妇无乱码| 欧美高清成人免费视频www| 免费观看的影片在线观看| 成人高潮视频无遮挡免费网站| 美女高潮喷水抽搐中文字幕| e午夜精品久久久久久久| 在线观看66精品国产| 哪里可以看免费的av片| 亚洲在线观看片| 日本与韩国留学比较| 18美女黄网站色大片免费观看| 国产精品野战在线观看| 草草在线视频免费看| av片东京热男人的天堂| 日韩中文字幕欧美一区二区| 狠狠狠狠99中文字幕| 黄色丝袜av网址大全| 少妇人妻一区二区三区视频| a在线观看视频网站| 91九色精品人成在线观看| 草草在线视频免费看| 精品无人区乱码1区二区| 亚洲中文字幕一区二区三区有码在线看 | 国产淫片久久久久久久久 | 欧美在线一区亚洲| 怎么达到女性高潮| 色在线成人网| 亚洲五月天丁香| 老司机深夜福利视频在线观看| 国产精品久久久久久精品电影| 亚洲国产色片| 曰老女人黄片| 国产成人福利小说| 成人欧美大片| 国产蜜桃级精品一区二区三区| 麻豆国产av国片精品| 欧美乱色亚洲激情| 日本精品一区二区三区蜜桃| 99热这里只有精品一区 | 一进一出好大好爽视频| 老司机午夜十八禁免费视频| 亚洲成人免费电影在线观看| 亚洲欧美一区二区三区黑人| 日本熟妇午夜| 国产一区二区在线av高清观看| 欧美成人免费av一区二区三区| 不卡一级毛片| 免费观看的影片在线观看| 亚洲欧美日韩东京热| 国产91精品成人一区二区三区| 非洲黑人性xxxx精品又粗又长| 亚洲色图av天堂| 19禁男女啪啪无遮挡网站| 亚洲男人的天堂狠狠| 成人av一区二区三区在线看| 国产亚洲av嫩草精品影院| 少妇熟女aⅴ在线视频| 亚洲av成人av| 国产久久久一区二区三区| 中文字幕人成人乱码亚洲影| 亚洲成人久久爱视频| 网址你懂的国产日韩在线| 国产精品九九99| 熟女少妇亚洲综合色aaa.| 欧美av亚洲av综合av国产av| 久久久国产成人免费| 成年版毛片免费区| 国产精品女同一区二区软件 | 91久久精品国产一区二区成人 | 校园春色视频在线观看| 美女大奶头视频| 麻豆成人午夜福利视频| av天堂中文字幕网| 国产精品自产拍在线观看55亚洲| 非洲黑人性xxxx精品又粗又长| 日本熟妇午夜| 九九热线精品视视频播放| 久久伊人香网站| 婷婷精品国产亚洲av在线| 成年人黄色毛片网站| 亚洲成人免费电影在线观看| 欧美zozozo另类| 国产成人精品久久二区二区免费| 一a级毛片在线观看| 久久久久国产一级毛片高清牌| 亚洲成人久久性| 麻豆av在线久日| 变态另类成人亚洲欧美熟女| 日本免费a在线| 最新美女视频免费是黄的| 色噜噜av男人的天堂激情| 日本撒尿小便嘘嘘汇集6| 成人特级黄色片久久久久久久| 色综合站精品国产| 国产在线精品亚洲第一网站| 国产精品一区二区三区四区久久| 人妻久久中文字幕网| 久久欧美精品欧美久久欧美| av女优亚洲男人天堂 | 香蕉国产在线看| 欧美乱码精品一区二区三区| 成人三级黄色视频| 国产美女午夜福利| 久久精品91蜜桃| 日日干狠狠操夜夜爽| 岛国在线观看网站| 午夜亚洲福利在线播放| 看片在线看免费视频| 国产91精品成人一区二区三区| 亚洲天堂国产精品一区在线| 国产又色又爽无遮挡免费看| 性欧美人与动物交配| 国产精品综合久久久久久久免费| 亚洲人成电影免费在线| 国产一级毛片七仙女欲春2| 色播亚洲综合网| 国产成人精品久久二区二区免费| 在线观看美女被高潮喷水网站 | 亚洲性夜色夜夜综合| 久久人妻av系列| 日韩 欧美 亚洲 中文字幕| 国产精华一区二区三区| ponron亚洲| 极品教师在线免费播放| 国产亚洲精品av在线| 18禁黄网站禁片免费观看直播| 欧美3d第一页| 精品电影一区二区在线| 99久久精品国产亚洲精品| 身体一侧抽搐| 欧美日韩一级在线毛片| 日本黄大片高清| 久99久视频精品免费| 亚洲一区二区三区色噜噜| 在线观看日韩欧美| 精品一区二区三区视频在线观看免费| 欧美日韩福利视频一区二区| 不卡一级毛片| a在线观看视频网站| 国产一级毛片七仙女欲春2| 这个男人来自地球电影免费观看| 亚洲 欧美 日韩 在线 免费| 黄片大片在线免费观看| 悠悠久久av| 午夜福利视频1000在线观看| 曰老女人黄片| 免费搜索国产男女视频| 国产精品乱码一区二三区的特点| 亚洲国产欧美一区二区综合| 国产黄片美女视频| 久久午夜亚洲精品久久| 色哟哟哟哟哟哟| 成人av在线播放网站| 999精品在线视频| 可以在线观看的亚洲视频| 亚洲专区国产一区二区| a级毛片在线看网站| 国产精品久久久久久久电影 | 欧美黄色淫秽网站| 国产又色又爽无遮挡免费看| 91麻豆av在线| 美女大奶头视频| 美女 人体艺术 gogo| 国产乱人视频| 三级毛片av免费| 国产亚洲av高清不卡| 久久九九热精品免费| 99视频精品全部免费 在线 | 国产亚洲av高清不卡| 免费观看的影片在线观看| 在线a可以看的网站| 国产高清有码在线观看视频| 偷拍熟女少妇极品色| 日本 欧美在线| 又黄又爽又免费观看的视频| 美女高潮喷水抽搐中文字幕| 中文字幕av在线有码专区| 国产欧美日韩精品亚洲av| 亚洲天堂国产精品一区在线| 日本五十路高清| 99久久综合精品五月天人人| 精华霜和精华液先用哪个| 成人鲁丝片一二三区免费| 午夜影院日韩av| 国产69精品久久久久777片 | 又大又爽又粗| 国产精品国产高清国产av| 国产成人精品久久二区二区91| 99精品在免费线老司机午夜| 欧美黑人欧美精品刺激| 两个人看的免费小视频| 琪琪午夜伦伦电影理论片6080| 国产精品电影一区二区三区| 国产一区二区激情短视频| 久久国产精品人妻蜜桃| a级毛片a级免费在线| 国产1区2区3区精品| 99热只有精品国产| 夜夜躁狠狠躁天天躁| 日韩欧美一区二区三区在线观看| www.熟女人妻精品国产| 国产高清激情床上av| 丰满人妻熟妇乱又伦精品不卡| 老汉色av国产亚洲站长工具| 亚洲在线观看片| www.999成人在线观看| 观看免费一级毛片| 国产高清视频在线观看网站| 国产又黄又爽又无遮挡在线| 免费av毛片视频| 免费观看精品视频网站| 变态另类丝袜制服| 欧美最黄视频在线播放免费| 欧美午夜高清在线| 中文字幕久久专区| 亚洲av美国av| 在线播放国产精品三级| 欧美午夜高清在线| 脱女人内裤的视频| 波多野结衣高清作品| 观看免费一级毛片| 香蕉av资源在线| 日韩大尺度精品在线看网址| 国产精品一区二区三区四区久久| 亚洲自偷自拍图片 自拍| 中文字幕熟女人妻在线| 香蕉久久夜色| 国产精品爽爽va在线观看网站| 国产探花在线观看一区二区| 欧美性猛交╳xxx乱大交人| 亚洲av成人一区二区三| 淫秽高清视频在线观看| 黑人欧美特级aaaaaa片| 琪琪午夜伦伦电影理论片6080| 中文字幕高清在线视频| 亚洲精品粉嫩美女一区| xxx96com| 一个人免费在线观看的高清视频| 一区二区三区国产精品乱码| 国产一区二区三区在线臀色熟女| 成人欧美大片| 亚洲性夜色夜夜综合| 欧美日本视频| 国产精品九九99| 九色国产91popny在线| 免费av毛片视频| 国产 一区 欧美 日韩| 欧美黑人欧美精品刺激| 中文在线观看免费www的网站| 亚洲国产欧美人成| 国产精品野战在线观看| a级毛片a级免费在线| 国产毛片a区久久久久| 亚洲欧美日韩卡通动漫| 特级一级黄色大片| 国产成人精品久久二区二区91| 欧美乱色亚洲激情| 国产精品av久久久久免费| 国产伦一二天堂av在线观看| 听说在线观看完整版免费高清| 久久午夜综合久久蜜桃| 亚洲乱码一区二区免费版| 国内精品久久久久久久电影| 好男人电影高清在线观看| 人妻久久中文字幕网| 一区福利在线观看| 亚洲国产精品久久男人天堂| 国内揄拍国产精品人妻在线| 国产v大片淫在线免费观看| 国产又色又爽无遮挡免费看| 夜夜躁狠狠躁天天躁| 国产精品九九99| 看片在线看免费视频| 色综合站精品国产| 又黄又爽又免费观看的视频| 在线观看午夜福利视频| 国产精品一区二区精品视频观看| 欧美乱妇无乱码| 又粗又爽又猛毛片免费看| 亚洲国产色片| 久久精品夜夜夜夜夜久久蜜豆| 国产综合懂色| 美女高潮喷水抽搐中文字幕| 亚洲欧美日韩东京热| 国模一区二区三区四区视频 | av视频在线观看入口| 国产99白浆流出| 久99久视频精品免费| 国产乱人视频| 亚洲第一电影网av| 中文字幕人妻丝袜一区二区| 香蕉久久夜色| 男女视频在线观看网站免费| 国产精品亚洲一级av第二区| 免费在线观看亚洲国产| 99re在线观看精品视频| xxx96com| 国产成人精品无人区| 在线观看免费视频日本深夜| 男人的好看免费观看在线视频| 欧美日本亚洲视频在线播放| 国产精品 欧美亚洲| 欧美性猛交╳xxx乱大交人| 特级一级黄色大片| 99精品久久久久人妻精品| 日本 av在线| 久久久精品大字幕| 91久久精品国产一区二区成人 | 女同久久另类99精品国产91| 好男人在线观看高清免费视频| 最新中文字幕久久久久 | 不卡一级毛片| 欧美极品一区二区三区四区| 久久香蕉国产精品| 亚洲最大成人中文| 一进一出抽搐动态| 国产一区二区在线观看日韩 | 一个人免费在线观看的高清视频| 日本熟妇午夜| 两个人视频免费观看高清| 中文亚洲av片在线观看爽| 高清毛片免费观看视频网站| 成人国产一区最新在线观看| 熟女人妻精品中文字幕| 一级a爱片免费观看的视频| 国产v大片淫在线免费观看| 宅男免费午夜| 最新美女视频免费是黄的| 久久久久久大精品| 国产亚洲精品综合一区在线观看| 日韩av在线大香蕉| 色老头精品视频在线观看| 亚洲五月婷婷丁香| 999久久久精品免费观看国产| 黄色片一级片一级黄色片| 大型黄色视频在线免费观看| 无人区码免费观看不卡| av国产免费在线观看|