その他のメトリック
内容
apmdevops96jp
内容
システム アーキテクチャによっては、以下のメトリックも Workstation Investigator に表示される場合があります。 ほとんどはメトリック ブラウザ ツリーに表示されますが、このセクションには、問題切り分けマップ ツリーに表示されるメトリックがあります。
アプリケーション問題切り分けマップ メトリック
問題切り分けマップ ツリーの以下のメトリックは、MOM およびコレクタ Enterprise Manager の特定のコンポーネントおよびセグメントの情報を示します。 これらの数値により、アプリケーション問題切り分けマップに関連する Enterprise Manager および APM データベースの使用オーバーヘッドが参照できます。 これらの新しいメトリックは以下のとおりです。
- ApplicationTriageMap|TransactionSegmentsReceived前回の収集期間にエージェントによって記録され、コレクタに送信されたセグメント数の集約。 このメトリックは、前回の収集期間に APM データベースの更新または挿入に費やされた時間を割合で示します。 ただし、収集期間自体に時間は加算されず、APM データベースおよびシステム全体の負荷が示されるのみです。
- ApplicationTriageMap|ProcessingTime|TransactionSegment(ms)前回の収集期間にシステムがトランザクション セグメント情報を記録し、それを Enterprise Manager に送信してデータベースに保存するのにかかった時間(ミリ秒)の集約。 このメトリックはコレクタ Enterprise Manager にのみ適用されます。
- ApplicationTriageMap|ProcessingTime|TransactionComponent(ms)前回の収集期間にシステムがトランザクション コンポーネント情報を記録し、それを Enterprise Manager に送信して APM データベースに保存するのにかかった(ミリ秒)の集約。 このメトリックはコレクタ Enterprise Manager にのみ適用されます。
- ApplicationTriageMap|TransactionComponentsReceived前回の収集期間にエージェントによって記録され、コレクタに送信されたコンポーネント数の集約。 このメトリックは、前回の収集期間に APM データベースの更新または挿入に費やされた時間を割合で示します。
Agent Stats
Agent Stats ノードは、エージェントが監視しているアプリケーションではなく、エージェントの内部状態に関するメトリックを表示します。 Agent Stats メトリックの提供するデータは、エージェント動作の調査に役立ちます。
Sustainability サブノードの下にある Deep Tracing サブノードは、高深度トランザクション追跡表示の提供するために使用される以下のエージェント リソースのメトリックを表示します。
Analyzed Methods Count
高深度トランザクション追跡表示を使用して Introscope が分析したメソッドの数。
Average Component Array Size
高深度トランザクション追跡コンポーネント データの格納に使用される配列の平均サイズ(1 スレッドあたりのバイト数)。
Average Component Count Per Transaction
1 トランザクションあたりの PBD および高深度トランザクション追跡表示で検出されるコンポーネントの平均数。
Average Deep Component Count Per Transaction
1 トランザクションあたりの高深度トランザクション追跡コンポーネントの平均数。
Instrumented Methods Count
高深度トランザクション追跡表示を使用して、エージェントがインスツルメントしたメソッドの数。
EJB
Enterprise Java Beans (EJB)がアーキテクチャの一部である場合、以下のタイプになります。
- EJB entity
- EJB session
- EJB message driven
これらの各タイプについて、以下の 2 つのメトリックが表示されます。
- Average Method Invocation Time (ms)
- Method Invocations Per Interval
EJB タイプの下に子ノードとして表示される、各 EJB の実装(クラスまたはメソッド)に関して、Enterprise Manager は 5 つの基本的な Introscope メトリックをレポートします。
- Average Response Time (ms)
- Concurrent Invocations
- Errors Per Interval
- Responses per Interval
- Stall Count
Servlets
サーブレット ノードは、一般的に Enterprise Manager により監視されるアプリケーションにより呼び出される各サーブレットの 5 つの基本メトリックを表示します。
- Average Response Time (ms)
- Concurrent Invocations
- Errors Per Interval
- Responses per Interval
- Stall Count
JSP(JAVA サーバ ページ)
Average Response Time (ms)
JVM ですべての JSP が実行する
_jspService()
メソッドの平均応答時間。 すべての個々の JSP の応答時間の平均が求められて、この値が計算されます。Responses per Interval
過去 15 秒間に JVM ですべての JSP が実行した
_jspService
メソッドで、完了した呼び出しの数。Average Response Time (ms) by class name
クラス名により識別される JSP の平均応答時間をミリ秒単位で表したもの。
_jspService()
メソッドの各呼び出しでの時間が測定され、平均が計算されてこの値が求められます。Responses per Interval
直前の 15 秒間にクラス名で識別された JSP
_jspService()
メソッドで、完了した呼び出しの数。Responses Per Second
JVM ですべての JSP が実行する
_jspService()
メソッドが完了するレート。Responses Per Second by class name
特定のクラス名で識別される JSP の
_jspService()
メソッドの呼び出しが完了するレート。Stalled Methods by class name and by method name
_jspService()
メソッドの実行を完了するために、定義されたしきい値よりも長い時間がかかる JSP の数。Concurrent Invocations
_jspService()
メソッドを実行中のスレッドの数。JSP タグ ライブラリ(JSP TagLi)
タグ ライブラリは、カスタム アクションを起動する JSP ページで使用されるカスタム タグの集合です。 カスタム アクションは JSP 仕様向けの 6 つの標準アクションのセットに含まれていない任意のアクションです。 カスタム アクションにより起動されるタスクの例として、データベース、電子メールおよびフロー制御などの外部システムにアクセスするフォーム制御が挙げられます。
以下のメトリックが JSP タグ ライブラリで使用可能です。
- Average Method Invocation Time (ms)
- Method Invocations Per Interval
- Average Method Invocation Time (ms) by class name and method name
- Method Invocations Per Interval by class name
- Method Invocations Per Interval by class name and method name
- Method Invocations Per Second
- Method Invocations Per Second by class name
- Method Invocations Per Second by class name and method name
- Concurrent Method Invocations
- Concurrent Method Invocations by class name
- Concurrent Method Invocations by class name and method name
- Stalled Methods over 30 seconds by class name and method name
- Average Method Invocation Time (ms)
JSP IO TagLibrary
Warning Count
Exception Count
RMI(リモート メソッド呼び出し)
リモート メソッド呼び出しは、分散 Java オブジェクトのメソッドの呼び出しです。つまり、複数のホストにある Java オブジェクトです。
以下のメトリックは、RMI クライアントと RMI サーバの両方に使用できます。
- Average Method Invocation Time (ms)
- Method Invocations Per Interval
- Average Method Invocation Time (ms) by class name
- Method Invocations Per Interval by class name
- Method Invocations Per Second
- Method Invocations Per Second by class name
- Stalled Methods over 30 seconds
- Concurrent Method Invocations
- Concurrent Method Invocations by class name
データベース メトリック(SQL)
各データベース バックエンドは、以下のメトリックをレポートするように設定できます。
- Commits: 完了した各クエリ/応答トランザクションは、commitと呼ばれます。 5 つの標準的なメトリックは、一定の間隔中にコミットするすべてのトランザクションに対して収集され、表示されます。 たとえば、以下のスクリーンショットでは、円で囲まれたデータ ポイントが、その間隔中にコミットされたすべてのデータベース トランザクションの平均応答時間を表しています。

- Rollbacks:rollbackは、正常に完了しなかったクエリ/応答トランザクションです。 5 つの標準的なメトリックは、一定の間隔中にロールバックするすべてのトランザクションに対して収集され、表示されます。
- SQL

一定の間隔中にデータベースによって処理された各ステートメントについて、次の 6 つのメトリックがレポートされます。
- Average Response Time (ms)
- Concurrent Invocations
- Errors Per Interval
- Connection Count
- Responses per Interval
- Stall Count
以下の点に注意してください。
- これらのステートメントは、事前定義および動的のどちらであるかによって、サブノードごとに分離されます。
- 各タイプの SQL ステートメント(GRANT、UPDATE、QUERY、REVOKE、DROP)は、そのステートメント タイプのサブノードの下にリスト表示されます。
XML(拡張マークアップ言語)
XML メトリックには、以下のタイプがあります。
SAX
- SAX:Average Method Invocation Time (ms)
- SAX:Method Invocations Per Interval
- SAX:Average Method Invocation Time (ms) by class name
- SAX:Method Invocations Per Interval by class name
- SAX:Method Invocations Per Second
- SAX:Method Invocations Per Second by class name
- SAX:Stalled Methods over 30 seconds by class name and method name
- SAX:Concurrent Method Invocations
- SAX:Concurrent Method Invocations by class name
XSLT
- XSLT:Average Method Invocation Time (ms)
- XSLT:Method Invocations Per Interval
- XSLT:Average Method Invocation Time (ms) by class name
- XSLT:Method Invocations Per Interval by class name
- XSLT:Method Invocations Per Second
- XSLT:Method Invocations Per Second by class name
- XSLT:Stalled Methods over 30 seconds by class name and method name
- XSLT:Concurrent Method Invocations
- XSLT:Concurrent Method Invocations by class name
JAXM
- JAXM|Listener:Average Method Invocation Time (ms)
- JAXM|Listener:Method Invocations Per Interval
- JAXM|Listener:Average Method Invocation Time (ms) by class name
- JAXM|Listener:Method Invocations Per Interval by class name
- JAXM|Listener:Method Invocations Per Second
- JAXM|Listener:Method Invocations Per Second by class name
- JAXM|Listener: Stalled Methods over 30 seconds by class name and method name
- JAXM|Listener:Concurrent Method Invocations
- JAXM|Listener:Concurrent Method Invocations by class name
J2EE コネクタ
Average Method Invocation Time (ms)
Method Invocations Per Interval
Average Method Invocation Time (ms) by class name
Method Invocations Per Interval
Method Invocations Per Second
Method Invocations Per Second by class name
Stalled Method count over 30 seconds by class name and method name
Concurrent Method Invocations
Concurrent Method Invocations by class name
JTA (Java Transaction API)
Average Method Invocation Time (ms)
Method Invocations Per Interval
Average Method Invocation Time (ms) by class name
Method Invocations Per Interval by class name
Method Invocations Per Second
Method Invocations Per Second by class name
Stalled Methods over 30 seconds by class name and method name
Concurrent Method Invocations
JNDI(Java 名前付けおよびディレクトリ インターフェース)
JNDI メトリックには、次のものが含まれます。
JNDI Lookup
Lookup:Context Average Method Invocation Time (ms)
Lookup:Context Method Invocations Per Interval
Lookup:Context Average Method Invocation Time (ms) by class name
Lookup:Context Method Invocations Per Interval by class name
Lookup:Context Method Invocations Per Second
Lookup:Context Method Invocations Per Second by class name
Lookup:Context Stalled Methods over 30 seconds by class name and method name
Lookup:Context Concurrent Method Invocations
Lookup:Context Concurrent Method Invocations by class name
JNDI lookupLink
lookupLink:Context Average Method Invocation Time (ms)
lookupLink:Context Method Invocations Per Interval
lookupLink:Context Average Method Invocation Time (ms) by class name
lookupLink:Context Method Invocations Per Interval by class name
lookupLink:Context Method Invocations Per Second
lookupLink:Context Method Invocations Per Second by class name
lookupLink:Context Stalled Methods over 30 seconds by class name and method name
lookupLink:Context Concurrent Method Invocations
lookupLink:Context Concurrent Method Invocations by class name
JNDI search
Search:Context Average Method Invocation Time (ms)
Search:Context Method Invocations Per Interval
Search:Context Average Method Invocation Time (ms) by class name
Search:Context Method Invocations Per Interval by class name
Search:Context Method Invocations Per Second
Search:Context Method Invocations Per Second by class name
Search:Context Stalled Methods over 30 seconds by class name and method name
Search:Context Concurrent Method Invocations
Search:Context Concurrent Method Invocations by class name
JNDI called metrics
File system I/O
JMS (Java メッセージング サービス)
JMS には、以下の 4 つのサブノードがあります。
- message listener
- message consumer
- topic publisher
- queue sender
以下のメトリックは、上記のどのサブノードの下にも表示可能です。
- Average Method Invocation Time (ms)
- Method Invocations Per Interval
- Average Method Invocation Time (ms) by class name
- Method Invocations Per Interval by class name
- Method Invocations Per Second
- Method Invocations Per Second by class name
- Stalled Methods over 30 seconds by class name and method name
- Concurrent Method Invocations
- Concurrent Method Invocations by class name
Java Mail
Java Mail には、以下の 2 つのサブノードがあります。
- Java Mail (Send)
- Java Mail (sendMessage)
以下のメトリックは、Send サブノードまたは sendMessage サブノードの下に表示可能です。
- Transport:Average Method Invocation Time (ms)
- Transport:Method Invocations Per Interval
- Transport:Average Method Invocation Time (ms) by class name
- Transport:Method Invocations Per Interval by class name
- Transport:Method Invocations Per Second
- Transport:Method Invocations Per Second by class name
- Transport:Stalled Methods over 30 seconds by class name and method name
- Transport:Concurrent Method Invocations
- Transport:Concurrent Method Invocations by class name
CORBA
Average Method Invocation Time (ms)
Method Invocations Per Interval
Average Method Invocation Time (ms) by class name
Method Invocations Per Interval by class name
Method Invocations Per Second
Stalled methods in any class over 30 seconds
Concurrent Method Invocations
Concurrent Method Invocations by class name
Struts
Average Method Invocation Time (ms)
Method Invocations Per Interval
Average Method Invocation Time (ms) by class name and method name
Method Invocations Per Interval by class name
Method Invocations Per Second
Method Invocations Per Second by class name
Stalled Methods over 30 seconds by class name and method name
Concurrent Method Invocations
Concurrent Method Invocations by class name
Instance Counts
インスタンス数メトリックは、ヒープの特定のクラスのオブジェクト インスタンスの数を測定します。
- パッケージとクラス名ごとにインスタンス数の概数を求めます