JP2005258893A - Response analysis system - Google Patents

Response analysis system Download PDF

Info

Publication number
JP2005258893A
JP2005258893A JP2004070846A JP2004070846A JP2005258893A JP 2005258893 A JP2005258893 A JP 2005258893A JP 2004070846 A JP2004070846 A JP 2004070846A JP 2004070846 A JP2004070846 A JP 2004070846A JP 2005258893 A JP2005258893 A JP 2005258893A
Authority
JP
Japan
Prior art keywords
response
information
time
processing
load
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
JP2004070846A
Other languages
Japanese (ja)
Inventor
Fumishi Miwa
史紫 美和
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.)
Honda Motor Co Ltd
Original Assignee
Honda Motor Co 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 Honda Motor Co Ltd filed Critical Honda Motor Co Ltd
Priority to JP2004070846A priority Critical patent/JP2005258893A/en
Publication of JP2005258893A publication Critical patent/JP2005258893A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide a response analysis system which analyzes a part to be adjusted by comparing the response time of processing of a program which works in an information processor with the load of its information processor. <P>SOLUTION: The response analysis system 1, which analyzes the process of the program by analyzing a process information log 2 which outputs a time when the program has been processed by a server unit 21 and a load information log 3 of the server unit 21 in the server unit 21 for performing the process by operating a program, includes an information extracting function 4 for extracting the response time RT of the process from the process information log 2 to generate the response information log 5 aligned in a time series, a response analysis function 6 for bringing the response information log 5 into coincidence with the load information log 3 at a time to analyze, and a display function 7 for displaying simultaneously the response information log 5 and the load information log 3 as graphs G51-G54. <P>COPYRIGHT: (C)2005,JPO&NCIPI

Description

本発明は、情報処理装置で稼働するプログラムの応答時間であるレスポンス情報とその情報処理装置の負荷情報とからレスポンス低下の原因となっている処理を解析するレスポンス解析システムに関する。   The present invention relates to a response analysis system that analyzes a process that causes a decrease in response from response information that is a response time of a program running on an information processing apparatus and load information of the information processing apparatus.

例えば、自動車の生産ラインにおいては、搬送ラインを流れるワークに部品を組み付けて生産が行われるが、多数の車種及びその派生車種を同一の生産ラインで混在して生産するため、また、受注情報に基づいて生産が行われるため生産ラインを流れているワークを管理することは非常に重要である。この生産ラインにおいて搬送されているワークを管理するためには、ワーク毎に固有の識別番号を割当て、その番号をバーコード若しくはICタグ等に記録して搬送ラインの所定の箇所でその識別番号を読み取って現在流れているワークの管理をコンピュータ(組み立てライン制御装置)で行うように構成されている。   For example, in an automobile production line, production is performed by assembling parts into a workpiece flowing on a transfer line. However, because many vehicles and their derivatives are produced on the same production line, order information is also included. Since production is performed based on this, it is very important to manage the work flowing through the production line. In order to manage the workpieces transported in this production line, a unique identification number is assigned to each workpiece, the number is recorded on a barcode or an IC tag, and the identification number is assigned at a predetermined location on the transportation line. It is configured to perform management of the workpieces that are read and currently flowing by a computer (assembly line control device).

このような生産ラインにおいては、生産性を向上させるために作業者が無駄なく作業を行える速度でワークが搬送されるようにその搬送速度が設定されている。そのため、組み立てライン制御装置において、例えばワークの識別番号を読み取って記憶させる処理の応答時間が遅れるとその作業者若しくは組み立てロボットに待ち時間が発生し、作業時間が長くなることにより生産ライン全体に影響を及ぼし生産性を低下させることとなる。   In such a production line, in order to improve productivity, the conveyance speed is set so that the workpiece is conveyed at a speed at which an operator can work without waste. For this reason, in the assembly line control device, for example, if the response time of processing for reading and storing the workpiece identification number is delayed, a waiting time is generated for the worker or the assembly robot, and the work time is increased, thereby affecting the entire production line. Will reduce productivity.

通常、このような組み立てライン制御装置では識別番号の管理等にはデータベース管理システム(以下、「DBMS」と呼ぶ)が用いられているため、このDBMSの設定及び問い合せ処理等を調整することによりシステム全体としての応答時間の改善を行うことは可能である(例えば、特許文献1参照)。   Usually, in such an assembly line control apparatus, a database management system (hereinafter referred to as “DBMS”) is used for management of identification numbers, etc., so that the system can be adjusted by adjusting the setting and inquiry processing of the DBMS. It is possible to improve the response time as a whole (for example, see Patent Document 1).

特開平5−2515号公報JP-A-5-2515

しかしながら、ここで例示している組み立てライン制御装置のような場合、所定の期間(例えば、1日)を平均した応答時間が閾値内に収まっているだけでは不十分であり、どの処理も所定の時間内(閾値内)に応答して完了しなければならないという制約がある。そのため、応答が遅くなる処理及び発生時刻を特定し、応答が遅くなったときの情報処理装置(組み立てライン制御装置)の負荷状況等と比較をして原因を究明しなければならないという課題があった。   However, in the case of the assembly line control device exemplified here, it is not sufficient that the response time averaged over a predetermined period (for example, one day) is within the threshold value, and any processing is performed in a predetermined manner. There is a restriction that it must be completed in response to time (within threshold). For this reason, there is a problem that the process and the generation time when the response is delayed must be identified, and the cause must be investigated by comparing with the load status of the information processing device (assembly line control device) when the response is delayed. It was.

本発明はこのような課題に鑑みてなされたものであり、情報処理装置で稼働するプログラムの処理の応答時間とその情報処理装置の負荷を比較することにより調整すべき部分を解析するレスポンス解析システムを提供することを目的とする。   The present invention has been made in view of such problems, and is a response analysis system that analyzes a portion to be adjusted by comparing a response time of processing of a program running on an information processing device and a load of the information processing device. The purpose is to provide.

前記課題を解決するために、本発明に係るレスポンス解析システムは、プログラムが稼働して処理を行う情報処理装置(例えば、実施形態におけるサーバ装置21)において、そのプログラムの処理を解析するものであり、プログラムで実行される処理の処理時刻を計測する処理時刻カウント手段(例えば、実施形態における処理時刻カウント機能25)と、計測された処理時刻を記憶する処理時刻記録手段(例えば、実施形態における処理情報ログ2)と、そのプログラムが稼働しているときの情報処理装置の負荷情報を収集する負荷情報収集手段(例えば、実施形態における負荷情報収集機能24)と、収集された負荷情報を記憶する負荷情報記録手段(例えば、実施形態における負荷情報ログ3)と、処理時刻から処理の応答時間を抽出して時系列に並べたレスポンス情報(例えば実施形態における応答情報ログ5)を生成する情報抽出手段(例えば、実施形態における情報抽出機能4)と、レスポンス情報と負荷情報とを時刻を一致させて比較することにより処理を解析するレスポンス分析手段(例えば、実施形態におけるレスポンス分析機能6)とから構成される。   In order to solve the above problems, a response analysis system according to the present invention analyzes processing of a program in an information processing apparatus (for example, the server apparatus 21 in the embodiment) in which the program operates and performs processing. Processing time counting means (for example, processing time counting function 25 in the embodiment) that measures the processing time of processing executed by the program, and processing time recording means (for example, processing in the embodiment) that stores the measured processing time Information log 2), load information collecting means (for example, load information collecting function 24 in the embodiment) for collecting load information of the information processing apparatus when the program is operating, and the collected load information are stored Extract the response time of the process from the load information recording means (for example, the load information log 3 in the embodiment) and the process time. Then, the information extraction means (for example, the information extraction function 4 in the embodiment) for generating the response information arranged in time series (for example, the response information log 5 in the embodiment), the response information and the load information are made to coincide with each other in time. It is comprised from the response analysis means (For example, the response analysis function 6 in embodiment) which analyzes a process by comparing.

このとき、本発明に係るレスポンス解析システムは、レスポンス情報と負荷情報とを時刻を一致させてグラフとして表示する表示手段(例えば、実施形態における表示機能7)を有するように構成されることが好ましい。   At this time, the response analysis system according to the present invention is preferably configured to include display means (for example, the display function 7 in the embodiment) that displays the response information and the load information as a graph by matching the time. .

なお、レスポンス分析手段が、レスポンス情報と負荷情報とを時刻を合わせて比較し、レスポンス情報が所定の閾値を越え、且つ、閾値を越えたそのレスポンス情報が記録された時刻に対応する負荷情報が所定の閾値を越えているか否かを判断するように構成され、このレスポンス分析手段においてレスポンス情報が閾値を越えているか若しくはレスポンス情報が閾値を越え且つ負荷情報が閾値を越えていると判断されたときに警告を発する警告手段(例えば、実施形態における警告機能8)を有するように構成されることが好ましい。   The response analysis means compares the response information with the load information at the same time, and the load information corresponding to the time when the response information exceeds the predetermined threshold and the response information exceeding the threshold is recorded. It is configured to determine whether or not a predetermined threshold is exceeded, and in this response analysis means, it is determined that the response information exceeds the threshold or the response information exceeds the threshold and the load information exceeds the threshold It is preferable to be configured to have warning means (for example, a warning function 8 in the embodiment) that sometimes issues a warning.

さらに、表示手段に表示されたグラフの一部を選択する選択手段(例えば、実施形態における選択機能9)と、選択された部分に対応する時刻のレスポンス情報を表示する応答ログ表示手段(例えば、実施形態における応答ログ表示機能10)とを有するように構成されることが好ましい。   Furthermore, a selection unit (for example, the selection function 9 in the embodiment) that selects a part of the graph displayed on the display unit, and a response log display unit (for example, a response log display unit that displays response information of the time corresponding to the selected portion) It is preferable to be configured to have the response log display function 10) in the embodiment.

本発明に係るレスポンス解析システムを以上のように構成すると、応答時間の状態とその応答時間が遅くなるときの情報処理装置の負荷状態とを比較することができるため、その遅くなる原因を特定することが容易となる。なお、予め応答時間及び負荷情報の閾値を設定しておき、その閾値を越えたときに警告を発するようにすることにより応答時間の遅れを生じている状態とその原因の関係をより明確に把握することができる。   When the response analysis system according to the present invention is configured as described above, the state of the response time can be compared with the load state of the information processing apparatus when the response time is delayed. It becomes easy. By setting thresholds for response time and load information in advance, and issuing a warning when the threshold is exceeded, the relationship between the response time delay and its cause can be understood more clearly. can do.

なお、表示されたグラフの一部を選択すると対応する時刻のレスポンス情報を表示するように構成することにより、応答時間のかかる処理をより詳細に解析することができる。   In addition, when a part of the displayed graph is selected, the response information at the corresponding time is displayed, so that it is possible to analyze the processing that requires a response time in more detail.

以下、本発明の好ましい実施形態について図面を参照して説明する。まず、実施例に係るレスポンス解析システム1により応答時間の解析を行うシステムとして、生産ライン30の搬送ライン31により搬送されて組み立てられるワーク40を管理する組み立てライン制御システム20について説明する。この組み立てライン制御システム20は、搬送ライン31にワーク40が投入された時点(例えばチェックポイント32)や、組み立てが完了した時点(例えばチェックポイント33)若しくは完成車の検査が完了した時点(図示せず)に端末22を用いてそのワーク40に貼り付けられた管理表41に印刷されたバーコードを読みとってその車両識別番号を管理するものである。端末22で読み取られた車両識別番号は、工場内に張り巡らされたネットワーク(工場内LAN23)を介してサーバ装置21に送られ、このサーバ装置21が管理するDBMSにその読み取り場所及び読み取り時刻等が付加されて記憶・管理される(いわゆるトランザクション処理として実行される)。   Hereinafter, preferred embodiments of the present invention will be described with reference to the drawings. First, an assembly line control system 20 that manages a workpiece 40 that is transported and assembled by the transport line 31 of the production line 30 will be described as a system that performs response time analysis by the response analysis system 1 according to the embodiment. This assembly line control system 20 is used when a workpiece 40 is introduced into the transfer line 31 (for example, check point 32), when assembly is completed (for example, check point 33), or when inspection of a completed vehicle is completed (not shown). 2) using the terminal 22 to read the barcode printed on the management table 41 affixed to the work 40 and manage the vehicle identification number. The vehicle identification number read by the terminal 22 is sent to the server device 21 via a network (factory LAN 23) extending in the factory, and the reading location and reading time etc. are stored in the DBMS managed by the server device 21. Is added and stored and managed (executed as so-called transaction processing).

このサーバ装置21では、端末22で車両識別番号が読み取られてDBMSに記憶される処理がプログラムとして実行されるが、このプログラムには処理の前後等にその時刻をタイムスタンプ情報として記憶装置(例えばハードディスク)に記憶する処理時間カウント機能25を有しており、この処理時間カウント機能25によりタイムスタンプ情報が処理情報ログ2として記憶される。また、このサーバ装置21は、負荷情報収集機能24を有しており、この負荷情報収集機能24により、上記プログラムが実行されているときの、記憶装置へのアクセス負荷や処理のためのCPU負荷及びメモリ装置へのアクセス負荷等が負荷情報ログ3として記憶される。   In this server device 21, a process in which the vehicle identification number is read by the terminal 22 and stored in the DBMS is executed as a program. This program stores the time as time stamp information before and after the process (for example, a storage device (for example, A processing time count function 25 stored in the hard disk), and the processing time count function 25 stores time stamp information as the processing information log 2. The server device 21 also has a load information collection function 24. When the program is executed by the load information collection function 24, an access load to the storage device and a CPU load for processing. The access load to the memory device and the like are stored as the load information log 3.

処理情報ログ2は、図3に示すとおり、車両識別番号をDBMSに記憶するための処理をその処理を構成する更に細かい関数に分けて、その関数毎にその処理時刻T(各関数の実行が終了した時刻)や処理の対象となった車両識別番号Gが時系列で出力される。よって、車両識別番号Gが同じ処理の処理時刻から各処理の応答時間を求めることが可能に構成されている。例えば、図3において、車両識別番号が同じである関数S1の終了時刻と関数S2の終了時刻から関数S2の応答時間RTを求めることができる。同様に、負荷情報ログ3も図示はしないが、所定の時間間隔でサーバ装置1において取得された各資源(記憶装置、CPU、メモリ等)の負荷とその取得した時刻を対にして時系列で記憶されている。   As shown in FIG. 3, the process information log 2 divides the process for storing the vehicle identification number in the DBMS into finer functions constituting the process, and the process time T (the execution of each function is performed for each function). Time of completion) and the vehicle identification number G to be processed are output in time series. Therefore, the response time of each process can be obtained from the process time of the process with the same vehicle identification number G. For example, in FIG. 3, the response time RT of the function S2 can be obtained from the end time of the function S1 and the end time of the function S2 having the same vehicle identification number. Similarly, although the load information log 3 is not shown, the load of each resource (storage device, CPU, memory, etc.) acquired in the server device 1 at predetermined time intervals and the acquired time are paired in time series. It is remembered.

そして、このようにして記憶された処理情報ログ2と負荷情報ログ3とは、所定の期間(例えば、1日)毎にレスポンス解析システム1に転送される。この転送は、例えば、上述のネットワーク23等を用いてサーバ装置21とレスポンス解析システム1とを接続して夜間のバッチ処理で転送するように構成することにより実現できる(図2においては、レスポンス解析装置21のネットワーク23への接続は省略している)。   Then, the processing information log 2 and the load information log 3 stored in this way are transferred to the response analysis system 1 every predetermined period (for example, one day). This transfer can be realized, for example, by connecting the server device 21 and the response analysis system 1 using the network 23 or the like and transferring them by nighttime batch processing (in FIG. 2, response analysis is performed). The connection of the device 21 to the network 23 is omitted).

それでは、サーバ装置21において収集された処理情報ログ2及び負荷情報ログ3をレスポンス解析システム1で解析して応答時間が遅い部分とその原因を特定する方法について図1を用いて説明する。レスポンス解析システム1は、処理情報ログ2から必要な情報を抽出して各処理の応答時間情報(上述の通り、図3で示す応答時間RT)を得て応答情報ログ5として出力する情報抽出機能4と、応答情報ログ6と負荷情報ログ3のデータを比較して応答時間が遅くなる時刻及び原因を分析するレスポンス分析機能6と、応答情報ログ5と負荷情報ログ3から後述するグラフG51〜G54を作成してレスポンス解析システム1が有する表示装置に表示する表示機能7と、レスポンス分析機能6で応答時間が遅くなる時刻及び原因が発見されたときに例えば上述の表示装置に警告を発する警告機能8とから構成されている。   Now, a method for analyzing the processing information log 2 and the load information log 3 collected in the server device 21 with the response analysis system 1 and identifying the part with the slow response time and the cause thereof will be described with reference to FIG. The response analysis system 1 extracts necessary information from the processing information log 2, obtains response time information for each process (the response time RT shown in FIG. 3 as described above), and outputs it as a response information log 5. 4, a response analysis function 6 for comparing the data of the response information log 6 and the load information log 3 to analyze the time and cause of the response time delay, and a graph G51 to be described later from the response information log 5 and the load information log 3 A display function 7 that creates G54 and displays it on the display device of the response analysis system 1, and a warning that issues a warning to the display device described above, for example, when the response analysis function 6 finds a time and cause that the response time is delayed And function 8.

情報抽出機能4で抽出された応答情報ログ5から応答時間の時刻を横軸に取り、縦軸にその応答時間を取ったグラフで表すと図4に示すグラフG51のように表示される。このレスポンス解析システム1においては、解析対象のシステム(この実施例では組み立てライン制御システム10)に要求される応答時間の閾値TH1が設定されておりグラフG51に重ねて表示されている。このように、閾値TH1と応答時間をグラフ上で重ねて表示することにより応答時間が遅い時刻を抽出することができる(例えば、グラフG51における時刻T1若しくはT4)。一方、負荷情報ログ3のうち、CPUの負荷を縦軸に取り、時刻を横軸に取ってグラフに表すと図4に示すグラフG52のように表示される。このグラフG52からも、CPU負荷が高くなる時刻を容易に見つけることができる(例えば時刻T1,T2,T3)。同様に、記憶装置やメモリの負荷もグラフにすることができる(G53,G54)。   When the time of response time is taken from the response information log 5 extracted by the information extraction function 4 on the horizontal axis and the response time is taken on the vertical axis, it is displayed as a graph G51 shown in FIG. In this response analysis system 1, a threshold value TH1 of the response time required for the system to be analyzed (the assembly line control system 10 in this embodiment) is set, and is displayed over the graph G51. In this way, by displaying the threshold value TH1 and the response time so as to overlap each other on the graph, it is possible to extract a time when the response time is late (for example, time T1 or T4 in the graph G51). On the other hand, in the load information log 3, when the CPU load is plotted on the vertical axis and the time is plotted on the horizontal axis, it is displayed as a graph G52 shown in FIG. Also from this graph G52, the time when the CPU load increases can be easily found (for example, times T1, T2, T3). Similarly, the load on the storage device and the memory can be graphed (G53, G54).

しかしながら、これらの応答時間のグラフG51と負荷情報ログ3のグラフG52〜G54を別々に観察しても応答時間が遅くなる原因は特定できないが、図4に示すようにこれらのグラフG51〜G54を時刻が一致するように縦に並べて表示することにより両グラフの相関関係を容易に特定することができる(なお、これらのグラフを重ねて表示しても同様の効果を得ることができる)。この図4の場合は、応答時間が遅くなった時刻T1において、CPUの負荷も同時に上昇していることから、CPUの負荷が応答時間の遅れを発生させている原因の可能性が高いことが分かる。なお、時刻T4においては、応答時間は遅くなっているが、負荷情報ログ3のグラフG52〜G53の負荷の変化は見られないため、サーバ装置21の負荷以外の原因を調査する必要があることを示している。   However, even if these response time graph G51 and load information log 3 graphs G52 to G54 are observed separately, the cause of the response time delay cannot be specified. However, as shown in FIG. The correlation between the two graphs can be easily specified by displaying them side by side so that the times coincide (the same effect can be obtained even if these graphs are displayed in an overlapping manner). In the case of FIG. 4, since the CPU load is also increased at the time T1 when the response time is delayed, there is a high possibility that the CPU load causes a delay in the response time. I understand. At time T4, the response time is delayed, but no change in the load on the graphs G52 to G53 of the load information log 3 is seen, so it is necessary to investigate causes other than the load on the server device 21. Is shown.

このようにグラフとして表示することにより応答時間が遅くなる原因を容易に解析することができるが、これをレスポンス解析装置1で自動的に検出して警告するように構成することも可能である。例えば、図4のグラフG52〜G54のそれぞれに予めそれぞれの資源の負荷に対する閾値TH2〜TH4を設けておき、この閾値TH2〜TH4を用いてレスポンス分析機能6において図5に示すような手順で判断を行う。具体的には、ステップS101で応答時間が閾値TH1を越える時刻があるか否かを判断し、閾値TH1を越える場合は次のステップS102に進む。ステップS102ではその時刻(例えば、図4における時刻T1)においてCPUの負荷が閾値TH2を越えるか否かを判断し、閾値TH2を越える場合は第1警告処理S105に進み、応答時間が閾値TH1を越え、且つ、サーバ装置11のCPU資源の負荷が閾値TH2を越えた旨の警告を、図1に示す警告機能9により行う。なお、警告は例えば、レスポンス解析システム1の有する表示装置に発生した時刻や負荷の高い資源等のメッセージを出力するように構成することができる。もし、ステップS102でCPU負荷が閾値TH2を越えなければ同様の手順で記憶装置の負荷が閾値TH3を越えるか否かを判断し(ステップS103)、さらにメモリの負荷が閾値TH4を越えるか否かを判断して(ステップS104)、閾値を越える場合は第1警告処理S105で警告を行う。なお、ステップS101で応答時間が閾値TH1を越えないときは特に警告は行わず、また、応答時間が閾値TH1を越えるが、サーバ装置10の負荷は閾値TH2〜TH4を越えない場合(例えば、図4における時刻T4)はその旨の警告を第2警告処理S106により行う。   The cause of the slow response time can be easily analyzed by displaying the graph as described above. However, the response analysis apparatus 1 can automatically detect and warn about the cause. For example, thresholds TH2 to TH4 for the load of each resource are provided in advance in each of the graphs G52 to G54 in FIG. 4, and the response analysis function 6 uses the thresholds TH2 to TH4 to make a determination as shown in FIG. I do. Specifically, it is determined whether or not there is a time at which the response time exceeds the threshold value TH1 in step S101. If the response time exceeds the threshold value TH1, the process proceeds to the next step S102. In step S102, it is determined whether or not the load on the CPU exceeds the threshold value TH2 at that time (for example, time T1 in FIG. 4). If the threshold value TH2 is exceeded, the process proceeds to the first warning processing S105, and the response time is set to the threshold value TH1. The warning function 9 shown in FIG. 1 gives a warning that the CPU resource load of the server device 11 has exceeded the threshold value TH2. For example, the warning can be configured to output a message such as a time that occurred in the display device of the response analysis system 1 or a resource with a high load. If the CPU load does not exceed the threshold value TH2 in step S102, it is determined whether or not the load on the storage device exceeds the threshold value TH3 in the same procedure (step S103), and further whether or not the memory load exceeds the threshold value TH4. (Step S104), if the threshold value is exceeded, a warning is given in the first warning process S105. If the response time does not exceed the threshold value TH1 in step S101, no warning is given, and the response time exceeds the threshold value TH1, but the load on the server device 10 does not exceed the threshold values TH2 to TH4 (for example, FIG. 4 at time T4), a warning to that effect is given by the second warning process S106.

以上のようにレスポンス解析システム1により応答時間の遅れとその原因となる資源の負荷を自動的に判断することにより、解析対象となるシステム(例えば、組み立てライン制御システム20)において応答速度が遅くなったときに警告を発することができるとともに、サーバ装置21の負荷に異常があるときのは合わせてその旨を警告することができるため、応答速度低下の要因を特定し、応答速度の改善の処置を迅速に行うことができる。   As described above, the response analysis system 1 automatically determines the delay of the response time and the resource load that causes the response time, thereby slowing down the response speed in the analysis target system (for example, the assembly line control system 20). A warning can be issued at the same time, and when there is an abnormality in the load of the server device 21, a warning to that effect can be given. Can be done quickly.

なお、このレスポンス解析システム1において、図4に示すグラフが表示装置に表示されている状態において、そのグラフ上の一点を選択機能9で選択する(例えば、マウス等を用いて選択する)と、対応する時刻を表示するとともに図3に示すような処理情報ログ2の該当する部分を表示装置に表示する応答ログ表示機能10を有するように構成することにより、応答時間を遅くする原因の究明作業を容易にすることができる。   In the response analysis system 1, when the graph shown in FIG. 4 is displayed on the display device, a point on the graph is selected by the selection function 9 (for example, selected using a mouse or the like) Work for investigating the cause of delaying the response time by displaying the corresponding time and having the response log display function 10 for displaying the corresponding part of the processing information log 2 as shown in FIG. 3 on the display device Can be made easier.

本発明に係るレスポンス解析システムを示すブロック図である。It is a block diagram which shows the response analysis system which concerns on this invention. 本発明に係るレスポンス解析システムの解析対象を示す説明図である。It is explanatory drawing which shows the analysis object of the response analysis system which concerns on this invention. 処理情報ログの構成を示す説明図である。It is explanatory drawing which shows the structure of a process information log. 応答時間及びサーバ装置の負荷情報を示すグラフである。It is a graph which shows the response time and the load information of a server apparatus. 判断機能の処理手順を示すフローチャートである。It is a flowchart which shows the process sequence of a judgment function.

符号の説明Explanation of symbols

1 レスポンス解析システム
2 処理情報ログ(処理時刻情報記録手段)
3 負荷情報ログ(負荷情報記録手段)
4 情報抽出機能(情報抽出手段)
5 応答情報ログ(レスポンス情報)
6 レスポンス分析機能(レスポンス分析手段)
7 表示機能(表示手段)
8 警告機能(警告手段)
9 選択機能(選択手段)
10 応答ログ表示機能(応答ログ表示手段)
21 サーバ装置(情報処理装置)
24 負荷情報収集機能(負荷情報収集手段)
25 処理時刻カウント機能(処理時刻カウント手段)
RT 応答時間
1 Response analysis system 2 Processing information log (processing time information recording means)
3 Load information log (load information recording means)
4 Information extraction function (information extraction means)
5 Response information log (response information)
6 Response analysis function (response analysis means)
7 Display function (display means)
8 Warning function (Warning means)
9 Selection function (selection means)
10 Response log display function (response log display means)
21 Server device (information processing device)
24 Load information collection function (load information collection means)
25 Processing time counting function (processing time counting means)
RT response time

Claims (4)

プログラムが稼働して処理を行う情報処理装置において前記プログラムの前記処理を解析するレスポンス解析システムであって、
前記プログラムで実行される処理の処理時刻を計測する処理時刻カウント手段と、
計測された前記処理時刻を記憶する処理時刻記録手段と、
前記プログラムが稼働しているときの前記情報処理装置の負荷情報を収集する負荷情報収集手段と、
収集された前記負荷情報を記憶する負荷情報記録手段と、
前記処理時刻から前記処理の応答時間を抽出して時系列に並べたレスポンス情報を生成する情報抽出手段と、
前記レスポンス情報と前記負荷情報とを時刻を一致させて比較することにより前記処理を解析するレスポンス分析手段とから構成されることを特徴とするレスポンス解析システム。
A response analysis system that analyzes the processing of the program in an information processing apparatus that performs processing by running the program,
Processing time counting means for measuring the processing time of processing executed by the program;
Processing time recording means for storing the measured processing time;
Load information collecting means for collecting load information of the information processing apparatus when the program is operating;
Load information recording means for storing the collected load information;
Information extraction means for generating response information arranged in time series by extracting the response time of the process from the processing time;
A response analysis system comprising: response analysis means for analyzing the processing by comparing the response information and the load information with matching time.
前記レスポンス情報と前記負荷情報とを時刻一致させてグラフとして表示する表示手段を有するように構成されたことを特徴とする請求項1に記載のレスポンス解析システム。   The response analysis system according to claim 1, further comprising display means for displaying the response information and the load information as a graph by matching the time. 前記レスポンス分析手段が、前記レスポンス情報と前記負荷情報とを時刻を合わせて比較し、前記レスポンス情報が所定の閾値を越え、且つ、前記閾値を越えた前記レスポンス情報が記録された時刻に対応する前記負荷情報が所定の閾値を越えているか否かを判断するように構成され、
前記レスポンス分析手段において前記レスポンス情報が前記閾値を越えているか若しくは前記レスポンス情報が前記閾値を越え且つ前記負荷情報が前記閾値を越えていると判断されたときに警告を発する警告手段を有するように構成されたことを特徴とする請求項1または2に記載のレスポンス解析システム。
The response analysis means compares the response information with the load information at the same time, and the response information exceeds a predetermined threshold and corresponds to the time when the response information exceeding the threshold is recorded. Configured to determine whether the load information exceeds a predetermined threshold;
A warning means for issuing a warning when the response analysis means determines that the response information exceeds the threshold or the response information exceeds the threshold and the load information exceeds the threshold; The response analysis system according to claim 1, wherein the response analysis system is configured.
前記表示手段に表示された前記グラフの一部を選択する選択手段と、選択された部分に対応する時刻の前記レスポンス情報を表示する応答ログ表示手段とを有するように構成されたことを特徴とする請求項2または3に記載のレスポンス解析システム。   A selection unit that selects a part of the graph displayed on the display unit, and a response log display unit that displays the response information at a time corresponding to the selected part, The response analysis system according to claim 2 or 3.
JP2004070846A 2004-03-12 2004-03-12 Response analysis system Pending JP2005258893A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004070846A JP2005258893A (en) 2004-03-12 2004-03-12 Response analysis system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004070846A JP2005258893A (en) 2004-03-12 2004-03-12 Response analysis system

Publications (1)

Publication Number Publication Date
JP2005258893A true JP2005258893A (en) 2005-09-22

Family

ID=35084530

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004070846A Pending JP2005258893A (en) 2004-03-12 2004-03-12 Response analysis system

Country Status (1)

Country Link
JP (1) JP2005258893A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007258893A (en) * 2006-03-22 2007-10-04 Sony Ericsson Mobilecommunications Japan Inc Communication terminal apparatus and communicating party selection transmission method

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007258893A (en) * 2006-03-22 2007-10-04 Sony Ericsson Mobilecommunications Japan Inc Communication terminal apparatus and communicating party selection transmission method
JP4497418B2 (en) * 2006-03-22 2010-07-07 ソニー エリクソン モバイル コミュニケーションズ, エービー Communication terminal device and communication partner selection transmission method

Similar Documents

Publication Publication Date Title
JP6205757B2 (en) Control system, control apparatus, image processing apparatus, and control method
US8612372B2 (en) Detection rule-generating facility
ATE456843T1 (en) AUTOMATIC PROCESSING OF DATA ACCUMULATED BY SENSORS MONITORING SUPPLY CHAIN PROCESSES
TWI265410B (en) System and method for real-time fault detection, classification, and correction in a semiconductor manufacturing environment
US20130117725A1 (en) Using traceability links strength for software development integrity monitoring
WO2017101301A1 (en) Data information processing method and device
Pietrzak et al. Leveraging code smell detection with inter-smell relations
CN104699735A (en) Data processing method and device for enterprise data center
JP2011242831A (en) Information processor and information processing program
US10657028B2 (en) Method for replicating production behaviours in a development environment
KR20180122246A (en) Apparatus and method for judging abnormal state in warehouses
US20090217108A1 (en) Method, system and computer program product for processing error information in a system
JP7096398B2 (en) Information processing equipment, information processing methods, and programs
CN111639213B (en) Abnormal behavior identification method and device
CN113407650A (en) Part classification method and device, electronic equipment and storage medium
JP2005258893A (en) Response analysis system
JP5216517B2 (en) Image inspection system
CN113347201B (en) Abnormality detection method, abnormality detection system and computing device
CN115309515A (en) Cross-chain transaction processing method, device and equipment based on block chain
CN111367750B (en) Exception handling method, device and equipment thereof
JP6802122B2 (en) Cause estimation method and program
JP2005235130A (en) Data trace system of manufacture/development information
CN112583825A (en) Method and device for detecting abnormality of industrial system
JP6547341B2 (en) INFORMATION PROCESSING APPARATUS, METHOD, AND PROGRAM
JP4363240B2 (en) Vehicle inspection management system