差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
| ja:documentation:pandorafms:technical_annexes:03_capacity_planning [2025/07/21 08:11] – [SNMP サーバ] junichi | ja: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: | + | It is specifically the [[:en: |
| - | これは、[[: | + | これは、[[: |
| 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 | + | 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 |
| - | 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 ネットワークサーバです。既にサーバが起動し、設定済みであることを前提としています。動作に必要な主要なパラメータは以下のとおりです。 | + | |
| < | < | ||
| 行 480: | 行 475: | ||
| システムが各実行時に行うSNMPリクエストの数を定義します。サーバはリクエストを宛先IPアドレスごとにグループ化するため、このブロックは目安です。あまり大きくしすぎないようにしてください(最大30~40)。ブロック要素が失敗すると、内部カウンターによってPFMSサーバはリクエストを再試行します。 | システムが各実行時に行うSNMPリクエストの数を定義します。サーバはリクエストを宛先IPアドレスごとにグループ化するため、このブロックは目安です。あまり大きくしすぎないようにしてください(最大30~40)。ブロック要素が失敗すると、内部カウンターによってPFMSサーバはリクエストを再試行します。 | ||
| - | |||
| - | < | ||
| - | snmp_threads X | ||
| - | |||
| - | </ | ||
| - | |||
| - | 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 " | The faster way to test is through a SNMP device, applying all the interfaces, all the serial " | ||
| 行 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: |
| - | 前述と同じ概念を適用しますが、より単純化された方法です。 以下を確認する必要があります。 | + | ここでも[[# |
| * Number of threads. | * Number of threads. | ||