JP3780913B2 - Access management system and access management program for distributing measurement modules in response measurement - Google Patents

Access management system and access management program for distributing measurement modules in response measurement Download PDF

Info

Publication number
JP3780913B2
JP3780913B2 JP2001354213A JP2001354213A JP3780913B2 JP 3780913 B2 JP3780913 B2 JP 3780913B2 JP 2001354213 A JP2001354213 A JP 2001354213A JP 2001354213 A JP2001354213 A JP 2001354213A JP 3780913 B2 JP3780913 B2 JP 3780913B2
Authority
JP
Japan
Prior art keywords
client
access
server
measurement module
response time
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.)
Expired - Fee Related
Application number
JP2001354213A
Other languages
Japanese (ja)
Other versions
JP2003157173A (en
Inventor
将宏 宗末
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
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 NEC Corp filed Critical NEC Corp
Priority to JP2001354213A priority Critical patent/JP3780913B2/en
Publication of JP2003157173A publication Critical patent/JP2003157173A/en
Application granted granted Critical
Publication of JP3780913B2 publication Critical patent/JP3780913B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

  • Computer And Data Communications (AREA)
  • Stored Programmes (AREA)
  • Debugging And Monitoring (AREA)

Description

【0001】
【発明の属する技術分野】
本発明は、クライアントからサーバへのアクセスに関する情報の取得に関し、特に、各クライアントにおいて情報を取得し外部に通知するモジュールをクライアントに配布することにより情報を取得するアクセス管理システム、サーバ、計測サーバ、及びアクセス管理プログラムに関する。
【0002】
【従来の技術】
従来より、クライアントにおけるサーバへのアクセスの応答時間を計測する技術として、クライアントにおいて応答時間を計測する計測モジュールを、サーバからクライアント側に配布することにより計測を行なう方式がある。計測モジュールは、そのクライアントがサーバのウェブページにアクセスした場合に、クライアントとサーバ間のエンドトゥエンドの応答時間を計測する。そして、計測結果のデータ収集用のサーバ(計測サーバ)が、各クライアントの計測モジュールから計測データの送信を受け付けて、計測結果のデータを収集し分析を行なう。
【0003】
しかし、この従来の技術では、各クライアントにおける計測モジュールのダウンロード時に、応答時間が著しく悪くなるという問題点があった。
【0004】
以下、図10を参照して従来技術のシステム構成を説明する。図10を参照すると、この従来のシステムは、クライアント11a〜13aと、ウェブサーバ20aと、計測サーバ30aから構成されている。
【0005】
クライアント11a〜13aは、計測対象となるウェブページにアクセスするユーザの端末である。また図10の例においては3台のクライアント11a〜13aを示しているが、その台数はこれに限定するのもではなく、一般的には数千〜数万まで徐々に増加するものである。
【0006】
ウェブサーバ20aは、ウェブサーバ処理部21aと、コンテンツ用データベース22aを備えており、HTMLファイルやCGI、さらには配布用に計測モジュール23を格納している。
【0007】
計測モジュール23aは、応答時間の他に例えば(図3で示すような)クライアント側の接続形態や、ホストID、OSの種類等の複数の情報を計測できるモジュールである。
【0008】
計測サーバ30aは、計測データ収集部31aと計測データ収集用データベース32aとを備えている。
【0009】
次に、従来の技術でのクライアントへの計測モジュールの配布から、計測データの収集までの動作について、図10、図11を用いて説明する。
【0010】
まず予め、ウェブサーバ20aにおいて公開するレスポンス計測対象のHTMLファイルに、計測モジュールのダウンロードをクライアント11a〜13aに指示するためのタグを書いておく。
【0011】
▲1▼でクライアント11aがウェブサーバ処理部21a上のウェブページへアクセス(URLを要求)すると(ステップ801)、▲2▼でウェブサーバ処理部21aはコンテンツ用データベース22a内に格納されている計測モジュール23aをダウンロードタグが書き込まれたHTMLファイルをクライアント11aに送信し(ステップ802)、クライアント11aはHTMLを解析してダウンロードタグを見つける(ステップ803)。
【0012】
タグで指定された計測モジュール23aがクライアント11a内のキャッシュに存在しない場合は、▲3▼で指定先に計測モジュール23aを要求する(ステップ804、805)。
【0013】
▲4▼でウェブサーバ処理部21aは、コンテンツ用データベース22a内に格納されている配布用の計測モジュール23aをクライアント11aに送信し(ステップ806)、クライアント11a上に計測モジュール23aの配布が完了する。
【0014】
その後、クライアント11aが計測対象のウェブページへアクセスする度に(ステップ807)、計測モジュール23aが、クライアントとウェブサーバ間のエンドトゥエンドの応答時間を計測し(ステップ809)、▲5▼で計測サーバ30aの計測データ収集部31aに計測データを送信する(ステップ810)。
【0015】
計測データ収集部31aは、計測データ収集用データベース32aへ収集した計測データを蓄積し(ステップ811)、このデータから応答時間の傾向などを分析することができる。
【0016】
【発明が解決しようとする課題】
しかし、上述した従来の技術では、以下に述べるような問題点があった。
【0017】
クライアントが計測対象URL(計測対象のウェブページ)に始めてアクセスした時には、サーバは、レスポンス計測用の計測モジュール23aをそのクライアントに配布する。しかし、従来の計測モジュール23aは多機能でありそのサイズが大きいため、ネットワークの回線が細い環境の時(例えば、通信速度の遅いモデム回線)や、回線は太くてもデータ量が多くて使用できる帯域が限られている場合には、計測モジュール23aをダウンロードしない時と比較して著しく応答時間が低下し、クライアントが要求したウェブページの取得までに多くの時間を要するという問題点があった。
【0018】
本発明の目的は、上記従来技術の欠点を解決し、計測モジュールを効率よくクライアントに配布することにより応答時間の著しい低下を回避することのできるアクセス管理システム、サーバ、計測サーバ、及びアクセス管理プログラムを提供することにある。
【0019】
【課題を解決するための手段】
上記目的を達成するため本発明のアクセス管理システムは、各クライアントによるサーバへのアクセスに関する情報を取得するアクセス管理システムにおいて、前記サーバが、各前記クライアントにおける、当該サーバ内の各アクセス対象毎へのアクセスに要した応答時間を参照し、各前記クライアントからのアクセスの受付時に、前記クライアントにおいて当該サーバへのアクセスに関するそれぞれに定められた種類の情報を取得する複数種類の各計測モジュールを配布するか否かを、前記アクセス対象毎の前記応答時間に基づいて決定することを特徴とする。
【0020】
請求項2の本発明のアクセス管理システムは、各前記計測モジュールの内の少なくとも1つに、当該計測モジュールの配布先の前記クライアントにおいて、前記サーバ内の各アクセス対象毎の前記応答時間を取得する応答時間計測モジュールを備え、各前記クライアントに配布された前記応答時間計測モジュールが取得する各アクセス対象毎の前記応答時間に基づいて、前記サーバが参照する各アクセス対象毎の前記応答時間の内容を更新することを特徴とする。
【0021】
請求項3の本発明のアクセス管理システムは、各前記計測モジュールが当該計測モジュールの配布先の各前記クライアントにおいて取得した各前記情報を収集する計測サーバが、前記サーバに対し、各前記クライアントの当該サーバ内の各アクセス対象毎の前記応答時間の内容を通知することを特徴とする。
【0022】
請求項4の本発明のアクセス管理システムは、前記サーバが、各前記クライアントに配布する各前記計測モジュールを、当該クライアントに対して未配布の前記計測モジュールのみに制限することを特徴とする。
【0023】
請求項5の本発明のアクセス管理システムは、前記サーバが、各前記クライアントからのアクセスの受付時に、当該クライアントに対して前記応答時間計測モジュールが未配布である場合に、前記応答時間計測モジュールを当該クライアントに配布することを特徴とする。
【0024】
請求項6の本発明のアクセス管理システムは、各前記計測モジュールの各前記クライアントへの配布を、各前記クライアントからのアクセスの受付時に、前記アクセスに対する応答内容に前記計測モジュールを関連付けて送信することにより行なうことを特徴とする。
【0025】
請求項7の本発明のアクセス管理システムは、各前記アクセス対象への各前記クライアントによる前記アクセスの応答時間の平均値と、定められた基準応答時間との比較結果に基づいて、各前記アクセス対象毎に、当該アクセス対象へのアクセスに対する応答内容に関連付けて前記サーバが前記クライアントに配布する前記計測モジュールの最大個数を決定することを特徴とする。
【0026】
請求項8の本発明のアクセス管理システムは、前記サーバが、ウェブサーバの機能を備えることにより、各前記クライアントによる当該サーバが公開する各ウェブページへのアクセスを受け付け、各前記クライアントから送信の要求を受け付けた前記ウェブページに、前記計測モジュールを当該クライアントへ配布するためのコードを記載して当該クライアントに送信することにより、各前記クライアントに対し各前記計測モジュールを配布することを特徴とする。
【0027】
請求項9の本発明のアクセス管理システムは、各前記クライアントの前記サーバが公開する各前記ウェブページへのアクセスの前記応答時間を、前記クライアントが前記サーバに前記ウェブページの送信を要求した時点から、前記クライアントが当該ウェブページの受信を終了するまでの時間とすることを特徴とする。
【0028】
請求項10の本発明のサーバは、各クライアントからのアクセスを受け付けるサーバにおいて、各前記クライアントにおける、当該サーバ内の各アクセス対象毎へのアクセスに要した応答時間を参照する手段と、前記クライアントにおいて当該サーバへのアクセスに関するそれぞれに定められた種類の情報を取得する複数種類の計測モジュールと、各前記クライアントからのアクセスの受付時に、各前記計測モジュールを前記クライアントに配布するか否かを、当該アクセス対象毎の前記応答時間に基づいて決定する手段を備え、各前記クライアントに対し各前記計測モジュールを配布することを特徴とする。
【0029】
請求項11の本発明のサーバは、各前記計測モジュールの内の少なくとも1つに、当該計測モジュールの配布先の前記クライアントにおいて、前記サーバ内の各アクセス対象へのアクセスの応答時間を取得する応答時間計測モジュールを備えることを特徴とする。
【0030】
請求項12の本発明のサーバは、各前記計測モジュールが当該計測モジュールの配布先の各前記クライアントにおいて取得した各前記情報を収集する計測サーバと通信することにより、前記計測サーバにおいて記録された、各前記クライアントの当該サーバ内の各アクセス対象毎の前記アクセスの応答時間を参照することを特徴とする。
【0031】
請求項13の本発明のサーバは、各前記クライアントに配布する各前記計測モジュールを、当該クライアントに対して未配布の前記計測モジュールのみに制限する手段を備えることを特徴とする。
【0032】
請求項14の本発明のサーバは、各前記クライアントからのアクセスの受付時において、当該クライアントに対して前記応答時間計測モジュールが未配布である場合に、前記応答時間計測モジュールを当該クライアントに配布することを特徴とする。
【0033】
請求項15の本発明のサーバは、各前記計測モジュールの各前記クライアントへの配布を、各前記クライアントからのアクセスの受付時に、前記アクセスに対する応答内容に前記計測モジュールを関連付けて送信することにより行なうことを特徴とする。
【0034】
請求項16の本発明のサーバは、ウェブサーバの機能により、各前記クライアントによる当該サーバが公開する各ウェブページへのアクセスを受け付ける手段と、各前記クライアントから送信の要求を受け付けた前記ウェブページに、前記計測モジュールを当該クライアントへ配布するためのコードを記載して当該クライアントに送信することにより、各前記クライアントに対し各前記計測モジュールを配布する手段を備えることを特徴とする。
【0035】
請求項17の本発明の計測サーバは、各クライアントから当該クライアントのアクセスに関する情報を取得する計測サーバにおいて、各前記クライアントに配布された、各前記クライアントにおいてアクセスに関するそれぞれに定められた種類の情報を取得する複数種類の各計測モジュールから、当該計測モジュールの配布先の前記クライアントにおいて取得した情報を収集する手段と、前記収集した情報を、各前記クライアントのアクセス先である指定されたサーバに通知する手段を備えることを特徴とする。
【0036】
請求項18の本発明の計測サーバは、各前記計測モジュールの内の少なくとも1つに、当該計測モジュールの配布先の前記クライアントにおいて前記サーバ内の各アクセス対象へのアクセスの応答時間を取得する応答時間計測モジュールを備え、前記サーバに対し、各前記クライアントの当該サーバ内の各アクセス対象毎の前記アクセスの応答時間の内容を通知することを特徴とする。
【0037】
請求項19の本発明の計測サーバは、前記サーバ内の各前記アクセス対象への各前記クライアントによる前記アクセスの応答時間の平均値と、定められた基準応答時間との比較結果に基づいて、前記サーバ内の各前記アクセス対象毎に、前記サーバが当該アクセス対象へのアクセスに対する応答内容に関連付けて前記クライアントに配布する前記計測モジュールの最大個数を決定する手段を備えることを特徴とする。
【0038】
請求項20の本発明のアクセス管理プログラムは、コンピュータを制御することにより、各クライアントからのアクセスを受け付けるサーバの、各前記クライアントに対する、前記クライアントにおいて当該サーバへのアクセスに関するそれぞれに定められた種類の情報を取得する複数種類の計測モジュールの配布を制御するアクセス管理プログラムにおいて、各前記クライアントの当該サーバ内の各アクセス対象毎のアクセスの応答時間を参照する機能と、各前記クライアントからのアクセスの受付時に、各前記計測モジュールを前記クライアントに配布するか否かを、当該アクセス対象に対する前記応答時間に基づいて決定する機能を備えることを特徴とする。
【0039】
請求項27の本発明のアクセス管理プログラムは、コンピュータを制御することにより、各クライアントから当該クライアントのアクセスに関する情報を取得するアクセス管理プログラムにおいて、各前記クライアントに配布された、各前記クライアントにおいてアクセスに関するそれぞれに定められた種類の情報を取得する複数種類の各計測モジュールから、当該計測モジュールの配布先の前記クライアントにおいて取得した情報を収集する機能と、前記収集した情報を、各前記クライアントのアクセス先である指定されたサーバに通知する機能を備えることを特徴とする。
【0040】
【発明の実施の形態】
以下、本発明の実施の形態について図面を参照して詳細に説明する。
【0041】
図1は、本発明の第1の実施の形態によるアクセス管理システムの構成を示すブロック図である。図1を参照すると、本実施の形態のアクセス管理システムは、クライアント11〜13と、ウェブサーバ20と、計測サーバ30を備えている。
【0042】
各クライアント11〜13は、応答時間等を計測する対象であるウェブサーバ20内のウェブページにアクセスする利用者の端末である。また図1の例においては3台のクライアント11〜13を示しているが、その台数はこれに限定するのもではなく、一般的には数千〜数万まで徐々に増加するものである。
【0043】
ウェブサーバ20は、プログラム制御されるCPU等で実現され、各クライアント11〜13からのアクセスを受ける。ウェブサーバ20は、ウェブページを公開するウェブサーバ処理部21と、計測モジュールの配布を判断するモジュール配布判断部24と、コンテンツ用データベース22を備えている。コンテンツ用データベース22には、URLより指し示されるHTMLファイル25(ウェブページ)やCGI、さらには配布用の計測モジュール23の各ファイルを格納している。
【0044】
ここで計測モジュール23は、図2、図3の例に示すように各機能毎に個別に計測モジュールM1〜M10を備え、ここでは10個のファイルにより構成されており、それぞれが配布先のクライアント11〜13において図3に示される各種情報を取得し、計測サーバ30に通知する。
【0045】
また以下、M1のウェブサーバ20内の各アクセス対象のHTMLファイル25へのアクセスの応答時間を取得する計測モジュールを、応答時間計測モジュールと呼ぶ事とする。ここで応答時間とは、各クライアント11〜13がウェブサーバ20にHTMLファイル25(ウェブページ)の送信を要求した時点から、その要求したクライアント11〜13がそのHTMLファイル25の受信を終了するまでの時間とする。
【0046】
レスポンス計測対象のURLで指し示されるHTMLファイル25内には、サーバサイドインクルード(SSI)やASPなどの技術でモジュール配布判断部24を起動し、動的にHTML文を作成し各HTMLファイル25に挿入するタグを書き込んでおく。
【0047】
計測サーバ30は、プログラム制御されるCPU等で実現され、各クライアントに配布された計測モジュールM1〜M10のそれぞれから、図3に示されるようにアクセスに関する各種情報を収集する。計測サーバ30は、アクセスに関する各種情報を収集する計測データ収集部31と、収集した情報を格納する計測データ収集用データベース32と、ウェブサーバ20における計測モジュールM1〜M10を配布する数を設定する配布規定値設定用データベース33を備える。また、配布規定値設定用データベース33を設定する操作のためのGUI部34を備えている。
【0048】
次に、図4、図5、図6、図8、図9を参照して、本実施の形態の動作について詳細に説明する。図9は、本発明の第1の実施の形態のモジュール配布判断部24の動作を示すフローチャート図である。
【0049】
初めに、機能単位に分割された計測モジュール(図2)の中から、クライアント11とウェブサーバ20間の応答時間を計測するための応答時間計測モジュールM1を配布するまでの動作について図4を用いて説明する。
【0050】
応答時間計測モジュールM1には、応答時間を計測する機能に加えて、その計測データが誰からのデータなのかを特定するために、クライアント11のIPアドレスを取得する機能も有している。
【0051】
図4、図9を参照すると、ステップ101にてクライアント11がウェブサーバ処理部21上のウェブページにアクセス(URLを要求)すると、ステップ102にてクライアント11によってアクセスされたURLのHTMLファイル25に書き込まれているSSI(Server Side Include)やASP(Active Server
Pages)によってモジュール配布判断部24が起動する。
【0052】
ステップ103にてモジュール配布判断部24が、計測サーバ30内の計測データ収集用データベース32内のIPアドレスを検索して過去にクライアント11からアクセスがあったのかを確認する(ステップ501)。
【0053】
クライアント11からの計測データが計測データ収集用データベース32にない場合には、モジュール配布判断部24は、そのクライアント11が計測対象URLへ初めてアクセスしてきたクライアントであると判断する(ステップ502)。
【0054】
ここでは、ステップ105において、そのクライアント11が初めてのアクセスであると判断した場合を例に説明する。
【0055】
ステップ106において、ジュール配布判断部24は、応答時間をクライアント11上で計測して計測サーバ30へ送信する計測モジュールである応答時間計測モジュールM1を、クライアント11がダウンロードするためのタグをHTMLファイル25に動的に書き込み(ステップ503、510)、ウェブサーバ処理部21は、応答時間計測モジュールM1をダウンロードするためのタグが書き込まれたHTMLファイル25をクライアント11に送信する。ステップ107にて、クライアント11は、受信したHTMLファイル25を解析し、ステップ106において書き込まれた応答時間計測モジュールM1をダウンロードするためのタグを見つける。
【0056】
タグで指定された応答時間計測モジュールM1は、クライアント11内のキャッシュに存在しないため、ステップ109にて、タグにより指定されたウェブサーバ20内の要求先に応答時間計測モジュールM1を要求する。
【0057】
ステップ110にて、ウェブサーバ処理部21は、コンテンツ用データベース22内に格納されている配布用の応答時間計測モジュールM1をクライアント11に送信し、以上によりクライアント11への応答時間計測モジュールM1の配布が完了する。
【0058】
以後ステップ111、112にてクライアント11が、ウェブサーバ20の計測対象URLにアクセスしHTMLファイル25を取得すると、配布された応答時間計測モジュールM1がHTMLファイル25を取得するステップ111からステップ112までの間の応答時間を計測して、ステップ114にてこの計測結果を示す計測データを計測サーバ30へと送信する。
【0059】
以降、クライアント11が計測対象URLにアクセスする度に、応答時間計測モジュールM1がクライアント11上で動作してクライアント11とウェブサーバ処理部21間の応答時間を、そのアクセス対象毎に計測し、計測サーバ30の計測データ収集部31に応答時間の計測データを送信する。計測サーバ30では、計測データ収集用データベース32に、そのクライアント11の応答時間とIPアドレスを順次蓄積する。
【0060】
次に、クライアント11へ応答時間計測モジュールM1以外の残りの計測モジュールMx(x=2、3、…、10)をどのタイミングで配布するかを判断するモジュール配布判断部24の動作について図5、図6、図8、図9を参照して説明する。
【0061】
まず、計測モジュール配布規定値について説明する。計測モジュール配布規定値とは、ウェブサーバ20における各計測対象URL(アクセス対象のウェブページ)の、それぞれの応答時間に対して、各クライアント11〜13に計測モジュールM2〜M10を配布するか否かを判断するために用いる基準値である。計測モジュール配布規定値は、例えば、GUI部34を用いて利用者により設定することができる。設定された計測モジュール配布規定値は、配布規定値設定用データベース33に保存される。
【0062】
計測モジュール配布規定値の設定の具体例を、図5のテーブルに示す。この図5の具体例では、各ウェブページの平均応答時間が5秒以上の時は、クライアントがこのウェブページにアクセスしてきても計測モジュールを配布しない。また、3秒以上〜5秒未満の時は1個、2秒以上〜3秒未満の時は2個、1秒以上〜2秒未満の時は3個、1秒以下の時は5個配布すると設定している。また、配布規定値は、システム管理者が任意に設定できるものとする。
【0063】
このように、各ウェブページの平均応答時間と、これら1秒、2秒、3秒、5秒の各基準応答時間との比較結果に基づいて、各ウェブページにおいてクライアントに配布する計測モジュールの最大個数を決定する。
【0064】
次に、説明を容易にするために、計測データ収集用データベース32のデータから計測対象URLと、そのそれぞれの平均応答時間の関係を示したグラフを用いて説明する。
【0065】
各ウェブページの平均応答時間のグラフを図6に示す。図6のグラフの縦軸値は、クライアント11〜13が計測対象URLにアクセスした時に、応答時間計測モジュールM1で計測されて計測データ収集用データベース32に蓄積された応答時間の平均値で、クライアント11〜13からの総応答時間を総アクセス数で割った値となっている。また、横軸には、それぞれの計測対象URLの各ファイルを示している。
【0066】
また、図7には、この図6の各ファイルの総レスポンスタイム(応答時間の総計)と、総アクセス回数のテーブルを示している。
【0067】
まずステップ201、202にて、図4のフローチャートと同様にして、クライアント11からのURL要求を受け付けてモジュール配布判断部24が起動する。
【0068】
モジュール配布判断部24は、ステップ203にて、クライアント11がどの計測モジュールを既に持っているのかを計測データ収集用データベース32から判断する。判断は、クライアント11から送信されたデータの項目数でどれだけ計測モジュールを配布済みなのか判断が可能なため、そのために計測サーバ30の計測データ収集用データベース32を参照する(ステップ504)。
【0069】
クライアント11から送られた計測データの項目が全10項目ならば(計測モジュールの総数が10個である場合)、計測モジュールを全て配布済みと判断し(ステップ505の「YES」)、この時は何も行なわずに終了し、要求されたHTMLファイル25には新たにタグを書き込まない。
【0070】
クライアント11から送られた計測データの項目が10項目に満たないならば計測モジュールの総数が10個である場合)、クライアント11がどの計測モジュールを持っていないのかを判断し、計測データ収集用データベース32(図6)を参照して、要求されたHTMLファイル25に対する平均応答時間を算出する(ステップ505の「NO」からステップ506)。
【0071】
そしてステップ206、207にて、配布規定値設定用データベース33(図5)から、この要求されたHTMLファイル25にアクセスがあった時にいくつの計測モジュールをクライアント11に配布するかを求める(ステップ507〜ステップ508)。
【0072】
なお、配布する計測モジュールの個数を決定する工程をわかりやすく説明するため、図6のグラフの横軸には図5の規定値を書き込んでいる。
【0073】
ここで、平均応答時間の算出から配布数の決定まで(ステップ506〜ステップ508まで)を、図6、図7を用いて説明する。
【0074】
図6のグラフの縦軸の値は、計測データ収集用データベース32の各ウェブページ毎の総応答時間と総アクセス数から各ウェブページの平均応答時間を算出し、計測モジュールM2以降を配布する際の基準とする。
【0075】
ただし、応答時間計測モジュールM1配布直後では、計測データ収集用データベース32に蓄積されるデータが少ないため、正確な平均値が算出できない。これを回避するために、任意に初期値を設定するものとする。例えば、初期値を1000とする。
【0076】
この場合、各ウェブページの総アクセス数が1000件に到達するまでは、平均応答時間に関わらず計測対象に指定したウェブページにアクセスしてきたクライアントに計測モジュールを2個配布する。各ウェブページの総アクセス数が1000件に到達すると、それ以降は計測データ収集用データベース32と配布規定値設定用データベース33に設定された規定値(図5)からクライアントに配布する計測モジュール数を決定する。
【0077】
つまり図6の場合、Page1.html、Page2.htmlは総アクセス数が1000件を越えているためクライアントがPage1.html、Page2.htmlのウェブページにアクセスすると、モジュール配布判断部24が応答時間の記録に基づいて配布する計測モジュールの数を決定するが、Page3.html、Page4.html、Page5.htmlは総アクセス数が1000件未満のため、クライアント11〜13がPage3.html、Page4.html、Page5.htmlのウェブページにアクセスした時には必ず2つの計測モジュールを配布すると判断する。
【0078】
モジュール配布判断部24で決定を行った後は、ステップ208にて、HTMLにモジュール配布判断部24が決定した計測モジュールを各クライアント11に指し示すためのタグを書き込み(ステップ509、510)、クライアント11にHTMLファイル25を送信する。
【0079】
クライアント11は、ステップ209〜212にて、応答時間計測モジュールM1配布時と同様にして、受信したHTMLファイル25を解析し、タグに指定された計測モジュールMxを要求し受け取る。
【0080】
以上説明したように、クライアントへの計測モジュール配布は、その初期段階においてはHTMLファイル25へのアクセス毎にX個(Xは任意、上記の例では2個)ずつの計測モジュールを配布し、以後一定のクライアント数、アクセス数に到達した後(上記の例ではアクセス数が1000回以上)に、その各HTMLファイル25の平均応答時間と設定した計測モジュール配布規定値に従ってモジュール配布数を決定することになる。
【0081】
クライアント数が数千〜数万と増加し、各HTMLファイル25へのアクセス数もクライアント数に比例して増加する毎に、各HTMLファイル25に対する応答時間はより正確な値となり、図6グラフの縦軸の値は常に変動することとなり、応答時間が著しく低下しないようなバランスの良いモジュールの配布が実行できる。
【0082】
次に、本発明の他の実施の形態を説明する。
【0083】
第1の実施の形態においては、応答時間を計測する応答時間計測モジュールM1の配布を、他の計測モジュールM2〜M10と異なり、アクセス対象のウェブページの応答時間によらずに無条件で1番目に送信する方式を例に説明したが、本発明はこれに限るものではなく、応答時間計測モジュールM1も他の計測モジュールM2〜M10と同様にして、アクセス対象のウェブページの応答時間に基づいて配布を制御するものとしてもよい。この場合にも、クライアント数が数千〜数万と増加しているのであれば、十分な数の応答時間計測モジュールM1が各クライアントに配布されて、正確な応答時間の情報を得ることができるからである。
【0084】
第1の実施の形態においては、各クライアントがアクセスするサーバをウェブサーバ20としたが、本発明はこれに限るものではない。例えば、クライアントからのアクセスを受け付けるサーバにおいて、アクセスに対する応答に各計測モジュールを含めてクライアントに返送することにより、第1の実施の形態のウェブページの場合と同様にして実施することができる。
【0085】
第1の実施の形態においては、図1に示されるようにウェブサーバ20と計測サーバ30を別個の装置とする方式を例に説明したが、ウェブサーバ20と計測サーバ30とを一台の装置とする形態も、同様にして実施することができる。
【0086】
なお、上記各実施の形態のアクセス管理システムは、ウェブサーバ20のモジュール配布判断部24や、計測サーバ30の計測データ収集部31の機能や、その他の機能をハードウェア的に実現することは勿論として、各機能を備えるコンピュータプログラムであるアクセス管理プログラム90、91を、コンピュータ処理装置のメモリにロードされることで実現することができる。このアクセス管理プログラム90、91は、磁気ディスク、半導体メモリその他の記録媒体に格納される。そして、その記録媒体からコンピュータ処理装置にロードされ、コンピュータ処理装置の動作を制御することにより、上述した各機能を実現する。
【0087】
以上好ましい実施の形態及び実施例をあげて本発明を説明したが、本発明は必ずしも上記実施の形態及び実施例に限定されるものではなく、その技術的思想の範囲内において様々に変形して実施することができる。
【0088】
【発明の効果】
以上説明したように本発明のアクセス管理システム、サーバ、計測サーバ、及びアクセス管理プログラムによれば、以下のような効果が達成される。
【0089】
第1に、クライアントへの計測モジュール配布時に生じる応答時間の低下を軽減することができる。その理由は、計測モジュールを個々の機能毎に備え、クライアントから要求された(ウェブページ等の)各アクセス対象の過去の応答時間の記録に応じて、計測モジュールを配布する数を制御するためである。これにより、従来のように一度に大きなモジュールを配布する場合に比べて、クライアントに対し、計測モジュールを少しずつ効率よく配布することができる。
【0090】
第2に、応答時間の良い(ウェブページ等の)アクセス対象にアクセスがあった場合の時のみ、計測モジュールを配布することにより、各アクセス対象の応答時間が平均化され、著しく応答時間の悪いアクセスの発生を減らすことができる。
【図面の簡単な説明】
【図1】 本発明の第1の実施の形態によるアクセス管理システムの構成を示すブロック図である。
【図2】 本発明の第1の実施の形態の機能毎に分割された計測モジュールの具体例を示す図である。
【図3】 本発明の第1の実施の形態の機能毎に分割された計測モジュールの計測項目の具体例を示す図である。
【図4】 本発明の第1の実施の形態の応答時間計測モジュールの配布工程を示す図である。
【図5】 本発明の第1の実施の形態のモジュール配布の規定値設定の具体例を示す図である。
【図6】 本発明の第1の実施の形態のアクセス対象の各ウェブページに対し算出された平均応答時間の具体例を示す図である。
【図7】 本発明の第1の実施の形態のアクセス対象の各ウェブページに対する応答時間の総和とアクセスの総数を示す図である。
【図8】 本発明の第1の実施の形態のその他の計測モジュールの配布工程を示す図である。
【図9】 本発明の第1の実施の形態のモジュール配布判断部の動作を示すフローチャート図である。
【図10】 従来のエンドトゥエンドのレスポンス計測システムの構成を示すブロック図である。
【図11】 従来のエンドトゥエンドのレスポンス計測の動作を示す図である。
【符号の説明】
11、12、13 クライアント
20 ウェブサーバ
21 ウェブサーバ処理部
22 コンテンツ用データベース
23 計測モジュール
M1〜M10 個々の機能の計測モジュール
24 モジュール配布判断部
25 HTML文によるウェブページ
30 計測サーバ
31 計測データ収集部
32 計測データ収集用データベース
33 配布規定値設定用データベース
34 配布規定値設定用のGUI部
90、91 アクセス管理プログラム
[0001]
BACKGROUND OF THE INVENTION
The present invention relates to acquisition of information related to access from a client to a server, and in particular, an access management system, a server, a measurement server, and the like that acquire information by distributing a module for acquiring information to each client and notifying the outside. And an access management program.
[0002]
[Prior art]
Conventionally, as a technique for measuring response time of access to a server in a client, there is a method of measuring by distributing a measurement module for measuring response time in a client from the server to the client side. The measurement module measures an end-to-end response time between the client and the server when the client accesses the web page of the server. Then, a measurement result data collection server (measurement server) accepts transmission of measurement data from the measurement module of each client, and collects and analyzes measurement result data.
[0003]
However, this conventional technique has a problem that the response time is remarkably deteriorated when the measurement module is downloaded by each client.
[0004]
Hereinafter, the system configuration of the prior art will be described with reference to FIG. Referring to FIG. 10, this conventional system includes clients 11a to 13a, a web server 20a, and a measurement server 30a.
[0005]
The clients 11a to 13a are user terminals that access web pages to be measured. In the example of FIG. 10, three clients 11a to 13a are shown. However, the number of the clients is not limited to this, and generally increases gradually from several thousand to several tens of thousands.
[0006]
The web server 20a includes a web server processing unit 21a and a content database 22a, and stores an HTML file, a CGI, and a measurement module 23 for distribution.
[0007]
In addition to the response time, the measurement module 23a is a module that can measure a plurality of pieces of information such as a connection form on the client side (as shown in FIG. 3), a host ID, an OS type, and the like.
[0008]
The measurement server 30a includes a measurement data collection unit 31a and a measurement data collection database 32a.
[0009]
Next, operations from distribution of a measurement module to a client in the conventional technique to collection of measurement data will be described with reference to FIGS. 10 and 11.
[0010]
First, a tag for instructing the clients 11a to 13a to download the measurement module is written in an HTML file for response measurement published in the web server 20a in advance.
[0011]
When the client 11a accesses a web page on the web server processing unit 21a (requests a URL) in (1) (step 801), the measurement stored in the content database 22a is performed in (2) by the web server processing unit 21a. The module 23a transmits the HTML file in which the download tag is written to the client 11a (step 802), and the client 11a analyzes the HTML and finds the download tag (step 803).
[0012]
If the measurement module 23a designated by the tag does not exist in the cache in the client 11a, the measurement module 23a is requested to the designation destination in (3) (steps 804 and 805).
[0013]
In (4), the web server processing unit 21a transmits the distribution measurement module 23a stored in the content database 22a to the client 11a (step 806), and the distribution of the measurement module 23a on the client 11a is completed. .
[0014]
Thereafter, each time the client 11a accesses the measurement target web page (step 807), the measurement module 23a measures the end-to-end response time between the client and the web server (step 809), and the measurement is performed in (5). The measurement data is transmitted to the measurement data collection unit 31a of the server 30a (step 810).
[0015]
The measurement data collection unit 31a accumulates the measurement data collected in the measurement data collection database 32a (step 811), and can analyze the response time tendency and the like from this data.
[0016]
[Problems to be solved by the invention]
However, the above-described conventional technique has the following problems.
[0017]
When the client accesses the measurement target URL (measurement target web page) for the first time, the server distributes the measurement module 23a for response measurement to the client. However, the conventional measurement module 23a is multi-functional and has a large size, so that it can be used when the network line is thin (for example, a modem line with a low communication speed) or when the line is thick, the data amount is large. When the bandwidth is limited, there is a problem that the response time is remarkably reduced as compared with the case where the measurement module 23a is not downloaded, and it takes a long time to acquire the web page requested by the client.
[0018]
An object of the present invention is to solve the above-mentioned drawbacks of the prior art, and to access a management system, server, measurement server, and access management program capable of avoiding a significant decrease in response time by efficiently distributing a measurement module to clients. Is to provide.
[0019]
[Means for Solving the Problems]
In order to achieve the above object, an access management system according to the present invention provides an access management system for acquiring information related to access to a server by each client, wherein the server is provided for each access target in the server in each client. Whether to distribute a plurality of types of measurement modules that obtain the information of the types specified for each access to the server at the client when the access from each client is received with reference to the response time required for the access Whether or not is determined based on the response time for each access target.
[0020]
The access management system of the present invention according to claim 2 acquires the response time for each access target in the server in at least one of the measurement modules in the client to which the measurement module is distributed. A response time measurement module, and based on the response time for each access target acquired by the response time measurement module distributed to each client, the content of the response time for each access target referenced by the server It is characterized by updating.
[0021]
In the access management system of the present invention according to claim 3, the measurement server that collects each piece of information acquired by each measurement module at each client to which the measurement module is distributed is sent to the server. The content of the response time for each access target in the server is notified.
[0022]
The access management system of the present invention according to claim 4 is characterized in that the server restricts each measurement module distributed to each client to only the measurement modules not distributed to the client.
[0023]
The access management system of the present invention according to claim 5 is characterized in that when the server accepts access from each client, the response time measurement module is not distributed to the client when the response time measurement module is not distributed. It is distributed to the client.
[0024]
The access management system of the present invention according to claim 6 transmits the distribution of each measurement module to each client in association with the content of response to the access when accepting access from each client. It is characterized by performing by.
[0025]
The access management system of the present invention according to claim 7 is configured such that each access target is based on a comparison result between an average response time of the access by each client to each access target and a predetermined reference response time. Each time, the maximum number of the measurement modules to be distributed to the client by the server is determined in association with the response content to the access to the access target.
[0026]
In the access management system of the present invention according to claim 8, the server has a function of a web server, so that each client accepts access to each web page published by the server, and a request for transmission from each client. Each measurement module is distributed to each client by writing a code for distributing the measurement module to the client on the web page that has received the request and transmitting the code to the client.
[0027]
The access management system according to claim 9 of the present invention provides the response time of access to each web page published by the server of each client from the time when the client requests the server to transmit the web page. , And the time until the client finishes receiving the web page.
[0028]
The server of the present invention according to claim 10 is a server that accepts access from each client, wherein the client refers to a response time required for access to each access target in the server, Whether to distribute each measurement module to the clients when receiving access from each of the clients and a plurality of types of measurement modules that acquire the types of information determined for each access to the server. Means for determining based on the response time for each access target is provided, and each measurement module is distributed to each client.
[0029]
The server of the present invention according to claim 11 responds to at least one of the measurement modules to obtain a response time of access to each access target in the server in the client to which the measurement module is distributed. A time measurement module is provided.
[0030]
The server of the present invention according to claim 12 is recorded in the measurement server by communicating with the measurement server that collects each piece of information acquired in each client to which each measurement module is distributed. The access response time for each access target in the server of each client is referred to.
[0031]
According to a thirteenth aspect of the present invention, there is provided the server according to the present invention, further comprising means for restricting each measurement module distributed to each client to only the measurement modules not distributed to the client.
[0032]
The server according to the fourteenth aspect of the present invention distributes the response time measurement module to the client when the response time measurement module is not distributed to the client at the time of accepting access from each of the clients. It is characterized by that.
[0033]
The server of the present invention according to claim 15 distributes each measurement module to each client by transmitting the measurement module in association with response contents for the access when accepting access from each client. It is characterized by that.
[0034]
According to a sixteenth aspect of the present invention, there is provided the server according to the present invention, wherein the function of the web server includes means for accepting access to each web page published by the server by each client, and the web page accepting a transmission request from each client. A means for distributing each measurement module to each client by writing a code for distributing the measurement module to the client and transmitting the code to the client is provided.
[0035]
The measurement server according to the seventeenth aspect of the present invention is the measurement server that obtains information related to the access of the client from each client. The measurement server distributes the information of the type defined for each access related to the client. Means for collecting information acquired in the client as a distribution destination of the measurement module from a plurality of types of measurement modules to be acquired, and notifying the collected information to a designated server as an access destination of the client Means are provided.
[0036]
The measurement server of the present invention according to claim 18 has a response for acquiring a response time of access to each access target in the server in the client to which the measurement module is distributed in at least one of the measurement modules. A time measurement module is provided, and the contents of the access response time for each access target in the server of each client are notified to the server.
[0037]
The measurement server of the present invention according to claim 19 is based on a comparison result between an average value of response times of the accesses by the clients to the access targets in the server and a predetermined reference response time. For each access target in the server, the server includes means for determining a maximum number of the measurement modules to be distributed to the client in association with a response content to the access to the access target.
[0038]
The access management program of the present invention according to claim 20 controls the computer, and the server of the server that accepts access from each client, for each said client, for each of the types defined for each access to the server in the client In the access management program for controlling the distribution of a plurality of types of measurement modules for acquiring information, a function for referring to the response time of access for each access target in the server of each client, and reception of access from each client Sometimes, a function is provided for determining whether to distribute each measurement module to the client based on the response time for the access target.
[0039]
The access management program of the present invention according to claim 27 is an access management program for acquiring information relating to access of a client from each client by controlling a computer, and relating to access in each client distributed to each client. A function for collecting information acquired at the client to which the measurement module is distributed from a plurality of types of measurement modules for acquiring the types of information determined for each of the modules, and the collected information is stored in the access destination of each client. It is characterized by having a function of notifying a designated server.
[0040]
DETAILED DESCRIPTION OF THE INVENTION
Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.
[0041]
FIG. 1 is a block diagram showing the configuration of the access management system according to the first embodiment of the present invention. Referring to FIG. 1, the access management system according to the present embodiment includes clients 11 to 13, a web server 20, and a measurement server 30.
[0042]
Each client 11 to 13 is a terminal of a user who accesses a web page in the web server 20 that is a target for measuring response time and the like. In the example of FIG. 1, three clients 11 to 13 are shown. However, the number of clients is not limited to this, and generally increases gradually from several thousand to several tens of thousands.
[0043]
The web server 20 is realized by a program-controlled CPU or the like, and receives access from the clients 11 to 13. The web server 20 includes a web server processing unit 21 that publishes a web page, a module distribution determination unit 24 that determines distribution of a measurement module, and a content database 22. The content database 22 stores an HTML file 25 (web page) and CGI indicated by the URL, and each file of the measurement module 23 for distribution.
[0044]
Here, as shown in the examples of FIGS. 2 and 3, the measurement module 23 includes measurement modules M1 to M10 for each function, and is composed of 10 files, each of which is a distribution destination client. In 11 to 13, various information shown in FIG. 3 is acquired and notified to the measurement server 30.
[0045]
Hereinafter, the measurement module that acquires the response time of access to the access target HTML file 25 in the M1 web server 20 is referred to as a response time measurement module. Here, the response time is from the time when each client 11 to 13 requests the web server 20 to transmit the HTML file 25 (web page) until the requested client 11 to 13 finishes receiving the HTML file 25. Time.
[0046]
In the HTML file 25 pointed to by the response measurement target URL, the module distribution determination unit 24 is activated by a technique such as server-side include (SSI) or ASP, and an HTML sentence is dynamically created and stored in each HTML file 25. Write the tag to be inserted.
[0047]
The measurement server 30 is realized by a program-controlled CPU or the like, and collects various information related to access from each of the measurement modules M1 to M10 distributed to each client as shown in FIG. The measurement server 30 sets the number of distribution of the measurement modules M1 to M10 in the web server 20 and the measurement data collection unit 31 that collects various information related to access, the measurement data collection database 32 that stores the collected information. A standard value setting database 33 is provided. Further, a GUI unit 34 for an operation of setting the distribution specified value setting database 33 is provided.
[0048]
Next, the operation of the present embodiment will be described in detail with reference to FIGS. 4, 5, 6, 8, and 9. FIG. 9 is a flowchart illustrating the operation of the module distribution determination unit 24 according to the first embodiment of this invention.
[0049]
First, FIG. 4 will be used to describe the operation up to distribution of the response time measurement module M1 for measuring the response time between the client 11 and the web server 20 from the measurement modules (FIG. 2) divided into functional units. I will explain.
[0050]
In addition to the function of measuring the response time, the response time measurement module M1 also has a function of acquiring the IP address of the client 11 in order to specify who the measurement data is from.
[0051]
4 and 9, when the client 11 accesses a web page on the web server processing unit 21 (requests a URL) in step 101, the HTML file 25 of the URL accessed by the client 11 is stored in step 102. Written SSI (Server Side Include) or ASP (Active Server)
Pages) activates the module distribution determination unit 24.
[0052]
In step 103, the module distribution determining unit 24 searches the IP address in the measurement data collection database 32 in the measurement server 30 to confirm whether the client 11 has accessed in the past (step 501).
[0053]
If the measurement data from the client 11 is not in the measurement data collection database 32, the module distribution determination unit 24 determines that the client 11 is the first client to access the measurement target URL (step 502).
[0054]
Here, an example will be described in which it is determined in step 105 that the client 11 is the first access.
[0055]
In step 106, the module distribution determination unit 24 measures a response time on the client 11 and transmits a tag for the client 11 to download a response time measurement module M1 that is a measurement module that transmits the response time to the measurement server 30. The web server processing unit 21 transmits the HTML file 25 in which the tag for downloading the response time measurement module M1 is written to the client 11 (steps 503 and 510). In step 107, the client 11 analyzes the received HTML file 25 and finds a tag for downloading the response time measurement module M1 written in step 106.
[0056]
Since the response time measurement module M1 specified by the tag does not exist in the cache in the client 11, in step 109, the response time measurement module M1 is requested to the request destination in the web server 20 specified by the tag.
[0057]
In step 110, the web server processing unit 21 transmits the response time measurement module M1 for distribution stored in the content database 22 to the client 11, and the distribution of the response time measurement module M1 to the client 11 as described above. Is completed.
[0058]
Thereafter, when the client 11 accesses the measurement target URL of the web server 20 and acquires the HTML file 25 in steps 111 and 112, the distributed response time measurement module M1 acquires the HTML file 25. In step 114, measurement data indicating the measurement result is transmitted to the measurement server 30.
[0059]
Thereafter, every time the client 11 accesses the measurement target URL, the response time measurement module M1 operates on the client 11 to measure and measure the response time between the client 11 and the web server processing unit 21 for each access target. Response time measurement data is transmitted to the measurement data collection unit 31 of the server 30. In the measurement server 30, the response time and IP address of the client 11 are sequentially stored in the measurement data collection database 32.
[0060]
Next, FIG. 5 shows the operation of the module distribution determination unit 24 that determines at what timing the remaining measurement modules Mx (x = 2, 3,..., 10) other than the response time measurement module M1 are distributed to the client 11. This will be described with reference to FIGS. 6, 8, and 9.
[0061]
First, the measurement module distribution specified value will be described. The measurement module distribution specified value is whether or not the measurement modules M2 to M10 are distributed to the clients 11 to 13 for each response time of each measurement target URL (web page to be accessed) in the web server 20. This is a reference value used to determine The measurement module distribution specified value can be set by the user using the GUI unit 34, for example. The set measurement module distribution specified value is stored in the distribution specified value setting database 33.
[0062]
A specific example of setting the measurement module distribution specified value is shown in the table of FIG. In the specific example of FIG. 5, when the average response time of each web page is 5 seconds or more, the measurement module is not distributed even if the client accesses this web page. Distribute 1 for 3 seconds to less than 5 seconds, 2 for 2 seconds to less than 3 seconds, 3 for more than 1 second to less than 2 seconds, 5 for less than 1 second Then it is set. Further, the distribution default value can be arbitrarily set by the system administrator.
[0063]
Thus, based on the comparison result between the average response time of each web page and the reference response times of 1 second, 2 seconds, 3 seconds, and 5 seconds, the maximum number of measurement modules distributed to the clients on each web page Determine the number.
[0064]
Next, in order to facilitate the explanation, a description will be given using a graph showing the relationship between the measurement target URL from the data in the measurement data collection database 32 and the respective average response times.
[0065]
A graph of the average response time for each web page is shown in FIG. The vertical axis value in the graph of FIG. 6 is an average value of response times measured by the response time measurement module M1 and accumulated in the measurement data collection database 32 when the clients 11 to 13 access the measurement target URL. The total response time from 11 to 13 is divided by the total number of accesses. The horizontal axis indicates each file of each measurement target URL.
[0066]
FIG. 7 shows a table of the total response time (total response time) and the total number of accesses for each file in FIG.
[0067]
First, in steps 201 and 202, the module distribution determination unit 24 is activated in response to a URL request from the client 11 as in the flowchart of FIG.
[0068]
In step 203, the module distribution determination unit 24 determines from the measurement data collection database 32 which measurement module the client 11 already has. Since it is possible to determine how many measurement modules have been distributed by the number of data items transmitted from the client 11, the determination is made by referring to the measurement data collection database 32 of the measurement server 30 (step 504).
[0069]
If all the measurement data items sent from the client 11 are 10 items (when the total number of measurement modules is 10), it is determined that all the measurement modules have been distributed (“YES” in step 505). The process ends without doing anything, and no new tag is written in the requested HTML file 25.
[0070]
(If the number of measurement data items sent from the client 11 is less than 10 items, the total number of measurement modules is 10), it is determined which measurement module the client 11 does not have, and a measurement data collection database 32 (FIG. 6), the average response time for the requested HTML file 25 is calculated (from “NO” in step 505 to step 506).
[0071]
Then, in steps 206 and 207, the number of measurement modules to be distributed to the client 11 when the requested HTML file 25 is accessed is obtained from the distribution specified value setting database 33 (FIG. 5) (step 507). ~ Step 508).
[0072]
In order to easily explain the process of determining the number of measurement modules to be distributed, the specified value of FIG. 5 is written on the horizontal axis of the graph of FIG.
[0073]
Here, from the calculation of the average response time to the determination of the number of distributions (from step 506 to step 508) will be described using FIG. 6 and FIG.
[0074]
The value on the vertical axis of the graph of FIG. 6 is calculated when the average response time of each web page is calculated from the total response time and the total number of accesses for each web page in the measurement data collection database 32, and the measurement modules M2 and later are distributed. The standard.
[0075]
However, immediately after distribution of the response time measurement module M1, there is little data stored in the measurement data collection database 32, so an accurate average value cannot be calculated. In order to avoid this, an initial value is arbitrarily set. For example, the initial value is 1000.
[0076]
In this case, until the total number of accesses of each web page reaches 1000, two measurement modules are distributed to clients that have accessed the web page designated as the measurement target regardless of the average response time. When the total number of accesses of each web page reaches 1000, the number of measurement modules to be distributed to the client from the specified values (FIG. 5) set in the measurement data collection database 32 and the distribution specified value setting database 33 is thereafter determined. decide.
[0077]
In other words, in the case of FIG. 6, since the total number of accesses for Page1.html and Page2.html exceeds 1000, when the client accesses the Web page of Page1.html and Page2.html, the module distribution determination unit 24 displays the response time. The number of measurement modules to be distributed is determined based on the records, but since the total number of accesses for Page3.html, Page4.html, and Page5.html is less than 1000, clients 11 to 13 have Page3.html, Page4.html, When accessing the Web page of Page5.html, it is determined that two measurement modules will be distributed.
[0078]
After the determination by the module distribution determination unit 24, in step 208, a tag for indicating the measurement module determined by the module distribution determination unit 24 to each client 11 is written in HTML (steps 509 and 510). The HTML file 25 is transmitted to.
[0079]
In steps 209 to 212, the client 11 analyzes the received HTML file 25 and requests and receives the measurement module Mx specified in the tag in the same manner as when the response time measurement module M1 is distributed.
[0080]
As described above, in the initial stage of distribution of measurement modules to clients, X measurement modules are distributed for each access to the HTML file 25 (X is optional, in the above example, 2), and thereafter After reaching a certain number of clients and the number of accesses (in the above example, the number of accesses is 1000 times or more), the average of the respective HTML files 25 Response time The number of module distributions is determined in accordance with the measurement module distribution specified value set.
[0081]
Each time the number of clients increases to several thousand to several tens of thousands and the number of accesses to each HTML file 25 also increases in proportion to the number of clients, the response time for each HTML file 25 becomes a more accurate value. The value on the vertical axis always fluctuates, and it is possible to execute a well-balanced module distribution that does not significantly reduce the response time.
[0082]
Next, another embodiment of the present invention will be described.
[0083]
In the first embodiment, unlike the other measurement modules M2 to M10, the distribution of the response time measurement module M1 for measuring the response time is unconditionally first regardless of the response time of the web page to be accessed. However, the present invention is not limited to this, and the response time measurement module M1 is based on the response time of the web page to be accessed in the same manner as the other measurement modules M2 to M10. The distribution may be controlled. Also in this case, if the number of clients is increased to several thousand to several tens of thousands, a sufficient number of response time measurement modules M1 are distributed to each client, and accurate response time information can be obtained. Because.
[0084]
In the first embodiment, the server accessed by each client is the web server 20, but the present invention is not limited to this. For example, in a server that accepts access from a client, each measurement module is included in a response to access and sent back to the client, and this can be implemented in the same manner as in the case of the web page of the first embodiment.
[0085]
In the first embodiment, as illustrated in FIG. 1, the system in which the web server 20 and the measurement server 30 are separate devices has been described as an example. However, the web server 20 and the measurement server 30 are configured as a single device. The embodiment can be implemented in the same manner.
[0086]
Note that the access management system according to each of the embodiments described above realizes the functions of the module distribution determination unit 24 of the web server 20, the measurement data collection unit 31 of the measurement server 30, and other functions in hardware. As described above, the access management programs 90 and 91, which are computer programs having the respective functions, can be realized by being loaded into the memory of the computer processing apparatus. The access management programs 90 and 91 are stored in a magnetic disk, a semiconductor memory or other recording medium. Each function described above is realized by being loaded from the recording medium into the computer processing apparatus and controlling the operation of the computer processing apparatus.
[0087]
Although the present invention has been described with reference to the preferred embodiments and examples, the present invention is not necessarily limited to the above-described embodiments and examples, and various modifications can be made within the scope of the technical idea. Can be implemented.
[0088]
【The invention's effect】
As described above, according to the access management system, server, measurement server, and access management program of the present invention, the following effects are achieved.
[0089]
First, it is possible to reduce a decrease in response time that occurs when a measurement module is distributed to a client. The reason is that a measurement module is provided for each function, and the number of measurement modules distributed is controlled according to the past response time record of each access target (such as a web page) requested by the client. is there. Thereby, it is possible to efficiently distribute the measurement module little by little to the client as compared with the case where a large module is distributed at a time as in the conventional case.
[0090]
Secondly, by distributing the measurement module only when the access target with good response time (such as a web page) is accessed, the response time of each access target is averaged, and the response time is extremely poor. The occurrence of access can be reduced.
[Brief description of the drawings]
FIG. 1 is a block diagram showing a configuration of an access management system according to a first embodiment of the present invention.
FIG. 2 is a diagram illustrating a specific example of a measurement module divided for each function according to the first embodiment of this invention.
FIG. 3 is a diagram illustrating a specific example of measurement items of a measurement module divided for each function according to the first embodiment of this invention;
FIG. 4 is a diagram illustrating a distribution process of the response time measurement module according to the first embodiment of this invention.
FIG. 5 is a diagram illustrating a specific example of setting a specified value for module distribution according to the first embodiment of this invention;
FIG. 6 is a diagram illustrating a specific example of an average response time calculated for each web page to be accessed according to the first embodiment of this invention.
FIG. 7 is a diagram illustrating a sum of response times and a total number of accesses for each web page to be accessed according to the first embodiment of this invention.
FIG. 8 is a diagram showing a distribution process of other measurement modules according to the first embodiment of the present invention;
FIG. 9 is a flowchart illustrating the operation of the module distribution determination unit according to the first embodiment of this invention.
FIG. 10 is a block diagram showing a configuration of a conventional end-to-end response measurement system.
FIG. 11 is a diagram showing a conventional end-to-end response measurement operation.
[Explanation of symbols]
11, 12, 13 clients
20 Web server
21 Web server processor
22 Database for contents
23 Measurement module
M1 to M10 Measurement modules for individual functions
24 Module distribution decision section
25 Web page in HTML
30 Measurement server
31 Measurement data collection unit
32 Measurement data collection database
33 Distribution default value setting database
34 GUI section for setting distribution defaults
90, 91 Access management program

Claims (26)

各クライアントによるサーバへのアクセスに関する情報を取得するアクセス管理システムにおいて、
前記サーバが、
各前記クライアントにおける当該サーバ内の各アクセス対象毎へのアクセスに要した応答時間を参照する処理と、各前記クライアントからのアクセスの受付時に、前記クライアントにおいて当該サーバへのアクセスに関するそれぞれに定められた種類の情報を取得する複数種類の各計測モジュールを配布するか否かを、前記アクセス対象毎の前記応答時間に基づいて決定する処理を実行するモジュール配布判断部を備えることを特徴とするアクセス管理システム。
In an access management system that acquires information related to server access by each client,
The server is
A process for referring to a response time required for access to each access target in the server in each of the clients, and access to the server in the clients at the time of accepting access from each of the clients. Access management comprising a module distribution determination unit that executes a process of determining whether or not to distribute a plurality of types of measurement modules for acquiring types of information based on the response time for each access target system.
前記サーバが、
前記クライアントにおける、当該サーバ内の各アクセス対象毎の前記応答時間を取得する応答時間計測モジュールを備える前記計測モジュールを前記クライアントに配布する処理を実行する処理部を備え、
前記モジュール配布判断部は、
前記クライアントに配布された前記応答時間計測モジュールによって取得される各アクセス対象毎の前記応答時間を参照する処理と、前記クライアントに対してその他の前記計測モジュールを配布するか否かを、前記応答時間計測モジュールが取得する前記アクセス対象毎の前記応答時間に基づいて決定する処理を実行することを特徴とする請求項1に記載のアクセス管理システム。
The server is
The definitive client, provided with a processing unit that executes processing for distributing the measurement module comprises a response time measurement module for acquiring the response time to each access target each in the server to the client,
The module distribution determination unit
Processing for referring to the response time for each access target acquired by the response time measurement module distributed to the client, and whether or not to distribute other measurement modules to the client. The access management system according to claim 1, wherein a process for determining based on the response time for each access target acquired by a measurement module is executed .
前記サーバの前記モジュール配布判断部が、各前記計測モジュールによって当該計測モジュールの配布先の各前記クライアントにおいて取得された各前記情報を収集する前記計測サーバから通知される、各前記クライアントの当該サーバ内の各アクセス対象毎の前記応答時間の内容を取得することを特徴とする請求項2に記載のアクセス管理システム。 The module distribution determination unit of the server, each of said measuring module by being notified from the measurement server for collecting each of said information acquired in each of said client distribution destination of the measurement modules within the server of each said client The access management system according to claim 2, wherein the content of the response time for each access target is acquired . 前記サーバの前記処理部が、各前記クライアントに配布する各前記計測モジュールを、当該クライアントに対して未配布の前記計測モジュールのみに制限する処理を実行することを特徴とする請求項2又は請求項3に記載のアクセス管理システム。 The said processing part of the said server performs the process which restrict | limits each said measurement module distributed to each said client only to the said measurement module which has not been distributed with respect to the said client. 3. The access management system according to 3. 前記サーバのモジュール配布判断部が、各前記計測モジュールによって当該計測モジュールの配布先の各前記クライアントにおいて取得された各前記情報を収集する計測サーバから通知される、各前記クライアントの当該サーバ内の各アクセス対象毎の前記応答時間の内容を取得し、
前記サーバの処理部が、
各前記クライアントからのアクセスの受付時に、当該クライアントに対して前記応答時間計測モジュールが未配布である場合に、前記応答時間計測モジュールを当該クライアントに配布することを特徴とする請求項2に記載のアクセス管理システム。
The module distribution determination unit of the server is notified from the measurement server that collects the information acquired by the measurement module at each of the clients to which the measurement module is distributed. Get the response time details for each access target,
The processing unit of the server is
Upon reception of access from the said client, said response time measurement module with respect to the client if it is not yet distributed, according to the response time measurement module to claim 2, characterized in that to distribute to the client Access management system.
前記サーバが、
各前記計測モジュールの各前記クライアントへの配布を、各前記クライアントからのアクセスの受付時に、前記アクセスに対する応答内容に基づいて当該クライアントに対して未配布の前記計測モジュールを判断し、当該クライアントに対して未配布の前記計測モジュールを送信することにより行なうことを特徴とする請求項2から請求項5のいずれか1つに記載のアクセス管理システム。
The server is
Distribution of each of the measurement modules to each of the clients is performed, and upon receipt of access from each of the clients, the measurement module that has not been distributed to the client is determined based on the response content to the access, and 6. The access management system according to claim 2 , wherein the measurement module is transmitted by transmitting the undistributed measurement module .
前記サーバが、
各前記計測モジュールを前記クライアントに所定個数配布し、各前記アクセス対象への各前記クライアントによるアクセス数が所定のアクセス数に達した後、各前記アクセス対象への各前記クライアントによる前記アクセスの応答時間の平均値と、定められた基準応答時間とを比較し、
当該比較結果に基づいて、各前記アクセス対象毎に、当該アクセス対象へのアクセスに対する応答内容に基づいて当該クライアントに対して未配布の前記計測モジュールを判断し、当該クライアントに配布する当該クライアントに対して未配布の前記計測モジュールの配布数を決定する処理を実行することを特徴とする請求項6に記載のアクセス管理システム。
The server is
A predetermined number of each measurement module is distributed to the clients, and after the number of accesses by each client to each access target reaches a predetermined access number, the response time of the access by each client to each access target Compare the average value of and the standard response time
Based on the comparison result, each said access subject on the basis of the response content for access to the access target to determine the measurement module not yet distributed to the client, to the client to distribute to the client The access management system according to claim 6, wherein a process for determining a distribution number of the measurement modules that have not been distributed is executed.
各前記アクセス対象への各前記クライアントによる前記アクセスの応答時間の平均値と、定められた基準応答時間との比較結果に基づいて、各前記アクセス対象毎に、当該アクセス対象へのアクセスに対する応答内容に基づいて当該クライアントに対して未配布の前記計測モジュールを判断し、前記サーバが当該クライアントに配布する当該クライアントに対して未配布の前記計測モジュールの最大個数を決定する処理を実行することを特徴とする請求項6又は請求項7に記載のアクセス管理システム。Response contents for access to the access target for each access target based on the comparison result between the average response time of the access by each of the clients to each access target and a predetermined reference response time characterized in that to determine the measurement module not yet distributed to the client, the server executes a process of determining the maximum number of the measurement modules of the non-distributed to the clients to be distributed to the client based on the The access management system according to claim 6 or 7 . 前記サーバが、
ウェブサーバの機能を備え、
各前記クライアントによる当該サーバが公開する各ウェブページへのアクセスを受け付け、
各前記クライアントから送信の要求を受け付けた前記ウェブページに、前記計測モジュールを当該クライアントへ配布するためのコードを記載して当該クライアントに送信することにより、各前記クライアントに対し各前記計測モジュールを配布する処理を実行することを特徴とする請求項8に記載のアクセス管理システム。
The server is
It has a web server function .
Accepting access to each web page published by the server by each client,
Each measurement module is distributed to each client by writing a code for distributing the measurement module to the client on the web page that has received a transmission request from each client and transmitting the code to the client. The access management system according to claim 8 , wherein a process is performed .
各前記クライアントの前記サーバが公開する各前記ウェブページへのアクセスの前記応答時間が、前記クライアントが前記サーバに前記ウェブページの送信を要求した時点から、前記クライアントが当該ウェブページの受信を終了するまでの時間であることを特徴とする請求項9に記載のアクセス管理システム。The response time for access to each of said web page by the server of each said client publishes is, from the time when the client requests the transmission of the web page to the server, the client terminates the reception of the Web page 10. The access management system according to claim 9 , wherein the time is up to 各クライアントからのアクセスを受け付けるサーバにおいて、
各前記クライアントにおける、当該サーバ内の各アクセス対象毎へのアクセスに要した応答時間を参照する処理と、前記クライアントにおいて当該サーバへのアクセスに関するそれぞれに定められた種類の情報を取得する複数種類の計測モジュールと、
各前記クライアントからのアクセスの受付時に、各前記計測モジュールを前記クライアントに配布するか否かを、当該アクセス対象毎の前記応答時間に基づいて決定する処理を実行するモジュール配布判断部を備え
各前記クライアントに対し各前記計測モジュールを配布することを特徴とするサーバ。
In the server that accepts access from each client,
In each of the clients, a process of referring to a response time required for accessing each access target in the server, and a plurality of types of information for acquiring the types of information determined for the access to the server in the client. A measurement module;
A module distribution determination unit that executes a process of determining whether to distribute each measurement module to the client based on the response time for each access target when receiving an access from each client;
Each of the measurement modules is distributed to each of the clients.
前記クライアントにおける、当該サーバ内の各アクセス対象毎の前記応答時間を取得する応答時間計測モジュールを備える前記計測モジュールを前記クライアントに配布する処理を実行する処理部を備え、
前記モジュール配布判断部が、
前記クライアントに配布された前記応答時間計測モジュールによって取得される各アクセス対象毎の前記応答時間を参照する処理と、前記クライアントに対してその他の前記計測モジュールを配布するか否かを、前記応答時間計測モジュールが取得する前記アクセス対象毎の前記応答時間に基づいて決定する処理を実行し、
前記処理部が、前記クライアントに対しその他の前記計測モジュールを配布することを特徴とする請求項11に記載のサーバ。
The definitive client, provided with a processing unit that executes processing for distributing the measurement module comprises a response time measurement module for acquiring the response time to each access target each in the server to the client,
The module distribution determination unit
A process of referring to the response time of each access target acquired by the response time measuring module distributed to the client, whether to distribute other the measuring module to the client, the response time Execute the process of determining based on the response time for each access target that the measurement module acquires,
The server according to claim 11 , wherein the processing unit distributes the other measurement modules to the client .
前記モジュール配布判断部は、
各前記計測モジュールが当該計測モジュールの配布先の各前記クライアントにおいて取得した各前記情報を収集する計測サーバにおいて記録された、各前記クライアントの当該サーバ内の各アクセス対象毎の前記アクセスの応答時間を取得することを特徴とする請求項12に記載のサーバ。
The module distribution determination unit
The response time of the access for each access target in the server of each client recorded in the measurement server that collects each piece of information acquired by each measurement module in each of the clients to which the measurement module is distributed. The server according to claim 12 , wherein the server is acquired .
前記処理部は、
各前記クライアントに配布する各前記計測モジュールを、当該クライアントに対して未配布の前記計測モジュールのみに制限する処理を実行することを特徴とする請求項12又は請求項13に記載のサーバ。
The processor is
14. The server according to claim 12 , wherein a process of limiting each measurement module distributed to each client to only the measurement modules not distributed to the client is executed .
各前記計測モジュールによって当該計測モジュールの配布先の各前記クライアントにおいて取得された各前記情報を収集する計測サーバにおいて記録された、各前記クライアントの当該サーバ内の各アクセス対象毎の前記アクセスの応答時間を取得し、
前記処理部は、
各前記クライアントに配布する各前記計測モジュールを、当該クライアントに対して未配布の前記計測モジュールのみに制限し、各前記クライアントからのアクセスの受付時において、当該クライアントに対して前記応答時間計測モジュールが未配布である場合に、前記応答時間計測モジュールを当該クライアントに配布する処理を実行することを特徴とする請求項11に記載のサーバ。
The access response time for each access target in the server of each client, recorded in the measurement server that collects each piece of information acquired by each measurement module in each client to which the measurement module is distributed. Get
The processor is
The measurement modules distributed to the clients are limited to the measurement modules that have not been distributed to the clients, and the response time measurement module is provided to the clients at the time of accepting access from the clients. The server according to claim 11 , wherein, when not distributed, processing for distributing the response time measurement module to the client is executed .
各前記計測モジュールの各前記クライアントへの配布に際し、各前記クライアントからのアクセスの受付時に、前記アクセスに対する応答内容に基づいて当該クライアントに対して未配布の前記計測モジュールを判断し、当該クライアントに対して未配布の前記計測モジュールを送信する処理を実行することを特徴とする請求項12から請求項15のいずれか1つに記載のサーバ。Upon distribution of each measurement module to each client, upon receipt of access from each client, the measurement module that has not been distributed to the client is determined based on the response content to the access, and The server according to any one of claims 12 to 15 , wherein a process of transmitting the undistributed measurement module is executed . 各前記計測モジュールを前記クライアントに所定個数配布し、各前記アクセス対象への各前記クライアントによるアクセス数が所定のアクセス数に達した後、各前記アクセス対象への各前記クライアントによる前記アクセスの応答時間の平均値と、定められた基準応答時間とを比較し、
当該比較結果に基づいて、各前記アクセス対象毎に、当該アクセス対象へのアクセスに対する応答内容に基づいて当該クライアントに対して未配布の前記計測モジュールを判断し、当該クライアントに配布する当該クライアントに対して未配布の前記計測モジュールの配布数を決定する処理を実行することを特徴とする請求項16に記載のサーバ。
A predetermined number of each measurement module is distributed to the clients, and after the number of accesses by each client to each access target reaches a predetermined access number, the response time of the access by each client to each access target Compare the average value of and the standard response time
Based on the comparison result, each said access subject on the basis of the response content for access to the access target to determine the measurement module not yet distributed to the client, to the client to distribute to the client wherein the undistributed Te measuring module server of claim 16, wherein performing the process of determining the number distribution.
ウェブサーバの機能により、各前記クライアントによる当該サーバが公開する各ウェブページへのアクセスを受け付ける手段と、
各前記クライアントから送信の要求を受け付けた前記ウェブページに、前記計測モジュールを当該クライアントへ配布するためのコードを記載して当該クライアントに送信することにより、各前記クライアントに対し各前記計測モジュールを配布する手段を備えることを特徴とする請求項16又は請求項17に記載のサーバ。
Means for accepting access to each web page published by the server by each client by the function of the web server;
Each measurement module is distributed to each client by writing a code for distributing the measurement module to the client on the web page that has received a transmission request from each client and transmitting the code to the client. The server according to claim 16 or 17 , further comprising:
コンピュータを制御することにより、各クライアントからのアクセスを受け付けるサーバの、各前記クライアントに対する、前記クライアントにおいて当該サーバへのアクセスに関するそれぞれに定められた種類の情報を取得する複数種類の計測モジュールの配布を制御するアクセス管理プログラムにおいて、
前記アクセス管理プログラムが、前記サーバに
各前記クライアントの当該サーバ内の各アクセス対象毎のアクセスの応答時間を参照する機能と、
各前記クライアントからのアクセスの受付時に、各前記計測モジュールを前記クライアントに配布するか否かを、当該アクセス対象に対する前記応答時間に基づいて決定する機能を実行させることを特徴とするアクセス管理プログラム。
Distribution of a plurality of types of measurement modules that acquire information of the types determined for each access to the server in the client for each client of the server that receives access from each client by controlling the computer In the access management program to control
A function for the access management program to refer to a response time of access for each access target in the server of the client to the server;
An access management program for executing a function of determining whether to distribute each measurement module to the client based on the response time with respect to the access target at the time of accepting access from each of the clients.
前記サーバに、
前記クライアントにおける、当該サーバ内の各アクセス対象毎の前記応答時間を取得する応答時間計測モジュールを備える前記計測モジュールを前記クライアントに配布する機能と、
前記クライアントに配布された前記応答時間計測モジュールが取得する各アクセス対象毎の前記応答時間を参照する機能と、
前記クライアントに対してその他の前記計測モジュールを配布するか否かを、前記応答時間計測モジュールが取得する前記アクセス対象毎の前記応答時間に基づいて決定する機能を実行させることを特徴とする請求項19に記載のアクセス管理プログラム。
To the server,
Definitive to the client, the ability to distribute the measurement module comprises a response time measurement module for acquiring the response time to each access target each in the server to the client,
A function for referring to the response time for each access target acquired by the response time measurement module distributed to the client ;
The function for determining whether or not to distribute the other measurement module to the client based on the response time for each access target acquired by the response time measurement module is executed. 19. An access management program according to 19.
前記サーバに、
各前記計測モジュールが当該計測モジュールの配布先の各前記クライアントにおいて取得した各前記情報を収集する計測サーバにおいて記録された、各前記クライアントの当該サーバ内の各アクセス対象毎の前記アクセスの応答時間を取得する機能を実行させる特徴とする請求項20に記載のアクセス管理プログラム。
To the server,
The response time of the access for each access target in the server of each client recorded in the measurement server that collects each piece of information acquired by each measurement module in each of the clients to which the measurement module is distributed. 21. The access management program according to claim 20, wherein a function to be acquired is executed .
前記サーバに、
各前記クライアントに配布する各前記計測モジュールを、当該クライアントに対して未配布の前記計測モジュールのみに制限する機能を実行させることを特徴とする請求項20又は請求項21に記載のアクセス管理プログラム。
To the server,
The access management program according to claim 20 or 21, wherein each measurement module distributed to each client is caused to execute a function of limiting only the measurement modules not distributed to the client.
前記サーバに、
各前記計測モジュールが当該計測モジュールの配布先の各前記クライアントにおいて取得した各前記情報を収集する計測サーバにおいて記録された、各前記クライアントの当該サーバ内の各アクセス対象毎の前記アクセスの応答時間を取得する機能と、
各前記クライアントに配布する各前記計測モジュールを、当該クライアントに対して未配布の前記計測モジュールのみに制限し、各前記クライアントからのアクセスの受付時において、当該クライアントに対して前記応答時間計測モジュールが未配布である場合に、前記応答時間計測モジュールを当該クライアントに配布する機能を実行させることを特徴とする請求項19に記載のアクセス管理プログラム。
To the server,
The response time of the access for each access target in the server of each client recorded in the measurement server that collects each piece of information acquired by each measurement module in each of the clients to which the measurement module is distributed. The ability to get and
The measurement modules distributed to the clients are limited to the measurement modules that have not been distributed to the clients, and the response time measurement module is provided to the clients at the time of accepting access from the clients. The access management program according to claim 19, wherein when not distributed, a function of distributing the response time measurement module to the client is executed.
前記サーバに、
各前記計測モジュールの各前記クライアントへの配布に際し、各前記クライアントからのアクセスの受付時に、前記アクセスに対する応答内容に基づいて当該クライアントに対して未配布の前記計測モジュールを判断し、当該クライアントに対して未配布の前記計測モジュールを送信する機能を実行させることを特徴とする請求項20から請求項23のいずれか1つに記載のアクセス管理プログラム。
To the server,
Upon distribution of each measurement module to each client, upon receipt of access from each client, the measurement module that has not been distributed to the client is determined based on the response content to the access, and The access management program according to any one of claims 20 to 23 , wherein a function of transmitting the undistributed measurement module is executed .
前記サーバに、
各前記計測モジュールを前記クライアントに所定個数配布し、各前記アクセス対象への各前記クライアントによるアクセス数が所定のアクセス数に達した後、各前記アクセス対 象への各前記クライアントによる前記アクセスの応答時間の平均値と、定められた基準応答時間とを比較する機能と、
当該比較結果に基づいて、各前記アクセス対象毎に、当該アクセス対象へのアクセスに対する応答内容に基づいて当該クライアントに対して未配布の前記計測モジュールを判断し、当該クライアントに配布する当該クライアントに対して未配布の前記計測モジュールの配布数を決定する機能を実行させることを特徴とする請求項24に記載のアクセス管理プログラム。
To the server,
Each said measurement module to distribute a predetermined number to the client, after which the number of accesses by each of said clients to each of said access target has reached a predetermined number of accesses, the response of the access by each of said clients to each of said access Target A function for comparing the average value of time with a set reference response time;
Based on the comparison result, each said access subject on the basis of the response content for access to the access target to determine the measurement module not yet distributed to the client, to the client to distribute to the client access management program according to claim 24, characterized in that to execute a function of determining the number distribution of the measurement module of undelivered Te.
前記サーバに、
各前記クライアントによる当該サーバが公開する各ウェブページへのアクセスを受け付けるウェブサーバの機能と、
各前記クライアントから送信の要求を受け付けた前記ウェブページに、前記計測モジュールを当該クライアントへ配布するためのコードを記載して当該クライアントに送信することにより、各前記クライアントに対し各前記計測モジュールを配布する機能を実行させることを特徴とする請求項24又は請求項25に記載のアクセス管理プログラム。
To the server,
A function of a web server that accepts access to each web page published by the server by each of the clients;
Each measurement module is distributed to each client by writing a code for distributing the measurement module to the client on the web page that has received a transmission request from each client and transmitting the code to the client. 26. The access management program according to claim 24 or 25 , wherein the access management program is configured to execute a function to execute the function.
JP2001354213A 2001-11-20 2001-11-20 Access management system and access management program for distributing measurement modules in response measurement Expired - Fee Related JP3780913B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001354213A JP3780913B2 (en) 2001-11-20 2001-11-20 Access management system and access management program for distributing measurement modules in response measurement

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001354213A JP3780913B2 (en) 2001-11-20 2001-11-20 Access management system and access management program for distributing measurement modules in response measurement

Publications (2)

Publication Number Publication Date
JP2003157173A JP2003157173A (en) 2003-05-30
JP3780913B2 true JP3780913B2 (en) 2006-05-31

Family

ID=19166104

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001354213A Expired - Fee Related JP3780913B2 (en) 2001-11-20 2001-11-20 Access management system and access management program for distributing measurement modules in response measurement

Country Status (1)

Country Link
JP (1) JP3780913B2 (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008004125A (en) * 2007-09-03 2008-01-10 Hitachi Ltd Load control method and apparatus, and processing program thereof
US10666533B2 (en) 2012-07-20 2020-05-26 Oracle International Corporation Tag latency monitoring and control system for enhanced web page performance
US8706871B2 (en) 2012-07-20 2014-04-22 Blue Kai, Inc. Tag latency monitoring and control system for enhanced web page performance
US9723057B2 (en) 2014-09-25 2017-08-01 Oracle International Corporation Reducing web page load latency by scheduling sets of successive outgoing HTTP calls

Also Published As

Publication number Publication date
JP2003157173A (en) 2003-05-30

Similar Documents

Publication Publication Date Title
US11032388B2 (en) Methods for prerendering and methods for managing and configuring prerendering operations
US7483941B2 (en) System and method for dynamically inserting prefetch tags by the web server
US7558850B2 (en) Method for managing input/output (I/O) performance between host systems and storage volumes
US10079907B2 (en) Cached data detection
US6493810B1 (en) Method and system for allocating cache memory for a network database service
US6779119B1 (en) Actual and perceived response time, user interface, and security via usage patterns
US6185615B1 (en) Method and system for consolidating related partial operations into a transaction log
US9805006B1 (en) Asynchronous loading of scripts in web pages
US7552115B2 (en) Method and system for efficient generation of storage reports
US20110276623A1 (en) File bundling for cache servers of content delivery networks
US20090132621A1 (en) Selecting storage location for file storage based on storage longevity and speed
US20120041970A1 (en) Distributed data cache for on-demand application acceleration
US8407423B2 (en) Automatic determination of read-ahead amount
JP2006011860A (en) System configuration management program and system configuration management device
US20080177948A1 (en) Method and apparatus for managing placement of data in a tiered storage system
US8108513B2 (en) Remote monitoring of local behavior of network applications
CN113177179B (en) Data request connection management method, device, equipment and storage medium
JP3780913B2 (en) Access management system and access management program for distributing measurement modules in response measurement
US10970250B2 (en) System, data management method, and file server
KR100681799B1 (en) Log management system and method using the same
WO2016088237A1 (en) Distribution method, device, and program
US20230137673A1 (en) Systems and methods for dynamically scaling remote resources
EP3855707B1 (en) Systems, methods, and storage media for managing traffic on a digital content delivery network
US7970744B2 (en) Minimizing problems in accessing referred content
CN111052072A (en) Installation-free application program downloading method and device

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20051021

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20051107

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20060106

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20060214

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20060227

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100317

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100317

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110317

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110317

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120317

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120317

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130317

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130317

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20140317

Year of fee payment: 8

LAPS Cancellation because of no payment of annual fees