Next Article in Journal
Linking Theories, Past Practices, and Archaeological Remains of Movement through Ontological Reasoning
Next Article in Special Issue
Analysis of the Awareness and Popularity of the Brand of a Selected Education and Research Library in the Czech Republic: A Case Study
Previous Article in Journal
Information and Communication Technology-Enhanced Business and Managerial Communication in SMEs in the Czech Republic
Previous Article in Special Issue
Analysis on the Relationship between Eating Behavior, Physical Activities and Youth Obesity: Based on the Korea Youth Risk Behavior Survey for High School Students in 2016~2018
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Modeling Web Client and System Behavior

Department of Computer and Control Engineering, Rzeszow University of Technology, al. Powstancow Warszawy 12, 35-959 Rzeszow, Poland
Submission received: 17 March 2020 / Revised: 11 June 2020 / Accepted: 19 June 2020 / Published: 24 June 2020
(This article belongs to the Special Issue Data Analytics and Consumer Behavior)

Abstract

:
Web systems are becoming more and more popular. An efficiently working network system is the basis for the functioning of every enterprise. Performance models are powerful tools for performance prediction. The creation of performance models requires significant effort. In the article, we want to present various performance models of customer and Web systems. In particular, we want to examine a system behaviour related to different flow routes of clients in the system. Therefore we propose Queueing Petri Nets, the new modeling methodology for dealing with performance issues of production systems. We follow the simulation-based approach. We consider 25 different models to check performance. Then we evaluate them based on the proposed metrics. The validation results show that the model is able to predict the performance with a relative error lower than 20%. Our evaluation shows that prepared models can reduce the effort of production system preparation. The resulting performance model can predict the system behaviour in a particular layer at the indicated load.

1. Introduction

Job scheduling, number of nodes, initial marking and many other parameters are the high importance in many computing systems, such as grid systems or cluster systems. Their performance is directly related to the efficiency of the Web computing systems. Some Web systems integrate and coordinate resources to intend the delivery of high-quality services.
Performance engineering could be used to make predictions about key performance metrics. We can detect some possible bottlenecks. Furthermore, we understand as-is performance and compare it with possible to-be performance. Various fields of engineering and science are using Performance engineering, as an important technology, to solve some problems that appeared in parallel systems like clusters (consists of nodes). In other words, performance engineering helps to answer questions [1]:
  • How many nodes do we need to run handling different customer workloads?
  • Which is the best client scheduling discipline?
  • Are the system resources enough to serve clients’ requests?
  • How long is a client waiting time?
  • How much will clients’ waiting time reduce if more nodes would are deployed?
The most popular formal languages that could be used for modeling different Web systems include selected classes of Petri Nets and Queueing Nets. The main aim of this research is the development of the method to predict the customer performance of the Web system by using Queueing Petri Net (QPN) that models and simulates environment. We constructed a model for software components and hardware components. We prepared a simulation model to estimate customer response time. You can find in [2] validation of the developed method.
In this paper, we propose a method for analyzing the performance of Web systems. We use Queueing Petri Net Modeling Environment (QPME) software [3] to study parameters of systems widespread in Web systems. The main idea is to allow a hierarchical model specification to reduce the model size. This method is highly flexible and low-cost. Experimental results [2] show that this method could be applied to more complex Web systems. Quantitative analysis of QPNs is susceptible to the state space explosion problem because it is based on Markov chains. In Web system structures there are a lot of queues and tokens. Subsequently, the size of the state space of the underlying Markov chain grows exponentially. We used hierarchically combined Queueing Petri Nets to solve this problem [4].
The verification of Web system performance could not be based only on classical approaches like final tests. We need exclusively formal methods in the development process. That may significantly reduce costs and affect the product’s quality. This approach possesses two main parts. We build the QPN client and the system model with many parameters. Followingly, we implement this model using the QPME tool [3] and verify system performance. Earlier, we proposed a kind of potential application of this method to bigger structure consumer-to-business interactions [2,5].

1.1. Motivation

QPNs are a powerful and expressive performance modeling formalism. It has been shown, that even relatively small architecture models representing a Web system infrastructure may result in many different models. In this paper, we consider the client–server scenario in the Web system use case, where data is transferred from a large number of customers. The exponential growth in the number of clients naturally raises the question about the performance of the underlying system infrastructure. The performance evaluation of systems under dynamic load conditions poses new challenges. Scalability can be achieved at various levels. Choosing the right combination of parameters and technologies provides the flexibility needed to support a particular architectural choice.
The considered performance abstractions at the architecture level and analysis techniques serve as representative examples of typical solution techniques used in practice to predict performance. The case studies were chosen taking into account different modeling functions as well as different types of systems in terms of size and complexity. The purpose of our paper is to estimate the more accurate bottlenecks in traffic based on two classes of clients.
The target audience of this paper is performance engineers who want to apply resource demand estimation techniques to build a system performance model, as well as researchers working on improved estimation methods. The paper makes the following contribution:
  • a review of the most modern methods for estimating the performance of an Internet system,
  • a classification scheme of approaches to estimating resource requirements,
  • an experimental comparison of a subset of the estimation approaches.

1.2. Organization

The rest of this paper is as follows. Section 2 includes related works. Section 3 analyzes an overview of Web system structures. Section 4 describes several modeling approaches. Section 5 introduces some client and system models. Section 6 presents the simulation results. Finally, Section 7 concludes the paper and indicates possible directions for future work. (We assumed that the reader knows QPN formalism. QPN model of Web system was defined in [4]).

2. Related Works

Computer and communication networks development, manufacturing systems assessment and business processes analyses mainly affect performance evaluation. In the past few years, most of the works have been focusing on Web systems, which are very efficient and able to handle numerous incoming requests. There are two mathematical formalisms to solve problems of performance evaluation and analysis: Queueing Nets and Petri Nets. We find the queueing method as a well-known one and common in dealing with limited resources. Queueing Net makes it possible to calculate the throughput of the subsequent elements of a computing process represented as a network of queueing systems. Petri Net is a specific graph where the token flow through the network. It could be interpreted as the reallocation of the load in the evaluated system [6].

2.1. Works Based on Various Formalisms

Existing modeling approaches divide according to various criteria. We can find the related works grouped into publications based on stochastic models such as Queueing Net (classical product-form, extended or layered) and stochastic models such as Petri Nets. In the first group, there are some opened and closed queueing models. In [7] the author presents the model application of server cluster and database server. In the paper, [8] authors propose the model software systems using classical queuing theory and statistical response time models in parallel. This approach allows users to tailor the model for each analysis run, based on the performed adaptations and the requested performance metrics. In [9] the author prepared the multi-tiered application model by using Mean Value Analysis (MVA) and compared performance with real performance values. Recent publications [2,10] use QPN for performance modeling of Web structure and compare with the production system performance. To manage the routing of packages in Web structures, we can apply elements of the control theory. In turn, in the second group, there are different variants of the Petri Nets [10,11]. In [12] for some modes of emergency actions, Petri Nets models are proposed. The Apache Storm model was presented in [13]. The author used Generalized Stochastic Petri Nets for performance checking. Proposed in [14] techniques of analysis could help in the context of Web systems performance, that nowadays confront the era of Big Data. Various papers propose the arrival of stream modeling and its analysis. According to the Web system modeling method introduced in [10] the modeled system (Platform as a Service designed to host Web applications) retains a structure similar to an open queueing system. Analysis of the distribution of data packages within the system makes it possible to find out some potential bottlenecks [6]. To efficiently carry out the randomly arriving data [15], the number of overlapping (concurrent) request/response sessions utilized by the sending node, is higher than in typical client–server communications.
Furthermore, there are some mathematical models for predicting the performance of the Web system. Almost in all cases, the authors conducted experiments [5,16]. This is the second way for performance engineering. The use of simulations models and experiments allows verifying the proposed models. Moreover, it greatly influences the validity of the systems’ development. In the article [17] they examined request distribution strategies used in one-layer and two-layer architectures of Web systems. In paper [18] they discuss current software architectural styles, patterns, and development platforms based on client-side and server-side technologies. Some authors in [19] use Production Trees, the new modeling methodology for dealing with availability issues of production systems.

2.2. Previous Works Based on Queueing Net, Time Colored Petri Net and QPN Formalisms

Performance models are an abstraction of a combined hardware and software system describing its performance of relevant structure and behaviour. My models’ evolution: Queueing Net (Queueing Networks are not good at expressing or modeling concurrent events (e.g., fork and join situations, blocking, etc).) (based on mean value analysis as Queueing Theory technique and QNAT tool), Time Colored Petri Net (Petri Nets are good for representing concurrency but do not lend themselves to performance analysis. Adding time to Petri Nets enable them to be used in modeling.) (based on Time Colored Petri Nets formalism and Design/CPN tool) [5] and QPN (based on Queueing Petri Nets formalism and QPME tool) [2]. These formalisms are highly popular and beneficial for qualitative and quantitative analysis [7].

2.3. Current Work Based on QPN Formalism

Mathematical formalism successfully merging Queueing Net and Petri Net is called Queueing Petri Nets (QPNs). Among other applications, QPN [3,7,20] successfully applied the distribution of Web systems modeling and performance evaluation [2,10]. The formalism is widely used in other areas, e.g., authors show [21] how the language of sequence diagrams is mapped onto an equivalent language of QPNs through formal transformation rules. The article [22] covers database performance in QPN formal models. The author presented and classified some fundamentals of the queueing system theory and queueing system models. This paper presents a systematic survey of the existing database system performance evaluation models based on the queueing theory. The workload of the Web system under the study describes it quantitatively and qualitatively. Besides, quantitatively performance modeling, QPN could also take into consideration hierarchical structures. It describes the dependency relationship among layers in multilayered systems. QPN models services with ease for Web systems.
Previously [2,10], the impact of one query class was examined for the others. The error for one client class is between 4.68–29.36% [4]. Experiments [5] demonstrated that too much fragmentation of requests classes does not make sense because only two request classes have the greatest influence: sell/buy and portfolio. To simplify the model, the previous simulations concerned one class. The content of this work will be using (routing) different resource through request classes. The workload intensity of a system is characterized by the number of requests of each class executing concurrently. It is called the customer population [23]. All systems have different response time requirements for different clients [24]. The modeling approach presented in this paper differs from that of previous work because we model more types of requests. We add division into classes of queries to the QPN model and we use hardware and software elements by individual classes. As indicated by the experiments [5] the different types/classes of clients associate with different behaviours: different periods for query arrivals, demand services or network routing.
The web system must be analyzed in terms of both quality and quantity. Queueing Nets are suitable for modeling hardware competition by using queues and scheduling disciplines. Petri Nets are appropriate for blocking and synchronizing modeling due to the use of tokens representing tasks. QPN has the advantages of Queueing Net (e.g., evaluation of the system performance, the network efficiency) and Petri Net (e.g., logical assessment of the system correctness). QPN allows a wide range of Internet system research. QPN formalism integrates hardware and software elements into one model. Due to these properties, QPN holds greater expression than Queueing Net (quantitative analysis) and Petri Net (qualitative analysis).
According to other works, we selected parameters that have the greatest impact on performance. In this paper, we study parameters of systems and propose the QPN method for analyzing their performance, which can be easily implemented in Queueing Petri Net Modeling Environment software by potential system architects. The construction of the real system was the subject of earlier works. Simplified models were also included there. The most important achievement of the proposed model is the improvement of the simulation result for two classes of clients about the results for one class of clients. The results are closer to the results achieved in the experiments of the real cluster system. Two query classes completely change the flow of tokens in the model. The results of experiments in the real environment include even more classes, but as indicated in the article only two of them have a significant impact on the system performance.
This approach could be treated as an extension of the papers [2,10], where we proposed and validated the QPN models for the Internet system. Additionally, in the previous article [5], we also proposed QPN models for one kind of the Web system with one class of customers’ requests. Presently, the model with many classes (in this case two) is used, adapting it even more to reality. In most cases, the models consist of one class of clients. In those models, scientists do not distinguish between different behaviours and flows of web system clients. Models prepared for this article possess more parameters, therefore, there are more detailed.
The final results of the simulations include the average number of tokens in the queueing system, location or depository, the average probability of the token in the queueing system, place or depository, the average bandwidth of the queueing system, place or depository and average time spent in the place [5].

3. Web System Architecture

3.1. Clustering

Nowadays, an increasing number of companies depend on the business processes running on their servers. International companies operate with clients all over the world, accessing their services at any time. Web systems are usually used to describe computing that spans multiple machines. A cluster is two or more computers (nodes) that work parallel together to perform tasks. There are two main reasons for clustering. First one is to provide fail-over capability and increase the availability of systems. High availability clusters are implemented primarily to improve the robustness of services which the cluster provides. The second one is to provide parallel calculating power and improved system performance.
There are four major types of clusters:
  • High Availability also known as Fail-over Clusters,
  • Load Balancing,
  • High Performance.
High Availability (HA) is becoming a requirement for an ever-increasing number of business Web applications. Clustering emerges as a natural solution for delivering high availability for a significant number of clients. Load Balancing (LB) is useful to distribute client requests to several nodes. Performance means system throughput under a given workload for a specific time-frame. High Performance (HP) clusters use cluster nodes to perform concurrent calculations. Clustering is a method of grouping two or more nodes with the goal of increasing the availability and performance of such a group, compared to a single server.

3.2. Nodes in Cluster-Based Web Architecture

A multi-tiered or multi-layered architecture is a type of architecture composed of tiers and layers. This is the traditional method for designing self-independent software and hardware structures. The use of a layered approach (modular user interface, business logic, and data storage layers) is good for the system design (e.g., scalability, performance, and availability). These architectures provide many benefits in production environments.
Building a highly available and scalable system that performs well is certainly not a trivial task. The term performance of the Web system encompasses several meanings. By separating layers we could scale each of them independently. By having separated layers we can also increase performance. The Web system layers compose of many servers/nodes. Layers are dedicated to proper tasks. Moreover, they exchange customer requests with each other. Servers and services are used to receive requests submitted by clients.
Web system logical architecture is constructed of layers [2]. The following four are the most common: a presentation layer (a presentation tier in a multi-tiered architecture), an application layer (a service layer for client requests), a business layer (a domain layer for the control of the transactions) and a data access layer (a persistence layer with a data storage system). In our approach [2] presented architecture has simplified into two layers: Front-End (FE) and Back-End (BE). The clustering mechanism is used in both layers. These simplifications exert no influence on the modeling process, which has illustrated in [2,7].

3.3. Distributed Computing

Distributed computing is a field of computer science studying distributed systems. Distributed system consists of multiple nodes that communicate via the network. The computers in each node interact with each other to accomplish a shared goal. In this approach, the cluster is created from a number of computers to work together as a team. These parallel systems, installed with a large number of CPUs, provide good results for both real-time and near-real-time applications using data streams.
Analytics and data mining are often performed using parallel approaches on Web systems. The challenge is finding a way to transform raw data into valuable information. To capture value from those kinds of data, it is necessary to upgrade technologies and techniques that will help individuals and organizations to integrate, analyze and visualize different types of data. Distributed Web systems along with management and parallel processing principle allow analyzing Big Data. Different aspects of the distributed computing paradigm resolve different types of challenges involved in the analytics of Big Data. A lot of what is called Big Data does not involve all that much data. It is more about how the data is analyzed rather than the simple quantity of data.

3.4. Different Customers

All of the machines on the Internet are either servers or clients. In addition, the machines that provide services to other machines are servers. The machines that are used to connect to those services are clients. Clients that come to a server machine do so with a specific intention, therefore, clients direct their requests to a specific software server running on the server. For example, if you are running a Web browser on your PC, it will want to talk to the Web server on the server machine. Client/server architecture is what makes the Internet possible. The client is a computer hardware device or software that accesses a service made available by a Web system.
To understand customer behaviour along with the better allocation of resources for different Web clients and to generate the highest profit, it is necessary to be able to identify and segment different types of Web customers. By better understanding of the different types of customers, businesses could be better equipped to develop successful Web system architectures. Low customer service time experience translates into higher customer satisfaction.
Although behavioural patterns are unique and individual to every person, there are certain similarities in those patterns. It should be considered as taking a different approach to each group of consumers, because different customers have different personalities, and hence expectations and needs. The better adjustments to each group you will make, the higher customer satisfaction will be. We checked client behaviour in the real system [5] on IBM DayTrader benchmark.
Web clients divide into certain groups as for performed tasks, time spent in IS and generated load. There are types of clients for performed tasks. A classic client uses the basic properties of the system (logging into the system, browsing through the offer of the service, using the service, transactions, determining the balance of their account, checking the correctness of the transaction). “Guest” client looks only through information on the whole problem (checking the possibilities of the system, accidental opening of a web site as a result of surfing the Internet). An administrator is a person managing the net (logging into the system with administrator’s rights, introducing necessary changes, the configuration of system operation and its specific behaviour). The second type of clients relates to the time they spend in the system. There are sporadic (short-term) clients downloading needed information or surfing through web sites and by contrast, there are permanent (long-term) clients using some of the functions offered by the system. The third type of clients connects to the loading of the system. They are divided into surface clients who do not use the whole but only the first layer and opposite to the standard clients who use the inner layers. Additionally, some partial clients use different parts of the system.

4. Queueing Nets and Petri Nets Models

In our solution, we propose QPN models predicting the performance. One of the basic performance engineering parameters, which is response time, was chosen for verification of the performance.
QPN models have been developing for different input parameters as well as different clients and the system’s parameters. Prepared parameters and architectures in the form of models enable the description of hardware and software to map. This realistically allows imitating system behaviour.

4.1. Queueing Nets and Petri Nets in the Same Model

Queueing Net (quantitative analysis, e.g., evaluation of logical system correctness) has a queue. In the case of arriving some customer requests could not receive immediate service due to busy servers, the queue is formed. Client requests enter the queue and must wait until a processor is idle. After waiting time the processor services the client request with predefined scheduling strategy. Queue systems represent system components and they are connected to one network. The main parameters of the queue system are:
  • Arrival process is a mathematical model for the time between request arrivals to the system e.g.,: Poisson, Erlang, hyper-exponential, general. (We analyzed queueing systems without external clients arrival.)
  • Service time is defined as the time required to serve a customer request e.g.,: logarithmic, chi-square, hyper-exponential, exponential. Service times are Independent and Identically Distributed (IID). (We analyzed queueing systems with the exponential clients’ service time.)
  • Scheduling strategies define the strategies used to allocate the processor e.g.,: First In First Out (FIFO), Last In First Out (LIFO), Last In First Out with Preempt and Resume (LIFO-PR), Round Robin (RR) with a fixed quantum, Small Quantum ⇒ Processor Sharing (PS), Infinite Server (IS) = fixed delay, Shortest Processing Time first (SPT). (We used IS for clients machine, PS for FE nodes and FIFO for BE nodes.)
  • Number of processors. (This paper considers a single server queue.)
  • Number of buffers is waiting room size. (Size of the queue is infinite.)
Petri Net (qualitative analysis, e.g., assessment of system performance, network efficiency) has tokens representing requests. Petri Net describes dynamics based on rules of tokens flow. Main parameters are:
  • set of places,
  • set of transactions,
  • initial marking (number of tokens),
  • incidence function (routing probability),
  • token color function.
QPN adds queue and time aspects to model [4].

4.2. Theoretical Introduction

At the beginning, performance goals are defined. Performance engineering objectives are: performance prediction, performance analysis and bottleneck analysis. Performance engineering methodology scenario is:
  • understanding the operation of the system,
  • determine the system load,
  • measure system parameters,
  • build a performance model,
  • model verification and validation,
  • load changes,
  • predicting system performance,
  • analysis of various scenarios.
This approach was used to evaluate the performance of a Web system to support decision concerning scaling resources for the Web structure. Performance metrics are e.g., throughput or response time. The laboratory environment was used for experiments (for checking input parameters and validation [5]). Followingly, the performance model was built for simulations [10] (for checking the response time parameter). Parameters that determine the client response time are following:
  • number of clients, workload intensity (think time (The think time adds delay in between successive requests to the system from populated concurrent clients.), different types of arriving requests of clients are different behaviours) for the client.
  • number of hardware elements (nodes in FE and BE layer), hardware connections (routing), software parameters (service resources as threads and connection pools), scheduling strategy, service demand (Service demand in milliseconds [ m s ] is the time needed to serve one request at the station.) for the selected class in a specific resource (1), excluding the waiting time for a resource (it does not depend on the load) for the system.
A v g . S e r v i c e D e m a n d [ m s ] = A v g . U t i l i z a t i o n / A v g . R e q u e s t T h r o u g h p u t [ R P S ]
We could divide our modeling method into five steps (in this article we present steps from 2 to 5). At the beginning there is the measurement of system’s parameters [2,5] (first step). The second one is to model a Web system abstractly (including client model) (second step). Subsequently, we refine the abstract model into a more detailed model (third step). Finally, we propose how to analyze performance-models of request classes are chosen (Figure 1) (fourth step). Validation is performed on the example of real infrastructure and real Web system [4] (Service demand for two client-classes (system).) (fifth step).
In [4] we specified the model parameters for formal analysis of the Web system. In the same paper, we proposed the fundamental equation more applicable to our performance engineering.

4.3. Client Model

Model of a i client type has been marked as M K i . Model of a particular type of client depends on numerous parameters, such as sort of services, time limits imposed on collective time of service execution, intensity and distribution of clients’ localization. Therefore i client type model can be defined as the following Equation (2).
( M K i ) k = ( O i , D i , F i ) k
where:
  • O i —client service type,
  • D i —time limit, i.e., time interval in which the client has to be serviced,
  • F i —function describing arrivals of a particular type of clients.
It has been assumed that every Web client could be attributed to a certain client class. Defining a set of client types (classes) as T K in addition to assumption that the client types number is k, we obtain Equation (3).
T K k = { ( M K 1 ) k , ( M K 2 ) k , ( M K i ) k }
Depending on a client type we can determine different kinds of servicing Equation (4).
O i = { ( O W S ) i , ( O A S ) i , ( O D B ) i }
where:
  • O W S —servicing on a Www Server,
  • O A S —servicing on an Application Server,
  • O D B —servicing on a Database Server.
Time can be calculated for each type of servicing (Equation (5)).
C ( O a l l ) i = C ( O W S ) i + C ( O A S ) i + C ( O D B ) i
where:
  • C ( O a l l ) i —total time of servicing for clients of M K i type,
  • C ( O W S ) i —time of servicing for client of M K i type on a www server,
  • C ( O A S ) i —time of servicing for clients of M K i type on an application server,
  • C ( O D B ) i —time of servicing for clients of M K i type on a database server.
The total servicing time must be lower than the imposed time limit (time out) Equation (6).
C ( O a l l ) i < D i
Completing this condition does not mean completing time limits for a particular type client.
Individual servicing times must meet the following dependencies Equations (7) and (8).
C ( O W S ) i < D ( O W S ) i
C ( O A S ) i + C ( O D B ) i < D ( O A S + D B ) i
Whereas individual time limits must meet the following conditions Equations (9) and (10).
D ( O W S ) i D i
D ( O A S + D B ) i D i
For instance, if a time limit D i = 5 time units, and individual D ( O W S ) i = 4 and D ( O A S + D B ) i = 3 , then the above dependencies are not met.
A function that modeling the arrival of a particular type of clients’ queries depends on the client type and could be described through Equation (11).
F i = ( f i , λ i , p i )
where:
  • f i —distribution of probability of clients’ arrivals (degenerate/determined (A determined distribution means that the times are constant and there is no variance.), Poisson, etc.),
  • λ i —average intensity of arrivals,
  • p i —another parameter of distribution (if it exist).
In many uses, Web client must be served in the allotted time. Checking if Web client meets the time limits, could be carried out in certain cases with the application of time analysis. The most typical distributions analyzed within the theory of mass service are degenerate/determined distribution, Poisson distribution. For the determined distribution, the process of request arrivals is precisely determined, and the time intervals between consecutive arrivals T i are constant Equation (12).
i = 1 n C i T i
where:
  • C i —time of task execution,
  • T i —period of task occurrence,
  • T i = D i ,
  • D i —time limits of the task.
For exponential Poisson distribution the probability of k arrivals in any interval of t length is Equation (13).
p λ ( x = k ) = ( λ t ) k k ! e ( λ t )
for k = 0 , 1 , 2 ,
where:
  • x—random variable (amount of tasks in t time),
  • λ —intensity of task arrivals.
Average arrival intensity λ i = 1 / T i , where T i is an interval between consecutive arrivals. System clients (tasks) appear by Poisson distribution and the time of awaiting them is exponential distribution (continuous).
We investigate two typical Web clients. The first one only browses through Web sites (superficial), therefore it is not a client using the whole of the system (FE and BE layer), but only its first layer (FE). The second one-the actual client utilizes most of the functions provided by the whole system Equation (14).
T K 3 = { ( M K 1 ) 3 , ( M K 2 ) 3 , ( M K 3 ) 3 }
M K 1 —a model for a client only browsing through FE layer of the system Equation (15).
M K 1 = ( O 1 , D 1 , F 1 ) O 1 = O W S C ( O 1 ) 1 = C ( O W S ) 1 C ( O W S ) 1 < D ( O W S ) 1 D ( O W S ) 1 D 1 F 1 = ( f 1 , λ 1 )
f 1 —Poisson distribution.
M K 2 —a model for a client browsing all system layers Equation (16).
M K 2 = ( O 2 , D 2 , F 2 ) O 2 = ( O W S , O A S , O D B ) C ( O 2 ) 2 = C ( O W S ) 2 + C ( O A S ) 2 + C ( O D B ) 2 C ( O W S ) 2 < D ( O W S ) 2 , C ( O A S ) 2 + C ( O D B ) 2 < D ( O A S + D B ) 2 D ( O W S ) 2 D 2 , D ( O A S + D B ) 2 D 2 F 2 = ( f 2 , λ 2 )
f 2 —Poisson or determined distribution.
The third client could be the system administrator. It is a client who is similar to the second type of client presented earlier, with the difference that this user uses another part of the system. Its servicing does not require meeting strict time limits. Its behaviour in the system could be easily predicted and defined because it is not a strange user, who could be unforeseeable. Nevertheless, its actions should have the highest priority due to the necessity of performing certain administration tasks Equation (17).
M K 3 = ( O 3 , D 3 , F 3 ) O 3 = ( O W S , O A S , O D B ) C ( O 3 ) 3 = C ( O W S ) 3 + C ( O A S ) 3 + C ( O D B ) 3 C ( O W S ) 3 < D ( O W S ) 3 , C ( O A S ) 3 + C ( O D B ) 3 < D ( O A S + D B ) 3 D ( O W S ) 3 D 3 , D ( O A S + D B ) 3 D 3 F 3 = ( f 3 , λ 3 )
f 3 —Poisson or determined distribution.
With simplified assumptions stating that the time of task arrival distribution is determined, it is possible to check if the time limit condition met for all of the tasks. In this article, we use simplification W S = F E and A S + D B = B E .

5. System Model

The discrete-event simulation methods are employed to analyze the constructed models. Based on previous works [4,10] we used two-layered Web system as an example of a system with clusters in both layers and with selected groups of clients (classes).

QP Net

Performance modeling and prediction tools are required to generate accurate outputs with minimal input sample points. An important tool used in this part of our research was original QPME simulator consists of SimQPN (discrete event simulation engine), Queueing Petri Editor (Net Editor, Color Editor, Queues Editor). The simulator was designed to enable integration between formalism-based simulation and software/hardware aspects. QPME is an open-source tool for stochastic modeling and analysis based on the QPN modeling formalism. We implemented executable models in QPME tool. QPN net (Figure 2) is used to predict customer response time. The arrival process, waiting room, service process, and additionally depository describe each queueing place on sub-page S u b F E and S u b B E . We adopted several queueing systems most frequently used to represent the properties of the Web system components. Resources such as queueing places in the system under simulation may be hardware elements (CPU and disk I/O) and resources such as places may be software elements (threads and connection pools).
F E _ C P U and B E _ I / O queueing places model nodes in FE and BE layer respectively. F E and B E places are used to stop incoming requests when they have been waiting for application server threads and to stop incoming requests when they have been awaiting database server connections. T h r e a d s P o o l place and C o n n e c t i o n s P o o l model application server threads (application server machine) and database server processes (database server machine) respectively. Customer requests are in closed network (Figure 2). Requests are sent to the FE layer and placed in F E queueing places to get service. After service in FE, layer requests could be forwarded to the BE layer to get service. The BE layer is responsible for data handling. After service in the BE layer, the customer requests could be forwarded to the client. Every layer in different cases is presented on the figure (Figure 3).
We have four types of tokens (Every token that could be resided in a place has a type (color).) (Figure 4a): client-classes ( k 1 = x 1 and k 2 = x 2 ), application server threads and database server connections.
One server (Figure 4b) utilizes queueing systems. Clients machine is modeled by queueing place with IS scheduling strategy (-/M/1/PS/ queueing system). Nodes of the FE layer are modeled by queueing places with PS scheduling strategy (-/M/1/PS/ queueing systems). Nodes of the BE layer are modeled by queueing place with FIFO scheduling strategy (-/M/1/FIFO/ queueing system).
At present we possess an executable QPN model in the simulation sense. An increasing number of parameters (for particular client type: number of clients, flow probability, service demand on a particular element, service distribution probabilities on a particular element, number of nodes in FE and BE layer) is subject to modeling in our models. The models presented in the literature are limited to a few basic parameters and simple architecture of the system. The structures presented in figure (Figure 2) and (Figure 3) are similar to previous models but parameterization of these models is quite different.

6. Simulations with Different Parameters

In this section, there will be presented the simulation results of models with a different number of nodes in the FE and BE layer, different client and system input parameters. We investigate the customer request response time.
The performance problem was evident in the first layer (FE). After adding the FE nodes, the response time decreased (Figure 5). The subsequent addition of FE nodes in the FE layer increased the response time. The number of tokens in C l i e n t s place means the number of clients. This value of workload intensively increased. We adopted different scenarios in which there were two request classes. As a result of an increased number of FE and BE nodes, the response time of client requests improved. When the number of nodes increased, simultaneously a whole number of threads in the FE layer and connections in the BE layer also increased. As we can see (Figure 5 ( p 1 and p 2 think time for different request classes. Number of clients: x 1 = 250 , x 2 = 250 .)) overall customer response time decreased while the number of nodes was increasing (for 15 [RPS]). A difference in response time between 1st and 3rd nodes was relatively small. For one FE node architecture, response time for all cases was the biggest. Overall system response time increased with increasing workload, even with a larger number of nodes.
Table 1 presents results of the analysis between simulation for one class of clients, simulation for two classes and real system experiments. The calculated simulation error was, therefore, smaller for two client-classes, which meant that the distribution of requests in the model was closer to reality. The system with many client-classes was used for experiments. As evidenced in [2], only two of them were significant, therefore, the results of experiments were used for comparison. The calculated simulation error was smaller for two client-classes, which means that the distribution of requests in the model was closer to reality. The error for two client classes was between 9.25–13.65% [4] and it was smaller than for one class for the same input parameters.

Simulation with Changed Parameters

Increasing the number of clients (new case: x 1 = 2500 , x 2 = 250 ) worsens the problem in FE-increasing the number of clients causes waiting for FE resources (Figure 6). The only expansion of FE nodes to 12 gives a comparable response time with a smaller load. For example x 1 = 2500 clients and 30 [RPS] gives 75,000 [RPS] (total for one class). In the case, B E 3 , B E 6 , B E 9 , and B E 12 is the same situation.
With the same number of clients, increasing the number of threads (3000) in F E place reduces the waiting time for resources in the FE already for F E 1 (Figure 7).
Next cases (Figure 8):
  • x 1 = 2500 clients and 30 [RPS] gives 75,000 requests, 3000 threads per node and 14000 [RPS] for FE ( x 1 and x 2 ) and 40 processes for each database node (Table 2),
  • x 1 = 2500 clients and 30 [RPS] gives 75,000 requests, 3000 threads per node and 14,000 [RPS] for FE ( x 1 and x 2 ) and 4000 processes for each database node (Table 3).
The first case of detailed analysis was carried out with division into individual elements. We removed F E place from table (Table 2) because nothing was expected here.
The problem appeared in B E place (fourth column) or the problem moved to BE as the result of the FE quickly processing. There existed too few database processes on BE (one node B E 1 with 40 connections). One node on BE was also a bottleneck for more requests (bold results). As the number of elements in the BE increased ( B 3 , B 6 , B 9 and B 12 ), the problem decreased (response time in B E place is getting smaller). The system started to operate efficiently (overall response time also decreased). Increased response time (about 160 [ms]) is visible in the F E _ C P U queue (second column).
The second case of detailed analysis was carried out with division into individual elements. We removed F E and B E places from the table (Table 3) because nothing was expected here.
The problem transferred from the BE layer to the query queue ( B E 3 spreads into queue and depository ( B E 3 and B E 6 ) and decreased with the number of elements (9 to 12) in the BE layer). (Queueing place (resource or state) was composed of a queue (service station) and a depository for tokens that completed their service at a queue.) For 6, 9 and 12 database nodes respectively, BE gradually shortenined. After increasing the number of database processes, the situation did not change for one BE node. The response time moved to queue B E 1 . The behaviour of the FE layer remained almost unchanged. For three nodes in the FE layer and 6, 9, 12 BE nodes (i.e., when there were more nodes on the BE than on the FE) there was a problem on the FE. The BE layer processes were faster in comparison to the FE layer. Acceleration in the BE layer resulted in a partial increase of the response time for three nodes in the FE layer.
A combination of two simulations is visible and illustrated in one table (Table 4 (q-means queue, and d means depository from QPN formalism.)). In Table 2 and Table 3 you can see performance problems in particular cases. In Table 4 you can see behavior differences (especially for BE layer elements) and similarities (for FE layer elements) for these two cases. The results in the FE layer could be omitted because the behaviour was similar. The waiting time for BE nodes at the B E place decreases successively from 1, 3, 6, 9 to 12 nodes in the BE layer. For nodes 3, 6, 9 and 12 of BE layer, the response time increased in BE queues. For 6, 9 and 12 nodes in the BE layer, the response time in BE queues gradually decreases.

7. Summary

In this work, we presented an architecture for online environments. The architecture is based on nodes and layers, which are responsible for modeling certain aspects of a system. The models are dynamically composed into a comprehensive performance model.
We discovered that many existing performance models disregard client classes. It poses a serious threat to the validity of conclusions. This work proposes a Performance Engineering framework to evaluate the performance of the Web system. QPN formalism was applied to the development of a software tool thus it can support system design. Earlier we evaluated the degree of adjusting achieved for the model as well as the fitting and prediction accuracy of the resulting performance models.
We used the fully parameterized model to predict the performance for scaling scenarios. We obtained predictions for response time in different layers. Based on QPN modeling and analyzing performance, we can provide quantitative and qualitative performance metrics and predictions, which are helpful to guide planning capacity and system optimization. From a practical point of view, the QPN paradigm provides several benefits over the conventional modeling paradigm. Using QPNs one can integrate hardware and software aspects of system behaviour into the same model. We can perceive a practical value between response time and energy consumption. We can add hardware elements or increase software parameters to enable efficient processing or remove hardware elements or decrease software parameters not to generate additional costs. The validation results show the main advantage of this model. During model validation, the simulation error for response time within the limits of 20% is considered acceptable [23]. Here the bigger error is lower than 14% for three nodes in the FE layer.
The presented analysis makes it possible to find out potential bottlenecks in the web system architecture. The increase in the load automatically enhances the system response time. If we increase the number of the first layer server threads accordingly (with increased load), the response time in this layer is drastically shortened, which results in a reduction in overall time. The last two cases mainly present the behaviour of the second layer, additionally affecting global response time. In these cases, also when we increase the number of connections to the BE layer database accordingly (when the load increases), the response time in this layer is shortened, but the decrease in the overall response time is not so obvious (this is clearly in the Figure 8). The system performance variability is therefore connected with the system and also client parameters.
Leveraging our architecture, future work may be focused on specific aspects of the model the bigger system, and develop a useful software tool to help simulations as a reliable technique for performance prediction. For a given system, this needs to be done only once and the results can be reused in different deployments.

Funding

This project is financed by the Minister of Science and Higher Education of the Republic of Poland within the “Regional Initiative of Excellence” program for years 2019 – 2022. Project number 027/RID/2018/19, amount granted 11 999 900 PLN.

Conflicts of Interest

The author declares no conflict of interest.

References

  1. Li, Z.; Jiao, L.; Hu, X. Performance Analysis for Job Scheduling in Hierarchical HPC Systems: A Coloured Petri Nets Method. In Algorithms and Architectures for Parallel Processing; Wang, G., Zomaya, A., Martinez, G., Li, K., Eds.; Springer International Publishing: Cham, Switzerland, 2015; pp. 259–280. [Google Scholar]
  2. Rak, T. Response Time Analysis of Distributed Web Systems Using QPNs. Math. Probl. Eng. 2015. [Google Scholar] [CrossRef] [Green Version]
  3. Buchmann, A.; Dutz, C.; Kounev, S.; Buchmann, A.; Dutz, C.; Kounev, S. QPME-Queueing Petri Net Modeling Environment. In Proceedings of the Third International Conference on the Quantitative Evaluation of Systems-(QEST’06), Riverside, CA, USA, 11–14 September 2006; pp. 115–116. [Google Scholar] [CrossRef]
  4. Rak, T. Cluster-Based Web System Models for Different Classes of Clients in QPN. In Communications in Computer and Information Science; Springer International Publishing: Cham, Switzerland, 2019; Volume 1039, pp. 347–365. [Google Scholar]
  5. Rak, T. Performance Analysis of Cluster-Based Web System Using the QPN Models. In Information Sciences and Systems 2014; Czachórski, T., Gelenbe, E., Lent, R., Eds.; Springer International Publishing: Cham, Switzerland, 2014; pp. 239–247. [Google Scholar]
  6. Rzonca, D.; Rzasa, W.; Samolej, S. Consequences of the Form of Restrictions in Coloured Petri Net Models for Behaviour of Arrival Stream Generator Used in Performance Evaluation. In Computer Networks. CN 2018. Communications in Computer and Information Science; Gaj, P., Sawicki, M., Suchacka, G., Kwiecień, A., Eds.; Springer International Publishing: Cham, Switzerland, 2018; Volume 860, pp. 300–310. [Google Scholar]
  7. Kounev, S.; Buchmann, A. On the Use of Queueing Petri Nets for Modeling and Performance Analysis of Distributed Systems. In Petri Net; Kordic, V., Ed.; IntechOpen: Rijeka, Croatia, 2008; Chapter 8. [Google Scholar] [CrossRef]
  8. Eismann, S.; Grohmann, J.; Walter, J.; von Kistowski, J.; Kounev, S. Integrating Statistical Response Time Models in Architectural Performance Models. In Proceedings of the 2019 IEEE International Conference on Software Architecture (ICSA), Hamburg, Germany, 25–29 March 2019; pp. 71–80. [Google Scholar] [CrossRef]
  9. Kattepur, A.; Nambiar, M. Service Demand Modeling and Performance Prediction with Single-user Tests. Perform. Eval. 2017, 110, 1–21. [Google Scholar] [CrossRef]
  10. Rak, T. Performance Modeling Using Queueing Petri Nets. In Communications in Computer and Information Science, Proceedings of the 24th International Conference on Computer Networks (CN), Ladek Zdroj, Poland, 20–23 June 2017; Gaj, P., Kwiecien, A., Sawicki, M., Eds.; IEEE Polish Section Chapter; Institute of Informatics, Silesian University of Technology; Springer International Publishing AG: Cham, Switzerland, 2017; Volume 718, pp. 321–335. [Google Scholar] [CrossRef]
  11. Nalepa, F.; Batko, M.; Zezula, P. Performance Analysis of Distributed Stream Processing Applications Through Colored Petri Nets. In Mathematical and Engineering Methods in Computer Science; Kofroň, J., Vojnar, T., Eds.; Springer International Publishing: Cham, Switzerland, 2016; pp. 93–106. [Google Scholar]
  12. Zhou, J.; Reniers, G. Petri-net Based Modeling and Queuing Analysis for Resource-oriented Cooperation of Emergency Response Actions. Process Saf. Environ. Prot. 2016, 102, 567–576. [Google Scholar] [CrossRef]
  13. Requeno, J.; Merseguer, J.; Bernardi, S. Performance Analysis of Apache Storm Applications Using Stochastic Petri Nets. In Proceedings of the 2017 IEEE International Conference on Information Reuse and Integration (IRI), San Diego, CA, USA, 4–6 August 2017; pp. 411–418. [Google Scholar] [CrossRef] [Green Version]
  14. Requeno, J.; Merseguer, J.; Bernardi, S.; Perez-Palacin, D.; Giotis, G.; Papanikolaou, V. Quantitative Analysis of Apache Storm Applications: The NewsAsset Case Study. Inf. Syst. Front. 2019, 21, 67–85. [Google Scholar] [CrossRef] [Green Version]
  15. Fiuk, M.; Czachórski, T. A Queueing Model and Performance Analysis of UPnP/HTTP Client Server Interactions in Networked Control Systems. In Computer Networks (CN 2019); Communications in Computer and Information Science; Springer International Publishing AG: Cham, Switzerland, 2019; pp. 366–386. [Google Scholar] [CrossRef]
  16. Zatwarnicki, K.; Płatek, M.; Zatwarnicka, A. A Cluster-Based Quality Aware Web System. In Information Systems Architecture and Technology, Proceedings of the 36th International Conference on Information Systems Architecture and Technology—ISAT 2015—Part II, Karpacz, Poland, 20–22 September 2015; Grzech, A., Borzemski, L., Światek, J., Wilimowska, Z., Eds.; Springer International Publishing: Cham, Switzerland, 2016; pp. 15–24. [Google Scholar]
  17. Zatwarnicki, K.; Zatwarnicka, A. A Comparison of Request Distribution Strategies Used in One and Two Layer Architectures of Web Cloud Systems. In Computer Networks (CN 2019); Communications in Computer and Information Science; Springer International Publishing AG: Cham, Switzerland, 2019; pp. 178–190. [Google Scholar] [CrossRef]
  18. Kulesza, R.; Sousa, M.; Araújo, M.; Araújo, C.; Filho, A. Evolution of Web Systems Architectures: A Roadmap. In Special Topics in Multimedia, IoT and Web Technologies; Springer International Publishing: Cham, Switzerland, 2020; pp. 3–21. [Google Scholar] [CrossRef]
  19. Walid, B.; Kloul, L. Formal Models for Safety and Performance Analysis of a Data Center System. Reliab. Eng. Syst. Saf. 2019, 193, 106643. [Google Scholar] [CrossRef]
  20. Kounev, S.; Buchmann, A. Performance Modelling of Distributed E-business Applications Using Queuing Petri Nets. In Proceedings of the 2003 IEEE International Symposium on Performance Analysis of Systems and Software (ISPASS 2003), Austin, TX, USA, 6–8 March 2003; pp. 143–155. [Google Scholar] [CrossRef]
  21. Doc, V.; Nguyen, T.B.; Huynh Quyet, T. Formal Transformation from UML Sequence Diagrams to Queueing Petri Nets. In Advancing Technology Industrialization Through Intelligent Software Methodologies, Tools and Techniques; IOS Press: Amsterdam, The Netherlands, 2019; pp. 588–601. [Google Scholar] [CrossRef]
  22. Krajewska, A. Performance Modeling of Database Systems: A Survey. J. Telecommun. Inf. Technol. 2019, 8, 37–45. [Google Scholar] [CrossRef]
  23. Menascé, D.A.; Bardhan, S. TDQN: Trace-driven analytic queuing network modeling of computer systems. J. Syst. Softw. 2019, 147, 162–171. [Google Scholar] [CrossRef]
  24. Pant, A. Design and Investigation of a Web Application Environment With Bounded Response Time. Int. J. Latest Trends Eng. Technol. 2019, 14, 31–33. [Google Scholar] [CrossRef]
Figure 1. A diagram of the response time measurement process (difference between real computer system and performance model).
Figure 1. A diagram of the response time measurement process (difference between real computer system and performance model).
Information 11 00337 g001
Figure 2. Main page of Web system model [4].
Figure 2. Main page of Web system model [4].
Information 11 00337 g002
Figure 3. Sub-FE and Sub-BE pages modeling overview: (a) F E 1 , (b) B E 12 , (c) F E 3 , (d) B E 9 , (e) F E 6 , (f) B E 6 , (g) F E 9 , (h) B E 3 , (i) F E 12 , (j) B E 1 .
Figure 3. Sub-FE and Sub-BE pages modeling overview: (a) F E 1 , (b) B E 12 , (c) F E 3 , (d) B E 9 , (e) F E 6 , (f) B E 6 , (g) F E 9 , (h) B E 3 , (i) F E 12 , (j) B E 1 .
Information 11 00337 g003aInformation 11 00337 g003b
Figure 4. QPME tool configuration: (a) token colors, (b) example queues.
Figure 4. QPME tool configuration: (a) token colors, (b) example queues.
Information 11 00337 g004
Figure 5. Response time for different number of nodes in Back-End (BE) and Front-End (FE) layer.
Figure 5. Response time for different number of nodes in Back-End (BE) and Front-End (FE) layer.
Information 11 00337 g005
Figure 6. Response time for x 1 = 2500 clients (BE1).
Figure 6. Response time for x 1 = 2500 clients (BE1).
Information 11 00337 g006
Figure 7. Response time for x 1 = 2500 clients (BE1), 3000 threads per node in FE layer.
Figure 7. Response time for x 1 = 2500 clients (BE1), 3000 threads per node in FE layer.
Information 11 00337 g007
Figure 8. Response time for x 1 = 2500 clients, 3000 threads per FE node, 4000 process per BE node.
Figure 8. Response time for x 1 = 2500 clients, 3000 threads per FE node, 4000 process per BE node.
Information 11 00337 g008
Table 1. Response time error for one and two classes (FE3 and BE1).
Table 1. Response time error for one and two classes (FE3 and BE1).
Client ThinkTwo Classes ofOne Class ofMeasuredError for OneError for Two
Time [ms]Clients [ms]Clients [ms] [4][ms] [2]Class of Clients [%]Class of Clients [%]
66.6676.4656.2365.1217.4113.65
33.33110.3276.7885.2829.369.96
22.22121.2399.38110.839.3810.34
16.67126.59109.76120.944.689.25
Table 2. Case with parameters: 3000 threads per FE node, 40 database connections per BE node.
Table 2. Case with parameters: 3000 threads per FE node, 40 database connections per BE node.
Sub-FE.FE_CPUSub-FE.FE_CPUBESub-BE.BE_IOSub-BE.BE_IO
(qplace:queue)(qplace:depository)(place)(qplace:queue)(qplace:depository)
BE1FE15.120.00290.585.350.00
BE1FE30.280.23294.465.340.00
BE1FE60.470.69293.765.330.00
BE1FE90.681.26294.255.340.00
BE1FE120.891.90294.065.340.00
2.5 BE3FE1162.690.000.000.670.35
BE3FE30.490.3982.273.472.05
BE3FE60.500.7482.143.482.03
BE3FE90.691.1482.253.472.05
BE3FE120.901.9182.203.482.04
BE6FE1162.410.000.000.861.25
BE6FE336.0422.1913.472.783.03
BE6FE60.630.9032.582.792.99
BE6FE90.741.3632.592.403.04
BE6FE120.921.9632.372.793.02
BE9FE1162.450.000.001.222.23
BE9FE359.9034.710.061.973.26
BE9FE60.8318.3617.192.723.99
BE9FE90.811.4817.032.723.99
BE9FE120.962.0317.112.723.97
BE12FE1162.280.000.001.613.38
BE12FE360.3534.440.032.044.08
BE12FE61.101.5110.272.794.95
BE12FE91.981.5910.452.794.96
BE12FE121.002.0910.392.794.95
Table 3. Case with parameters: 3000 threads per FE node, 4000 database connections per BE node.
Table 3. Case with parameters: 3000 threads per FE node, 4000 database connections per BE node.
Sub-FE.FE_CPUSub-FE.FE_CPUSub-BE.BE_IOSub-BE.BE_IO
(qplace:queue)(qplace:depository)(qplace:queue)(qplace:depository)
BE1FE15.520.00294.170.00
BE1FE30.280.23299.920.00
BE1FE60.470.69300.200.00
BE1FE90.681.26299.060.00
BE1FE120.891.90299.020.00
BE3FE1162.760.000.670.36
BE3FE30.530.42150.4782.24
BE3FE60.510.74150.2682.56
BE3FE90.691.14148.5484.06
BE3FE120.901.91150.2482.03
BE6FE1162.220.000.861.25
BE6FE359.3033.203.934.81
BE6FE60.751.0665.3268.05
BE6FE90.781.4365.7867.71
BE6FE120.952.0065.2568.32
BE9FE1162.270.001.222.24
BE9FE359.8734.842.023.43
BE9FE61.832.5016.2424.62
BE9FE90.991.7816.9626.47
BE9FE121.052.2016.9326.20
BE12FE1162.450.001.613.37
BE12FE360.2034.662.054.16
BE12FE62.984.015.019.11
BE12FE91.101.965.069.32
BE12FE121.102.304.959.30
Table 4. Two cases in one table: 3000 threads per FE node, 40 database connections per BE node and 3000 threads per FE node, 4000 database connections per BE node.
Table 4. Two cases in one table: 3000 threads per FE node, 40 database connections per BE node and 3000 threads per FE node, 4000 database connections per BE node.
FE q FE q FE d FE d BE BE BE q BE q BE d BE d
BE1FE15.125.520.000.00290.580.005.35294.170.000.00
BE1FE30.280.280.230.23294.460.005.34299.920.000.00
BE1FE60.470.470.690.69293.760.005.33300.200.000.00
BE1FE90.680.681.261.26294.250.005.34299.060.000.00
BE1FE120.890.891.901.90294.060.005.34299.020.000.00
BE3FE1162.69162.760.000.000.000.000.670.670.350.36
BE3FE30.490.530.390.4282.270.003.47150.472.0582.24
BE3FE60.500.510.740.7482.140.003.48150.262.0382.56
BE3FE90.690.691.141.1482.250.003.47148.542.0584.06
BE3FE120.900.901.911.9182.200.003.48150.242.0482.03
BE6FE1162.41162.220.000.000.000.000.860.861.251.25
BE6FE336.0459.3022.1933.2013.470.002.783.933.034.81
BE6FE60.630.750.901.0632.580.002.7965.322.9968.05
BE6FE90.740.781.361.4332.590.002.7865.783.0467.71
BE6FE120.920.951.962.0032.370.002.7965.253.0268.32
BE9FE1162.45162.270.000.000.000.001.221.222.232.24
BE9FE359.9059.8734.7134.840.060.001.972.023.263.43
BE9FE60.831.8318.362.5017.190.002.7216.243.9924.62
BE9FE90.810.991.481.7817.260.002.7216.963.9926.47
BE9FE120.961.052.032.2017.110.002.7216.933.9726.20
BE12FE1162.28162.450.000.000.000.001.611.613.383.37
BE12FE360.3560.2034.4434.660.030.002.042.054.084.16
BE12FE61.102.981.514.0110.270.002.795.014.959.11
BE12FE91.981.101.591.9610.450.002.795.064.969.32
BE12FE121.001.102.092.3010.390.002.794.954.959.30

Share and Cite

MDPI and ACS Style

Rak, T. Modeling Web Client and System Behavior. Information 2020, 11, 337. https://0-doi-org.brum.beds.ac.uk/10.3390/info11060337

AMA Style

Rak T. Modeling Web Client and System Behavior. Information. 2020; 11(6):337. https://0-doi-org.brum.beds.ac.uk/10.3390/info11060337

Chicago/Turabian Style

Rak, Tomasz. 2020. "Modeling Web Client and System Behavior" Information 11, no. 6: 337. https://0-doi-org.brum.beds.ac.uk/10.3390/info11060337

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop