期刊文献+
共找到27篇文章
< 1 2 >
每页显示 20 50 100
Python Server Page Performance Analysis and Modeling
1
作者 Razafindraibe Marolahy Alix Randrianomenjanahary Lala Ferdinand +2 位作者 Rafamantanantsoa Fontaine Mahatody Thomas F. Angelo Raherinirina 《Communications and Network》 2024年第1期1-30,共30页
Today, in the field of computer networks, new services have been developed on the Internet or intranets, including the mail server, database management, sounds, videos and the web server itself Apache. The number of s... Today, in the field of computer networks, new services have been developed on the Internet or intranets, including the mail server, database management, sounds, videos and the web server itself Apache. The number of solutions for this server is therefore growing continuously, these services are becoming more and more complex and expensive, without being able to fulfill the needs of the users. The absence of benchmarks for websites with dynamic content is the major obstacle to research in this area. These users place high demands on the speed of access to information on the Internet. This is why the performance of the web server is critically important. Several factors influence performance, such as server execution speed, network saturation on the internet or intranet, increased response time, and throughputs. By measuring these factors, we propose a performance evaluation strategy for servers that allows us to determine the actual performance of different servers in terms of user satisfaction. Furthermore, we identified performance characteristics such as throughput, resource utilization, and response time of a system through measurement and modeling by simulation. Finally, we present a simple queue model of an Apache web server, which reasonably represents the behavior of a saturated web server using the Simulink model in Matlab (Matrix Laboratory) and also incorporates sporadic incoming traffic. We obtain server performance metrics such as average response time and throughput through simulations. Compared to other models, our model is conceptually straightforward. The model has been validated through measurements and simulations during the tests that we conducted. 展开更多
关键词 performance Analysis QUEUE performance model web server Internet World Wide web web server performance
下载PDF
Analysis and Simulink Modeling of the Performance of Dynamic Web Server Using JSP and PHP 被引量:2
2
作者 Fontaine Rafamantanantsoa Paulson Ravomampiandra 《Communications and Network》 2018年第4期196-210,共15页
In recent years, web technology carried on growing and at same time, the number of internet users increased significantly in number. Today, a Web server is capable of processing millions of requests per day, but durin... In recent years, web technology carried on growing and at same time, the number of internet users increased significantly in number. Today, a Web server is capable of processing millions of requests per day, but during the peak period may collapse and becomes critical causing unavailability of the services offered by the servers. That is why Web server performance is a topic of great interest to many researchers. In this paper, we evaluate experimentally the impact of JSP and PHP dynamic content technology: JSP and PHP with access to a database of performance data of Apache Web server. Using the “ApacheBench” performance measurement tool, the approach is to compare the performances of four different configurations of a Web server, such as: Apache Web server implementing JSP technology with access to PostgreSQL database, Apache using PHP technology with the PostgreSQL as database, Apache Web server using the JSP technology with access to MySQL database, finally Apache and PHP with DBMS MySQL. At the end of this article, we also present a Simulink model of Web server performance based on the simple M/M/1 queue. During the modeling, the MATLAB software was used. 展开更多
关键词 ANALYSIS QUEUE JSP model performances Evaluation PHP web server SIMULINK
下载PDF
Performance Study of a Distributed Web Server: An Analytical Approach
3
作者 Sarah Tasneem Reda Ammar 《Journal of Software Engineering and Applications》 2012年第11期855-863,共9页
With the rapid expansion of the Internet, Web servers have played a major role in accessing the enormous mass of Web pages to find the information needed by the user. Despite the exponential growth of the WWW, a very ... With the rapid expansion of the Internet, Web servers have played a major role in accessing the enormous mass of Web pages to find the information needed by the user. Despite the exponential growth of the WWW, a very negligible amount of research has been conducted in Web server performance analysis with a view to improve the time a Web server takes to connect, receive, and analyze a request sent by the client and then sending the answer back to client. In this paper, we propose a multi-layer analytical approach to study the web server performance. A simple client-server model is used to represent the WWW server in order to demonstrate how to apply the proposed approach. We developed a systematic, analytical methodology to quantify the communication delay and queuing overhead in a distributed web server system. The approach uses the Computation Structure Model to derive server processing time required to process a request sent from a client and queueing model to analyze the communication between the clients and the server. 展开更多
关键词 web server CSM performance modeling performance Analysis DISTRIBUTED Systems queueing model
下载PDF
Analysis of the WWW System Performance
4
作者 鲍剑阳 沈群 《International Journal of Mining Science and Technology》 SCIE EI 1998年第2期140-143,共4页
A simple, high-level, open queueing network model is presented from which several general performance results for WWW server on the Internet are derived. Multiple-Server systems are also analyzed.A theoretical upper b... A simple, high-level, open queueing network model is presented from which several general performance results for WWW server on the Internet are derived. Multiple-Server systems are also analyzed.A theoretical upper bound on the serving capacity of WWW server is defined. The effects of file size,server speed, and network bandwidth on response time are also investigated. In addition, the relative merits of several methods of improving server performance are evaluated. 展开更多
关键词 web server performance model queueing theory
下载PDF
The Performance Analysis of Multi-Layer Split-Protocol
5
作者 Bharat S. Rawal 《Journal of Computer and Communications》 2018年第9期106-125,共20页
The growing need for high-performance networking is achieved with parallel processing;several networking functions are processed concurrently in order to accomplish a performance Networking Architecture. Open systems ... The growing need for high-performance networking is achieved with parallel processing;several networking functions are processed concurrently in order to accomplish a performance Networking Architecture. Open systems interconnection (OSI) model is an example of multi-layering structure, and each layer performs definite function unique to that layer. OSI model works on pass it on principle, and it is divided in two stacks lower stack and upper stack. Layers 4 - 7 represent upper stack and responsible for data applications. The remaining 1 - 3 layers represent the lower stack and mostly involve in data movement. There are many techniques are available for server optimization enhancing the availability by distributing the load among peer servers. According to our knowledge, nobody has implemented such splitting architecture across the entire OSI model. In this paper, we present multilayer Split-protocol (MLSP) a high performance, reliable and secure technique for spiting an application or network protocol across OSI model, and we present the design, implementation, and empirical performance evaluation of MLSP. It is the ideal choice for Cloud services where each functional component is considered an independent of each other. 展开更多
关键词 OSI model BARE Machine Computing Split-Protocol M-TCP web server Reliability AVAILABILITY performance
下载PDF
WEB服务器集群系统中负载平衡的设计与实现 被引量:25
6
作者 郑洪源 周良 吴家祺 《南京航空航天大学学报》 EI CAS CSCD 北大核心 2006年第3期347-351,共5页
在In ternet和In tranet上,随着客户机数量和密集性任务的增加,单个W eb服务器受到处理能力的限制,已经成为网络访问的新瓶颈。如果W eb服务器集群系统具备高可用性和负载平衡性将成为解决这一问题的最佳方法。本文重点研究了服务器集... 在In ternet和In tranet上,随着客户机数量和密集性任务的增加,单个W eb服务器受到处理能力的限制,已经成为网络访问的新瓶颈。如果W eb服务器集群系统具备高可用性和负载平衡性将成为解决这一问题的最佳方法。本文重点研究了服务器集群负载平衡的原理和实现技术。文中用排队论的方法分析集群系统的性能,通过对服务器负载性能数据的实时采集和对轻载服务器的周期性判决做到动态的负载平衡。测试结果表明,本文提出的负载平衡方法应用于W eb服务器集群系统中,其吞吐量提高了30%以上。 展开更多
关键词 web服务器集群 负载平衡 高可用性 排队论
下载PDF
多Web服务器系统的建模、分析与控制 被引量:4
7
作者 喻莉 石冰心 朱光喜 《通信学报》 EI CSCD 北大核心 2001年第8期34-40,共7页
本文基于WWW应用,将服务器和通信访问网络统一考虑为一个整体,提出了Web服务系统的性能分析模型,并将模型扩展到了多服务器系统;分析了各模型参数对服务系统性能的影响,证明了增加新服务器的速率原则;并对比了几种提高服务... 本文基于WWW应用,将服务器和通信访问网络统一考虑为一个整体,提出了Web服务系统的性能分析模型,并将模型扩展到了多服务器系统;分析了各模型参数对服务系统性能的影响,证明了增加新服务器的速率原则;并对比了几种提高服务器性能的方法在不同拥塞条件下的优劣;最后研究了多Web服务器系统负载平衡的实现问题。这些结论对于网络管理、规划设计和网络升级都具有实际意义。 展开更多
关键词 计算机网络 web服务器 性能模型 建模
下载PDF
基于Web服务器的性能模型与参数分析 被引量:2
8
作者 喻莉 石冰心 《计算机科学》 CSCD 北大核心 1999年第7期87-89,79,共4页
Web是全球范围的信息浏览系统,建立在“客户机/服务器”模型之上。Web服务器具有高度的集成性,能把各种类型的信息(如文本、图像、声音、动画等)和服务(如News,FTP,Gopher,Mail等)无缝连接起来。因此,如何使Web服务器服务速度更快、服... Web是全球范围的信息浏览系统,建立在“客户机/服务器”模型之上。Web服务器具有高度的集成性,能把各种类型的信息(如文本、图像、声音、动画等)和服务(如News,FTP,Gopher,Mail等)无缝连接起来。因此,如何使Web服务器服务速度更快、服务质量更好已经成为人们关注的一个问题。过去有一些关于客户/服务器系统的研究,但往往集中在容错或存储特性的研究上,很少考虑Web服务器系统的性能特征。文只是在一些实验的基础上,提出了一个简单的关于Web服务器模型的想法,考虑因素少,且未做验证。 展开更多
关键词 web 服务器 性能模型 参数分析 网络协议
下载PDF
广域Web集群的随机高级Petri网模型及性能分析 被引量:2
9
作者 单志广 林闯 魏丫丫 《系统仿真学报》 CAS CSCD 2003年第z1期93-98,共6页
广域Web服务器集群是由多个局域Web服务器集群在Internet上广域分布而形成的一种服务器体系结构,是目前解决Web系统超载和提供高性能服务器的一种有效手段。基于随机高级Petri网的性能建模与分析技术,提出了一种广域Web服务器集群的随... 广域Web服务器集群是由多个局域Web服务器集群在Internet上广域分布而形成的一种服务器体系结构,是目前解决Web系统超载和提供高性能服务器的一种有效手段。基于随机高级Petri网的性能建模与分析技术,提出了一种广域Web服务器集群的随机高级Petri网模型;对模型进行了精化设计以简化模型求解的复杂性;研究了广域Web服务器集群的多级负载均衡综合方案,包括广域集群级的集群站点选择算法、局域集群级的请求分配算法和服务器级的请求调度算法,这些算法可以一致地综合在随机高级Petri网模型中;并且利用随机高级Petri网的性能分析技术对负载均衡综合策略进行了性能分析与评价。 展开更多
关键词 web服务器集群 随机高级PETRI网 负载均衡 性能模型 性能分析
下载PDF
基于响应时间的Web服务器性能评测方法 被引量:1
10
作者 徐向华 徐婷婷 殷昱煜 《小型微型计算机系统》 CSCD 北大核心 2013年第1期90-95,共6页
Web服务器的性能评测是Web服务容量规划和服务部署中的重要问题.针对目前方法在评测实际应用场景中的不足,根据峰值负载之前响应时间与用户请求量存在的指数关系,提出Web服务器性能评测模型MBRT(Web Server performance evaluation Mode... Web服务器的性能评测是Web服务容量规划和服务部署中的重要问题.针对目前方法在评测实际应用场景中的不足,根据峰值负载之前响应时间与用户请求量存在的指数关系,提出Web服务器性能评测模型MBRT(Web Server performance evaluation Model Based on Response Time),根据响应时间建模可以避免分析的不全面,有效的避免传统模型的局限性,然后基于MBRT提出具体评测方法,同时使用一元线性回归模型的显著性特征验证MBRT的准确性.最后为了显示MBRT的有效性和高效性,在Web服务器实际评测环境中对MBRT进行验证和评估,并与已有模型进行比较. 展开更多
关键词 web服务器性能 评测模型 峰值负载
下载PDF
Web服务器性能评测软件的原理及发展 被引量:4
11
作者 周万江 晏蒲柳 《计算机应用研究》 CSCD 北大核心 2003年第8期93-95,共3页
由于因特网的迅速发展,Web服务器的负担日益加重,为了确切地了解或者改进Web服务器的性能,需要公正准确地评价服务器。Web服务器的性能评价方法可以分为两种:测量方法与模型方法。采用测量方法就是使用客户端模拟Web服务器的用户发送请... 由于因特网的迅速发展,Web服务器的负担日益加重,为了确切地了解或者改进Web服务器的性能,需要公正准确地评价服务器。Web服务器的性能评价方法可以分为两种:测量方法与模型方法。采用测量方法就是使用客户端模拟Web服务器的用户发送请求,以便来测量服务器在高负载状态下的各项评测指标。采用分层排队网络模型能够更好地模拟Web服务器,更好地估计网络延时。 展开更多
关键词 web服务器 性能评测 测试集 分层排队网络模型
下载PDF
Web模型与性能测试的研究分析 被引量:1
12
作者 胡艳梅 《煤炭技术》 CAS 北大核心 2012年第6期214-215,共2页
文章主要针对Web的应用,介绍了Web的起源、发展和主要的特点,阐述了Web服务系统中的主要模型,详细的介绍了Web服务系统的主要性能测试,并根据测试做出了相应的分析。
关键词 web模型 服务器系统 性能分析 性能测试
下载PDF
Web前端性能优化研究及应用 被引量:1
13
作者 宋晓娟 房强 《信息技术》 2016年第10期198-202,共5页
通过对Web前端性能进行分析,找到限制前端性能的两个问题:B/S结构限制和浏览器二连接限制,针对前者提出了一个系统性、可用性强的前端优化策略,并在此基础上,针对二连接限制,提出了队列调度模型,并在该模型的基础上提出了请求调度算法SA... 通过对Web前端性能进行分析,找到限制前端性能的两个问题:B/S结构限制和浏览器二连接限制,针对前者提出了一个系统性、可用性强的前端优化策略,并在此基础上,针对二连接限制,提出了队列调度模型,并在该模型的基础上提出了请求调度算法SACC,以提高HTTP请求队列调度效率。通过前端性能检测工具检测出集智调查网站的前端性能问题所在,通过本文提出的Web前端优化策略及优化算法,对其进行优化实践。 展开更多
关键词 web前端性能优化 B/S结构 二连接限制 队列调度模型 调查网站
下载PDF
HGS:一种新的Web服务器负载生成策略
14
作者 杨帆 曹林奇 《计算机仿真》 CSCD 2002年第5期117-121,共5页
在Web服务器性能评测研究中 ,服务器负载的特性分析是一个非常重要的研究内容。准确地把握服务器负载的统计规律 ,建立负载模型是服务器性能仿真的基础。该文在详细分析Web服务器负载特性的基础上 ,建立了一个新的服务器负载层次结构模... 在Web服务器性能评测研究中 ,服务器负载的特性分析是一个非常重要的研究内容。准确地把握服务器负载的统计规律 ,建立负载模型是服务器性能仿真的基础。该文在详细分析Web服务器负载特性的基础上 ,建立了一个新的服务器负载层次结构模型 ,设计的层次生成策略HGS(HierarchicalGenerationStrategy)符合客户请求的基本特性 ,适用于各种Web服务器性能研究。 展开更多
关键词 HGS web服务器 负载生成策略 负载特性 层次结构模型 互联网
下载PDF
数据库连接池的数学建模与性能分析 被引量:5
15
作者 霍占强 张锦程 王志衡 《计算机工程》 CAS CSCD 2014年第10期32-36,共5页
为有效地配置数据库连接池中的系统参数,根据数据库连接池管理过程的工作原理,引入离散时间排队论的思想,建立多服务台损失制的Geom/Geom/c/c离散时间排队模型。采用嵌入马尔科夫链方法,分析系统稳态队长的转移概率矩阵及其满足的递推... 为有效地配置数据库连接池中的系统参数,根据数据库连接池管理过程的工作原理,引入离散时间排队论的思想,建立多服务台损失制的Geom/Geom/c/c离散时间排队模型。采用嵌入马尔科夫链方法,分析系统稳态队长的转移概率矩阵及其满足的递推关系式。应用模型的理论分析结果,导出请求阻塞概率、系统平均连接数、系统利用率、系统吞吐量等系统性能指标的数学表达式。通过实验证明了数据库连接池性能指标与系统配置参数之间的依赖关系。 展开更多
关键词 数据库连接池 性能分析 数学建模 离散时间排队论 Geom/Geom/c/c模型 多服务台
下载PDF
基于RFieldbus的Token-Passing协议实时性能建模 被引量:4
16
作者 侯维岩 费敏锐 +1 位作者 汪敏 陈伯时 《系统仿真学报》 EI CAS CSCD 北大核心 2005年第2期296-299,共4页
RFieldbus 无线现场总线的 MAC 协议 Token Passing 可看成是一个多台多队列排队系统。在分析了 TTR(令牌目的循环时间)对 RFieldbus 中 3 个优先级队列的服务时间的动态限制后,多台单队列排队模型 RF-P 被提出。对从站的轮巡交换数据... RFieldbus 无线现场总线的 MAC 协议 Token Passing 可看成是一个多台多队列排队系统。在分析了 TTR(令牌目的循环时间)对 RFieldbus 中 3 个优先级队列的服务时间的动态限制后,多台单队列排队模型 RF-P 被提出。对从站的轮巡交换数据任务被转化为RF-P 中的令牌内走步时间,原有的高、低级别两个队列则化成了两个具有不同 Poisson 到达率的 M/G/1/∞服务台。利用排队论中的准守恒 PCL 定律,在将服务时间限制转换为数量限制后,求出了等待响应时间的数学解析式。与试验结果的比较表明,在负载不大于 60%时其偏差度约在 10-20%间。 展开更多
关键词 TOKEN Passing协议 多台单队列排队模型 实时性能 准守恒PCL定律
下载PDF
利用无私节点改善基于支付机制P2P应用的性能 被引量:3
17
作者 彭冬生 林闯 刘卫东 《计算机学报》 EI CSCD 北大核心 2008年第6期953-959,共7页
P2P应用中引入支付机制能够激励用户共享自己的资源来换取他人的服务,但缺点是用户获取货币能力不均衡会导致一些用户难以获得服务.文中提出加入一定的无私节点来提供基本服务保障时间来改善网络可用性的思路,并采用排队论理论对加入无... P2P应用中引入支付机制能够激励用户共享自己的资源来换取他人的服务,但缺点是用户获取货币能力不均衡会导致一些用户难以获得服务.文中提出加入一定的无私节点来提供基本服务保障时间来改善网络可用性的思路,并采用排队论理论对加入无私节点的网络性能进行了建模分析,得出系统请求平均等待时间、请求分配比例、服务保障时间和无私节点比例之间的函数关系,对于评估和优化系统性能有一定的指导意义. 展开更多
关键词 性能分析 排队论 建模 支付机制 P2P
下载PDF
电子商务站点性能分析——多类队列网络客户行为模拟 被引量:3
18
作者 郑小林 陈德人 《浙江大学学报(工学版)》 EI CAS CSCD 北大核心 2004年第9期1117-1121,1169,共6页
提出了一种通过模拟用户行为来获取电子商务站点工作负荷参数的方法.利用客户状态转换模型,用图形直观地描述顾客在访问一个电子商务站点期间所执行的各个商务功能,以及各个功能之间的相互联系,并借助此模型得到对站点性能影响较大的主... 提出了一种通过模拟用户行为来获取电子商务站点工作负荷参数的方法.利用客户状态转换模型,用图形直观地描述顾客在访问一个电子商务站点期间所执行的各个商务功能,以及各个功能之间的相互联系,并借助此模型得到对站点性能影响较大的主要商务功能.用多类开放队列网络模型对整个站点的主要商务功能进行模拟分析,找出性能瓶颈服务器.最后用多类封闭队列网络模型对该性能瓶颈服务器进行模拟分析,找出性能瓶颈组件.通过一个网上商店的例子证明,利用多类队列网络客户行为模拟法可以迅速地找到电子商务站点的性能瓶颈,从而指导站点的容量规划. 展开更多
关键词 电子商务站点 工作负荷参数 性能分析 多类队列网络 客户行为
下载PDF
基于嵌入式马尔可夫链的网络防火墙性能建模与分析 被引量:7
19
作者 马永红 高洁 《计算机应用研究》 CSCD 北大核心 2014年第5期1491-1494,1498,共5页
提出了一种基于嵌入式马尔可夫链的解析排队模型来分析和研究基于一定准则的防火墙在面对正常流量和DoS攻击时的性能。基于这种排队模型,得到了一组关于防火墙特征和性能的指标计算方法,这对防火墙的设计来说具有重要意义。同时还提出... 提出了一种基于嵌入式马尔可夫链的解析排队模型来分析和研究基于一定准则的防火墙在面对正常流量和DoS攻击时的性能。基于这种排队模型,得到了一组关于防火墙特征和性能的指标计算方法,这对防火墙的设计来说具有重要意义。同时还提出了一种易于实现的算法来得到这种马尔可夫链模型的状态概率,对防火墙的状态和性能也作了深入的分析。最后通过实验分析验证了提出的解析模型的有效性。 展开更多
关键词 网络防火墙 性能建模 排队论 马尔可夫链
下载PDF
基于Domino邮件服务器的性能建模 被引量:1
20
作者 王磊 梁毅 《计算机科学》 CSCD 北大核心 2005年第11期41-45,共5页
现有的邮件服务器的评测方式大多是定量的,缺乏对系统的定性描述和有效建模。本文中,我们利用排队论理论,对基于Domino的邮件服务器进行性能建模,并对模型进行了验证和分析。实验表明,该模型较好地描述了邮件服务器的系统行为,是对邮件... 现有的邮件服务器的评测方式大多是定量的,缺乏对系统的定性描述和有效建模。本文中,我们利用排队论理论,对基于Domino的邮件服务器进行性能建模,并对模型进行了验证和分析。实验表明,该模型较好地描述了邮件服务器的系统行为,是对邮件服务器的性能进行定性分析的一种较为理想的工具。 展开更多
关键词 DOMINO 邮件服务器 性能模型 排队论 定性分析
下载PDF
上一页 1 2 下一页 到第
使用帮助 返回顶部