ja:documentation:pandorafms:technical_annexes:03_capacity_planning

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
ja:documentation:pandorafms:technical_annexes:03_capacity_planning [2025/07/21 08:11] – [SNMP サーバ] junichija:documentation:pandorafms:technical_annexes:03_capacity_planning [2025/11/02 05:15] (現在) – [通常サーバ] junichi
行 388: 行 388:
 <wrap #ks3_2 /> <wrap #ks3_2 />
  
-==== ICMP サーバ ====+==== 高性能ネットワークサーバ ====
  
-It is specifically the [[en:documentation:pandorafms:introduction:02_architecture|ICMP network server]]. In case of testing for the network server Open version, see the point corresponding to the network server (generic).+It is specifically the [[:en:documentation:pandorafms:introduction:02_architecture#network_high_performance_server|Network High Performance Server]]. In case of testing for the network server Open version, see the point corresponding to the network server (generic).
  
-これは、[[:ja:documentation:pandorafms:introduction:02_architecture#icmp_サーバ|ICMPネットワークサーバ]]です。オープンソースのネットワークサーバのテストを行う場合は、ネットワークサーバ(汎用)対応する章を参照してください。+これは、[[:ja:documentation:pandorafms:introduction:02_architecture#高性能ネットワークサーバ|高性能ネットワークサーバ]]です。ネットワークサーバ(オープンソース版)のテストについては、ネットワークサーバ汎用該当箇所を参照してください。
  
 Assume you already have the server up and running and configured. Some key parameters for its operation: Assume you already have the server up and running and configured. Some key parameters for its operation:
行 398: 行 398:
 サーバがすでに設定され動作していると仮定すると、そのパフォーマンスに関するいくつかの重要なパラメーターは次のとおりです。 サーバがすでに設定され動作していると仮定すると、そのパフォーマンスに関するいくつかの重要なパラメーターは次のとおりです。
  
-<file>+<code>
 block_size X block_size X
- +</code>
-</file>+
  
 Defines the number of pings that the system will do per run. If most pings will take the same amount of time, you can raise the number to a considerably high number, such as 50 to 70. Defines the number of pings that the system will do per run. If most pings will take the same amount of time, you can raise the number to a considerably high number, such as 50 to 70.
行 411: 行 410:
 逆に、ping モジュールが少なく、対象のネットワークが大きく異なり遅延時間もそれぞれ異なるような場合は、テストに遅い方の時間を要するため、大きな数値は設定しない方が良いです。15 から 20 などの非常に低い数を使用します。 逆に、ping モジュールが少なく、対象のネットワークが大きく異なり遅延時間もそれぞれ異なるような場合は、テストに遅い方の時間を要するため、大きな数値は設定しない方が良いです。15 から 20 などの非常に低い数を使用します。
  
-<file+<code
-icmp_threads X +networkhpserver_threads 
- +</code>
-</file>+
  
 Obviously, the more threads you have, the more checks you will be able to execute. If you add all the threads that Pandora FMS executes, they should not reach the range of 30 to 40. You should not use more than 10 threads here, although it depends a lot on the type of hardware and the Linux version you are using. Obviously, the more threads you have, the more checks you will be able to execute. If you add all the threads that Pandora FMS executes, they should not reach the range of 30 to 40. You should not use more than 10 threads here, although it depends a lot on the type of hardware and the Linux version you are using.
行 464: 行 462:
 その後、Pandora FMS はそれらのモジュールの処理を開始します。 前のケースと同じメトリックを測定し、それがどのように推移するかを評価します。 目的は、必要な ICMP タイプのモジュールの数に対して、不明状態にならずに処理できかです。 その後、Pandora FMS はそれらのモジュールの処理を開始します。 前のケースと同じメトリックを測定し、それがどのように推移するかを評価します。 目的は、必要な ICMP タイプのモジュールの数に対して、不明状態にならずに処理できかです。
  
-<wrap #ks3_3 /> 
  
-==== SNMP サーバ ====+**This specifically concerns SNMP checks**. Assuming you already have the server up and running and configured. Some key parameters for its operation:
  
-This is the SNMP network server. Assuming you already have the server up and running and configured. Some key parameters for its operation: +**こからは SNMPチェックに関する内容です**。サーバ既に起動し、設定済みであることを前提としています。動作に必要な主要なパラメータは以下のとおりです。
- +
-は SNMP トワーサーバです。既にサーバが起動し、設定済みであることを前提としています。動作に必要な主要なパラメータは以下のとおりです。+
  
 <file> <file>
行 480: 行 475:
  
 システムが各実行時に行うSNMPリクエストの数を定義します。サーバはリクエストを宛先IPアドレスごとにグループ化するため、このブロックは目安です。あまり大きくしすぎないようにしてください(最大30~40)。ブロック要素が失敗すると、内部カウンターによってPFMSサーバはリクエストを再試行します。 システムが各実行時に行うSNMPリクエストの数を定義します。サーバはリクエストを宛先IPアドレスごとにグループ化するため、このブロックは目安です。あまり大きくしすぎないようにしてください(最大30~40)。ブロック要素が失敗すると、内部カウンターによってPFMSサーバはリクエストを再試行します。
- 
-<file> 
-snmp_threads X 
- 
-</file> 
- 
-Obviously, the more threads you have, the more checks you will be able to execute. If you add all the threads that Pandora FMS executes, they should not reach the range of 30 to 40. You should not use more than 10 threads here, although it depends a lot on the type of hardware and the Linux version you are using. 
- 
-当然ですが、スレッド数が多いほど実行できるチェックの数も増えますが、Pandora FMS が実行するすべてのスレッド数を合計しても 30~40 の範囲にはならないようにします。ハードウェアの種類や Linux のバージョンによって大きく異なりますが、ここでは 10 を超えるスレッド数は使用しないでください。 
  
 The faster way to test is through a SNMP device, applying all the interfaces, all the serial "basic" monitoring modules.This is done through the application of the Explorer SNMP (Agente → Modo de administracion → SNMP Explorer). Identify the interfaces and apply all the metrics to each interface. In a 24 port switch, this generates 650 modules. The faster way to test is through a SNMP device, applying all the interfaces, all the serial "basic" monitoring modules.This is done through the application of the Explorer SNMP (Agente → Modo de administracion → SNMP Explorer). Identify the interfaces and apply all the metrics to each interface. In a 24 port switch, this generates 650 modules.
行 516: 行 502:
 <wrap #ks3_4 /> <wrap #ks3_4 />
  
-==== プラグイン、ネットワク(オープンソース)、HTTP サーバ ====+==== ヘビーサーバ ====
  
-The same concept applies here as above, but in a more simplified form. It will be necessary to control:+The same concept applies here [[#ks3_2|as above]], but in a more simplified form. It will be necessary to control:
  
-前述と同じ概念適用ますが、より単純化された方法です。 以下を確認する必要があります。+ここでも[[#ks3_2|上記と同じ]]概念適用されますが、より簡略化された適用されます。以下の点調整する必要があります。
  
   * Number of threads.   * Number of threads.
  • ja/documentation/pandorafms/technical_annexes/03_capacity_planning.1753085513.txt.gz
  • 最終更新: 2025/07/21 08:11
  • by junichi