JP2798364B2 - Application evaluation method and system - Google Patents
Application evaluation method and systemInfo
- Publication number
- JP2798364B2 JP2798364B2 JP7111500A JP11150095A JP2798364B2 JP 2798364 B2 JP2798364 B2 JP 2798364B2 JP 7111500 A JP7111500 A JP 7111500A JP 11150095 A JP11150095 A JP 11150095A JP 2798364 B2 JP2798364 B2 JP 2798364B2
- Authority
- JP
- Japan
- Prior art keywords
- call
- module
- application
- applications
- evaluated
- 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 - Lifetime
Links
Landscapes
- Debugging And Monitoring (AREA)
Description
【0001】[0001]
【産業上の利用分野】本発明は、コンピュータ・システ
ムにおけるアプリケーション・プログラムの外部モジュ
ール呼び出しの統計情報を取得し、評価することに関す
るものである。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to obtaining and evaluating statistical information of external module calls of an application program in a computer system.
【0002】[0002]
【従来の技術】従来において、アプリケーションの外部
モジュール呼び出しの統計情報を取得し、評価するに
は、次のような2つの代表的なものがあった。2. Description of the Related Art Conventionally, there are the following two typical methods for acquiring and evaluating statistical information of an external module call of an application.
【0003】第1の手法は、アプリケーションのソース
コード上で、外部モジュールを呼び出している部分に直
接評価するためのコードを追加し、統計情報を得てそれ
によって評価する手法である。A first technique is to add a code for directly evaluating a part calling an external module on the source code of an application, obtain statistical information, and evaluate the result.
【0004】第2の手法は、コンパイラ自身にプロファ
イル情報又はデバッグ情報の作成指示を直接与えて被評
価アプリケーションのソースコードをコンパイルし直
し、その作成されたプロファイル情報又はデバッグ情報
を元に被評価アプリケーションを評価する手法である。A second technique is to directly give an instruction for creating profile information or debug information to the compiler itself, recompile the source code of the application under evaluation, and use the profile information or debug information to create the application under evaluation based on the created profile information or debug information. Is a method of evaluating
【0005】[0005]
【発明が解決しようとする課題】第1の手法によれば、
被評価アプリケーションのソースコードを直接修正する
必要があり、そのため、被評価アプリケーションの規模
が増大するにしたがって前記修正の個所も増大し、統計
的解析及び評価を行うための手法としては現実的ではな
い。また、更に、被評価アプリケーションのソースコー
ドを直接修正するため、被評価アプリケーションのソー
スコードを入手することが必要となり、また、被評価ア
プリケーションのソースコードを修正後にコンパイルし
直さなければならず、かなりの労力を要することとな
る。According to the first method,
It is necessary to directly modify the source code of the application to be evaluated, and therefore, the number of such corrections increases as the size of the application to be evaluated increases, which is not practical as a method for performing statistical analysis and evaluation. . Further, in order to directly modify the source code of the application to be evaluated, it is necessary to obtain the source code of the application to be evaluated. Labor is required.
【0006】第2の方法によれば、被評価アプリケーシ
ョンの内部にプロファイル情報又はデバッグ情報を埋め
込む必要があるため、測定前にプロファイル情報又はデ
バッグ情報をコンパイラに与え、被評価アプリケーショ
ン全てのソースコードをコンパイルし直さなければなら
ない。更に、被評価アプリケーションの内部にプロファ
イル情報又はデバッグ情報を埋め込むため、被評価アプ
リケーションの内容が変化し正確な情報を得ることがで
きず、従ってその評価も正確には行えない。また、この
手法によれば、測定情報を被評価アプリケーションのメ
モリ領域に保持することとなるためメモリ使用量が増大
し、大規模なアプリケーションの評価をすることができ
ない。更に、相互に関連する複数のアプリケーションを
評価するにあたり、測定情報はアプリケーション毎の個
別の情報として得られるだけであり、複数アプリケーシ
ョンの総合的な評価をすることができない。According to the second method, since it is necessary to embed profile information or debug information inside the application to be evaluated, the profile information or debug information is given to the compiler before measurement, and the source code of all the application to be evaluated is obtained. You have to recompile. Furthermore, since the profile information or the debug information is embedded inside the application to be evaluated, the content of the application to be evaluated changes and accurate information cannot be obtained, and therefore the evaluation cannot be performed accurately. Further, according to this method, the measurement information is stored in the memory area of the application to be evaluated, so that the memory usage increases, and a large-scale application cannot be evaluated. Furthermore, in evaluating a plurality of applications related to each other, measurement information is obtained only as individual information for each application, and a comprehensive evaluation of the plurality of applications cannot be performed.
【0007】従って、本発明の目的は、上述の欠点を解
決し、大規模なアプリケーション及び複数のアプリケー
ションの総合的な評価を容易に可能とすることである。[0007] It is therefore an object of the present invention to overcome the above-mentioned drawbacks and to facilitate a comprehensive evaluation of a large application and a plurality of applications.
【0008】[0008]
【課題を解決するための手段】本発明は上記の目的を達
成するため、外部モジュール等のモジュールを呼び出す
アプリケーションにおいて、本来の呼び出しを、観測手
段を経由する呼び出しに置き換える事で、本来の処理に
かかる統計情報を取得、保管すること、更に、経由する
観測手段を、独立した他のアプリケーションとの間で共
有することで、複数アプリケーションにわたり統計情報
を取得し、保管することとしている。According to the present invention, in order to achieve the above object, in an application for calling a module such as an external module, an original call is replaced with a call via an observing means so that the original processing can be performed. The statistical information is acquired and stored, and the observation means to be passed is shared with another independent application to acquire and store the statistical information over a plurality of applications.
【0009】更に、本発明のアプリケーションの統計情
報取得手法においては、測定アプリケーションに測定開
始指示を与えてから測定終了指示を与えるまでの期間、
被評価アプリケーションの実行時における統計情報を観
測手段により取得し、測定アプリケーションの表示域に
結果を表示し、また、必要により前記結果を保存するこ
とにより前記目的を達成している。Further, in the application statistical information acquisition method of the present invention, a period from when a measurement start instruction is given to a measurement application to when a measurement end instruction is given is given.
The object is achieved by acquiring statistical information at the time of execution of the application under evaluation by the observation means, displaying the result in the display area of the measurement application, and saving the result as necessary.
【0010】[0010]
【実施例】以下、図面を参照して本発明を詳しく説明す
る。DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS The present invention will be described below in detail with reference to the drawings.
【0011】図2は、統計情報の観測を必要としない、
アプリケーションの通常実行時の構成図である。アプリ
ケーション201は、外部サービス提供者103の提供
するサービス203を利用するために、外部モジュール
呼び出し204を行う。また、そのサービス203の結
果は戻り205としてアプリケーション201ヘと返さ
れる。FIG. 2 does not require observation of statistical information;
FIG. 4 is a configuration diagram of the application during normal execution. The application 201 makes an external module call 204 to use the service 203 provided by the external service provider 103. The result of the service 203 is returned to the application 201 as a return 205.
【0012】図3は、図2の構成に本発明を適用した観
測手段の構成を表す図である。図2の構成に加えて、外
部モジュール呼び出しの統計情報を取得、保存するため
の観測手段104と、外部モジュール呼び出しの呼び出
し先を観測手段104に強制的に変更する観測手段10
5が追加されている。観測手段104は、外部サービス
提供書103と同一のサービスを提供し、被評価アプリ
ケーション101と静的にリンクされている。FIG. 3 is a diagram showing a configuration of observation means in which the present invention is applied to the configuration of FIG. In addition to the configuration shown in FIG. 2, an observation unit 104 for acquiring and storing statistical information of an external module call, and an observation unit 10 forcibly changing the call destination of the external module call to the observation unit 104
5 has been added. The observation means 104 provides the same service as the external service provision document 103, and is statically linked to the application to be evaluated 101.
【0013】図8は、図3の構成における本発明の処理
内容を示す。被評価アプリケーション101が外部モジ
ュールの呼び出しを行ったとき(801)、観測手段1
05はその呼び出しが測定対象か否かを判断する(80
2)。呼び出しが測定対象でない場合には図2と同様の
処理を行う(820、807)。呼び出しが測定対象で
ある場合には、観測手段105は、被評価アプリケーシ
ョン101が行う外部サービス提供者103ヘの外部モ
ジュール呼び出し204を、観測手段106が提供する
サービス306ヘの外部モジュール呼び出し307に置
き換える(803)。観測手段104の提供するサービ
ス306は、各呼び出しごとに、その呼び出し回数の累
計を保存し、外部サービス提供者103が提供する本来
のサービス203を呼び出し309によって呼び出す
(804)。サービス203の処理結果は戻り310と
して、観測手段104へ返される(805)。観測手段
104は、サービス203に要した処理時間及びメモリ
使用量を計測し、必要に応じて、呼び出し回数、処理時
間、及びメモリ使用量を取得、保存する。その後、観測
手段104は、103から受け取った戻り310を被評
価アプリケーション101に、戻り311として返す
(806)。結果として、被評価アプリケーション10
1の外部モジュール呼び出し204は、観測手段105
によって、観測手段104を経由する外部モジュール呼
び出し307−309に置き換えられる。同様に、戻り
205は観測手段104を経由する戻り309−311
に置き換えられる。FIG. 8 shows the processing contents of the present invention in the configuration of FIG. When the evaluated application 101 calls an external module (801), the observation unit 1
05 determines whether the call is a measurement target (80).
2). If the call is not a measurement target, the same processing as in FIG. 2 is performed (820, 807). When the call is a measurement target, the observation unit 105 replaces the external module call 204 to the external service provider 103 performed by the application to be evaluated 101 with the external module call 307 to the service 306 provided by the observation unit 106. (803). The service 306 provided by the observation means 104 stores the total number of calls for each call, and calls the original service 203 provided by the external service provider 103 by the call 309 (804). The processing result of the service 203 is returned to the observation means 104 as a return 310 (805). The observation unit 104 measures the processing time and the memory usage required for the service 203, and acquires and saves the number of calls, the processing time, and the memory usage as necessary. Thereafter, the observation unit 104 returns the return 310 received from the 103 to the application to be evaluated 101 as the return 311 (806). As a result, the evaluated application 10
The first external module call 204 is
Is replaced by an external module call 307-309 via the observation means 104. Similarly, the return 205 is a return 309-311 via the observation means 104.
Is replaced by
【0014】観測手段105と104は着脱可能なアプ
リケーション部位であり、被評価アプリケーション10
1の作成時に静的にリンクされる。このため、使用者
は、統計情報を観測するにあたって、被評価アプリケー
ション101のソースコードあるいはオブジェクトコー
ドの変更をする必要はない。The observation means 105 and 104 are detachable application parts, and
1 are linked statically when created. Therefore, the user does not need to change the source code or the object code of the application to be evaluated 101 when observing the statistical information.
【0015】図5は、複数の被評価アプリケーションが
動作する場合の構成図である。被評価プログラム101
と102は、共に外部サービス提供者103のサービス
を利用するアプリケーションである。図3と同様に、被
評価アプリケーション101と102に対して、それぞ
れ観測手段105と106を静的にリンクする。被評価
アプリケーション101と102から、外部サービス提
供者103ヘの外部モジュール呼び出し505と507
は、測定対象である場合には、それぞれ観測手段104
を経由する呼び出し509と510に置き換えられる。
こうして、観測手段104は複数の被評価アプリケーシ
ョンからの外部モジュール呼び出しの統計情報を統一的
に取得、保存することができる。図6は、その処理内容
の概略図を示している。FIG. 5 is a configuration diagram when a plurality of evaluated applications operate. Evaluated program 101
And 102 are applications that use the service of the external service provider 103. As in FIG. 3, observation means 105 and 106 are statically linked to the evaluated applications 101 and 102, respectively. External module calls 505 and 507 from the evaluated applications 101 and 102 to the external service provider 103
Are the observation means 104 when they are measurement targets.
Are replaced by calls 509 and 510 via.
In this way, the observation unit 104 can uniformly acquire and store the statistical information of the external module call from the plurality of evaluated applications. FIG. 6 shows a schematic diagram of the processing contents.
【0016】図4は、観測アプリケーション107と観
測手段104の構成図である。観測アプリケーション1
07は、観測手段104が取得、保持している統計情報
の表示を行う。また、観測手段104は、経由される全
呼び出しについて、制御変数を保持しており、その制御
変数の状態によって、統計情報の取得を行うか否か判断
することができる。使用者は、観測アプリケーション1
07を用いて、観測手段104の制御変数を変更するこ
とで、統計情報の取得状況を変更できる。図7は、その
処理内容を表している。FIG. 4 is a configuration diagram of the observation application 107 and the observation means 104. Observation application 1
In the step 07, the statistical information acquired and held by the observation means 104 is displayed. In addition, the observation unit 104 holds control variables for all calls that are passed, and can determine whether to acquire statistical information based on the state of the control variables. The user can use the observation application 1
By changing the control variable of the observation means 104 using 07, the acquisition status of statistical information can be changed. FIG. 7 shows the processing contents.
【0017】第1図は、本発明の一実施例を示す統計情
報取得手法の構成図である。第1図を参照すると、外部
モジュール呼び出しを行い、且つ、実行時の統計情報を
取得すべきアプリケーションである被評価アプリケーシ
ョン101及び102と、101及び102からの外部
モジュール呼び出しにより、これらの被評価アプリケー
ション101及び102にサービスを提供する外部サー
ビス提供者103と、101及び102から103ヘの
呼び出しの統計情報を取得し、保持する統計情報観測手
段104と、外部サービス提供者103ヘの呼び出しを
観測手段104を経由する呼び出しに強制的に置き換え
る観測手段105と106、観測手段104の制御と、
観測手段104が保持している統計情報の表示を行う観
測アプリケーション107から構成されている。FIG. 1 is a configuration diagram of a statistical information acquisition method showing an embodiment of the present invention. Referring to FIG. 1, the evaluated applications 101 and 102, which are applications that call external modules and obtain statistical information at the time of execution, and these evaluated applications are called by external module calls from 101 and 102. An external service provider 103 that provides services to 101 and 102, a statistical information observing unit 104 that obtains and holds statistical information of calls from 101 and 102 to 103, and an observing unit that observes calls to the external service provider 103. Observation means 105 and 106 forcibly replacing the call with the call via 104, control of the observation means 104,
It comprises an observation application 107 for displaying the statistical information held by the observation means 104.
【0018】まとめとして、本発明の構成に関して以下
の事項を開示する。In summary, the following matters are disclosed regarding the configuration of the present invention.
【0019】(1)コンピュータ・システムにおいて動
作する1以上のアップリケーションを評価する方法であ
って、前記方法は、監視ステップを含み、前記監視ステ
ップは、前記各々のアプリケーションがモジュールを呼
び出す際に、そのモジュールの呼び出しを受け取るステ
ップと、前記呼び出しを記憶するステップと、前記呼び
出しに応じて、前記モジュールの呼び出しをするステッ
プと、を含む、前記方法。 (2)前記監視ステップは、更に、前記モジュールの終
了を記憶するステップを含む(1)記載の方法。 (3)前記監視ステップは、更に、前記呼び出し回数を
計数するステップを含む(1)又は(2)記載の方法。 (4)前記監視ステップは、更に、前記モジュールの処
理時間を計数するステップを含む(1)乃至(3)のい
ずれかに記載の方法。 (5)前記監視ステップは、更に、前記モジュールのメ
モリ所要量を計数するステップを含む(1)乃至(4)
のいずれかに記載の方法。 (6)前記監視ステップは、更に、前記記憶した結果を
出力するステップを含む(1)乃至(5)のいずれかに
記載の方法。 (7)前記監視ステップは、更に、前記計数した結果を
出力するステップを含む(3)乃至(5)のいずれかに
記載の方法。 (8)前記監視ステップは、更に、前記記憶した結果及
び前記計数した結果を出力するステップを含む(3)乃
至(5)のいずれかに記載の方法。 (9)複数のアプリケーションが異なる複数のコンピュ
ータ・システムで動作するアプリケーションである、
(1)乃至(8)のいずれかに記載の方法。 (10)コンピュータ・システムにおいて動作する1以
上のアップリケーションを評価する監視システムであっ
て、前記各々のアプリケーションがモジュールを呼び出
す際に、そのモジュールの呼び出しを前記監視システム
を経由する呼び出しに置き換える手段と、前記呼び出し
を記憶する手段と、前記呼び出しに応じて、前記モジュ
ールの呼び出しをする手段と、から成る、複数のアプリ
ケーションで共有される前記システム。 (11)更に、前記モジュールの終了を記憶する手段を
含む(10)記載のシステム。 (12)更に、前記呼び出し回数を計数する手段を含む
(10)又は(11)記載のシステム。 (13)更に、前記モジュールの処理時間を計数する手
段を含む(10)乃至(12)のいずれかに記載のシス
テム。 (14)更に、前記モジュールのメモリ所要量を計数す
る手段を含む(10)乃至(13)のいずれかに記載の
システム。 (15)更に、前記記憶した結果を出力する手段を含む
(10)乃至(14)のいずれかに記載のシステム。 (16)更に、前記計数した結果を出力する手段を含む
(12)乃至(14)のいずれかに記載のシステム。 (17)更に、前記記憶した結果及び前記計数した結果
を出力する手段を含む(12)乃至(14)のいずれか
に記載のシステム。 (18)複数のアプリケーションが異なる複数のコンピ
ュータ・システムで動作する(10)乃至(17)のい
ずれかに記載のシステム。(1) A method for evaluating one or more applications running on a computer system, the method including a monitoring step, the monitoring step comprising: when each of the applications calls a module, The method, comprising: receiving a call for the module; storing the call; and responsive to the call, calling the module. (2) The method according to (1), wherein the monitoring step further includes storing an end of the module. (3) The method according to (1) or (2), wherein the monitoring step further includes a step of counting the number of calls. (4) The method according to any one of (1) to (3), wherein the monitoring step further includes a step of counting a processing time of the module. (5) The monitoring step further includes a step of counting a required memory amount of the module (1) to (4).
The method according to any of the above. (6) The method according to any one of (1) to (5), wherein the monitoring step further includes a step of outputting the stored result. (7) The method according to any one of (3) to (5), wherein the monitoring step further includes a step of outputting the counted result. (8) The method according to any one of (3) to (5), wherein the monitoring step further includes a step of outputting the stored result and the counted result. (9) The plurality of applications are applications that operate on different computer systems.
The method according to any one of (1) to (8). (10) A monitoring system for evaluating one or more applications operating on a computer system, wherein when each of the applications calls a module, a module call is replaced with a call via the monitoring system. The system shared by a plurality of applications, comprising: means for storing the call; and means for calling the module in response to the call. (11) The system according to (10), further comprising means for storing an end of the module. (12) The system according to (10) or (11), further comprising means for counting the number of calls. (13) The system according to any one of (10) to (12), further including means for counting a processing time of the module. (14) The system according to any one of (10) to (13), further including means for counting a required memory amount of the module. (15) The system according to any one of (10) to (14), further including means for outputting the stored result. (16) The system according to any one of (12) to (14), further including means for outputting the counted result. (17) The system according to any one of (12) to (14), further including means for outputting the stored result and the counted result. (18) The system according to any one of (10) to (17), wherein the plurality of applications operate on a plurality of different computer systems.
【0020】[0020]
【発明の効果】上述のとうり、本発明によれば、アプリ
ケーションの統計情報取得及び評価手法において、アプ
リケーションの直接の外部モジュール呼び出しを、別経
路を経由する呼び出しに置き換える事で、呼び出し処理
にかかる統計情報を取得、保管することができ、更に、
経由するモジュールを、独立した他のアプリケーション
との間で共有することで、複数アプリケーションにわた
る統計情報の取得、保管が可能となった。As described above, according to the present invention, in the application statistical information acquisition and evaluation method, the direct external module call of the application is replaced with a call via a different path, so that the call processing is performed. Statistical information can be obtained and stored.
By sharing the module that passes through with other independent applications, it became possible to acquire and store statistical information across multiple applications.
【0021】更に、規模の大きなアプリケーションに対
しても、外部モジュール呼び出しの統計情報を容易に取
得し、評価することができるようになった。Furthermore, even for a large-scale application, it is possible to easily obtain and evaluate the statistical information of the external module call.
【0022】更に、複数の実行アプリケーションで構成
されているアプリケーションに対しても測定及び評価が
適切に行えるようになった。Further, measurement and evaluation can be appropriately performed for an application composed of a plurality of execution applications.
【0023】更に、被評価アプリケーションのソースコ
ードを修正する必要がなく、またデバッグ情報も埋め込
まれないため、完成時の実行アプリケーションと同一な
結果を得ることができるようになった。Furthermore, since it is not necessary to modify the source code of the application to be evaluated and no debug information is embedded, it is possible to obtain the same result as that of the execution application at the time of completion.
【0024】更に、統計情報を得るために、改めてアプ
リケーションをコンパイルする必要がないので、長時間
かかるコンパイルのための作業や時間を省くことができ
るようになった。Further, since it is not necessary to compile the application again in order to obtain the statistical information, it is possible to save time and work for compiling which takes a long time.
【図1】複数のアプリケーションに本発明を適用した一
実施例を表す構成図である。FIG. 1 is a configuration diagram illustrating an embodiment in which the present invention is applied to a plurality of applications.
【図2】アプリケーションの通常の実行時の構成図であ
る。FIG. 2 is a configuration diagram during normal execution of an application.
【図3】1つのアプリケーションに観測手段を付加した
構成図である。FIG. 3 is a configuration diagram in which observation means is added to one application.
【図4】観測手段と観測アプリケーションの構成図であ
る。FIG. 4 is a configuration diagram of an observation means and an observation application.
【図5】複数のアプリケーションと観測手段の構成図で
ある。FIG. 5 is a configuration diagram of a plurality of applications and observation means.
【図6】図5の構成の処理フローを示す。FIG. 6 shows a processing flow of the configuration of FIG.
【図7】図4の処理フローを示す。FIG. 7 shows a processing flow of FIG.
【図8】図3の処理フローを示す。FIG. 8 shows a processing flow of FIG.
101 被評価アプリケーション 102 被評価アプリケーション 103 外部サービス提供者 104 観測手段 105 観測手段 106 観測手段 107 観測アプリケーション 201 アプリケーション 203 サービス 204 呼び出し 205 戻り 306 サービス 307 呼び出し 309 呼び出し 310 戻り 311 戻り 505 呼び出し 507 呼び出し 509 戻り 510 戻り 101 Evaluated application 102 Evaluated application 103 External service provider 104 Observation means 105 Observation means 106 Observation means 107 Observation application 201 Application 203 Service 204 Call 205 Return 306 Service 307 Call 309 Call 310 Return 311 Return 505 Call 507 Call 509 Return 510 return
───────────────────────────────────────────────────── フロントページの続き (72)発明者 岡本 康介 神奈川県大和市下鶴間1623番地14 日本 アイ・ビー・エム株式会社 大和事業所 内 (56)参考文献 特開 昭63−68939(JP,A) 特開 平4−167032(JP,A) (58)調査した分野(Int.Cl.6,DB名) G06F 11/28 - 11/34──────────────────────────────────────────────────続 き Continued on the front page (72) Inventor Kosuke Okamoto 1623-14 Shimotsuruma, Yamato-shi, Kanagawa Prefecture IBM Japan, Ltd. Yamato Office (56) References JP-A-63-68939 (JP, A JP-A-4-167302 (JP, A) (58) Fields investigated (Int. Cl. 6 , DB name) G06F 11/28-11/34
Claims (18)
1以上のアプリケーションを評価する方法であって、前
記方法は、監視ステップを含み、 前記監視ステップは、 前記各々のアプリケーションがモジュールを呼び出す際
に、そのモジュールの呼び出しを受け取るステップと、 前記呼び出しを記憶するステップと、 前記呼び出しに応じて、前記モジュールの呼び出しをす
るステップと、 を含む、前記方法。1. A method for evaluating one or more applications running on a computer system, the method including a monitoring step, the monitoring step comprising: when each of the applications invokes a module, Receiving said call; storing said call; and making a call to said module in response to said call.
ルの終了を記憶するステップを含む請求項1記載の方
法。2. The method of claim 1, wherein said monitoring step further comprises storing an end of said module.
回数を計数するステップを含む請求項1又は請求項2記
載の方法。3. The method according to claim 1, wherein said monitoring step further comprises a step of counting said number of calls.
ルの処理時間を計数するステップを含む請求項1乃至請
求項3のいずれかに記載の方法。4. The method according to claim 1, wherein said monitoring step further comprises a step of counting a processing time of said module.
ルのメモリ所要量を計数するステップを含む請求項1乃
至請求項4のいずれかに記載の方法。5. The method according to claim 1, wherein said monitoring step further comprises the step of counting a memory requirement of said module.
結果を出力するステップを含む請求項1乃至請求項5の
いずれかに記載の方法。6. The method according to claim 1, wherein said monitoring step further comprises a step of outputting said stored result.
結果を出力するステップを含む請求項3乃至請求項5の
いずれかに記載の方法。7. The method according to claim 3, wherein said monitoring step further includes outputting the counted result.
結果及び前記計数した結果を出力するステップを含む請
求項3乃至請求項5のいずれかに記載の方法。8. The method according to claim 3, wherein said monitoring step further comprises a step of outputting said stored result and said counted result.
ンピュータ・システムで動作するアプリケーションであ
る、請求項1乃至請求項8のいずれかに記載の方法。9. The method according to claim 1, wherein the plurality of applications are applications running on different computer systems.
る1以上のアップリケーションを評価する監視システム
であって、 前記各々のアプリケーションがモジュールを呼び出す際
に、そのモジュールの呼び出しを前記監視システムを経
由する呼び出しに置き換える手段と、 前記呼び出しを記憶する手段と、 前記呼び出しに応じて、前記モジュールの呼び出しをす
る手段と、 から成る、複数のアプリケーションで共有される前記シ
ステム。10. A monitoring system for evaluating one or more applications running on a computer system, wherein when each of the applications calls a module, the call of the module is replaced with a call via the monitoring system. Means for storing the call, and means for calling the module in response to the call, wherein the system is shared by a plurality of applications.
手段を含む請求項10記載のシステム。11. The system according to claim 10, further comprising means for storing an end of said module.
を含む請求項10又は請求項11記載のシステム。12. The system according to claim 10, further comprising means for counting the number of calls.
する手段を含む請求項10乃至請求項12のいずれかに
記載のシステム。13. The system according to claim 10, further comprising means for counting a processing time of said module.
計数する手段を含む請求項10乃至請求項13のいずれ
かに記載のシステム。14. The system according to claim 10, further comprising means for counting a memory requirement of said module.
を含む請求項10乃至請求項14のいずれかに記載のシ
ステム。15. The system according to claim 10, further comprising means for outputting the stored result.
を含む請求項12乃至請求項14のいずれかに記載のシ
ステム。16. The system according to claim 12, further comprising means for outputting the counted result.
た結果を出力する手段を含む請求項12乃至請求項14
のいずれかに記載のシステム。17. The apparatus according to claim 12, further comprising means for outputting said stored result and said counted result.
The system according to any one of the above.
コンピュータ・システムで動作する請求項10乃至請求
項17のいずれかに記載のシステム。18. The system according to claim 10, wherein the plurality of applications operate on a plurality of different computer systems.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP7111500A JP2798364B2 (en) | 1995-05-10 | 1995-05-10 | Application evaluation method and system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP7111500A JP2798364B2 (en) | 1995-05-10 | 1995-05-10 | Application evaluation method and system |
Publications (2)
Publication Number | Publication Date |
---|---|
JPH08314771A JPH08314771A (en) | 1996-11-29 |
JP2798364B2 true JP2798364B2 (en) | 1998-09-17 |
Family
ID=14562878
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP7111500A Expired - Lifetime JP2798364B2 (en) | 1995-05-10 | 1995-05-10 | Application evaluation method and system |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2798364B2 (en) |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP0952522B1 (en) | 1998-04-22 | 2011-08-24 | Nippon Telegraph And Telephone Corporation | Method and device for acquiring usage data of an application |
US7895579B2 (en) | 2006-06-16 | 2011-02-22 | Microsoft Corporation | Automated method and system for collecting and reporting API performance profiles |
-
1995
- 1995-05-10 JP JP7111500A patent/JP2798364B2/en not_active Expired - Lifetime
Also Published As
Publication number | Publication date |
---|---|
JPH08314771A (en) | 1996-11-29 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US5528753A (en) | System and method for enabling stripped object software monitoring in a computer system | |
US6026236A (en) | System and method for enabling software monitoring in a computer system | |
Pillet et al. | Paraver: A tool to visualize and analyze parallel code | |
CN100538656C (en) | The method and apparatus of debugging computer program in distributed debugger | |
US6374369B1 (en) | Stochastic performance analysis method and apparatus therefor | |
US20020184615A1 (en) | System and method for selectively and automatically modifying the source code of a computer program | |
US8336032B2 (en) | Implementing enhanced template debug | |
US7028291B2 (en) | Debugging method and debugging device | |
EP0406602A2 (en) | Method and apparatus for debugging parallel programs by serialization | |
US20030217354A1 (en) | Scope-based breakpoint selection and operation | |
CN110196809B (en) | Interface testing method and device | |
US7240334B1 (en) | Methods, systems, and computer program products for deferred computer program tracing | |
CN114218052B (en) | Service interaction diagram generation method, device, equipment and storage medium | |
US6735774B1 (en) | Method and apparatus for system call management | |
JP2798364B2 (en) | Application evaluation method and system | |
US6710620B2 (en) | Bus interface for I/O device with memory | |
JP3419916B2 (en) | Process execution information collection device | |
Reiss | Efficient monitoring and display of thread state in java | |
JP3011115B2 (en) | Debug system | |
JP2731572B2 (en) | Logic simulation method | |
Schäfers et al. | Monitoring the T9000-The TRAPPER Approach | |
EP0657812A1 (en) | System and method for monitoring library software | |
JPH0283749A (en) | Internal interruption control system for microprocessor | |
JP3120434B2 (en) | Program operation analysis method | |
JPS63289654A (en) | Program branching instruction monitoring system |