TongWeb Server監視

概要

TongWebは、中国でエンタープライズグレードのWebアプリケーションの導入と管理に広く利用されている、フル機能のJava EEアプリケーションサーバーです。Webサービス、サーブレット、JSP、EJBコンポーネントを強力にサポートし、ミッションクリティカルなビジネスワークロードに最適です。スケーラブルなアーキテクチャを備えたTongWebは、安定性とパフォーマンスを確保しながら、大規模な導入にも対応できるように設計されています。
Applications Managerを使用すると、TongWebサーバー上で実行されているアプリケーションを監視し、CPUやメモリの使用率といった重要なパフォーマンス指標を追跡し、応答時間を可視化できます。また、JVMクラスの読み込み、メモリ使用量、リソース消費量に関する詳細な情報も提供し、パフォーマンスのボトルネックの検出に役立ちます。TongWebをリアルタイムで監視することで、Applications Managerはプロアクティブなアラート通知を実現し、ビジネス環境におけるアプリケーションの可用性を向上させます。

新規監視追加方法

サポート対象TongWeb Serverバージョン(最新情報は本社ページもご参照ください。):7

TongWebサーバーのメトリクスを監視するための前提条件: こちら

REST APIを使用して新しいTongWeb監視を追加する方法: こちら

新しいTongWebアプリケーション サーバー監視を作成するには、以下の手順に従います。

  1. [新規監視追加]をクリック
  2. アプリケーションサーバーカテゴリから[TongWeb]を選択
  3. [表示名]を入力
  4. TongWeb が実行されるサーバーの[ホスト名]を入力
  5. [ポート](TongWebサーバーのJMXポート)を入力
  6. 認証用のユーザー名やパスワードなどの資格情報の詳細を入力するか、認証情報リストから選択オプションを有効にして認証情報マネージャーのリストから必要な認証情報を選択します。
  7. JNDI名 を入力(例:/jmxrmi)
  8. ポーリング間隔を分単位で指定します。
  9. セントラルサーバーから新規監視を追加する場合は、プローブサーバーを選択
  10. コンボボックスから、TongWeb監視を関連付ける監視グループを選択(オプション)
    監視を関連付けるグループは複数選択できます。
  11. [監視の追加]をクリック
    ネットワークからTongWebサーバーが検出され、監視が開始されます。

監視対象パラメータ

監視名をクリックすると、次のタブにリストされているすべてのサーバー詳細が表示されます。

Overview

TongWebサーバーのプラットフォームの詳細、CPUとメモリの使用量、応答時間、JVMクラスの読み込み統計の概要が簡単に表示されます。

パラメーター 説明
TONGWEB DETAILS
Platform Architecture Specifies the system architecture on which TongWeb is running.
Platform Version Indicates the version of the underlying operating system.
Platform Name Displays the name of the operating system where TongWeb is deployed.
PERFORMANCE OVERVIEW
CPU Utilization The percentage of CPU resources currently in use by TongWeb.
Memory Used The percentage of system memory consumed by TongWeb.
RESPONSE TIME
Response Time The time taken by TongWeb to respond to a request.
CLASS LOADING
Class Loaded Total number of classes currently loaded in the JVM.
Class Unloaded Total number of classes that have been unloaded from the JVM.
Total Class Loaded Cumulative total of all classes loaded during the JVM runtime.

Thread

合計スレッド、アクティブスレッド、スタックスレッドなどのスレッドプールの詳細が表示され、スレッドの使用率を分析するのに役立ちます。

パラメーター 説明
Thread Pool Details
Thread Name Name of the thread pool in TongWeb.
Total Threads Total number of threads available in the specified thread pool.
Stuck Threads Number of threads that are stuck and not progressing within the thread pool.
Active Threads Total number of threads currently active and handling requests.
Thread Utilization (%) The percentage of threads being utilized in the pool.

Request Processor

リクエスト数、処理されたバイト数、エラーなどのリクエストプロセッサのパフォーマンスが表示され、トラフィック処理の効率に関する洞察が得られます。

パラメーター 説明
Global Request Processor
Name The name of the request processor in TongWeb.
Bytes Received Total number of bytes received by the request processor.
Bytes Sent Total number of bytes sent by the request processor.
Error Count Total number of errors encountered while processing requests.
Maximum Time The maximum amount of time taken to process a request (in ms).
Request Count Total number of requests handled by the request processor.

Memory

JVMメモリプールの詳細、使用率、空き領域、コミットされたメモリ、使用率が表示されます。

パラメーター 説明
Memory Pool Details
Name The name of the memory pool in TongWeb.
Used Memory The amount of memory currently used in the memory pool (in MB).
Committed Memory The amount of memory guaranteed to be available for the memory pool (in MB).
Max Memory The maximum amount of memory that can be used by the memory pool (in MB).
Free Memory The amount of free memory currently available in the memory pool (in MB).
Memory Utilization The percentage of memory utilized in the memory pool (in %).
Free Memory The percentage of free memory available in the memory pool (in %).

Web

デプロイされたWebアプリケーション、その状態、リクエストの処理、およびセッション統計が一覧表示されます。

パラメーター 説明
Web Apps
Name The name of the web application deployed in TongWeb.
State The current operational state of the web application.
Possible values: STARTED/STOPPED
Start Time The time at which the web application was started.
Request Count Total number of requests processed by the web application.
Active Sessions The number of active user sessions currently maintained by the web application.
Expired Sessions Total number of user sessions that have expired.
Rejected Sessions The number of user sessions that were rejected by the web application.

Garbage Details

コレクションの数やGCアクティビティに費やされた時間などのガベージコレクションの統計が表示されます。

パラメーター 説明
Garbage Collection
Name The name of the garbage collector used in the JVM running TongWeb.
Collection Count Total number of garbage collection events performed.
Collection Time Total time spent on garbage collection activities (in ms).