OutSystems Forge 日本語データベース

Performance measurement example

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2017-11-28 1.0.0 Evert van der Zalm All .NET Libraries, Developer Tools, How-tos
ダンプに基づいてパフォーマンスの問題に取り組む方法を示す例eSpacesを含むアプリケーション。 また、ログメッセージと組み合わせてアクション内のティックを使用してExcelを使用する場合の例も含まれています。
このサンプル・アプリケーションでは、ティック・アプリケーションを使用してパフォーマンスの問題を発見する方法を説明し、パフォーマンスの問題を扱う際に改善すべきロジックを理解します。 最大の利点は、このコンポーネントでは、アクション/関数/クエリごとの実行時間をミリ秒に絞り込むことができます。ServiceCenterでは、slowsql(200ms以上)またはLifeTimeで要求時間全体を表示します。 私は必要に応じてアプリケーションを説明したので、自分の状況でどのように役立つかを自分で確認して調べることができます。このために私は複数の例を追加しました。また、ロジックにいくつかのコメントをつけたり、画面に説明を追加したりしてください。 このコンポーネントが有用であることがわかっている場合は、私に親指でお知らせください( - : このサンプルにはツリーモジュールが含まれています。 必要なサンプルデータを読み込むためのブートストラップモジュール サンプルデータと関数を持つコアモジュール。また、2ティックの間のミリ秒数を計算するための機能 時間を計算するためのサンプル画面を含むエンドユーザモジュール エンドユーザモジュールには、相違点の例が含まれています。 スクリーン上のすべての記事を取得する速度測定の例 スピード測定の例では、代替関連記事の記事の詳細が表示されます 参照されたアクションによる代替関連記事の記事詳細の取得速度の測定例 一般的なログで複数の速度測定を取得する速度測定の例 How-Toページでは、一般的なログと組み合わせてパフォーマンス測定をどのように使用することができるかを詳しく説明します 注意: ServiceCenterはユーザー・プロバイダーとして設定されています。 'GeneralLogDrilledDownExcelExample'画面も公開されています。

[Overview]
Application that contains example eSpaces to show how to tackle performance issues based on ticks. Also contains the example when using ticks in actions in combination with the log message and excel.
[Detail]
In this sample application I explain how the ticks application can be used to find performance issues so you know what logic needs to be improved when dealing with performance issues. The biggest advantage is that with this component you can narrow down the execution time per action/function/query to milliseconds, where service center only shows slowsql (above 200ms) or LifeTime only showing whole request time. I've described the application as much as needed so you can check and find out yourself how this can be helpfull in your own situation. For this I added the multiple examples. Also have some comments in the logic or explaining added in the screens. If you find this component usefull, please let me know by a thumb up (-: The sample contains tree modules: Bootstrap module to load needed sample data Core module with sample data and functions. Also the funcations to calculate the number of milliseconds between 2 ticks End-user module which contains sample screen to calculate the time The end-user module contains difference examples: Speed measurement example getting all articles on screen Speed measurement example getting article details with alternative - associated articles Speed measurement example getting article details with alternative - associated articles by an referenced action Speed measurement example getting multiple speed measurments in general log How-To page will full description how the performance measurements can be used in combination with general log and excel Note: Service center is set as user provider. The 'GeneralLogDrilledDownExcelExample' screen is also public available.
戻る