JP2000242530A - Application performance analysis system - Google Patents

Application performance analysis system

Info

Publication number
JP2000242530A
JP2000242530A JP11039873A JP3987399A JP2000242530A JP 2000242530 A JP2000242530 A JP 2000242530A JP 11039873 A JP11039873 A JP 11039873A JP 3987399 A JP3987399 A JP 3987399A JP 2000242530 A JP2000242530 A JP 2000242530A
Authority
JP
Japan
Prior art keywords
performance
application
performance data
schedule
performance analysis
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.)
Granted
Application number
JP11039873A
Other languages
Japanese (ja)
Other versions
JP3265280B2 (en
Inventor
Takeshi Niimi
剛 新実
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 Solution Innovators Ltd
Original Assignee
NEC Solution Innovators 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 NEC Solution Innovators Ltd filed Critical NEC Solution Innovators Ltd
Priority to JP03987399A priority Critical patent/JP3265280B2/en
Publication of JP2000242530A publication Critical patent/JP2000242530A/en
Application granted granted Critical
Publication of JP3265280B2 publication Critical patent/JP3265280B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To relive the burden on a user and to automatically acquire performance data by sampling performance data regarding application according to the indication of a previously set schedule. SOLUTION: The operation order schedule of application 4 and programs 5 to 7 is previously set and stored in a schedule file 3. Job operation management software 1 starts a performance data sampling start program 5 according to the stored schedule, sends an indication for starting the performance data sampling to performance management software 9, and starts sampling the performance data regarding the application 4. Further, the process of the application 4 is executed, the sampled performance data are stored in a performance data file 8, and a program 7 for performance analysis is started. The program 7 sends an indication for analysis of the performance data to the performance management software 9 and the data of the performance data file 8 are read out to analyze the performance.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】この発明は、アプリケーショ
ンの実行中にデータの採取を行い、実行終了後にデータ
の性能分析を行うアプリケーション性能分析システムに
関するものである。
[0001] 1. Field of the Invention [0002] The present invention relates to an application performance analysis system for collecting data during execution of an application and analyzing the performance of the data after the execution is completed.

【0002】[0002]

【従来の技術】ユーザは、様々なアプリケーションを使
って業務を行っているが、ユーザは、計算機システムな
どを効率よく使用するために、アプリケーションの使用
頻度や負荷状態などを分析する必要がある。そこで、ア
プリケーション性能分析システムによって、アプリケー
ション実行中に、CPU使用率やファイルの入出力回数
などの性能データを採取し、アプリケーション実行後
に、その性能データを分析することが行われている。
2. Description of the Related Art Users use various applications to perform business. However, in order to use a computer system efficiently, it is necessary for a user to analyze the frequency of use of an application, a load state, and the like. Therefore, an application performance analysis system collects performance data such as a CPU usage rate and a file input / output count during execution of an application, and analyzes the performance data after execution of the application.

【0003】従来、アプリケーションの性能分析を行う
場合、ユーザが、アプリケーション性能分析システムに
対して、手動で、アプリケーションの実行前に性能デー
タの採取開始を指示し、アプリケーションの実行後に性
能データの採取終了を指示し、さらに、その採取した性
能データの分析の開始を指示していた。
Conventionally, when performing performance analysis of an application, a user manually instructs the application performance analysis system to start collecting performance data before executing the application, and finishes collecting performance data after executing the application. And instructed to start the analysis of the collected performance data.

【0004】また、上記したような、手動で、性能デー
タ採取開始、性能データ採取終了、および性能データ分
析開始を指示する方法以外にも、性能分析するアプリケ
ーションの実行時間(起動から終了までの時間)に合わ
せて、上記の性能データ採取開始、性能データ採取終
了、および性能データ分析開始を、予め時間指定でアプ
リケーション性能分析システムに設定し、自動的に、性
能データの採取および性能データの分析を行う方法もあ
った。
In addition to the method of manually instructing the start of performance data collection, the end of performance data collection, and the start of performance data analysis as described above, the execution time of the application to be analyzed (the time from start to end) ), The start of performance data collection, the end of performance data collection, and the start of performance data analysis are set in advance in the application performance analysis system at a specified time, and performance data collection and performance data analysis are automatically performed. There was also a way to do it.

【0005】例えば、アプリケーションの起動する時間
が午後8時に予め設定され、またアプリケーションの実
行が午後9時に終了すると予定されている場合、性能デ
ータ採取開始を午後8時に設定し、性能データ採取終了
および性能データ分析を午後9時に設定しておく。この
場合、アプリケーション性能分析システムは、午後8時
になると、性能データの採取を開始するとともに、アプ
リケーションの実行を開始(起動)し、そして、アプリ
ケーションの実行が終了する午後9時になると、性能デ
ータの採取を終了するとともに、その採取した性能デー
タの分析を開始する。
[0005] For example, if the time for starting the application is set at 8:00 pm and the execution of the application is scheduled to end at 9:00 pm, the start of performance data collection is set at 8:00 pm, and the end of performance data collection and Performance data analysis is set at 9 PM. In this case, the application performance analysis system starts collecting the performance data at 8:00 pm, starts (starts) the execution of the application, and collects the performance data at 9:00 pm when the execution of the application ends. And analysis of the collected performance data is started.

【0006】[0006]

【発明が解決しようとする課題】従来のアプリケーショ
ン性能分析システムは、上述したような、手動で、性能
データの採取および性能データの分析を指示する場合、
ユーザがアプリケーション性能分析システムを起動する
のを忘れてしまったり、または、例えば夜中に性能分析
を行う場合にユーザ(誰か)がシステムを起動するため
に居なければならなくなるなど、ユーザの負担(監視負
担など)が過大であるなどの課題があった。
In the conventional application performance analysis system, when manual collection of performance data and analysis of performance data are manually instructed as described above,
The user's burden (monitoring, for example, forgetting to start the application performance analysis system, or having to be in the middle of the night when performance analysis is performed by a user (someone) to start the system. Issues such as excessive burdens).

【0007】また、上述したような、アプリケーション
の実行時間(起動時間および終了時間)に合わせて、時
間指定で性能データ採取開始、性能データ採取終了、お
よび性能データ分析を予め設定しておき、性能データの
採取および性能データの分析を自動的に行う場合、アプ
リケーションの実行が予定していた時間までに終了しな
いとき(上記例では、午後9時に終了しないとき)も生
じ得るが、このとき、アプリケーションの実行中に性能
データの採取が終了してしまうため、正確な性能分析が
行えなくなってしまうなどの課題があった。
In addition, the start of performance data collection, the end of performance data collection, and the performance data analysis are set in advance according to the execution time (start time and end time) of the application as described above. When data collection and performance data analysis are performed automatically, there may be cases where the execution of the application does not end by the scheduled time (in the above example, it does not end at 9:00 pm). However, since the collection of performance data ends during the execution of the process, there is a problem that accurate performance analysis cannot be performed.

【0008】この発明は、上記のような課題を解決する
ためになされたものであり、ユーザの負担を軽減するこ
とができるとともに、アプリケーションの実行動作(起
動および終了)に合わせて、自動的に性能データの採取
および性能データの分析を行うことができるアプリケー
ション性能分析システムを得ることを目的とする。
SUMMARY OF THE INVENTION The present invention has been made to solve the above-described problem, and can reduce the burden on the user and automatically adjust the execution of the application (start and end). An object is to obtain an application performance analysis system capable of collecting performance data and analyzing performance data.

【0009】[0009]

【課題を解決するための手段】請求項1記載の発明に係
るアプリケーション性能分析システムは、動作順序で予
め設定したスケジュールの指示に従って、アプリケーシ
ョンに関する性能データの採取を行う性能データ採取手
段を設けたものである。
According to a first aspect of the present invention, there is provided an application performance analysis system comprising performance data collection means for collecting performance data relating to an application in accordance with a schedule instruction set in advance in an operation order. It is.

【0010】請求項2記載の発明に係るアプリケーショ
ン性能分析システムは、動作順序で予め設定したスケジ
ュールの指示に従って、性能データの性能分析を行う性
能分析手段を設けたものである。
[0010] The application performance analysis system according to the second aspect of the present invention is provided with a performance analysis means for performing performance analysis of performance data according to a schedule instruction set in advance in an operation order.

【0011】請求項3記載の発明に係るアプリケーショ
ン性能分析システムは、アプリケーションに関する性能
データの採取を行う性能データ採取手段、および性能デ
ータの性能分析を行う性能分析手段を、動作順序で予め
設定したスケジュールの指示に従って動作するように構
成したものである。
According to a third aspect of the present invention, there is provided an application performance analysis system comprising: a performance data collection unit for collecting performance data relating to an application; and a performance analysis unit for performing performance analysis of performance data, wherein a schedule set in advance in an operation order. Is configured to operate in accordance with the instruction.

【0012】請求項4記載の発明に係るアプリケーショ
ン性能分析システムは、性能データ採取手段を、動作順
序で予め設定したスケジュールの指示に従って、アプリ
ケーションの起動前に動作し、アプリケーションの実行
終了後に動作終了するように構成したものである。
According to a fourth aspect of the present invention, in the application performance analysis system, the performance data collecting means operates before the application is started according to a schedule instruction set in advance in the operation order, and ends after the execution of the application is completed. It is configured as follows.

【0013】請求項5記載の発明に係るアプリケーショ
ン性能分析システムは、性能分析手段を、動作順序で予
め設定したスケジュールの指示に従って、所定の処理動
作終了後に動作開始するように構成したものである。
According to a fifth aspect of the present invention, in the application performance analysis system, the performance analysis means is configured to start operation after a predetermined processing operation is completed in accordance with a schedule instruction set in advance in the operation order.

【0014】[0014]

【発明の実施の形態】以下、この発明の実施の一形態を
説明する。 実施の形態1.図1は、この発明の実施の形態1による
アプリケーション性能分析システムを示すシステム構成
図である。図において、ジョブ運用管理ソフトウェア
(性能データ採取手段、性能分析手段)1は、ユーザに
よって指定された動作順序のスケジュールに基づき、ア
プリケーション4およびプログラム(性能データ採取開
始用プログラム5、性能データ採取終了用プログラム
6、および性能分析用プログラム7)の起動を管理(指
示)するものである。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS One embodiment of the present invention will be described below. Embodiment 1 FIG. FIG. 1 is a system configuration diagram showing an application performance analysis system according to Embodiment 1 of the present invention. In the figure, job operation management software (performance data collection means, performance analysis means) 1 includes an application 4 and a program (performance data collection start program 5, performance data collection end It manages (instructs) the activation of the program 6 and the performance analysis program 7).

【0015】入力装置2は、ユーザの操作によってアプ
リケーション4およびプログラム5〜7の動作順序のス
ケジュールを設定するものであり、スケジュールファイ
ル3は、入力装置2により設定されたアプリケーション
4およびプログラム5〜7の動作順序のスケジュールを
記憶するものである。
The input device 2 sets a schedule of the operation order of the application 4 and the programs 5 to 7 by a user operation. The schedule file 3 stores the application 4 and the programs 5 to 7 set by the input device 2. Is stored.

【0016】アプリケーション4は、ユーザが直接業務
(作業)に利用するソフトである。性能データ採取開始
用プログラム(性能データ採取手段)5は、性能管理ソ
フトウェア9に性能データの採取開始を指示するプログ
ラムであり、性能データ採取終了用プログラム(性能デ
ータ採取手段)6は、性能管理ソフトウェア9に性能デ
ータの採取終了を指示するプログラムであり、性能分析
用プログラム(性能分析手段)7は、性能管理ソフトウ
ェア9に性能データの分析を指示するプログラムであ
る。
The application 4 is software used directly by the user for work (work). The performance data collection start program (performance data collection means) 5 is a program for instructing the performance management software 9 to start performance data collection, and the performance data collection end program (performance data collection means) 6 is a performance management software. 9 is a program for instructing the end of performance data collection, and the performance analysis program (performance analysis means) 7 is a program for instructing the performance management software 9 to analyze performance data.

【0017】性能データファイル8は、アプリケーショ
ン4に関する性能データを記憶するものである。性能管
理ソフトウェア(性能データ採取手段、性能分析手段)
9は、性能データ採取開始用プログラム5および性能デ
ータ採取終了用プログラム6の指示に従って、アプリケ
ーション4実行中に当該アプリケーション4に関する性
能データを採取するとともに、その採取した性能データ
を性能データファイル8に記憶させ、また、性能分析用
プログラム7の指示に従って、性能データファイル8に
記憶されている性能データを読み出して、その性能デー
タに基づきアプリケーション4の性能分析を行うもので
ある。
The performance data file 8 stores performance data relating to the application 4. Performance management software (performance data collection means, performance analysis means)
9 collects performance data relating to the application 4 during execution of the application 4 and stores the collected performance data in the performance data file 8 in accordance with the instructions of the performance data collection start program 5 and the performance data collection end program 6. In addition, according to the instruction of the performance analysis program 7, the performance data stored in the performance data file 8 is read, and the performance analysis of the application 4 is performed based on the performance data.

【0018】次に、動作について説明する。ユーザは、
予め、入力装置2を操作することによって、アプリケー
ション4およびプログラム5〜7の動作順序のスケジュ
ールを設定し、そのスケジュールをスケジュールファイ
ル3に記憶させておく。スケジュールとしては、例え
ば、午後8時にアプリケーション4の起動、そのアプリ
ケーション4の起動前に性能データ採取開始用プログラ
ム5の起動、そのアプリケーション4の実行終了後に性
能データ採取終了用プログラム6および性能分析用プロ
グラム7の起動という内容とする。アプリケーション性
能分析システムは、このようなスケジュールに基づいて
動作を行う。
Next, the operation will be described. The user
The schedule of the operation order of the application 4 and the programs 5 to 7 is set in advance by operating the input device 2, and the schedule is stored in the schedule file 3. The schedule includes, for example, starting the application 4 at 8:00 pm, starting the performance data collection start program 5 before the start of the application 4, the performance data collection end program 6 and the performance analysis program after the execution of the application 4. 7 is started. The application performance analysis system operates based on such a schedule.

【0019】図2は、この発明の実施の形態1によるア
プリケーション性能分析システムの動作を説明するため
のフローチャートである。ジョブ運用管理ソフトウェア
1は、スケジュールファイル3に記憶されたスケジュー
ルに基づき、まず、アプリケーション4の起動前に、性
能データ採取開始用プログラム5を起動させる(ステッ
プST1)。性能データ採取開始用プログラム5が起動
すると、性能データ採取開始用プログラム5は、性能管
理ソフトウェア9に性能データ採取開始の指示を出し、
性能管理ソフトウェア9は、この指示に応じて、アプリ
ケーション4に関する性能データの採取を開始する。
FIG. 2 is a flowchart for explaining the operation of the application performance analysis system according to the first embodiment of the present invention. The job operation management software 1 first starts the performance data collection start program 5 before starting the application 4 based on the schedule stored in the schedule file 3 (step ST1). When the performance data collection start program 5 starts, the performance data collection start program 5 issues a performance data collection start instruction to the performance management software 9 and
The performance management software 9 starts collecting performance data on the application 4 in response to the instruction.

【0020】次に、ジョブ運用管理ソフトウェア1は、
スケジュールファイル3に記憶されたスケジュールに基
づき、アプリケーション4を起動させ(ステップST
2)、アプリケーション4の処理を実行させる。このア
プリケーション4の実行中、性能管理ソフトウェア9
は、アプリケーション4とアクセスして性能データを採
取し、その採取した性能データを性能データファイル8
に記憶させる。
Next, the job operation management software 1
The application 4 is started based on the schedule stored in the schedule file 3 (step ST
2) Execute the process of the application 4. During the execution of this application 4, the performance management software 9
Accesses the application 4 to collect performance data, and stores the collected performance data in the performance data file 8
To memorize.

【0021】アプリケーション4の実行が終了すると、
ジョブ運用管理ソフトウェア1は、スケジュールファイ
ル3に記憶されたスケジュールに基づき、性能データ採
取終了用プログラム6を起動させるとともに(ステップ
ST3)、性能分析用プログラム7を起動させる(ステ
ップST4)。
When the execution of the application 4 is completed,
The job operation management software 1 activates the performance data collection ending program 6 based on the schedule stored in the schedule file 3 (step ST3), and activates the performance analysis program 7 (step ST4).

【0022】性能データ採取終了用プログラム6が起動
すると、性能データ採取終了用プログラム6は、性能管
理ソフトウェア9に性能データ採取終了の指示を出し、
性能管理ソフトウェア9は、この指示に応じて、アプリ
ケーション4に関する性能データの採取を終了する。ま
た、性能分析用プログラム7が起動すると、性能分析用
プログラム7は、性能管理ソフトウェア9に性能データ
の分析の指示を出し、性能管理ソフトウェア9は、この
指示に応じて、性能データファイル8に記憶されている
性能データを読み出して、その読み出した性能データを
基に性能分析を行う。
When the performance data collection end program 6 is started, the performance data collection end program 6 issues an instruction to the performance management software 9 to end the performance data collection.
In response to this instruction, the performance management software 9 ends the collection of the performance data regarding the application 4. When the performance analysis program 7 is started, the performance analysis program 7 issues an instruction for performance data analysis to the performance management software 9, and the performance management software 9 stores the instruction in the performance data file 8 in response to the instruction. The read performance data is read, and a performance analysis is performed based on the read performance data.

【0023】性能管理ソフトウェア9によるアプリケー
ション4の性能分析が終了すると、アプリケーション性
能分析システムの処理を終了する。
When the performance analysis of the application 4 by the performance management software 9 ends, the processing of the application performance analysis system ends.

【0024】以上のように、この実施の形態1によれ
ば、従来のように、アプリケーションの実行時間に合わ
せて、時間指定で予め設定したスケジュールの指示に従
って、システムの動作を起動するのでなく、動作順序で
予め設定したスケジュールの指示に従って、システムの
動作を起動するように構成したので、アプリケーション
の実行動作に合わせて、自動的に性能データの採取およ
び性能データの分析を行うことができ、その結果、ユー
ザの負担を軽減することができるとともに、アプリケー
ションの実行が終了予定時間に終わらない場合でも、確
実にアプリケーションの性能分析を行うことができる。
As described above, according to the first embodiment, the operation of the system is not started according to the instruction of the schedule set in advance by specifying the time according to the execution time of the application, as in the related art. Since the system is configured to start the operation of the system in accordance with the instruction of the schedule set in advance in the operation order, it is possible to automatically collect performance data and analyze the performance data in accordance with the execution operation of the application. As a result, the burden on the user can be reduced, and the performance analysis of the application can be reliably performed even when the execution of the application does not end at the scheduled end time.

【0025】尚、上記実施の形態1では、アプリケーシ
ョン4の起動をスケジュールとして設定し、自動的に起
動するようにしていたが、ユーザの都合に応じて、アプ
リケーション4の起動を設定することなく、手動で起動
するようにしてもよい。
In the first embodiment, the start of the application 4 is set as a schedule and automatically starts. However, the start of the application 4 is not set according to the user's convenience. You may make it start manually.

【0026】実施の形態2.上記実施の形態1では、ア
プリケーション4、性能データ採取開始用プログラム
5、性能データ採取終了用プログラム6、および性能分
析用プログラム7を、動作順序のスケジュールに従って
起動(動作)するように構成していたが、この実施の形
態2では、性能分析用プログラム7の起動のみスケジュ
ールに従って動作するように構成したものである。
Embodiment 2 FIG. In the first embodiment, the application 4, the performance data collection start program 5, the performance data collection end program 6, and the performance analysis program 7 are configured to be started (operated) in accordance with the operation order schedule. However, in the second embodiment, only the performance analysis program 7 is operated according to the schedule.

【0027】図3は、そのようなこの発明の実施の形態
2によるアプリケーション性能分析システムを示すシス
テム構成図である。この実施の形態2によるアプリケー
ション性能分析システムでは、性能データの採取を行わ
ないので、上記図1のアプリケーション4、性能データ
採取開始用プログラム5および性能データ採取終了用プ
ログラム6が設けられていない。その他の構成について
は、上記図1と同様であるため、同一符号を付して、重
複する説明を省略する。
FIG. 3 is a system configuration diagram showing such an application performance analysis system according to the second embodiment of the present invention. In the application performance analysis system according to the second embodiment, since the performance data is not collected, the application 4, the performance data collection start program 5, and the performance data collection end program 6 shown in FIG. 1 are not provided. Other configurations are the same as those in FIG. 1 described above, and therefore, are denoted by the same reference numerals, and redundant description will be omitted.

【0028】次に、動作について説明する。上記実施の
形態1と異なり、性能データファイル8には、予め、あ
るアプリケーションに関する性能データが記憶されてい
る。例えば、数時間前、前日、前々日に実行したアプリ
ケーションに関する性能データである。尚、性能データ
の採取は、手動あるいは自動のいずれであっても構わな
い。
Next, the operation will be described. Unlike the first embodiment, the performance data file 8 stores performance data relating to a certain application in advance. For example, it is performance data about an application executed several hours ago, the day before, and the day before two days ago. Note that the performance data may be collected manually or automatically.

【0029】ユーザは、予め、性能分析用プログラム7
の起動のスケジュールを、入力装置2を操作することに
よって、スケジュールファイル3に記憶しておく。ここ
で、スケジュールとしては、例えば、計算機システムの
負荷が低くなった場合(例えば、全てのアプリケーショ
ンの実行が終了した場合)に、性能分析用プログラム7
を起動するいった内容や、ある特定のアプリケーション
の実行終了後に、性能分析用プログラム7を起動すると
いった内容とする。アプリケーション性能分析システム
は、このようなスケジュールに基づいて動作を行う。
The user sets the performance analysis program 7 in advance.
Is activated in the schedule file 3 by operating the input device 2. Here, as the schedule, for example, when the load on the computer system becomes low (for example, when all the applications have been executed), the performance analysis program 7 is executed.
Or the content of starting the performance analysis program 7 after the execution of a specific application is completed. The application performance analysis system operates based on such a schedule.

【0030】図4は、この発明の実施の形態2によるア
プリケーション性能分析システムの動作を説明するため
のフローチャートである。ジョブ運用管理ソフトウェア
1は、スケジュールで設定した動作(例えば、全てのア
プリケーションの実行)が終了すると、性能分析用プロ
グラム7を起動させる(ステップST4)。
FIG. 4 is a flowchart for explaining the operation of the application performance analysis system according to the second embodiment of the present invention. When the operation set in the schedule (for example, execution of all applications) ends, the job operation management software 1 activates the performance analysis program 7 (step ST4).

【0031】性能分析用プログラム7が起動すると、上
記実施の形態1で説明したのと同様、性能分析用プログ
ラム7は、性能管理ソフトウェア9に性能データの分析
の指示を出し、性能管理ソフトウェア9は、この指示に
応じて、性能データファイル8に記憶されている性能デ
ータを読み出して、その読み出した性能データを基に性
能分析を行う。
When the performance analysis program 7 is activated, the performance analysis program 7 issues an instruction to analyze the performance data to the performance management software 9 as described in the first embodiment. In response to this instruction, the performance data stored in the performance data file 8 is read, and the performance analysis is performed based on the read performance data.

【0032】以上のように、この実施の形態2によれ
ば、予め設定しておいたスケジュールに従って性能分析
用プログラム7が起動し、予め採取しておいた性能デー
タの分析を自動的に行うように構成したので、ユーザの
負担を軽減することができるとともに、性能データの分
析だけを、計算機システムにおける負荷などの都合に合
わせて、実行させることができる。
As described above, according to the second embodiment, the performance analysis program 7 is started according to a preset schedule, and the performance data collected in advance is automatically analyzed. Thus, the burden on the user can be reduced, and only the analysis of the performance data can be executed in accordance with the convenience of the load on the computer system.

【0033】尚、上記実施の形態1と上記実施の形態2
を組み合わせて構成することも可能である。即ち、上記
実施の形態1では、アプリケーション4の実行終了後直
ちにに、性能分析用プログラム7を起動させるようにし
ていたが、上記実施の形態1で説明したように、動作順
序に従って採取した性能データに基づいて、上記実施の
形態2で説明したように、所定の動作終了後に性能分析
用プログラム7だけを別に起動させるように構成しても
よい。
The first embodiment and the second embodiment
May be combined. That is, in the first embodiment, the performance analysis program 7 is started immediately after the execution of the application 4 is completed. However, as described in the first embodiment, the performance data collected in accordance with the operation order is used. As described in the second embodiment, only the performance analysis program 7 may be separately activated after a predetermined operation is completed.

【0034】[0034]

【発明の効果】以上のように、請求項1記載の発明によ
れば、動作順序で予め設定したスケジュールの指示に従
って、アプリケーションに関する性能データの採取を行
う性能データ採取手段を設けたので、ユーザの負担を軽
減することができるとともに、アプリケーションの実行
動作に合わせて、自動的に性能データの採取を行うこと
ができるという効果を奏する。
As described above, according to the first aspect of the present invention, the performance data collecting means for collecting the performance data relating to the application according to the instruction of the schedule set in advance in the operation order is provided. It is possible to reduce the burden and to automatically collect performance data in accordance with the execution operation of the application.

【0035】請求項2記載の発明によれば、動作順序で
予め設定したスケジュールの指示に従って、性能データ
の性能分析を行う性能分析手段を設けたので、ユーザの
負担を軽減することができるとともに、計算機システム
における負荷などの都合に合わせて、自動的に性能デー
タの分析を行うことができるという効果を奏する。
According to the second aspect of the present invention, the performance analysis means for performing the performance analysis of the performance data according to the instruction of the schedule set in advance in the operation order is provided, so that the burden on the user can be reduced. There is an effect that performance data can be automatically analyzed in accordance with the load of the computer system or the like.

【0036】請求項3記載の発明によれば、アプリケー
ションに関する性能データの採取を行う性能データ採取
手段、および性能データの性能分析を行う性能分析手段
を、動作順序で予め設定したスケジュールの指示に従っ
て動作するように構成したので、ユーザの負担を軽減す
ることができるとともに、アプリケーションの実行動作
に合わせて、自動的に性能データの採取および性能デー
タの分析を行うことができるという効果を奏する。
According to the third aspect of the present invention, the performance data collecting means for collecting the performance data relating to the application and the performance analyzing means for performing the performance analysis of the performance data are operated in accordance with the instruction of the schedule set in advance in the operation order. With this configuration, the burden on the user can be reduced, and the performance data can be automatically collected and the performance data can be automatically analyzed in accordance with the execution operation of the application.

【0037】請求項4記載の発明によれば、性能データ
採取手段を、動作順序で予め設定したスケジュールの指
示に従って、アプリケーションの起動前に動作し、アプ
リケーションの実行終了後に動作終了するように構成し
たので、アプリケーションの実行が終了予定時間に終わ
らない場合でも、確実に、アプリケーションの性能デー
タの採取を行うことができるという効果を奏する。
According to the fourth aspect of the present invention, the performance data collecting means is configured to operate before the application is started and to end the operation after the application has been executed in accordance with a schedule instruction set in advance in the operation order. Therefore, even when the execution of the application does not end at the scheduled end time, there is an effect that the performance data of the application can be reliably collected.

【0038】請求項5記載の発明によれば、性能分析手
段を、動作順序で予め設定したスケジュールの指示に従
って、所定の処理動作終了後に動作開始するように構成
したので、確実に、ユーザ側の都合に合わせて、アプリ
ケーションの性能分析を実行させることができるという
効果を奏する。
According to the fifth aspect of the present invention, the performance analysis means is configured to start operation after a predetermined processing operation is completed in accordance with a schedule instruction set in advance in the operation order. There is an effect that the performance analysis of the application can be executed according to circumstances.

【図面の簡単な説明】[Brief description of the drawings]

【図1】 この発明の実施の形態1によるアプリケーシ
ョン性能分析システムを示すシステム構成図である。
FIG. 1 is a system configuration diagram showing an application performance analysis system according to a first embodiment of the present invention.

【図2】 この発明の実施の形態1によるアプリケーシ
ョン性能分析システムの動作を説明するためのフローチ
ャートである。
FIG. 2 is a flowchart illustrating an operation of the application performance analysis system according to the first embodiment of the present invention.

【図3】 この発明の実施の形態2によるアプリケーシ
ョン性能分析システムを示すシステム構成図である。
FIG. 3 is a system configuration diagram showing an application performance analysis system according to a second embodiment of the present invention.

【図4】 この発明の実施の形態2によるアプリケーシ
ョン性能分析システムの動作を説明するためのフローチ
ャートである。
FIG. 4 is a flowchart illustrating an operation of the application performance analysis system according to the second embodiment of the present invention.

【符号の説明】[Explanation of symbols]

1 ジョブ運用管理ソフトウェア(性能データ採取手
段、性能分析手段) 4 アプリケーション 5 性能データ採取開始用プログラム(性能データ採取
手段) 6 性能データ採取終了用プログラム(性能データ採取
手段) 7 性能分析用プログラム(性能分析手段) 9 性能管理ソフトウェア(性能データ採取手段、性能
分析手段)
1 Job operation management software (performance data collection means, performance analysis means) 4 Application 5 Performance data collection start program (performance data collection means) 6 Performance data collection end program (performance data collection means) 7 Performance analysis program (performance Analysis means) 9 Performance management software (Performance data collection means, Performance analysis means)

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】 アプリケーションの実行中に性能データ
の採取を行い、実行終了後に上記性能データの性能分析
を行うアプリケーション性能分析システムにおいて、 動作順序で予め設定したスケジュールの指示に従って、
上記アプリケーションに関する上記性能データの採取を
行う性能データ採取手段を設けたことを特徴とするアプ
リケーション性能分析システム。
1. An application performance analysis system that collects performance data during execution of an application and performs performance analysis of the performance data after the execution is completed, according to an instruction of a schedule set in advance in an operation order.
An application performance analysis system, further comprising performance data collection means for collecting the performance data relating to the application.
【請求項2】 アプリケーションの実行中に性能データ
の採取を行い、実行終了後に上記性能データの性能分析
を行うアプリケーション性能分析システムにおいて、 動作順序で予め設定したスケジュールの指示に従って、
上記性能データの性能分析を行う性能分析手段を設けた
ことを特徴とするアプリケーション性能分析システム。
2. An application performance analysis system which collects performance data during execution of an application and performs performance analysis of the performance data after the execution is completed, according to an instruction of a schedule set in advance in an operation order.
An application performance analysis system, comprising performance analysis means for analyzing the performance of the performance data.
【請求項3】 アプリケーションの実行中に性能データ
の採取を行い、実行終了後に上記性能データの性能分析
を行うアプリケーション性能分析システムにおいて、 動作順序で予め設定したスケジュールの指示に従って、
上記アプリケーションに関する上記性能データの採取を
行う性能データ採取手段、および動作順序で予め設定し
たスケジュールの指示に従って、上記性能データの性能
分析を行う性能分析手段を設けたことを特徴とするアプ
リケーション性能分析システム。
3. An application performance analysis system which collects performance data during execution of an application and performs performance analysis of the performance data after the execution is completed, according to an instruction of a schedule set in advance in an operation order.
An application performance analysis system, comprising: performance data collection means for collecting the performance data for the application; and performance analysis means for performing performance analysis of the performance data in accordance with a schedule instruction set in advance in an operation order. .
【請求項4】 性能データ採取手段は、動作順序で予め
設定したスケジュールの指示に従って、アプリケーショ
ンの起動前に動作し、上記アプリケーションの実行終了
後に動作終了することを特徴とする請求項1または請求
項3記載のアプリケーション性能分析システム。
4. The performance data collecting means operates before starting an application and ends after the execution of the application in accordance with a schedule instruction set in advance in the operation order. 3. The application performance analysis system according to 3.
【請求項5】 性能分析手段は、動作順序で予め設定し
たスケジュールの指示に従って、所定の処理動作終了後
に動作開始することを特徴とする請求項2または請求項
3記載のアプリケーション性能分析システム。
5. The application performance analysis system according to claim 2, wherein the performance analysis means starts operation after a predetermined processing operation is completed in accordance with a schedule instruction set in advance in the operation order.
JP03987399A 1999-02-18 1999-02-18 Application performance analysis system Expired - Fee Related JP3265280B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP03987399A JP3265280B2 (en) 1999-02-18 1999-02-18 Application performance analysis system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP03987399A JP3265280B2 (en) 1999-02-18 1999-02-18 Application performance analysis system

Publications (2)

Publication Number Publication Date
JP2000242530A true JP2000242530A (en) 2000-09-08
JP3265280B2 JP3265280B2 (en) 2002-03-11

Family

ID=12565112

Family Applications (1)

Application Number Title Priority Date Filing Date
JP03987399A Expired - Fee Related JP3265280B2 (en) 1999-02-18 1999-02-18 Application performance analysis system

Country Status (1)

Country Link
JP (1) JP3265280B2 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005249920A (en) * 2004-03-02 2005-09-15 Oki Electric Ind Co Ltd Image drawing method and image reproducing apparatus
JP2005531070A (en) * 2002-06-25 2005-10-13 インターナショナル・ビジネス・マシーンズ・コーポレーション Method and system for monitoring application performance in a distributed environment
US7840635B2 (en) 2003-08-15 2010-11-23 International Business Machines Corporation Method and system for monitoring performance of processes across multiple environments and servers
US7953848B2 (en) 2002-04-08 2011-05-31 International Business Machines Corporation Problem determination in distributed enterprise applications

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7953848B2 (en) 2002-04-08 2011-05-31 International Business Machines Corporation Problem determination in distributed enterprise applications
US8090851B2 (en) 2002-04-08 2012-01-03 International Business Machines Corporation Method and system for problem determination in distributed enterprise applications
US8990382B2 (en) 2002-04-08 2015-03-24 International Business Machines Corporation Problem determination in distributed enterprise applications
US9727405B2 (en) 2002-04-08 2017-08-08 International Business Machines Corporation Problem determination in distributed enterprise applications
JP2005531070A (en) * 2002-06-25 2005-10-13 インターナショナル・ビジネス・マシーンズ・コーポレーション Method and system for monitoring application performance in a distributed environment
US7870244B2 (en) 2002-06-25 2011-01-11 International Business Machines Corporation Monitoring performance of applications in a distributed environment
US8037205B2 (en) 2002-06-25 2011-10-11 International Business Machines Corporation Method, system, and computer program for monitoring performance of applications in a distributed environment
US9053220B2 (en) 2002-06-25 2015-06-09 International Business Machines Corporation Method, system, and computer program for monitoring performance of applications in a distributed environment
US9678964B2 (en) 2002-06-25 2017-06-13 International Business Machines Corporation Method, system, and computer program for monitoring performance of applications in a distributed environment
US7840635B2 (en) 2003-08-15 2010-11-23 International Business Machines Corporation Method and system for monitoring performance of processes across multiple environments and servers
JP2005249920A (en) * 2004-03-02 2005-09-15 Oki Electric Ind Co Ltd Image drawing method and image reproducing apparatus
JP4645044B2 (en) * 2004-03-02 2011-03-09 沖電気工業株式会社 Image drawing method and image reproducing apparatus

Also Published As

Publication number Publication date
JP3265280B2 (en) 2002-03-11

Similar Documents

Publication Publication Date Title
JP3624657B2 (en) Management computer or computer system
JP2000242530A (en) Application performance analysis system
JPH10293689A (en) Object program preload method for window system and recording medium recorded with program for the same
JPH09305556A (en) Method and device for predicting processing time for program execution
JPH1069405A (en) Task unit cpu use rate measurement system
JPH10293690A (en) Object program preload method for window system and recording medium recorded with program for the same
JPH05241890A (en) Data trace system
JP2012022373A (en) Information processing method, program, information processor and information processing system
JPH0573279A (en) Job execution control system
JPH08263333A (en) Programming support device and method
JPH0378034A (en) Program parallel execution device
JPH05100935A (en) Data base managing system
JP2012043148A (en) Monitoring device and monitoring program
JPS595370A (en) Processing time controlling system
JP3114686B2 (en) Program debugging method
JPH0644198A (en) System for restarting job check point
JPH03259345A (en) Job schedule managing system
JPH06110712A (en) Terminal start processing monitoring system
JPH04320556A (en) Sampling system for transaction execution tracing information
JP2000305826A (en) Multiwindow information processor and operating system
JPH02113336A (en) Asynchronous exception acquisition system
JPH02222056A (en) Batch job submitting system
JPH02118726A (en) Job performance control system
JP2004234497A (en) Remote debugging device
JPH035845A (en) File opening substitution device

Legal Events

Date Code Title Description
R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

LAPS Cancellation because of no payment of annual fees