JP2005110209A - Access response time prediction method, distributed performance data load property constitution method and program - Google Patents

Access response time prediction method, distributed performance data load property constitution method and program Download PDF

Info

Publication number
JP2005110209A
JP2005110209A JP2004158629A JP2004158629A JP2005110209A JP 2005110209 A JP2005110209 A JP 2005110209A JP 2004158629 A JP2004158629 A JP 2004158629A JP 2004158629 A JP2004158629 A JP 2004158629A JP 2005110209 A JP2005110209 A JP 2005110209A
Authority
JP
Japan
Prior art keywords
web page
response time
load
distribution
access response
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2004158629A
Other languages
Japanese (ja)
Inventor
Morihito Miyagi
盛仁 宮城
Keiko Okubo
敬子 大久保
Mikio Kataoka
幹雄 片岡
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hitachi Ltd
Original Assignee
Hitachi Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP2004158629A priority Critical patent/JP2005110209A/en
Publication of JP2005110209A publication Critical patent/JP2005110209A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To predict a Web page access response time in a plurality of candidate network configurations when newly constructing/adding or altering a network, and to constitute a load property corresponding to the response time for an application wherein the response time is distributed even if a load is fixed. <P>SOLUTION: Versatile performance analysis formula is used to predict Web page access response time distribution in a plurality of estimated networks. Round trip time distribution between a server and a client, file size distribution of a Web page, the number of contents in the Web page, a protocol processing time of a client terminal device/server terminal, and a network discard rate are used as input data to analysis formula. <P>COPYRIGHT: (C)2005,JPO&NCIPI

Description

本発明は、ネットワーク構築計画時に、候補となる複数のネットワーク構成・サーバ設定位置に対してWebページのアクセス応答時間分布を予測するものであり、ネットワークの設計支援ツールに関する。また,本発明はアクセス応答時間分布を例とするネットワーク・サーバシステムの性能データの処理方法に関する。   The present invention relates to a network design support tool for predicting a web page access response time distribution for a plurality of candidate network configurations and server setting positions during network construction planning. The present invention also relates to a method of processing performance data of a network server system taking an access response time distribution as an example.

WWW(World Wide Web)サイトにおいて、ユーザアクセス数とアクセス応答時間の関係式を用意し、実測に基づき将来のユーザアクセス変動を推測し、その推測値を入力としてサイトでの処理によるアクセス応答時間を算出する。この結果を用い、性能の劣化が予測される時には、サーバの負荷分散、ユーザアクセス数の制限などの予防的対処を行い、WWWサイトにおいて一定品質のサービスを維持する(特開2002-268922「WWWサイトの性能監視装置」参照)。   On the World Wide Web (WWW) site, a relational expression between the number of user accesses and access response time is prepared, the future user access fluctuation is estimated based on actual measurement, and the estimated response value is used as an input to determine the access response time by processing at the site. calculate. Using this result, when performance degradation is predicted, preventive measures such as server load balancing and user access limit are taken to maintain a constant quality service on the WWW site (Japanese Patent Laid-Open No. 2002-268922 “WWW Site performance monitoring device ”).

または、クライアント側からサーバに向けてテストメッセージを送信し、応答が返るまでの時間を測定しその時間を元にWWWページやファイルのダウンロードに要する時間を推定する(特開平10-116220「パラメータをローカル表示装置において容易に表示するシステム及び方法」参照)方法などがある。また、LAN上で動作しているアプリケーションをスレッドに分解し、WANの特性(リンク帯域、ネットワークの平均キュー長など)を考慮してWAN上での各スレッドのレスポンスタイムを予測し、各スレッド間の関係からWANで該アプリケーションを動作させた時の全体のレスポンスタイムを予測する方法もある(US6393480 Application response time prediction参照)。   Alternatively, a test message is sent from the client side to the server, and the time required for a response to be returned is measured. Based on this time, the time required for downloading a WWW page or file is estimated (Japanese Patent Laid-Open No. 10-116220 “Parameters”). See “System and Method for Easily Displaying on a Local Display Device”). In addition, the application running on the LAN is broken down into threads, and the response time of each thread on the WAN is predicted in consideration of the WAN characteristics (link bandwidth, network average queue length, etc.) There is also a method of predicting the overall response time when the application is operated on the WAN from the relationship (see US6393480 Application response time prediction).

また,応答時間などのネットワーク・サーバシステムの性能データは,負荷に対する性能変化を,目的に即して判定するために処理されてきた。例えば,ネットワーク・サーバシステムの典型的なアプリケーションであるWebアクセスアプリケーションでは,アクセス数という負荷が増大した時に,アプリケーションの応答時間という性能が急激に悪化するアクセス数を判定するために,アクセス数と応答時間の関係を構成し,その傾きが急激に変化する点(図23のA点)のアクセス数を限界アクセス数としていた。アクセス数が制御可能なアプリケーションの場合,システム運用時に,この限界アクセス数以下で運用するという運用ガイドラインが得られる。或いは,業務用アプリケーションのように,応答時間が性能要件として与えられているアプリケーションでは,例えばこの限界アクセス数において性能要件を満たすか否か判定し,要求される応答時間に満たない場合には,例えばより能力の高いサーバ装置の導入を決定する。   Further, network server system performance data such as response time has been processed in order to determine the performance change with respect to the load according to the purpose. For example, in a Web access application, which is a typical application of a network server system, when the load of the number of accesses increases, the number of accesses and the response are used to determine the number of accesses whose performance of the application response time deteriorates rapidly. The number of accesses at the point (point A in FIG. 23) where the time relationship is constructed and the slope changes rapidly is defined as the limit access number. In the case of an application in which the number of accesses can be controlled, an operational guideline is obtained that the system can be operated at or below the limit number of accesses during system operation. Alternatively, in an application where response time is given as a performance requirement such as a business application, for example, it is determined whether or not the performance requirement is satisfied with this limit access number, and if the required response time is not satisfied, For example, it is decided to introduce a server device with higher capability.

ネットワーク・サーバシステムの性能データは,webアクセスアプリケーションを例にとると分布を示すことが知られている。(非特許文献3参照)応答時間はページサイズが分布するなど多様な要因により分布する。このため,ある一定のネットワーク負荷においても応答時間は分布するので,応答時間分布は負荷毎に異なる。   It is known that the performance data of a network server system shows a distribution when a web access application is taken as an example. (See Non-Patent Document 3) The response time is distributed due to various factors such as the distribution of the page size. For this reason, since the response time is distributed even under a certain network load, the response time distribution is different for each load.

特開2002−268922号公報JP 2002-268922 A

特開平10−116220号公報JP-A-10-116220 USP6,393,480USP 6,393,480 “Application Performance and Network Planning” : NEXT GENERATION NETWORKS October 14-18, 2002 −NetForecast社“Application Performance and Network Planning”: NEXT GENERATION NETWORKS October 14-18, 2002 −NetForecast WIDEプロジェクト 1998年度研究報告書 第15部WWWキャッシュ技術WIDE Project 1998 Research Report Part 15 WWW Cache Technology Peter Sevcik, “Web Performance Not A Simple Number,”Business Communications Review, January 2003, P.8-10.Peter Sevcik, “Web Performance Not A Simple Number,” Business Communications Review, January 2003, P.8-10.

従来技術においては実測データを用いており、実運用中のネットワークにおける将来予測は可能であるが、ネットワークの新規構築・増築においては実測が不可能なため、上記技術の適用は困難である。シミュレーションにより、性能を予測することも可能であるが、複数のネットワーク構成をそれぞれモデル化し、多数のパラメータを変動させて予測値を得るのは時間を要する。本発明は、上記事情を考慮してなされたものであり、本発明の第一の目的は、ネットワークの構築前に、想定された複数のネットワーク構成におけるWebページアクセス応答時間を、より少ない工数で予測する手段を提供することである。   In the prior art, actual measurement data is used, and future prediction in a network in actual operation is possible. However, since actual measurement is impossible in new construction or extension of a network, it is difficult to apply the above technique. Although performance can be predicted by simulation, it takes time to model a plurality of network configurations and obtain a predicted value by varying many parameters. The present invention has been made in consideration of the above circumstances, and the first object of the present invention is to reduce the Web page access response time in a plurality of assumed network configurations with less man-hours before the construction of the network. It is to provide a means to predict.

また,従来技術は、限界性能を把握し適正な装置導入を決定するなどの目的に即して,負荷に対する応答時間の特性を構成していた。しかし,webアクセス応答時間は負荷を固定しても分布するので,応答時間に対する負荷特性は平均値や一サンプル値から構成するしかなかった。本発明の第二の目的は、このように,負荷を固定しても応答時間が分布するアプリケーションの,応答時間に対する負荷特性を構成することである。   The prior art has also configured response time characteristics with respect to the load in accordance with purposes such as grasping the limit performance and determining proper equipment introduction. However, since the web access response time is distributed even when the load is fixed, the load characteristic with respect to the response time can only be composed of an average value or one sample value. The second object of the present invention is to configure the load characteristic with respect to the response time of the application in which the response time is distributed even when the load is fixed as described above.

上記第一の課題を解決するために、本発明では汎用的な性能解析式を用い、想定された複数のネットワークにおけるWebページアクセス応答時間分布を予測する。解析式への入力データとして、サーバ・クライアント間のラウンドトリップ時間分布、Webページのファイルサイズ分布、Webページ内のコンテンツ数、クライアント端末・サーバ端末のプロトコル処理時間、及び、ネットワーク上の廃棄率を用いる(図1)。また,第二の課題を達成するために、性能データの累積確率分布のある累積確率における性能データの値を,ある負荷に対するサンプル性能データとし,負荷とサンプル性能データの複数の組から計算する近似線を負荷特性とすることを特徴とする(図16)。更に,構成された負荷特性から適正負荷を計算する(図20)。   In order to solve the first problem, in the present invention, a general-purpose performance analysis formula is used to predict Web page access response time distribution in a plurality of assumed networks. As input data to the analysis formula, distribution of round trip time between server and client, file size distribution of web page, number of contents in web page, protocol processing time of client terminal / server terminal, and discard rate on the network Used (FIG. 1). In order to achieve the second problem, the performance data value at a certain cumulative probability in the cumulative probability distribution of performance data is set as sample performance data for a certain load, and an approximation is calculated from a plurality of sets of load and sample performance data. A characteristic is that the line has a load characteristic (FIG. 16). Further, an appropriate load is calculated from the configured load characteristics (FIG. 20).

汎用的な解析式を用いることにより、想定されたネットワーク毎にネットワークをモデル化する手間を省き、与えられたネットワーク構成に対して、迅速にそのWebページアクセス応答時間の予測を行うことが可能になる。また、ネットワーク構築計画時に性能予測を行うことにより、候補となる複数のネットワーク構成・サーバ設定位置のうち、最適なものを選ぶことができる。また,応答時間分布の累積確率を固定して負荷に対する応答時間の特性線を構成するので,分布を有する応答時間の負荷特性を平均値や一サンプル値以外でも構成することが可能になる。   By using a general-purpose analysis formula, it is possible to quickly predict the Web page access response time for a given network configuration without the need to model the network for each assumed network. Become. Further, by performing performance prediction at the time of network construction planning, it is possible to select an optimal one from a plurality of candidate network configurations / server setting positions. In addition, since the response time characteristic line for the load is configured by fixing the cumulative probability of the response time distribution, it is possible to configure the load characteristic of the response time having a distribution other than the average value or one sample value.

ネットワークの新規構築、増改築時に、候補となる複数のネットワーク構成に対し、本発明方法により各ネットワーク構成におけるWebページアクセス応答時間の分布を解析し、ネットワークの使用目的に見合う性能を得ることができるネットワーク構成を選択する。また,このように分布する性能データに対し,本発明方法により負荷特性の近似線を計算する。
以下、図面を参照して本発明の実施の形態について説明する。
By analyzing the distribution of Web page access response time in each network configuration for a plurality of candidate network configurations at the time of new construction or expansion / reconstruction of the network, it is possible to obtain performance suitable for the purpose of use of the network. Select the network configuration. Also, an approximate line of load characteristics is calculated for the performance data distributed in this way by the method of the present invention.
Embodiments of the present invention will be described below with reference to the drawings.

図1は本発明のプログラムを実装するサーバ(1)の機能ブロック図を示す。本発明のプログラム実行者は,プログラムを既存の方法でハードディスク(1-4)に格納する。また,後に説明する各種の入力パラメータをキーボードから入力し,入力制御(1-5),ディスク制御(1-3)を介して,既存の方法でハードディスク(1-4)に格納する。本発明の実行時には,プログラム実行者は,既存の方法によりプログラムと入力パラメータをバスを介してメモリ(1-2)に読み込み,CPU(1-1)の制御により,応答時間分布を算出する。応答時間分布の算出結果を出力制御(1-6)を介してディスプレイに表示すると共に,ハードディスク(1-4)に格納する。   FIG. 1 shows a functional block diagram of a server (1) that implements the program of the present invention. The program executor of the present invention stores the program in the hard disk (1-4) by an existing method. Also, various input parameters, which will be described later, are input from the keyboard and stored in the hard disk (1-4) by the existing method via the input control (1-5) and the disk control (1-3). When executing the present invention, the program executor reads the program and input parameters into the memory (1-2) via the bus by an existing method, and calculates the response time distribution under the control of the CPU (1-1). The calculation result of the response time distribution is displayed on the display via the output control (1-6) and stored in the hard disk (1-4).

図2に示すネットワークを想定する。2-1はサーバ、2-2-1はクライアントA(PC-A)、2-2-2はクライアントB(PC-B)、2-3-1〜2-3-4はクライアント(2-2-1,2-2-2)とサーバ(2-1)の間に存在するスイッチ(SW)である。ここで、クライアントA(2-2-1)とサーバ(2-1)間のアクセス応答時間を予測する。ここでは、簡略化したシミュレーションによってRTT(Round Trip Time)分布を求める。   Assume the network shown in FIG. 2-1 is a server, 2-2-1 is client A (PC-A), 2-2-2 is client B (PC-B), 2-3-1 to 2-3-4 are clients (2- 2-1, 2-2-2) and a switch (SW) existing between the server (2-1). Here, the access response time between the client A (2-2-1) and the server (2-1) is predicted. Here, an RTT (Round Trip Time) distribution is obtained by a simplified simulation.

図3にRTT分布を求めた経路を示す。3-1はバックグラウンドの負荷である。サーバ(2-1)からクライアントB(2-2-2)の端末へファイル転送を行い、回線の30%の負荷を掛けた。3-2はRTTを測った経路である。クライアントA(2-2-1)−サーバ(2-1)間でRTTを測定した。シミュレーションによって得られたRTT密度分布を図4に示す。横軸はRTTを,縦軸は確率密度を示す。また、ファイルサイズ分布は実際に提供されるWebページのファイルサイズの分布を用いる。ここでは、1998年度WIDE報告書のデータ(図5)を用いる。図5の横軸はファイルサイズを,縦軸は横軸の値以下の確率密度の合計である,累積割合を示す。   FIG. 3 shows a route for obtaining the RTT distribution. 3-1 is the background load. File transfer was performed from the server (2-1) to the terminal of client B (2-2-2), and a load of 30% was applied to the line. 3-2 is the route measured RTT. RTT was measured between client A (2-2-1) and server (2-1). The RTT density distribution obtained by the simulation is shown in FIG. The horizontal axis shows RTT, and the vertical axis shows probability density. The file size distribution uses the file size distribution of the Web page that is actually provided. Here, we use data from the 1998 WIDE report (Figure 5). The horizontal axis in FIG. 5 represents the file size, and the vertical axis represents the cumulative ratio, which is the total probability density below the value on the horizontal axis.

実施の一例として、
R(Task Response Time) = Rd(Discovery Time) + Rt(Transfer Time) (単位はすべてsec)
という遅延応答時間の解析式を用いる(Application Performance and Network Planning : NEXT GENERATION NETWORKS October 14-18, 2002 −NetForecast社− 参照)。
As an example of implementation,
R (Task Response Time) = Rd (Discovery Time) + Rt (Transfer Time) (All units are sec)
(See Application Performance and Network Planning: NEXT GENERATION NETWORKS October 14-18, 2002-NetForecast).

ただし、
Rd = 2(D+Cc+Ct) + (D+(Cc+Cs)/2)(T-2)/M + DLn((T-2)/M+1) + KT(L/(1-L))
かつ、
Rt = MAX(8P(1+OHD)/B, DP/W) / (1-√L)
であり、
P = Brp + FdDpx
T = FdDtx + I(1+FdDtxFc) + ISx
である。
However,
Rd = 2 (D + Cc + Ct) + (D + (Cc + Cs) / 2) (T-2) / M + DLn ((T-2) / M + 1) + KT (L / (1-L ))
And,
Rt = MAX (8P (1 + OHD) / B, DP / W) / (1-√L)
And
P = Brp + FdDpx
T = FdDtx + I (1 + FdDtxFc) + ISx
It is.

ここで、本実施例で用いるパラメータとその意味について説明する。Bは、Bandwidth の略であり、ネットワーク内の最低帯域を意味する。本実施例では、100Mbps(bits per sec)と仮定している。Brpは、Browser payloadの略であり、表示をさせるページのファイル量を意味する。単位は、bytesであり、本実施例では、図5に示した実測データを使用する。Ccとは、Client processing timeの略であり、クライアント端末における処理時間を意味する。本実施例では、0.00025(sec)を使用する。Csとは、Server processing timeの略であり、サーバ端末におけるTCPセッション以外の処理時間を意味する。   Here, parameters used in the present embodiment and their meanings will be described. B is an abbreviation for Bandwidth and means the lowest bandwidth in the network. In the present embodiment, 100 Mbps (bits per sec) is assumed. Brp is an abbreviation for Browser payload, which means the file size of the page to be displayed. The unit is bytes. In this embodiment, the actual measurement data shown in FIG. 5 is used. Cc is an abbreviation for Client processing time and means the processing time in the client terminal. In this embodiment, 0.00025 (sec) is used. Cs is an abbreviation for Server processing time, and means processing time other than TCP session at the server terminal.

本実施例では、0.01(sec)を用いる。Ctとは、Server TCP proc. Timeの略であり、サーバ端末におけるTCPセッションの処理時間を意味する。本実施例では、0.001(sec)と仮定した。Dは、Round trip Delayのことであり、ネットワークの往復のみの遅延を意味する。本実施例では、図4に示したシミュレーション値を用いた。Dpxとは、DNS Turn Taxのことであり、通信系路上で使用されるDNSサーバの数である。単位は、(count)であり、本実施例では、0(count)を仮定する。Fcは、Discovery Factorの意であり、DNSサーバを使用する確率のことである。 In this embodiment, 0.01 (sec) is used. Ct is an abbreviation for Server TCP proc. Time, which means the TCP session processing time at the server terminal. In this example, it was assumed to be 0.001 (sec). D refers to a Round trip D elay, it means a round-trip delay of the network only. In this example, the simulation values shown in FIG. 4 were used. Dpx is DNS Turn Tax, which is the number of DNS servers used on the communication path. The unit is (count). In this embodiment, 0 (count) is assumed. Fc stands for Discovery Factor, which is the probability of using a DNS server.

本実施例では、0と仮定している。Iとは、ページ内のオブジェクト数である。本実施例では、オブジェクト数を2と仮定している。Kとは、TCP Timeoutのことであり、タイムアウトにより、TCPセッションが切断されるまでの時間を意味する。本実施亭では、2(sec)と仮定している。Lとは、Packet lossのことであり、パケット転送中に、ロスするパケットの割合を意味している。本実施例では、パケットロス0、すなわちL=0を仮定している。Mとは、Multiplexing factorの略であり、クライアント端末−サーバ間のスレッド数を意味する。   In this embodiment, 0 is assumed. I is the number of objects in the page. In this embodiment, it is assumed that the number of objects is two. K is TCP Timeout and means the time until the TCP session is disconnected due to timeout. In this company, 2 (sec) is assumed. L is Packet loss, which means the rate of lost packets during packet transfer. In this embodiment, it is assumed that packet loss is 0, that is, L = 0. M is an abbreviation for Multiplexing factor, which means the number of threads between the client terminal and the server.

本実施例では、スレッド数を4と仮定している。OHDとは、Overheadの略であり、プロトコルによるオーバヘッドを意味する。本実施例では、0.1仮定している。Pとは、Payloadの略であり、単位は (bytes)である。本実施例では、Brp + FdDpxを使用する。Sxは、Security Taxの略であり、SSL(Secure Sockets Layer)を使用するかしないかを0,1で指定する。本実施例では、SSLを使用せず,値を0と仮定している。Tとは、Application Turns (count)のことであり、本実施例ではFdDtx + I(1+FdDtxFc) + ISxを仮定する。Wとは、Effective window sizeのことであり、TCPウインドウの実行サイズを意味する。単位は、(bytes)である。本実施例では、8000bytesを仮定している。   In this embodiment, it is assumed that the number of threads is four. OHD is an abbreviation for Overhead and means overhead by protocol. In this embodiment, 0.1 is assumed. P is an abbreviation for Payload, and its unit is (bytes). In this embodiment, Brp + FdDpx is used. Sx is an abbreviation for Security Tax, and 0 or 1 specifies whether to use SSL (Secure Sockets Layer). In this embodiment, SSL is not used and the value is assumed to be 0. T is Application Turns (count). In this embodiment, FdDtx + I (1 + FdDtxFc) + ISx is assumed. W means Effective window size and means the execution size of the TCP window. The unit is (bytes). In this embodiment, 8000 bytes is assumed.

図4のRTTを図6のように分割し、その区間の確率密度を求める。次に、区間内の最大値を解析式への入力として、ファイルサイズを変化させた時のWebページアクセス応答時間(以下、応答時間と記す)を求める。ここで、応答時間はファイルサイズに対して単調増加となることから、図5に示すファイルサイズの累積分布からRTTを固定した時の応答時間の累積分布を求めることができる。図7はRTT=0.0003(sec)の時の応答時間分布である。横軸は応答時間を,縦軸は横軸の値以下の確率密度の合計である,累積割合を示す。   The RTT shown in FIG. 4 is divided as shown in FIG. 6, and the probability density of the section is obtained. Next, the Web page access response time (hereinafter referred to as response time) when the file size is changed is obtained using the maximum value in the section as an input to the analytical expression. Here, since the response time monotonically increases with respect to the file size, the cumulative distribution of response times when RTT is fixed can be obtained from the cumulative distribution of file sizes shown in FIG. FIG. 7 shows a response time distribution when RTT = 0.0003 (sec). The horizontal axis shows the response time, and the vertical axis shows the cumulative ratio, which is the total probability density below the value on the horizontal axis.

次に,各RTTの値に対して、同様の応答時間分布を求め、図6に示すRTTの確率密度を掛けたものを図8に示す。次にこれらの分布の和を求め、図9に示す。図8,図9の横軸と縦軸は図7と同じである。応答時間の累積分布から、応答時間の補分布(図10)、密度分布(図11)が求められる。図10の横軸は応答時間を,縦軸は横軸の値を超える割合を示す。図11の横軸は応答時間を,縦軸は確率密度を示す。   Next, FIG. 8 shows a result of obtaining a similar response time distribution for each RTT value and multiplying by the RTT probability density shown in FIG. Next, the sum of these distributions is obtained and shown in FIG. The horizontal and vertical axes in FIGS. 8 and 9 are the same as those in FIG. From the cumulative distribution of response times, a complementary distribution of response times (FIG. 10) and a density distribution (FIG. 11) are obtained. In FIG. 10, the horizontal axis indicates the response time, and the vertical axis indicates the ratio exceeding the value on the horizontal axis. In FIG. 11, the horizontal axis represents response time, and the vertical axis represents probability density.

図12に一連の手順を示す。まず、RTTの確率密度分布、ファイルサイズの累積分布を取得する(13-2,13-3)。次に、RTTを固定してファイルサイズを変化させ、応答時間累積分布を求める(13-4)。そして、RTTごとの応答時間累積分布にRTTの確率密度を掛け、各分布の和を求めて表示する(13-5)。必要に応じ、応答時間の補分布、密度分布を求め、表示する(13-6)。   FIG. 12 shows a series of procedures. First, the probability density distribution of RTT and the cumulative distribution of file size are acquired (13-2, 13-3). Next, the RTT is fixed, the file size is changed, and the response time cumulative distribution is obtained (13-4). Then, the cumulative distribution of response times for each RTT is multiplied by the probability density of the RTT, and the sum of each distribution is obtained and displayed (13-5). If necessary, obtain and display the complementary response time distribution and density distribution (13-6).

なお、本実施例では、サーバ(1)にプログラム(ソフトウェア)を実装することにより、サーバ(1)自体を、webアクセス応答時間の予測ツールとして扱ったが、PCやワークステーションなど、他の情報処理機器にソフトウェアを実装することで、予測ツールを実現することも可能である。   In this embodiment, the server (1) itself is treated as a web access response time prediction tool by installing a program (software) on the server (1). However, other information such as a PC or workstation is used. It is also possible to realize a prediction tool by installing software on a processing device.

ファイルサイズの確率密度とRTTの累積分布を用いて、ファイルサイズを固定してRTTを変動させることにより応答時間の累積分布を求め、ファイルサイズ毎の応答時間分布にファイルサイズの確率密度を掛け、それらの和を求めることにより、応答時間の確率分布を求める。   Using the probability density of the file size and the cumulative distribution of RTT, obtain the cumulative distribution of response time by changing the RTT with the file size fixed, multiply the response time distribution for each file size by the probability density of the file size, The probability distribution of the response time is obtained by obtaining the sum of them.

RTTの分布を求めるために、実施例1で用いた簡易シミュレーションの代わりに、PC-A(2-2-1)−サーバ(2-1)の関係のみに注目して各スイッチを待ち行列のキューに置き換え図13のように簡易化したシミュレーションモデルを作成し、疑似負荷を掛けRTTの分布を求める。ここで、14-1-1はSW(2-3-1)の上り方向のキューを、14-1-2はSW(2-3-1)の下り方向のキューを示し、14-2-1,2はそれぞれSW(2-3-2)の上り、下り方向のキューを示す。また、14-3-1〜14-3-4は各キュー(14-1-1,2/14-2-1,2)への疑似負荷を示す。   Instead of the simple simulation used in Example 1, in order to obtain the distribution of RTT, pay attention only to the relationship between PC-A (2-2-1) and server (2-1). A simplified simulation model as shown in FIG. 13 is created by replacing with a queue, and a pseudo load is applied to obtain an RTT distribution. Here, 14-1-1 represents the upstream queue of SW (2-3-1), 14-1-2 represents the downstream queue of SW (2-3-1), and 14-2- Reference numerals 1 and 2 respectively indicate upstream and downstream queues of SW (2-3-2). 14-3-1 to 14-3-4 indicate pseudo loads on each queue (14-1-1, 2 / 14-2-1, 2).

RTTの分布を求めるために、待ち行列一段での遅延時間分布をシミュレーションによって求め、図13の往復のキューの段数分畳み込む。   In order to obtain the distribution of RTT, the delay time distribution in one stage of the queue is obtained by simulation and is convolved by the number of round-trip queue stages in FIG.

RTTの分布を求めるために、待ち行列一段での遅延時間分布を解析によって求め、図13の往復のキューの段数分畳み込む。   In order to obtain the RTT distribution, the delay time distribution in one stage of the queue is obtained by analysis, and is convolved by the number of round-trip queue stages in FIG.

サーバ処理時間を求めるために、ネットワークの収容人数・負荷とサーバ処理時間との関係を示す表(図14)を用意し、与えられた収容人数・負荷からサーバ処理時間を求め、性能解析式への入力とする。   In order to obtain the server processing time, a table (FIG. 14) showing the relationship between the capacity / load of the network and the server processing time is prepared, the server processing time is obtained from the given capacity / load, and the performance analysis formula is obtained. Input.

あらかじめ応答時間に一つ以上のしきい値を設け、前記出力結果である応答時間分布からしきい値を満たす応答時間の割合を求め、グラフィカルに表示する。図15は表示の一例である。ここでは二つののしきい値T1、T2に対して、応答時間がそれぞれT1、T2以下となる割合X、Yを表示している。   One or more threshold values are provided in advance for the response time, and the ratio of the response time satisfying the threshold value is obtained from the response time distribution as the output result and displayed graphically. FIG. 15 is an example of display. Here, for the two threshold values T1 and T2, ratios X and Y at which the response times are equal to or less than T1 and T2, respectively, are displayed.

図16は本発明による負荷特性を構成するステップを示す。負荷特性のサンプル値をn個とするために変数iを初期値1に設定し,累積確率をPに固定する(ステップS11)。実施例1に示した方法により,負荷L=Liにおける応答時間分布f(t, Li)を計算する(ステップS12)。f(t, Li)=Pとなるt=tiを計算する(ステップS13)。ステップ13で得られたLiとtiの組(Li, ti)を記憶する(ステップS14)。変数iをインクリメントし(ステップS15),i=nになるまで繰り返す(ステップS16)。記憶したn組の値(Li, Ti)(i=1,2,…,n)の近似線を計算する(ステップS17)。近似線の計算方法は隣接する2点間を直線近似する方法や,n点を多項式近似するなどの方法による。 FIG. 16 shows the steps for configuring the load characteristics according to the present invention. The variable i is set to an initial value 1 so that the sample value of the load characteristic is n, and the cumulative probability is fixed to P (step S11). The response time distribution f (t, L i ) at the load L = L i is calculated by the method shown in the first embodiment (step S12). t = t i such that f (t, L i ) = P is calculated (step S13). A set (L i , t i ) of L i and t i obtained in step 13 is stored (step S14). The variable i is incremented (step S15) and repeated until i = n (step S16). An approximate line of the stored n sets of values (L i , T i ) (i = 1, 2,..., N) is calculated (step S17). The approximate line is calculated by a method such as a straight line approximation between two adjacent points or a polynomial approximation of n points.

実施例8では負荷L=Liにおける応答時間分布f(t, Li)を計算により求める方法を示したが,計算で求める代わりに実測してもよい。応答時間分布を実測することによる負荷特性構成の実施例を図17に示す。負荷特性のサンプル値をn個とするために変数iを初期値1に設定し,累積確率をPに固定する(ステップS11)。負荷L=Liにおける応答時間分布f(t, Li)を実測する(ステップS121)。f(t, Li)=Pとなるt=tiを計算する(ステップS13)。 In the eighth embodiment, the method of obtaining the response time distribution f (t, L i ) at the load L = L i by calculation is shown, but it may be actually measured instead of being calculated. FIG. 17 shows an example of the load characteristic configuration by actually measuring the response time distribution. The variable i is set to an initial value 1 so that the sample value of the load characteristic is n, and the cumulative probability is fixed to P (step S11). The response time distribution f (t, L i ) at the load L = L i is actually measured (step S121). t = t i such that f (t, L i ) = P is calculated (step S13).

ステップ13で得られたLiとtiの組(Li, ti)を記憶する(ステップS14)。変数iをインクリメントし(ステップS15),i=nになるまで繰り返す(ステップS16)。記憶したn組の値(Li, Ti)(i=1,2,…,n)の近似線を計算する(ステップS17)。近似線の計算方法は隣接する2点間を直線近似する方法や,n点を多項式近似するなどの方法による。 A set (L i , t i ) of L i and t i obtained in step 13 is stored (step S14). The variable i is incremented (step S15) and repeated until i = n (step S16). An approximate line of the stored n sets of values (L i , T i ) (i = 1, 2,..., N) is calculated (step S17). The approximate line is calculated by a method such as a straight line approximation between two adjacent points or a polynomial approximation of n points.

図18,図19は図16または図17のステップで得られる結果の図示である。図18では,X軸に応答時間tをY軸に累積確率をとると,i=1の時のステップS12またはS121の結果として応答時間分布f(t, L1)が図示されており,ステップS13の結果として累積確率Pに対応する応答時間t=t1が計算される。変数iをインクリメントするに従い,ステップS12またはS121の結果としてi=1の時と同様に応答時間分布f(t, L2),f(t, L3),…,f(t, Ln)が図示され,ステップS13の結果としてi=1の時と同様に応答時間t=t2,t=t3,…,t=tnが図示される。図19は,ステップS17で計算された近似線の図示である。図19ではX軸に負荷をY軸に応答時間をとり,ステップS14で記憶されたn組の値(Li, Ti)(i=1,2,…,n)の近似線fP(L)が図示されている。 18 and 19 show the results obtained in the steps of FIG. 16 or FIG. In FIG. 18, when the response time t is taken on the X axis and the cumulative probability is taken on the Y axis, the response time distribution f (t, L 1 ) is illustrated as a result of step S12 or S121 when i = 1. As a result of S13, a response time t = t 1 corresponding to the cumulative probability P is calculated. As the variable i is incremented, the response time distributions f (t, L 2 ), f (t, L 3 ), ..., f (t, L n ) are the same as when i = 1 as a result of step S12 or S121. As a result of step S13, response times t = t 2 , t = t 3 ,..., T = t n are illustrated as in the case of i = 1. FIG. 19 is an illustration of the approximate line calculated in step S17. The load on the X-axis in FIG. 19 takes the response time in the Y-axis, the stored n sets of values in the step S14 (L i, T i) (i = 1,2, ..., n) of approximated line f P ( L) is shown.

図20は本発明による適正負荷を計算するステップを示す。通常,適正負荷により運用する場合でも負荷はある範囲で変動するので,負荷変動があっても要求応答時間を満たす負荷の最大値を適正負荷と定義する。適正負荷を求めるために,まず負荷変動ΔLを,要求応答時間Tとともに記憶する(ステップS21)。fP(L)=TとなるLTを計算する(ステップS22)。定義に従い,LO=LT-ΔL/2を適正負荷とする(ステップS23)。
図21は、図20のステップで得られる結果の図示である。図21では,図19で示した近似線fP(L)の要求応答時間Tに対応する負荷LTから負荷変動ΔLの半値ΔL/2を引いた値を適正負荷LOとしていることを示す。
FIG. 20 shows the steps for calculating the proper load according to the present invention. Normally, even when operating with an appropriate load, the load fluctuates within a certain range. Therefore, the maximum load that satisfies the required response time even if there is a load change is defined as the appropriate load. In order to obtain an appropriate load, the load fluctuation ΔL is first stored together with the required response time T (step S21). L T where f P (L) = T is calculated (step S22). According to the definition, L O = L T −ΔL / 2 is set as an appropriate load (step S23).
FIG. 21 is an illustration of the results obtained in the step of FIG. In Figure 21, indicating that the value obtained by subtracting the half-value [Delta] L / 2 from the load L T load change [Delta] L corresponding to the request response time T of the approximation line f P (L) shown in FIG. 19 proper load L O .

実施例8,9,10,11は,負荷特性を構成する方法に着目した例である。次に,本負荷特性を構成するシステムとそのユーザの関係に着目した実施例を図22に示す。図22は負荷特性構成システムに対するユーザの入出力の関係を示す。ユーザは複数の負荷L1, L2, ・・・,Lnおよび累積確率P(10)をシステムに入力する。負荷特性構成システム20は,図16に示した実施例のステップで負荷特性を計算し,負荷に対する応答時間特性(30)をユーザに出力する。 Examples 8, 9, 10, and 11 are examples that focus on the method of configuring the load characteristics. Next, FIG. 22 shows an embodiment focusing on the relationship between the system constituting this load characteristic and its user. FIG. 22 shows the input / output relationship of the user to the load characteristic configuration system. The user inputs a plurality of loads L 1 , L 2 ,..., L n and a cumulative probability P (10) to the system. The load characteristic configuration system 20 calculates the load characteristic at the steps of the embodiment shown in FIG. 16, and outputs the response time characteristic (30) for the load to the user.

本発明によるWebページアクセス応答時間予測プログラムが実装されるサーバの機能ブロックを示す。3 shows functional blocks of a server on which a Web page access response time prediction program according to the present invention is implemented. 想定されたネットワーク構成を示す。The assumed network configuration is shown. RTT分布を求めるために用いたシミュレーションモデルを示す。The simulation model used to obtain the RTT distribution is shown. 図3のモデルによるシミュレーションから得たRTT分布を示す。The RTT distribution obtained from the simulation by the model of FIG. 3 is shown. 1998年度WIDE報告書のファイルサイズ分布を示す。The file size distribution of the 1998 WIDE report is shown. RTTの密度分布を示す。The density distribution of RTT is shown. RTTを固定した時の応答時間の累積分布を示す。The cumulative distribution of response time when RTT is fixed is shown. RTT毎の応答時間の累積分布を示す。The cumulative distribution of response time for each RTT is shown. 想定されたネットワークにおけるWebページアクセス応答時間の累積密度分布を示す。The cumulative density distribution of Web page access response time in the assumed network is shown. 想定されたネットワークにおけるWebページアクセス応答時間の補分布を示す。The complementary distribution of Web page access response time in the assumed network is shown. 想定されたネットワークにおけるWebページアクセス応答時間の密度分布を示す。The density distribution of Web page access response time in the assumed network is shown. 本発明方法によるWebページアクセス応答時間分布解析の手順を示す。The procedure of web page access response time distribution analysis according to the method of the present invention will be described. 想定ネットワークの簡略化したシミュレーションモデルを示す。A simplified simulation model of the assumed network is shown. ネットワークの収容人数・負荷からサーバ処理時間を求めるためのデータベースの一例である。It is an example of the database for calculating | requiring server processing time from the capacity | capacitance number and load of a network. Webページアクセス応答時間にしきい値を設けた時の、結果の表示方法の一例である。It is an example of a result display method when a threshold value is set for the Web page access response time. 本発明の第一の実施例の負荷特性構成の方法を示す処理ステップ図。The processing step figure which shows the method of the load characteristic structure of 1st Example of this invention. 本発明の第二の実施例の負荷特性構成の方法を示す処理ステップ図。The processing step figure which shows the method of the load characteristic structure of the 2nd Example of this invention. 図17または図18の結果をグラフ化した第一の図。The 1st figure which graphed the result of FIG. 17 or FIG. 図17または図18の結果をグラフ化した第二の図。The 2nd figure which graphed the result of FIG. 17 or FIG. 本発明の一実施例の適正負荷を求める処理ステップ図。The processing step figure which calculates | requires the appropriate load of one Example of this invention. 図21の結果をグラフ化した図。The figure which graphed the result of FIG. 本発明の一実施例の負荷特性構成システムの入出力を示す図。The figure which shows the input / output of the load characteristic structure system of one Example of this invention. 従来の負荷特性をグラフ化した図。The figure which graphed the conventional load characteristic.

符号の説明Explanation of symbols

1サーバ
2-1サーバ
2-2-1,2クライアント
2-3-1〜4スイッチ
S17負荷特性を計算するステップ
S23適正負荷を計算するステップ。
1 server
2-1 server
2-2-1,2 clients
2-3-1 to 4 switches
Step to calculate S17 load characteristics
S23 calculating the appropriate load.

Claims (15)

少なくとも1台のサーバ装置と複数のクライアント装置を含むネットワークにおいて、前記サーバのクライアント装置に対するWebページアクセス応答時間分布を予測する方法であって、
当該応答時間分布予測のためのデータとして、Webページのファイルサイズ分布、サーバ・クライアント間のラウンドトリップ時間分布、サーバ装置・クライアント装置におけるプロトコル処理時間、及びネットワーク上でのパケット廃棄率を含む入力データを用いることを特徴とするWebページアクセス応答時間予測方法。
A method for predicting a web page access response time distribution for a client device of the server in a network including at least one server device and a plurality of client devices,
Input data including Web page file size distribution, server / client round trip time distribution, server / client device protocol processing time, and packet discard rate on the network as data for the response time distribution prediction Web page access response time prediction method characterized by using
請求項1記載のWebページアクセス応答時間予測方法において、
前記予測のためのデータとして、更に、ネットワークの負荷に応じたネットワーク上でのパケット廃棄率及びサーバ・クライアント間のラウンドトリップ時間分布を用いることを特徴とするwebページアクセス時間応答予測方法。
In the web page access response time prediction method according to claim 1,
A web page access time response prediction method characterized by further using a packet discard rate on a network and a round trip time distribution between a server and a client according to a network load as the data for prediction.
請求項1記載のWebページアクセス応答時間予測方法において、
前記予測のためのデータとして、前記想定されたネットワーク構成において、クライアントの人数及び当該サーバへの負荷から推測される、前記サーバ装置でのプロトコル処理時間を用いることを特徴とするWebページアクセス応答時間予測方法。
The web page access response time prediction method according to claim 1,
Web page access response time characterized in that, as the prediction data, protocol processing time in the server device estimated from the number of clients and the load on the server in the assumed network configuration is used. Prediction method.
請求項1記載のWebページアクセス応答時間予測方法において、
サーバ・クライアント間のラウンドトリップ時間の密度分布を作り、
該ラウンドトリップ時間毎にWebページのファイルサイズを変化させ、
前記性能解析式によりWebページアクセス応答時間を計算し、
Webページのファイルサイズの累積分布からWebページアクセス応答時間の累積分布を求め、
ラウンドトリップ時間毎のWebページアクセス応答時間累積分布に該ラウンドトリップ時間の密度を掛けた分布の和を求めることにより、Webページアクセス応答時間分布を予測するWebページアクセス応答時間予測方法。
The web page access response time prediction method according to claim 1,
Create density distribution of round trip time between server and client,
Change the file size of the web page for each round trip time,
Web page access response time is calculated using the above performance analysis formula,
Find the cumulative distribution of web page access response time from the cumulative distribution of web page file size,
A web page access response time prediction method for predicting a web page access response time distribution by calculating a sum of distributions obtained by multiplying a cumulative distribution of web page access response times for each round trip time by the density of the round trip time.
請求項1記載のWebページアクセス応答時間予測方法において、
Webページのファイルサイズの密度分布を作り、
該ファイルサイズ毎にサーバ・クライアント間のラウンドトリップ時間を変化させ、
前記性能解析式によりWebページアクセス応答時間を計算し、
前記ラウンドトリップ時間の累積分布からWebページアクセス応答時間の累積分布を求め、
Webページのファイルサイズ毎のWebページアクセス応答時間累積分布に該ファイルサイズの密度を掛けた分布の和を求めることにより、Webページアクセス応答時間分布を予測する請求項1記載のWebページアクセス応答時間予測方法。
The web page access response time prediction method according to claim 1,
Create a density distribution of the web page file size,
Change the round trip time between server and client for each file size,
Web page access response time is calculated using the above performance analysis formula,
Find the cumulative distribution of web page access response time from the cumulative distribution of round trip time,
2. The web page access response time distribution according to claim 1, wherein the web page access response time distribution is predicted by calculating a sum of distributions of the web page access response time cumulative distribution for each file size of the web page and the density of the file size. Prediction method.
ソフトウェアを実行可能なCPUと、当該ソフトウェアを格納する記憶手段と、前記プログラムの実行に必要なデータを入力するための入力手段とを備えたWebページアクセス応答時間予測ツールにおいて、
前記ソフトウェアは、
、を含む入力データを入力するステップと、
前記入力手段により入力された解析対象となるネットワーク構成、及び負荷データから、該ネットワークにおけるサーバ・クライアント間のラウンドトリップ時間分布、及び該ネットワーク上でのパケット廃棄率を求めるステップと、
前記負荷からサーバ装置におけるプロトコル処理時間を求めるステップと、
前記入力手段により入力されたWebページのファイルサイズ分布、及びWebページ内のコンテンツ数、クライアント装置における各種プロトコル処理時間の各データ、及び前記ラウンドトリップ時間分布及び前記パケット廃棄率の各データからWebページアクセス応答時間分布を求めるステップとを実行させることを特徴とするWebページアクセス応答時間予測ツール。
In a web page access response time prediction tool comprising a CPU capable of executing software, a storage means for storing the software, and an input means for inputting data necessary for execution of the program,
The software is
Inputting input data including, and
Obtaining a round trip time distribution between a server and a client in the network and a packet discard rate on the network from the network configuration to be analyzed and load data input by the input unit;
Obtaining a protocol processing time in the server device from the load;
Web page from the file size distribution of the Web page input by the input means, the number of contents in the Web page, the various protocol processing time data in the client device, and the round trip time distribution and the packet discard rate data A Web page access response time prediction tool characterized by executing an access response time distribution.
請求項6記載のWebページアクセス応答時間予測ツールにおいて、
前記ソフトウェアにより、
前記Webページアクセス応答時間に対して一つ以上のしきい値を設定するステップと、
前記Webページアクセス応答時間分布により、Webページアクセス応答時間が与えられたしきい値以下となる確率を算出するステップとが実行されることを特徴とするWebページアクセス応答時間予測ツール。
In the web page access response time prediction tool according to claim 6,
With the software
Setting one or more thresholds for the web page access response time;
A Web page access response time prediction tool, comprising: calculating a probability that the Web page access response time is equal to or less than a given threshold value based on the Web page access response time distribution.
ネットワーク・サーバシステムのアプリケーションの性能データが分布するアプリケーションであって,
ある負荷に対する性能データの分布を計算するステップと,性能データの分布の累積確率を固定して,その固定した値に対応する性能データを計算するステップと,以上のステップを複数の負荷に対して繰り返すステップと,負荷と前期固定した値に対応する性能データの組を記憶するステップと,前期組の近似線を計算するステップとから成ることを特徴とする負荷特性構成方法。
An application that distributes performance data of network server system applications,
A step of calculating the distribution of performance data for a certain load, a step of calculating performance data corresponding to the fixed value of the cumulative distribution of performance data, and the above steps for a plurality of loads. A load characteristic construction method comprising: a step of repeating, a step of storing a set of performance data corresponding to a load and a fixed value in the previous period, and a step of calculating an approximate line of the previous period set.
ネットワーク・サーバシステムのアプリケーションの性能データが分布するアプリケーションであって,
ある負荷に対する性能データの分布を計算するステップと,性能データの分布の累積確率を固定して,その固定した値に対応する性能データを計算するステップと,以上のステップを複数の負荷に対して繰り返すステップと,負荷と前期固定した値に対応する性能データの組を記憶するステップと,前期組の近似線を計算するステップとを動作させることを特徴とする負荷特性構成プログラム。
An application that distributes performance data of network server system applications,
A step of calculating the distribution of performance data for a certain load, a step of calculating performance data corresponding to the fixed value of the cumulative distribution of performance data, and the above steps for a plurality of loads. A load characteristic configuration program which operates a step of repeating, a step of storing a set of performance data corresponding to a load and a fixed value in the previous period, and a step of calculating an approximate line of the previous period.
ネットワーク・サーバシステムのアプリケーションの性能データが分布するアプリケーションであって,
ある負荷に対する性能データの分布を実測するステップと,性能データの分布の累積確率を固定して,その固定した値に対応する性能データを計算するステップと,以上のステップを複数の負荷に対して繰り返すステップと,負荷と前期固定した値に対応する性能データの組を記憶するステップと,前期組の近似線を計算するステップとから成ることを特徴とする負荷特性構成方法。
An application that distributes performance data of network server system applications,
The step of actually measuring the distribution of performance data for a load, the step of calculating the performance data corresponding to the fixed value by fixing the cumulative probability of the distribution of performance data, and the above steps for multiple loads A load characteristic construction method comprising: a step of repeating, a step of storing a set of performance data corresponding to a load and a fixed value in the previous period, and a step of calculating an approximate line of the previous period set.
ネットワーク・サーバシステムのアプリケーションの性能データが分布するアプリケーションであって,
ある負荷に対する性能データの分布を実測するステップと,性能データの分布の累積確率を固定して,その固定した値に対応する性能データを計算するステップと,以上のステップを複数の負荷に対して繰り返すステップと,負荷と前期固定した値に対応する性能データの組を記憶するステップと,前期組の近似線を計算するステップとを動作させることを特徴とする負荷特性構成プログラム。
An application that distributes performance data of network server system applications,
The step of actually measuring the distribution of performance data for a load, the step of calculating the performance data corresponding to the fixed value by fixing the cumulative probability of the distribution of performance data, and the above steps for multiple loads A load characteristic configuration program which operates a step of repeating, a step of storing a set of performance data corresponding to a load and a fixed value in the previous period, and a step of calculating an approximate line of the previous period.
ネットワーク・サーバシステムのアプリケーションの性能データの負荷特性が得られるシステムであって,
要求性能データに対応する負荷を負荷特性から計算するステップと,前期要求性能データに対応する負荷から想定負荷変動の半分の値を引いた値を適正負荷とするステップとから成ることを特徴とする負荷特性構成方法。
A system that can obtain the load characteristics of the performance data of the network server system application,
It comprises the steps of calculating the load corresponding to the required performance data from the load characteristics, and the step of setting the load corresponding to the previous period required performance data to a value obtained by subtracting half of the assumed load fluctuation. Load characteristics configuration method.
ネットワーク・サーバシステムのアプリケーションの性能データの負荷特性が得られるシステムであって,
要求性能データに対応する負荷を負荷特性から計算するステップと,前期要求性能データに対応する負荷から想定負荷変動の半分の値を引いた値を適正負荷とするステップとを動作させることを特徴とする負荷特性構成プログラム。
A system that can obtain the load characteristics of the performance data of the network server system application,
The steps of calculating the load corresponding to the required performance data from the load characteristics and the step of setting the appropriate load by subtracting half of the assumed load fluctuation from the load corresponding to the previous required performance data Load characteristic configuration program to be performed.
ネットワーク・サーバシステムのアプリケーションの性能データが分布するアプリケーションであって,
ユーザが複数の負荷と一つの累積確率を入力し,負荷に対する応答時間特性をユーザに出力することを特徴とする負荷特性構成システム。
An application that distributes performance data of network server system applications,
A load characteristic configuration system, wherein a user inputs a plurality of loads and one cumulative probability and outputs a response time characteristic for the load to the user.
負荷に対する応答時間特性をグラフ表示することを特徴とする請求項14記載の負荷特性構成システム。 15. The load characteristic configuration system according to claim 14, wherein the response time characteristic with respect to the load is displayed in a graph.
JP2004158629A 2003-09-10 2004-05-28 Access response time prediction method, distributed performance data load property constitution method and program Pending JP2005110209A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004158629A JP2005110209A (en) 2003-09-10 2004-05-28 Access response time prediction method, distributed performance data load property constitution method and program

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2003317706 2003-09-10
JP2004158629A JP2005110209A (en) 2003-09-10 2004-05-28 Access response time prediction method, distributed performance data load property constitution method and program

Publications (1)

Publication Number Publication Date
JP2005110209A true JP2005110209A (en) 2005-04-21

Family

ID=34554247

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004158629A Pending JP2005110209A (en) 2003-09-10 2004-05-28 Access response time prediction method, distributed performance data load property constitution method and program

Country Status (1)

Country Link
JP (1) JP2005110209A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015046755A (en) * 2013-08-28 2015-03-12 日本電信電話株式会社 Delay fluctuation estimation method and delay fluctuation estimation device
US9231782B2 (en) 2010-01-04 2016-01-05 Nec Corporation Communication support system, communication support method, and recording medium
JP2016134008A (en) * 2015-01-20 2016-07-25 日本電信電話株式会社 Web performance estimation apparatus, web performance estimation system, and web performance estimation method
WO2017159490A1 (en) * 2016-03-16 2017-09-21 日本電気株式会社 Communication analysis device, communication analysis method, and program recording medium

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9231782B2 (en) 2010-01-04 2016-01-05 Nec Corporation Communication support system, communication support method, and recording medium
JP2015046755A (en) * 2013-08-28 2015-03-12 日本電信電話株式会社 Delay fluctuation estimation method and delay fluctuation estimation device
JP2016134008A (en) * 2015-01-20 2016-07-25 日本電信電話株式会社 Web performance estimation apparatus, web performance estimation system, and web performance estimation method
WO2017159490A1 (en) * 2016-03-16 2017-09-21 日本電気株式会社 Communication analysis device, communication analysis method, and program recording medium
JPWO2017159490A1 (en) * 2016-03-16 2019-01-24 日本電気株式会社 Communication analysis device, communication analysis method, and computer program
US10742758B2 (en) 2016-03-16 2020-08-11 Nec Corporation Communication analysis device, communication analysis method, and program recording medium
JP7003909B2 (en) 2016-03-16 2022-01-21 日本電気株式会社 Communication analysis device, communication analysis method and computer program

Similar Documents

Publication Publication Date Title
EP1564942B1 (en) Load balancing techniques for inter-domain traffic engineering
Yildirim et al. Prediction of optimal parallelism level in wide area data transfers
US8279753B2 (en) Efficient determination of fast routes when voluminous data is to be sent from a single node to many destination nodes via other intermediate nodes
Clímaco et al. Internet packet routing: Application of a K-quickest path algorithm
Hurley et al. A note on the fairness of additive increase and multiplicative decrease
US20080144663A1 (en) Method and system for using bayesian network inference for selection of transport protocol algorithm
AU2005201005A1 (en) A method and system for capacity analysis for on the move adhoc wireless packet-switched networks
US8493882B2 (en) Optimization evaluation system, optimization evaluation device, optimization evaluation method, and optimization evaluation program
Chydzinski et al. The single-server queue with the dropping function and infinite buffer
Sood et al. Control layer resource management in SDN-IoT networks using multi-objective constraint
CN114448899A (en) Method for balancing network load of data center
Beck et al. On delay-aware embedding of virtual networks
JP2005110209A (en) Access response time prediction method, distributed performance data load property constitution method and program
Cai et al. Stochastic ordering for internet congestion control and its applications
Happ et al. Exploring the Limitations of Current Graph Neural Networks for Network Modeling
Al-Gadi et al. Comparison between IPv4 and IPv6 using OPNET simulator
Wu et al. Topology design of VPN based on communication performance and server load
Li et al. A practical approach for network application reliability assessment
Pinheiro et al. A fuzzy queue-aware routing approach for wireless mesh networks
Eguchi et al. On control parameters tuning for active queue management mechanisms using multivariate analysis
Ancans et al. Vehicular wireless network access controller parameter estimation
Liu et al. On the performance of a hybrid network traffic model
Strelkovska et al. Spline-extrapolation method for restoring self-similar traffic
JP7161109B2 (en) Quality measuring device, quality measuring method and quality measuring program
Alubady et al. Enhancing transmission control protocol performance for Mobile Ad-hoc network

Legal Events

Date Code Title Description
RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20060425