ja:documentation:pandorafms:technical_annexes:03_capacity_planning

差分

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

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
ja:documentation:pandorafms:technical_annexes:03_capacity_planning [2024/10/14 06:48] – [概要] junichija:documentation:pandorafms:technical_annexes:03_capacity_planning [2025/11/02 05:15] (現在) – [通常サーバ] junichi
行 81: 行 81:
 このデータ量において、正しく Pandora FMS の要求スペックを決めるためには、どのような種類のモニタリングをする予定であるかを知る必要があります。次の例では、"QUASAR TECNOLOGIES" という架空の会社の特徴を示しています。 このデータ量において、正しく Pandora FMS の要求スペックを決めるためには、どのような種類のモニタリングをする予定であるかを知る必要があります。次の例では、"QUASAR TECNOLOGIES" という架空の会社の特徴を示しています。
  
-  * 90% のモニタリングをソフトウアエージェントで実施。+  * Monitoring 90% based on EndPoints. 
 +  * Homogeneous systems with a series of characterizations grouped into technologies / policies. 
 +  * Highly variable intervals between the different modules and events to be monitored. 
 +  * Large amount of asynchronous information (events, log items). 
 +  * Lots of process status information with very little probability of change. 
 +  * Little information on yields compared to the total. 
 + 
 +  * 90% のモニタリングをエンドポイントで実施。
   * 技術/ポリシーでグループ化できる似たようなシステムがある。   * 技術/ポリシーでグループ化できる似たようなシステムがある。
   * モニタするモジュールやイベント間で、実行間隔が異なる。   * モニタするモジュールやイベント間で、実行間隔が異なる。
行 310: 行 317:
 <WRAP center round tip 90%> <WRAP center round tip 90%>
  
-An installation of Pandora FMS with a GNU/Linux server installed "by default" in a powerful machine, can not pass from 5 to 6 packets per second, in a powerful machine well "optimized" and "conditioned" it can reach 30 to 40 packets per second. **This also depends a lot on the number of modules in each agent**.+An installation of Pandora FMS with a Linux server installed "by default" in a powerful machine, can not pass from 5 to 6 packets per second, in a powerful machine well "optimized" and "conditioned" it can reach 30 to 40 packets per second. **This also depends a lot on the number of modules in each agent**.
  
 </WRAP> </WRAP>
行 316: 行 323:
 <WRAP center round tip 90%> <WRAP center round tip 90%>
  
-これの重要性:強力なマシンに "デフォルト" でインストールされた GNU/Linux サーバ 1台で、Pandora は、毎秒 5〜6 データを超えることはできませんが、十分に "最適化" および "調整" された強力なマシンでは、毎秒 30-40 データまで処理することができます。**また、各エージェントに含まれるモジュールの数にも依存します**。+これの重要性:強力なマシンに "デフォルト" でインストールされた Linux サーバ 1台で、Pandora は、毎秒 5〜6 データを超えることはできませんが、十分に "最適化" および "調整" された強力なマシンでは、毎秒 30-40 データまで処理することができます。**また、各エージェントに含まれるモジュールの数にも依存します**。
  
 </WRAP> </WRAP>
行 381: 行 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:
行 391: 行 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.
行 404: 行 410:
 逆に、ping モジュールが少なく、対象のネットワークが大きく異なり遅延時間もそれぞれ異なるような場合は、テストに遅い方の時間を要するため、大きな数値は設定しない方が良いです。15 から 20 などの非常に低い数を使用します。 逆に、ping モジュールが少なく、対象のネットワークが大きく異なり遅延時間もそれぞれ異なるような場合は、テストに遅い方の時間を要するため、大きな数値は設定しない方が良いです。15 から 20 などの非常に低い数を使用します。
  
-<file+<code
-icmp_threads X+networkhpserver_threads X 
 +</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 GNU/Linux version you are using.+明らかに、スレッドが多いほど、実行できるチェックも多くなります。 Pandora FMS が実行するすべてのスレッドを追加しても、3040 を超えることはありません。利用している Linux バージョンとハードウェアの種類に大きく依存しますが、ここでは 10 を超えるスレッドは使用するべきではありませn。
  
-明らかに、スレッドが多いほど、実行できるチェックも多くなります。 Pandora FMS が実行するすべてのスレッドを追加しても、30〜40 を超えることはありません。利用している GNU/Linux バージョンとハードウェアの種類に大きく依存しますが、ここでは 10 を超えるスレッドは使用するべきではありませn。+Now, you must "create" a fictitious number of ping type modules to test. It is assumed that you will test a total of 3000 ping modules. To do this, it is best to take a system on the network that is capable of supporting all pings (any Linux server can handle the task).
  
-Now, you must "create" a fictitious number of ping type modules to test. It is assumed that you will test a total of 3000 ping modules. To do this, it is best to take a system on the network that is capable of supporting all pings (any GNU/Linux server can handle the task). +次に、テストする架空の数の ping モジュールを "作成" します。 ping タイプのモジュール合計 3000個をテストするとします。 これを行うための最良のオプションは、すべての ping をサポートするネットワーク内のシステムを選択することです(Linux サーバならどれでも大丈夫です)。
- +
-次に、テストする架空の数の ping モジュールを "作成" します。 ping タイプのモジュール合計 3000個をテストするとします。 これを行うための最良のオプションは、すべての ping をサポートするネットワーク内のシステムを選択することです(GNU/Linux サーバならどれでも大丈夫です)。+
  
 Using the Pandora FMS CSV importer, create a file with the following format: Using the Pandora FMS CSV importer, create a file with the following format:
行 457: 行 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 specifically about the SNMP Enterprise network server. In case of testing for the Open network server, see the section on the (generic) network server. +**こからは SNMPチェックに関する内容です**。サーバーが起動し、設定済みであことを前提としていま。動作に必要な主要なパラメータは以下のとおりです。
- +
-は SNMP トワーサーバーに関するものです。 オープンソースのネットワークサーバのテストの場合は、(汎用の)ネットワクサーバの章を参照してください。 +
- +
-Assuming that you have the server already working and configured, we are going to explain some key parameters for its working: +
- +
-サーバすでに設定され動作していると仮定して、サーバが機能るためのいくつかの重要なパラメーターについて説明します。+
  
 <file> <file>
行 474: 行 472:
 </file> </file>
  
-It defines the number of SNMP requests that the system will do for each execution. You should consider that the server groups them by destination dir IP, so this block is only indicativeIt is recommendable that it wouldn't be large (30 to 40 maximum). When an item of the block fails, an internal counter does that the Enterprise server will try it again, and if after x attempts it doesn't work, then it will pass it to the open server. +It defines the number of SNMP requests that the system will make for each execution. Bear in mind that the server groups them by destination IP address, so this block is a guideline. It should not be too large (30 to 40 maximum). When a block element fails, an internal counter causes the PFMS server to retry it.
- +
-これは、システムが 1回に実行する SNMP リクエストの数を定義します。サーバが宛先 IP でグループ化することを考慮するため、このブロックは単なる指標です。 大きくしないことをお勧めします(最大 30〜40)。ブロック内の要素に障害が発生すると、内部カウンターは Enterprise サーバでそれを再試行し、試行回数が x 回を超えても応答がない場合は、オープンソースのサーバに処理を渡します。 +
- +
-<file> +
-snmp_threads X +
- +
-</file> +
- +
-It should not be too large (30 to 40 maximum). When an element of the block fails, an internal counter makes the Enterprise server retry it, and if after X attempts it does not work, it will be passed to the Open server. You shouldn't user more than 10 threads, though it depends on the kind of hardware and GNU/Linux version that you use.+
  
-使用るハドウェの種類と GNU/Linux のバージョンよって異なりまが、10を超えスレドを使用しないください。+システムが各実行時に行うSNMPリクエストの数を定義しま。サバはリクエストを宛先IPドレスごとにグループ化するため、このブロクは目安です。あまり大きくすぎないようにしてください(最大30~40)。ブロック要素が失敗すると、内部カウンターによってPFMSサーバはリクエストを再試行します
  
 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.
行 513: 行 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.1728888495.txt.gz
  • 最終更新: 2024/10/14 06:48
  • by junichi