JP2014142683A - Monitoring control system - Google Patents

Monitoring control system Download PDF

Info

Publication number
JP2014142683A
JP2014142683A JP2013008970A JP2013008970A JP2014142683A JP 2014142683 A JP2014142683 A JP 2014142683A JP 2013008970 A JP2013008970 A JP 2013008970A JP 2013008970 A JP2013008970 A JP 2013008970A JP 2014142683 A JP2014142683 A JP 2014142683A
Authority
JP
Japan
Prior art keywords
log
monitoring control
unit
control system
collection
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2013008970A
Other languages
Japanese (ja)
Inventor
Takeshi Narai
剛士 成相
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP2013008970A priority Critical patent/JP2014142683A/en
Publication of JP2014142683A publication Critical patent/JP2014142683A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a monitoring control system capable of tracing the detail operational state of monitoring control processing without damaging a monitoring control operation.SOLUTION: Each of a plurality of monitoring control devices 1 includes: a log trace storage part 21 for storing an operation log generated in accordance with the operation of the monitoring control device as a log trace file; a log data processing part 23 for, in response to a log collection request from a log collection device 4, extracting and outputting necessary log data DL from a stored log trace file FL; an interrupt propriety determination part 22 for, when the pattern of the operation log is coincident with a preliminarily defined definition log pattern (definition file PD), determining that interrupt is not allowed; and a processing operation control part 24 for, on the basis of the determination result (interrupt propriety information JI) of the interrupt propriety determination part 22, limiting processing by the log data processing part 23.

Description

本発明は、複数の監視制御装置が連携動作して監視制御を行う監視制御システムにおいて、とくに、監視制御装置毎に蓄積されたログトレースファイルを収集するための構成に関する。   The present invention relates to a configuration for collecting log trace files accumulated for each monitoring control device in a monitoring control system in which a plurality of monitoring control devices operate in cooperation to perform monitoring control.

監視制御システムでは、遠隔地や複数の監視対象から監視データを収集し、収集した監視データの蓄積および表示を行うとともに、監視対象への制御を行う。これらの監視制御処理はネットワークを介して定周期および状態変更時・操作時に行われ、監視データが一定時間内に収集されない場合や処理が完了しない場合は、システムに異常が発生したと認識される。   The monitoring control system collects monitoring data from a remote location or a plurality of monitoring targets, accumulates and displays the collected monitoring data, and controls the monitoring target. These monitoring and control processes are performed at regular intervals and during state changes / operations via the network. If monitoring data is not collected within a certain period of time or if the process is not completed, it is recognized that an error has occurred in the system. .

一方、監視制御システムを構成する複数の監視制御装置(計算機)には、それぞれの監視制御装置内で実行される監視制御処理の詳細な動作状態をトレースするために、ログトレースファイルが蓄積されている。このログトレースファイルは監視制御データと比較してサイズが大きく、通常は各装置内に蓄積されているだけであるが、システムの異常や詳細な調査を実施したい場合にネットワーク経由での収集処理および表示処理が行われる。   On the other hand, log tracing files are accumulated in a plurality of monitoring control devices (computers) constituting the monitoring control system in order to trace the detailed operation state of the monitoring control processing executed in each monitoring control device. Yes. This log trace file is larger than the monitoring control data, and is usually only stored in each device. Display processing is performed.

ログトレースファイルは、サイズが大きい場合には収集前にデータ圧縮が行われる場合もあるが、その場合でも大量に存在するため、ログ収集処理時には、ネットワーク負荷および監視制御装置のCPU・メモリといったリソースの負荷は高くなる。そのため、ログ収集の負荷が監視制御処理を妨げることにより、監視制御処理の遅れ、データ抜け、あるいは処理の失敗等が発生し、監視制御システムに異常が発生してしまうという問題があった。   If the log trace file is large, data compression may be performed before collection. However, since the log trace file exists in such a large amount, resources such as the network load and the CPU and memory of the monitoring control device are present during log collection processing. The load of becomes higher. For this reason, the load of log collection hinders the monitoring control process, which causes a delay in the monitoring control process, data loss, processing failure, and the like, resulting in an abnormality in the monitoring control system.

そこで、このようなログトレース収集時の負荷を低減するために、負荷が低い時間を予測してログ収集をスケジューリングすることにより、ログ収集の処理と監視制御処理が重ならないように、負荷を分散させるデータ収集方法が提案されている(例えば、特許文献1参照。)。   Therefore, in order to reduce the load at the time of log trace collection, the load is distributed so that log collection processing and monitoring control processing do not overlap by scheduling log collection by predicting low load time. A data collection method is proposed (see, for example, Patent Document 1).

特開2006−79488号公報(段落0011〜0015、図2)Japanese Patent Laying-Open No. 2006-79488 (paragraphs 0011 to 0015, FIG. 2)

しかしながら、上記のようなデータ収集方法は、定周期データのような決まったパターンの定常負荷については有効であるが、状態変更時の監視データ送信や画面操作のような突発的な負荷が発生しやすい監視制御システムには不向きであった。また、監視制御システムでは、負荷が軽いものであっても制御上重要な処理もあり、単に負荷の重さだけでログ収集処理の可否を決めると、重要な監視制御処理に不具合が生じ、正常な監視制御ができなくなる可能性があった。   However, the data collection method as described above is effective for a steady load of a fixed pattern such as fixed cycle data, but sudden loads such as monitoring data transmission and screen operation at the time of state change occur. It was not suitable for easy monitoring and control systems. In addition, in the supervisory control system, there are some processes that are important for control even if the load is light. There is a possibility that it is impossible to perform proper monitoring and control.

本発明は、上記のような課題を解決するためになされたもので、監視制御動作を損なうことなく、監視制御処理の詳細な動作状態をトレースすることができる監視制御システムを得ることを目的とする。   The present invention has been made to solve the above-described problems, and an object of the present invention is to obtain a monitoring control system capable of tracing the detailed operation state of the monitoring control process without impairing the monitoring control operation. To do.

本発明の監視制御システムは、ネットワーク上に分散配置され、連携して監視対象に対する監視制御を実行する複数の監視制御装置と、前記複数の監視制御装置のログを収集するログ収集装置とで構成される監視制御システムであって、前記複数の監視制御装置のそれぞれは、当該監視制御装置の動作に伴い発生した動作ログをログトレースファイルとして蓄積するログトレース蓄積部と、前記ログ収集装置からのログ収集要求に応じて、前記蓄積されたログトレースファイルのなかから必要なログデータを抽出して出力するログデータ処理部と、前記動作ログのパターンと、あらかじめ定義された定義ログパターンとを比較し、前記動作ログのパターンと前記定義ログパターンが合致していると、割込みを不可と判定する割込可否判定部と、割込可否判定部の判定結果に基づいて、前記ログデータ処理部による処理を制限する処理動作制御部と、を備えたことを特徴とする。   A monitoring control system according to the present invention includes a plurality of monitoring control devices that are distributedly arranged on a network and perform monitoring control on a monitoring target in cooperation with each other, and a log collection device that collects logs of the plurality of monitoring control devices. Each of the plurality of monitoring control devices includes a log trace accumulating unit for accumulating an operation log generated as a result of the operation of the monitoring control device as a log trace file; and In response to a log collection request, the log data processing unit that extracts and outputs the necessary log data from the accumulated log trace file, and compares the operation log pattern with a predefined log pattern And an interrupt enable / disable determining unit that determines that an interrupt is impossible when the action log pattern matches the definition log pattern; Based on the determination result of the interruption determination section, characterized in that and a processing operation control unit for limiting processing by the log data processing unit.

本発明の監視制御システムによれば、動作ログのパターンで判断した動作状態に応じてログ収集処理による割込み処理を制限するようにしたので、監視制御動作を損なうことなく、監視制御処理の詳細な動作状態をトレースすることができる監視制御システムを得ることができる。   According to the monitoring control system of the present invention, since the interrupt processing by the log collection processing is limited according to the operation state determined by the operation log pattern, detailed monitoring control processing can be performed without impairing the monitoring control operation. A supervisory control system capable of tracing the operation state can be obtained.

本発明の実施の形態1にかかる監視制御システムの構成を示すブロック図である。It is a block diagram which shows the structure of the monitoring control system concerning Embodiment 1 of this invention. 本発明の実施の形態1にかかる監視制御システムにおけるログ蓄積処理の動作を説明するためのフローチャートである。It is a flowchart for demonstrating operation | movement of the log storage process in the monitoring control system concerning Embodiment 1 of this invention. 本発明の実施の形態1にかかる監視制御システムにおけるログ収集処理に関する動作を説明するためのフローチャートである。It is a flowchart for demonstrating the operation | movement regarding the log collection process in the monitoring control system concerning Embodiment 1 of this invention. 本発明の実施の形態1にかかる監視制御システムにおけるログ収集処理に関する動作を説明するためのフローチャートである。It is a flowchart for demonstrating the operation | movement regarding the log collection process in the monitoring control system concerning Embodiment 1 of this invention. 本発明の実施の形態1にかかる監視制御システムにおけるログ収集処理の実行の可否を判断するための定義ファイルの例を示す図である。It is a figure which shows the example of the definition file for judging the propriety of execution of the log collection process in the monitoring control system concerning Embodiment 1 of this invention. 本発明の実施の形態2にかかる監視制御システムの構成を示すブロック図である。It is a block diagram which shows the structure of the monitoring control system concerning Embodiment 2 of this invention. 本発明の実施の形態2にかかる監視制御システムにおけるログ蓄積処理に関する動作を説明するためのフローチャートである。It is a flowchart for demonstrating the operation | movement regarding the log storage process in the monitoring control system concerning Embodiment 2 of this invention. 本発明の実施の形態3にかかる監視制御システムの構成を示すブロック図である。It is a block diagram which shows the structure of the monitoring control system concerning Embodiment 3 of this invention. 本発明の実施の形態3にかかる監視制御システムにおけるログ蓄積処理に関する動作を説明するためのフローチャートである。It is a flowchart for demonstrating the operation | movement regarding the log storage process in the monitoring control system concerning Embodiment 3 of this invention. 本発明の実施の形態4にかかる監視制御システムの構成を示すブロック図である。It is a block diagram which shows the structure of the monitoring control system concerning Embodiment 4 of this invention. 本発明の実施の形態4にかかる監視制御システムにおけるログ収集処理に関する動作を説明するためのフローチャートである。It is a flowchart for demonstrating the operation | movement regarding the log collection process in the monitoring control system concerning Embodiment 4 of this invention. 本発明の実施の形態4にかかる監視制御システムにおけるログ収集処理に関する動作を説明するためのフローチャートである。It is a flowchart for demonstrating the operation | movement regarding the log collection process in the monitoring control system concerning Embodiment 4 of this invention. 本発明の実施の形態5にかかる監視制御システムの構成を示すブロック図である。It is a block diagram which shows the structure of the monitoring control system concerning Embodiment 5 of this invention. 本発明の実施の形態5にかかる監視制御システムにおけるログ収集処理に関する動作を説明するためのフローチャートである。It is a flowchart for demonstrating the operation | movement regarding the log collection process in the monitoring control system concerning Embodiment 5 of this invention. 本発明の実施の形態6にかかる監視制御システムの構成を示すブロック図である。It is a block diagram which shows the structure of the monitoring control system concerning Embodiment 6 of this invention. 本発明の実施の形態6にかかる監視制御システムにおけるログ収集処理に関する動作を説明するためのフローチャートである。It is a flowchart for demonstrating the operation | movement regarding the log collection process in the monitoring control system concerning Embodiment 6 of this invention.

実施の形態1.
本発明の実施の形態1にかかる監視制御システムの構成および動作について図を用いて説明する。図1〜図5は本実施の形態1にかかる監視制御システムについて説明するためのもので、図1は監視制御システムの構成として、全体的な構成とログ収集処理に関わる部分の詳細な構成を示すブロック図、図2〜図4は監視制御システムの動作を説明するためのフローチャートで、図2はログ蓄積処理の動作、図3はログ収集処理の動作を示し、図4はログ収集処理における処理の実行/停止を制御する動作を示す。図5はログ収集処理の実行の可否を判断するための定義ログパターン(定義ファイル)の具体例を示す図である。
Embodiment 1 FIG.
The configuration and operation of the monitoring control system according to the first embodiment of the present invention will be described with reference to the drawings. FIGS. 1 to 5 are diagrams for explaining the monitoring control system according to the first embodiment. FIG. 1 shows an overall configuration and a detailed configuration of a part related to log collection processing as the configuration of the monitoring control system. 2 to 4 are flowcharts for explaining the operation of the monitoring control system, FIG. 2 shows the operation of the log accumulation process, FIG. 3 shows the operation of the log collection process, and FIG. The operation | movement which controls execution / stop of a process is shown. FIG. 5 is a diagram showing a specific example of a definition log pattern (definition file) for determining whether log collection processing can be executed.

監視制御システムは、遠隔地や複数の監視対象から監視データを収集し、収集した監視データの蓄積および表示を行うとともに、監視対象への制御を行うものである。そのため、図1に示すように、監視対象(図示せず)や操作地点等に応じて設けられた監視制御装置1−1から監視制御装置1−Mまでの複数の監視制御装置1と、各監視制御装置1に蓄積されたログトレースファイルのうちから所望のログデータを収集するログ収集装置4と、これら各機器を接続するネットワーク5と、を備えている。 The monitoring control system collects monitoring data from a remote location or a plurality of monitoring targets, accumulates and displays the collected monitoring data, and controls the monitoring target. Therefore, as shown in FIG. 1, a plurality of monitoring and control device 1 from the monitor control apparatus 1 -1 provided in accordance with the monitored (not shown) or an operation point or the like to the monitoring control apparatus 1 -M, each A log collection device 4 that collects desired log data from log trace files stored in the monitoring control device 1 and a network 5 that connects these devices are provided.

そして、監視制御装置1のそれぞれには、監視データの送受信、データ演算、データ蓄積、監視対象の異常検知、および画面からの制御操作等の監視制御システムとしての様々な機能を実行する、複数の監視制御処理部10−1から監視制御処理部10−N(まとめて監視制御処理部10)、および各監視制御処理部10の詳細な動作状態をログトレースとして蓄積するためのログトレース管理部20が構築されている。各監視制御処理部10の動作自体は本発明とは直接関係ないので省略するが、各監視制御処理部10によって処理が実行されたときには、ネットワーク5および監視制御装置1を構築するCPU、メモリ等を使用して負荷を与える。このとき、各監視制御処理部10は、その処理における詳細な動作状態をログトレースファイルFL30として蓄積するため、ログトレース管理部20に対してログ出力要求を送信する。 Each of the monitoring control devices 1 executes a variety of functions as a monitoring control system such as transmission / reception of monitoring data, data calculation, data accumulation, abnormality detection of monitoring targets, and control operations from the screen. Monitoring control processing unit 10-1 to monitoring control processing unit 10 -N (collectively monitoring control processing unit 10), and log trace management unit 20 for accumulating detailed operation states of each monitoring control processing unit 10 as log traces Has been built. The operation of each monitoring control processing unit 10 is not directly related to the present invention and will be omitted. However, when the processing is executed by each monitoring control processing unit 10, the CPU, memory, etc. that construct the network 5 and the monitoring control device 1. Use a load. At this time, each monitoring control processing unit 10 transmits a log output request to the log trace management unit 20 in order to accumulate the detailed operation state in the processing as the log trace file FL 30 .

ログトレース管理部20には、記憶装置30に対してログトレースファイルFL30を逐次記録(蓄積)するためのログ蓄積部21、負荷に応じてログ収集処理による割込みの可否を判定する割込可否判定部22、およびログ収集処理時に記憶装置30に記憶されたログトレースファイルFL30から必要なログデータDLを抽出・加工して出力するログデータ処理部23と、ログデータ処理の動作を制御する処理動作制御部24とが設けられている。 The log trace management unit 20 includes a log storage unit 21 for sequentially recording (accumulating) the log trace file FL 30 in the storage device 30, and an interrupt determination for determining whether or not an interrupt due to log collection processing is possible depending on the load. Controls the determination unit 22, the log data processing unit 23 that extracts and processes necessary log data DL from the log trace file FL 30 stored in the storage device 30 during the log collection processing, and outputs the log data DL. A processing operation control unit 24 is provided.

ログ蓄積部21は、各監視制御処理部10から送信されたログ出力要求を受信すると、実ファイルであるログトレースファイルFL30に発生したログ(以降、動作ログと称する)の内容を書き込む。また同時に動作ログの内容(ログパターン)を割込可否判定部22に送信する。 When receiving the log output request transmitted from each monitoring control processing unit 10, the log storage unit 21 writes the contents of a log (hereinafter referred to as an operation log) generated in the log trace file FL 30 which is an actual file. At the same time, the contents of the operation log (log pattern) are transmitted to the interrupt enable / disable determining unit 22.

割込可否判定部22は、ログ蓄積部21から送信された動作ログの内容と、あらかじめ記憶された定義ファイルPD22(詳細は後述する)とを比較して、ログ収集処理の割込みの可否を判定し、その判定結果である割込可否情報JI22をログデータ処理部23に出力する。 The interrupt enable / disable determining unit 22 compares the content of the operation log transmitted from the log storage unit 21 with a definition file PD 22 stored in advance (details will be described later) to determine whether or not to interrupt the log collection process. The determination is made, and the interrupt enable / disable information JI 22 as the determination result is output to the log data processing unit 23.

ログデータ処理部23には、ログ収集装置4からの収集要求を受け付ける収集要求受付部231と、必要に応じてログ圧縮を行うログ圧縮部232と、ログデータDLをログ収集装置4に返信(出力)するログ送信部233とが設けられている。   The log data processing unit 23 returns a collection request reception unit 231 that receives a collection request from the log collection device 4, a log compression unit 232 that performs log compression as necessary, and returns log data DL to the log collection device 4 ( And a log transmission unit 233 for output).

ログ収集装置4には、ユーザからのログを収集するための要求の受付と、受け付けた要求に基づきログ収集条件の設定を行う収集条件設定部41と、設定されたログ収集条件に応じたログ収集要求を各監視制御装置1に送信する収集要求送信部42と、ログ収集要求の結果としてのログデータDLを受信するログ受信部43と、ログ収集結果を表示する収集結果表示部44とが設けられている。   The log collection device 4 includes a request for collecting logs from the user, a collection condition setting unit 41 for setting log collection conditions based on the received request, and a log corresponding to the set log collection conditions A collection request transmission unit 42 that transmits a collection request to each monitoring control device 1, a log reception unit 43 that receives log data DL as a result of the log collection request, and a collection result display unit 44 that displays the log collection result Is provided.

つぎに、本実施の形態1にかかる監視制御システムにおけるログ収集処理に関する動作について、図1および図2〜図4を用いて説明する。
ログ収集処理が実行されない通常の監視制御処理においては、各監視制御装置1において、図2のログ蓄積処理のみが動作している。ログ蓄積処理では、各監視制御処理部10からのログ出力要求をログ蓄積部21で待ちうけ、動作ログのデータが受信される(ステップSC100)とその内容をログトレースファイルFL30に書き込む(ステップSC110)。
Next, operations related to log collection processing in the monitoring control system according to the first embodiment will be described with reference to FIGS. 1 and 2 to 4.
In a normal monitoring control process in which the log collection process is not executed, only the log accumulation process of FIG. In the log accumulating process, the log accumulating unit 21 waits for a log output request from each monitoring control processing unit 10, and when the operation log data is received (step SC100), the contents are written in the log trace file FL 30 (steps). SC110).

また、この動作ログのデータ(パターン)は割込可否判定部22にも送られる。割込可否判定部22では、受信した動作ログの内容が定義ファイルPD22に合致するか否かを判定(ステップSC120)する。そして、受信した動作ログの内容が定義ファイルPD22に合致する場合(ステップSC120で「Y」)、その処理が他の処理の割込みを避けて優先して実行すべき処理であると判定し、その判定結果として割込み停止に設定したことを示す割込可否情報JI22をログデータ処理部23に出力する(ステップSC200)。ただし、そのパターンが合致したと判定してから、一定時間動作ログ出力が発生しなかった場合(ステップSC130で「Y」)は、その処理は解除されたと判断し、ステップSC300へ進行する。 The data (pattern) of this operation log is also sent to the interrupt enable / disable determining unit 22. The interrupt enable / disable determining unit 22 determines whether or not the content of the received operation log matches the definition file PD 22 (step SC120). If the content of the received operation log matches the definition file PD 22 (“Y” in step SC120), it is determined that the process should be executed preferentially while avoiding interruption of other processes. As the determination result, interrupt enable / disable information JI 22 indicating that the interrupt stop is set is output to the log data processing unit 23 (step SC200). However, if the operation log output has not occurred for a certain period of time after determining that the pattern matches ("Y" in step SC130), it is determined that the process has been canceled, and the process proceeds to step SC300.

一方、受信した動作ログの内容が定義ファイルPD22に合致しない場合(ステップSC120で「N」)、割込み停止を解除したことを示す割込可否情報JI22をログデータ処理部23に出力する(ステップSC300)。このとき、割込可否情報JI22は処理動作制御部24にも共有されており、ログデータ処理部23および処理動作制御部24には、割込み停止状態であるのか、解除されているかを示す割込可否情報JI22が出力されていることになる。 On the other hand, if the content of the received operation log does not match the definition file PD 22 (“N” in step SC120), interrupt enable / disable information JI 22 indicating that the interrupt stop has been canceled is output to the log data processing unit 23 ( Step SC300). At this time, the interrupt enable / disable information JI 22 is also shared by the processing operation control unit 24, and the log data processing unit 23 and the processing operation control unit 24 have an interrupt indicating whether the interrupt is stopped or cancelled. The inclusion permission / inhibition information JI 22 is output.

ここで、ステップSC120における具体的な判定処理について説明する。
動作ログの内容は、[種別]と[パターン]が組合されたものであり、判定に用いる定義ファイルPD22も図5に示すように、動作ログの内容に合わせた種別とパターンの組合せで定義している。パターンの定義対象としては、監視制御の主たる機能である、「監視対象データを定周期に収集・演算・蓄積する処理」および「監視対象に何か発生した場合に状変として警報・アラームを通知する処理」に関連する動作ログの内容を設定している。このように定義することにより、監視制御にとって優先度の高い処理がログ収集処理によって妨げられることがなくなる。その結果、低優先のログ収集処理に割り込まれることがなく、監視制御としての主たる機能が高速に動作して、正常に監視制御を行うことができる。
Here, specific determination processing in step SC120 will be described.
The content of the action log is a combination of [type] and [pattern], and the definition file PD 22 used for the determination is also defined by a combination of the type and pattern according to the contents of the action log as shown in FIG. doing. The target of pattern definition is the main function of monitoring control, “Process to collect, calculate, and accumulate monitoring target data at regular intervals” and “Notify the alarm / alarm when something happens to the monitoring target. The contents of the action log related to "Process to do" are set. By defining in this way, processing with high priority for monitoring control is not hindered by the log collection processing. As a result, the main function as the monitoring control operates at high speed without being interrupted by the low-priority log collection processing, and the monitoring control can be performed normally.

なお、種別が、「FROM」、「TO」の場合は、2行で1セットになっており、「FROM」を受信すると、そのパターンの処理が開始されたと判断し、「TO」を受信すると、そのパターンの処理が終了したと判断する。一方、種別が「EVENT(t)」の場合、1行で1セットとなり、tがその処理の持続時間(秒)を示すので、この種別の動作ログを受信すると、そのパターンの処理が開始されたと判断し、その動作ログを受信してからt秒を経過した時点(t秒後)で、その処理が終了したと判断する。   When the type is “FROM” or “TO”, one set consists of two lines. When “FROM” is received, it is determined that the processing of the pattern has started, and when “TO” is received. , It is determined that the processing of the pattern has been completed. On the other hand, when the type is “EVENT (t)”, one set is made in one line, and t indicates the duration (second) of the process. Therefore, when the operation log of this type is received, the process of the pattern is started. It is determined that the processing has been completed when t seconds have passed since the operation log was received (after t seconds).

定義ファイルPD22には、何セット(条件)でも記述でき、条件ごとに判定を行う。全体としての判定は、例えば、各判定条件のORで判定される。その場合、いずれかの条件がON(合致)になった段階でON判定とし、全ての条件がOFF(不一致)となった段階で合致しないと判定する。これにより、動作ログの内容が定義ファイルPD22と合致するか否かを判定することで、現時点で、他の処理(ログ収集)の割込みを避けて優先して実行すべき処理が実行中であるか否か、場合によってはその継続時間も判定できることになる。なお、定義ファイルPD22に記載する内容は、監視制御の対象や監視制御装置の構成に応じて適宜変更できることは言うまでもない。 Any number of sets (conditions) can be described in the definition file PD 22 , and determination is performed for each condition. The determination as a whole is determined by, for example, OR of each determination condition. In that case, it is determined to be ON when any of the conditions is turned on (matched), and is determined not to be matched when all the conditions are turned off (mismatched). Thus, by determining whether or not the content of the operation log matches the definition file PD 22 , at this time, processing that should be preferentially executed while avoiding interruption of other processing (log collection) is being executed. Whether or not there is, in some cases, the duration can also be determined. Needless to say, the contents described in the definition file PD 22 can be appropriately changed according to the target of the monitoring control and the configuration of the monitoring control device.

次にログ収集処理が実行された場合について説明する。
図3に示すように、ログ収集装置4内の収集条件設定部41がユーザからのログの収集についての要求を受け付けると、受け付けた要求内容に基づいてログ収集条件を設定する(ステップSA400)。設定されたログ収集条件に応じたログ収集要求を収集要求送信部42に出力する。設定されるログ収集条件には、「収集対象装置」、「収集対象ログトレースファイル」、「ログ圧縮有無」の情報が含まれている。
Next, a case where log collection processing is executed will be described.
As shown in FIG. 3, when the collection condition setting unit 41 in the log collection device 4 accepts a log collection request from the user, the log collection condition is set based on the received request content (step SA400). A log collection request corresponding to the set log collection condition is output to the collection request transmission unit 42. The log collection conditions to be set include information on “collection target device”, “collection target log trace file”, and “log compression presence / absence”.

収集要求送信部42は、出力されたログ収集要求に含まれる「収集対象装置」の情報に基づいて、ログ収集の対象となる装置毎のループ(ステップSALS〜ステップSALT)として、ログ収集条件に応じたログ収集要求が、収集対象となる監視制御装置1のそれぞれに送信される(SA410)。   The collection request transmission unit 42 sets the log collection condition as a loop (step SALS to step SALT) for each device that is a target of log collection based on the information of the “collection target device” included in the output log collection request. The corresponding log collection request is transmitted to each of the monitoring control devices 1 to be collected (SA410).

収集対象の監視制御装置1のそれぞれは、収集要求受付部231がログ収集要求を受信すると(ステップSA100)、ログデータ処理部23は、記憶装置30に記憶されたログトレースファイルFL30の中からログ収集条件に指定されたログデータDLを抽出して取得する(ステップSA110)。このとき、ログ収集条件にログ圧縮ありの情報が含まれていた場合、ログ圧縮部232によりログデータDLを圧縮(ステップSA120)した後、ログ送信部233により収集要求元であるログ収集装置4にログデータDLが送信される。 When the collection request receiving unit 231 receives the log collection request (step SA100), each of the monitoring control devices 1 to be collected receives the log data processing unit 23 from the log trace file FL 30 stored in the storage device 30. The log data DL specified in the log collection condition is extracted and acquired (step SA110). At this time, if the information with log compression is included in the log collection condition, the log data DL is compressed by the log compression unit 232 (step SA120), and then the log collection unit 4 which is the collection request source by the log transmission unit 233. Log data DL is transmitted to

送信されたログデータDLをログ受信部43が受信する(ステップSA420)と、その装置に対するログ収集が終了し、対象の装置すべてについてのループが終了すると(ステップSALTで「Y」)、収集したログデータDLを表示して(ステップSA430)、ログ収集処理が終了する。   When the log receiving unit 43 receives the transmitted log data DL (step SA420), the log collection for the device is completed, and the loop for all the target devices is completed (“Y” in step SALT). The log data DL is displayed (step SA430), and the log collection process ends.

上記、ログ収集処理のうち、収集対象の装置毎に実行されるステップSA100からSA130までのログデータ処理(図中、処理Aと記載)中には、処理動作制御部24によって、定周期で次に説明するログデータ処理の動作を中断したり再開したりする処理動作制御のシーケンス(図中、処理Jと記載)が実行される。この処理は割込可否情報JI22を参照し、図4に示すように、割込み停止状態であるか否かを判断(ステップSJ100)し、「割込み停止」状態であれば(ステップSJ100で「Y」)、監視制御上、重要な処理を行っていると判断して、処理Aを一時停止し(ステップSJ200)、一定周期で割込可否情報JI22の参照を続け、状態が「割込み停止解除」になるまで待つ。「割込み停止解除」状態であれば(ステップSJ100で「N」)、一時停止を解除し、処理Aの残りを続行する(ステップSJ300)。 Among the log collection processes described above, during the log data process (denoted as process A in the figure) from step SA100 to SA130 executed for each collection target device, the processing operation control unit 24 performs the following in a regular cycle. A process operation control sequence (denoted as process J in the figure) for interrupting or resuming the operation of the log data process described in (1) is executed. This process refers to the interrupt enable / disable information JI 22 and determines whether or not it is in an interrupt stop state (step SJ100) as shown in FIG. 4, and if it is in an “interrupt stop” state (“Y” in step SJ100) ”), It is determined that an important process is being performed for monitoring control, and the process A is temporarily stopped (step SJ200). The interrupt enable / disable information JI 22 is continuously referred to at a predetermined cycle, and the status is“ interrupt stop release ”. Wait until it becomes. If it is in the “interrupt stop release” state (“N” in step SJ100), the temporary stop is released and the rest of process A is continued (step SJ300).

なお、図3のフローチャートでは、説明を簡単にするため、収集対象の監視制御装置1のそれぞれに対してシリーズで動作させるような記載になっているが、それに限られることはない。収集対象の監視制御装置1のそれぞれで処理Aが並行して実施されてよいことは言うまでもない。   In the flowchart of FIG. 3, for simplification of description, it is described that the collection target monitoring control devices 1 are operated in series. However, the present invention is not limited to this. Needless to say, the process A may be performed in parallel in each of the monitoring control devices 1 to be collected.

上記のように、装置毎のログデータ処理(処理A)の実行中に、処理Jを一定周期で実行するようにしたため、監視制御動作において優先度の高い処理が開始あるいは実行中の場合には、ログデータ処理は中断される、あるいは開始することを阻止される。そのため、監視制御処理が、ログ収集処理により阻害されることなく、正常に監視制御を継続することができる。   As described above, since the process J is executed at a constant cycle during the execution of the log data process (process A) for each apparatus, when a process with high priority is started or being executed in the monitoring control operation. Log data processing is interrupted or prevented from starting. Therefore, the monitoring control process can be normally continued without being hindered by the log collection process.

以上のように、本実施の形態1にかかる監視制御システムによれば、ネットワーク5上に分散配置され、連携して監視対象に対する監視制御を実行する複数の監視制御装置1(1−1〜1−M)と、複数の監視制御装置1のログを収集するログ収集装置4とで構成される監視制御システムであって、複数の監視制御装置1のそれぞれは、当該監視制御装置の動作に伴い発生した動作ログをログトレースファイルとして蓄積するログ蓄積部21と、ログ収集装置4からのログ収集要求に応じて、蓄積されたログトレースファイルFL30のなかから必要なログデータDLを抽出して出力するログデータ処理部23と、動作ログのパターンと、あらかじめ定義された定義ログパターン(定義ファイルPD22)とを比較し、動作ログのパターンと定義ログパターン(定義ファイルPD22)が合致していると、割込みを不可と判定する割込可否判定部22と、割込可否判定部22の判定結果(割込可否情報JI22)に基づいて、ログデータ処理部23による処理を制限する処理動作制御部24と、を備えるように構成したので、所定の処理とログ収集処理が同時に実行されうる環境において、より優先度の高い所定の処理が動作中はログ収集処理を一時停止させ、逆に所定の処理が動作しないタイミングでログ収集処理を実行することにより、必要な処理に悪影響を与えずに必要なログデータDLを取得できる。つまり、所定の処理動作を損なうことなく、監視制御処理の詳細な動作状態をトレースすることができる監視制御システムを得ることができる。 As described above, according to the monitoring control system according to the first embodiment, a plurality of monitoring control devices 1 (1 −1 to 1) that are distributed on the network 5 and execute monitoring control on the monitoring target in cooperation with each other. -M ) and a log collection device 4 that collects logs of the plurality of monitoring control devices 1, each of the plurality of monitoring control devices 1 being associated with the operation of the monitoring control device. In response to a log collection request from the log collection device 4 that accumulates the generated operation log as a log trace file, the necessary log data DL is extracted from the accumulated log trace file FL 30 The log data processing unit 23 to output, the operation log pattern, and a predefined definition log pattern (definition file PD 22 ) are compared, and the operation log pattern is compared. And the definition log pattern (definition file PD 22 ) match, the interrupt enable / disable determination unit 22 that determines that an interrupt is impossible and the determination result (interrupt enable / disable information JI 22 ) of the interrupt enable / disable determination unit 22 And a processing operation control unit 24 that restricts processing by the log data processing unit 23. Therefore, in an environment where predetermined processing and log collection processing can be executed simultaneously, a predetermined priority with higher priority is provided. When the process is in operation, the log collection process is temporarily stopped, and conversely, by executing the log collection process at a timing when the predetermined process does not operate, the necessary log data DL can be acquired without adversely affecting the necessary process. That is, it is possible to obtain a monitoring control system that can trace the detailed operation state of the monitoring control process without impairing the predetermined processing operation.

とくに、定義ログパターン(定義ファイルPD22)は、監視対象のデータを処理する定期的な動作、および監視対象の状況が変化した際の動作に伴い発生する動作ログのパターンに合致するように定義されているので、監視制御に必要な処理とログ収集処理が同時に実行されうる環境において、より優先度の高い監視制御処理が動作中はログ収集処理を一時停止させ、逆に監視制御処理が動作しないタイミングでログ収集処理を実行することにより、監視制御処理に悪影響を与えずに必要なログデータDLを取得できる。つまり、監視制御動作を損なうことなく、監視制御処理の詳細な動作状態をトレースすることができる監視制御システムを得ることができる。 In particular, the definition log pattern (definition file PD 22 ) is defined so as to match the pattern of the operation log generated with the periodic operation for processing the monitoring target data and the operation when the monitoring target state changes. Therefore, in an environment where processing necessary for monitoring control and log collection processing can be executed at the same time, log collection processing is paused while monitoring control processing with higher priority is in operation, and monitoring control processing operates By executing the log collection process at the timing when the log data is not used, the necessary log data DL can be acquired without adversely affecting the monitoring control process. That is, it is possible to obtain a monitoring control system that can trace the detailed operation state of the monitoring control process without impairing the monitoring control operation.

また、割込可否判定部22は、ひとつの動作ログが発生してから、所定時間他の動作ログが発生しなかった場合、前記ひとつの動作ログは無いものとみなして割込みの可否を判定するようにしたので、割込みを避けるべき処理が終了していたことを検知し損ねても、監視制御処理の詳細な動作状態をトレースすることができる。   In addition, when one operation log is generated and no other operation log is generated for a predetermined time, the interrupt enable / disable determination unit 22 determines that there is no one operation log and determines whether or not an interrupt is possible. Since it did in this way, even if it fails to detect that the process which should avoid interruption was complete | finished, the detailed operation state of the monitoring control process can be traced.

実施の形態2.
本実施の形態2においては、実施の形態1における監視制御システムの割込可否判定部内に、ネットワーク状態を判定する機能を追加したものである。図6と図7は本実施の形態2にかかる監視制御システムについて説明するためのもので、図6は監視制御システムの構成として、全体的な構成とログ収集処理部分の詳細な構成を示すブロック図、図7はログ蓄積処理の動作を説明するためのフローチャートである。なお、本実施の形態2においては、実施の形態1で説明した図3〜図5を援用する。また、実施の形態1と同様のものについては、同様の符号を付して詳細な説明を省略する。
Embodiment 2. FIG.
In the second embodiment, a function for determining the network state is added to the interrupt enable / disable determining unit of the monitoring control system in the first embodiment. 6 and 7 are diagrams for explaining the monitoring control system according to the second embodiment. FIG. 6 is a block diagram showing the overall configuration and the detailed configuration of the log collection processing part as the configuration of the monitoring control system. FIGS. 7A and 7B are flowcharts for explaining the operation of the log accumulation process. In the second embodiment, FIGS. 3 to 5 described in the first embodiment are used. The same components as those in the first embodiment are denoted by the same reference numerals, and detailed description thereof is omitted.

本実施の形態2においては、図6に示すように、割込可否判定部22内に、ネットワーク状態による負荷状態判定を行うネットワーク状態判定部223(図中NW状態判定部と記載。)を設けている。ネットワーク状態判定部223は、ネットワーク5の負荷状態を参照し、ネットワーク負荷が閾値以上であるかによって割込みの可否判断を行うようにしている。なお、本実施の形態2における割込可否判定部22の変更を明確にするため、実施の形態1で説明した動作ログの内容によって処理状態を判定する部分を割込可否判定部22内の独立した機能部(処理状態判定部222)として記載した。   In the second embodiment, as shown in FIG. 6, a network state determination unit 223 (denoted as an NW state determination unit in the figure) that performs load state determination based on the network state is provided in the interrupt enable / disable determination unit 22. ing. The network state determination unit 223 refers to the load state of the network 5 and determines whether or not an interrupt is possible depending on whether the network load is equal to or greater than a threshold value. In addition, in order to clarify the change of the interrupt enable / disable determining unit 22 in the second embodiment, the part for determining the processing state based on the contents of the operation log described in the first embodiment is independent of the interrupt enable / disable determining unit 22. It was described as a function unit (processing state determination unit 222).

実施の形態2における処理の流れを、図7のフローチャートに基づいて説明する。本実施の形態2にかかる監視制御システムでは、ログ蓄積処理における割込みの可否判断において、動作ログの内容に基づく判断(ステップS120〜SC130)に加え、ネットワーク負荷の大小に基づく判断(ステップSC140)を行うようにしている。図7のフローチャートの例では、処理状態判定部222とネットワーク状態判定部223のいずれかが割込み不可と判断した場合に、割込み不可を示す割込可否情報JI22を出力する。 The flow of processing in the second embodiment will be described based on the flowchart of FIG. In the monitoring control system according to the second embodiment, in determining whether or not an interrupt is possible in the log accumulation process, in addition to the determination based on the contents of the operation log (steps S120 to SC130), the determination based on the magnitude of the network load (step SC140) is performed. Like to do. In the example of the flowchart of FIG. 7, when any of the processing state determination unit 222 and the network state determination unit 223 determines that an interrupt is not possible, interrupt enable / disable information JI 22 indicating that interrupt is not possible is output.

以上のように、本実施の形態2にかかる監視制御システムによれば、割込可否判定部22には、ネットワーク5の負荷量が閾値を超えたか否かを判定するネットワーク状態判定部223が設けられ、ネットワークの負荷量が閾値を超えた場合は、割込みを不可と判定するように構成したので、自装置の監視制御処理に起因する以外のネットワーク負荷、具体的には他装置の監視制御処理によるネットワーク負荷に対してもデータ収集処理を一時停止することにより、監視制御処理に影響を与えないログ収集処理が実現できる。   As described above, according to the monitoring control system according to the second embodiment, the interrupt availability determination unit 22 is provided with the network state determination unit 223 that determines whether or not the load amount of the network 5 exceeds the threshold value. If the network load amount exceeds the threshold, it is determined that interruption is impossible. Therefore, the network load other than that caused by the monitoring control processing of the own device, specifically, the monitoring control processing of the other device Log collection processing that does not affect the monitoring control processing can be realized by temporarily suspending the data collection processing even with respect to the network load.

実施の形態3.
本実施の形態3においては、実施の形態2における監視制御システムの割込可否判定部内に、自監視制御装置のCPUおよびメモリの負荷状態を判定する機能を追加したものである。図8と図9は本実施の形態3にかかる監視制御システムについて説明するためのもので、図8は監視制御システムの構成として、全体的な構成とログ収集処理部分の詳細な構成を示すブロック図、図9はログ蓄積処理の動作を説明するためのフローチャートである。なお、本実施の形態3においては、実施の形態1で説明した図3〜図5を援用する。また、実施の形態2と同様のものについては、同様の符号を付して詳細な説明を省略する。
Embodiment 3 FIG.
In the third embodiment, a function for determining the load states of the CPU and the memory of the self-monitoring control device is added to the interrupt enable / disable determining unit of the monitoring control system in the second embodiment. FIGS. 8 and 9 are diagrams for explaining the monitoring control system according to the third embodiment. FIG. 8 is a block diagram showing the overall configuration and the detailed configuration of the log collection processing part as the configuration of the monitoring control system. FIG. 9 and FIG. 9 are flowcharts for explaining the operation of the log accumulation process. In the third embodiment, FIGS. 3 to 5 described in the first embodiment are used. The same components as those in the second embodiment are denoted by the same reference numerals, and detailed description thereof is omitted.

本実施の形態3においては、図8に示すように、割込可否判定部22内に、監視制御装置のリソースを構成するCPUおよびメモリの負荷状態判定を行うリソース状態判定部224(図中リソース判定部と記載。)を設けている。リソース状態判定部224は、自監視制御装置1を構成するCPUの負荷状態およびメモリの使用状態を参照し、CPUの負荷あるいはメモリの使用率が閾値以上であるかによって割込みの可否判断を行うようにしている。   In the third embodiment, as shown in FIG. 8, in the interrupt enable / disable determination unit 22, a resource state determination unit 224 that performs load state determination of the CPU and memory constituting the resources of the monitoring control device (resources in the figure). It is described as a determination unit.) The resource state determination unit 224 refers to the load state of the CPU and the use state of the memory constituting the self-monitoring control device 1, and determines whether or not an interrupt is possible depending on whether the load on the CPU or the use rate of the memory is equal to or greater than a threshold I have to.

実施の形態3における処理の流れを、図9のフローチャートに基づいて説明する。本実施の形態3にかかる監視制御システムでは、ログ蓄積処理における割込みの可否判断において、CPU負荷あるいはメモリ使用率に基づく判断(ステップSC150)を行うようにしている。図9のフローチャートの例では、処理状態判定部222とネットワーク状態判定部223、およびリソース状態判定部224のいずれかが割込み不可と判断した場合に、割込み不可を示す割込可否情報JI22を出力する。 The flow of processing in the third embodiment will be described based on the flowchart of FIG. In the monitoring control system according to the third embodiment, a determination based on the CPU load or the memory usage rate is performed (step SC150) in determining whether or not an interrupt is possible in the log accumulation process. In the example of the flowchart of FIG. 9, when any of the processing state determination unit 222, the network state determination unit 223, and the resource state determination unit 224 determines that interruption is not possible, the interrupt availability information JI 22 indicating that interruption is not possible is output. To do.

なお、上記例では、実施の形態2の構成にリソース状態判定部224を追加する例について説明したが、例えば、実施の形態1の構成にリソース状態判定部224を追加するように構成してもよい。つまり、各実施の形態の差分の相当する分を適宜組み合わせて追加するようにしてもよい。この場合、例えば、処理状態判定部222とリソース状態判定部224のいずれかが割込み不可と判断した場合に、割込み不可を示す割込可否情報JI22を出力するようにしてもよい。 In the above example, the example in which the resource state determination unit 224 is added to the configuration of the second embodiment has been described. However, for example, the resource state determination unit 224 may be added to the configuration of the first embodiment. Good. That is, the amount corresponding to the difference in each embodiment may be added in appropriate combination. In this case, for example, when either the processing state determination unit 222 or the resource state determination unit 224 determines that interrupt is not possible, the interrupt availability information JI 22 indicating that interrupt is not possible may be output.

以上のように、本実施の形態3にかかる監視制御システムによれば、割込可否判定部22には、当該監視制御装置を構成する演算装置(CPU)の負荷量またはメモリの使用量が閾値を超えたか否かを判定するリソース状態判定部224が設けられ、演算装置の負荷量またはメモリの使用量が閾値を超えた場合は、割込みを不可と判定するように構成したので、自装置のCPU高負荷状態およびメモリ使用率が高い状態に対してもデータ収集処理を一時停止することにより、更に監視制御処理に影響を与えないログ収集処理が実現できる。   As described above, according to the monitoring control system according to the third embodiment, the interrupt availability determination unit 22 has the threshold value of the load amount of the arithmetic device (CPU) or the memory usage amount constituting the monitoring control device. Since the resource state determination unit 224 that determines whether or not the amount exceeds the threshold value, and the load amount of the arithmetic device or the memory usage amount exceeds the threshold value, it is determined that the interruption is impossible. Log collection processing that does not further affect the monitoring control processing can be realized by temporarily stopping the data collection processing even when the CPU is heavily loaded and the memory usage rate is high.

実施の形態4.
本実施の形態4においては、実施の形態3にかかる監視制御システムに対して、装置間の経路が複数存在する系を想定し、ログデータ処理部内にネットワーク経路の状態に応じて送信経路を選定する機能を追加したものである。図10〜図12は本実施の形態4にかかる監視制御システムについて説明するためのもので、図10は監視制御システムの構成として、全体的な構成とログ収集処理部分の詳細な構成を示すブロック図11と図12はログ収集処理の動作を説明するためのフローチャートである。なお、本実施の形態4においては、実施の形態3で説明した図9(ログ蓄積処理のフロー)、および実施の形態1で説明した図5を援用する。また、実施の形態3と同様のものについては、同様の符号を付して詳細な説明を省略する。
Embodiment 4 FIG.
In the fourth embodiment, with respect to the monitoring control system according to the third embodiment, a system in which a plurality of paths between devices exist is assumed, and a transmission path is selected in the log data processing unit according to the state of the network path. The function to perform is added. 10 to 12 are diagrams for explaining the monitoring control system according to the fourth embodiment. FIG. 10 is a block diagram showing the overall configuration and the detailed configuration of the log collection processing part as the configuration of the monitoring control system. 11 and 12 are flowcharts for explaining the operation of the log collection processing. In the fourth embodiment, FIG. 9 (flow of log accumulation process) described in the third embodiment and FIG. 5 described in the first embodiment are used. The same components as those in the third embodiment are denoted by the same reference numerals and detailed description thereof is omitted.

本実施の形態4においては、図10に示すように、各監視制御装置1およびログ収集装置4は、多重系のネットワーク5A、5Bと、無線ネットワーク6という複数の経路によって接続されている。また各監視制御装置1およびログ収集装置4には、リムーバブルディスク7が接続されている。リムーバブルディスク7は、一般的に経路と呼ぶものではないが、リムーバブルディスク7を手動で移動することにより、各監視制御装置1上のデータをログ収集装置4に移動できるので、これも本実施の形態では複数の経路のうちのひとつ(広義の経路)として扱う。   In the fourth embodiment, as shown in FIG. 10, each monitoring control device 1 and log collection device 4 are connected to multiple networks 5A, 5B and a plurality of routes of a wireless network 6. A removable disk 7 is connected to each monitoring control device 1 and log collection device 4. Although the removable disk 7 is not generally referred to as a path, the data on each monitoring control device 1 can be moved to the log collection device 4 by manually moving the removable disk 7. In the form, it is treated as one of a plurality of routes (broadly defined route).

そして、ログデータ処理部23内に、ログ収集装置4へログファイルを出力する際の経路を選定する送信経路選定部234を設けている。このとき、ネットワーク状態判定部223は、負荷が閾値を超えているか否かの情報だけでなく、経路ごとの負荷状況を算出し、その結果を送信経路選定部234に出力するようにしている。そのため、送信経路選定部234は、ネットワーク状態判定部223から出力されたネットワーク状態の情報を基に経路を選定することができる。   In the log data processing unit 23, a transmission path selection unit 234 that selects a path for outputting a log file to the log collection device 4 is provided. At this time, the network state determination unit 223 calculates not only information on whether or not the load exceeds the threshold value, but also the load status for each route, and outputs the result to the transmission route selection unit 234. Therefore, the transmission route selection unit 234 can select a route based on the network state information output from the network state determination unit 223.

実施の形態4における処理の流れを、図11のフローチャートに基づいて説明する。本実施の形態4にかかる監視制御システムでは、ログ収集処理の処理Aにおいて、ログ圧縮(ステップSA120)後、ログデータ送信(ステップSA130)の実行前に、次のような処理を実行する。送信経路選定部234が、複数経路(図11中ではネットワーク5A、二重系ネットワーク5Bおよび無線ネットワーク6)のそれぞれの負荷状態をネットワーク状態判定部223から取得する(ステップSA124)。すると、送信経路選定部234は、取得した経路ごとの負荷状態に基づいて、最も負荷の低い、あるいは余裕のある経路を送信実行経路として選択し、選択結果をログ送信部233に出力する(ステップSA126)。すると、ログ送信部233は、選定された経路を用いてログデータ送信を実行する(ステップSA130)。   The flow of processing in the fourth embodiment will be described based on the flowchart of FIG. In the monitoring control system according to the fourth embodiment, in the log collection process A, the following process is executed after log compression (step SA120) and before execution of log data transmission (step SA130). The transmission route selection unit 234 acquires the load states of the plurality of routes (the network 5A, the duplex network 5B, and the wireless network 6 in FIG. 11) from the network state determination unit 223 (step SA124). Then, the transmission route selection unit 234 selects the route with the lowest load or room as the transmission execution route based on the acquired load state for each route, and outputs the selection result to the log transmission unit 233 (step S3). SA126). Then, the log transmission unit 233 executes log data transmission using the selected route (step SA130).

さらに、本実施の形態4では、図12に示すように、定周期の処理Jの動作において、タイムアウト検出(ステップSJ210)を行う。これにより、ネットワーク負荷が高い状態が長く継続してタイムアウトが発生した場合(ステップSJ210で「Y」)、通常経路(ネットワーク)によるログデータ送信を断念し、経路をリムーバブルディスク7に変更(ステップSJ220)して処理Aを再開するようにする。リムーバブルディスク7は上述したように、そのまま通信するものではないので、このまま(自動)では、ログデータDLは収集されない。しかし、バッチ処理として、監視制御装置1上のリムーバブルディスク7を手動で回収し、ログ収集装置4に移動することでログデータDLを収集することができる。これにより、その装置に接続されたネットワークがログデータDL収集に使えない状態が続いた場合でも、時間差を生じ、手動操作を要するものの、ログデータDLを収集することができる。   Further, in the fourth embodiment, as shown in FIG. 12, timeout detection (step SJ210) is performed in the operation of processing J with a fixed period. As a result, if a time-out occurs due to a long network load (“Y” in step SJ210), the log data transmission via the normal path (network) is abandoned and the path is changed to the removable disk 7 (step SJ220). And process A is resumed. As described above, since the removable disk 7 does not communicate as it is, the log data DL is not collected as it is (automatic). However, the log data DL can be collected by manually collecting the removable disk 7 on the monitoring control device 1 and moving it to the log collection device 4 as a batch process. As a result, even when the network connected to the apparatus continues to be unavailable for collecting the log data DL, the log data DL can be collected although a time difference occurs and manual operation is required.

なお、上記例では、実施の形態3の構成に送信経路選定部234を追加する例について説明したが、実施の形態2の構成に送信経路選定部234を追加するように構成してもよい。また、ネットワークの状態を判定できる機能を設けているならば、実施の形態1の構成に追加してもよく、各実施の形態の差分の相当する分を適宜組み合わせて追加するようにしてもよい。   In the above example, the transmission route selection unit 234 is added to the configuration of the third embodiment. However, the transmission route selection unit 234 may be added to the configuration of the second embodiment. Further, if a function capable of determining the state of the network is provided, it may be added to the configuration of the first embodiment or may be added by appropriately combining the corresponding differences of the respective embodiments. .

以上のように、本実施の形態4にかかる監視制御システムによれば、ネットワークは複数の経路5A、5B、6(場合によっては7も)で構成されており、複数の監視制御装置1のそれぞれには、複数の経路のそれぞれの負荷状況に応じて、複数の経路の中からひとつの経路をログデータDLをログ収集装置4に出力する際の経路として選定する経路選定部(送信経路選定部234およびネットワーク状態判定部223)が設けられている、ように構成したので、複数のログ収集経路が存在する場合に、最適な経路を選択できる。またリムーバブルディスク7も選択肢に入れれば、負荷が継続的に高くログ収集処理が長期間動作できない状況においても、手動での収集作業が可能となる。   As described above, according to the monitoring control system according to the fourth embodiment, the network is configured by the plurality of paths 5A, 5B, and 6 (also 7 in some cases). Includes a route selection unit (transmission route selection unit) that selects one route from among a plurality of routes as a route when log data DL is output to the log collection device 4 in accordance with the load status of each of the plurality of routes. 234 and the network state determination unit 223) are provided, so that an optimum route can be selected when there are a plurality of log collection routes. If the removable disk 7 is also included in the options, manual collection can be performed even in a situation where the load is continuously high and the log collection process cannot be operated for a long period of time.

実施の形態5.
本実施の形態5においては、実施の形態4における監視制御システムのログデータ処理部内に、使用リソースの管理を行うリソース管理部を設けたものである。図13と図14は本実施の形態5にかかる監視制御システムについて説明するためのもので、図13は監視制御システムの構成として、全体的な構成とログ収集処理部分の詳細な構成を示すブロック図、図14はログ収集処理の動作を説明するためのフローチャートである。なお、本実施の形態5においては、実施の形態1で説明した図5、実施の形態3で説明した図9、および実施の形態4で説明した図12を援用する。また、各実施の形態と同様のものについては、同様の符号を付して詳細な説明を省略する。
Embodiment 5 FIG.
In the fifth embodiment, a resource management unit for managing used resources is provided in the log data processing unit of the monitoring control system in the fourth embodiment. FIGS. 13 and 14 are diagrams for explaining the monitoring control system according to the fifth embodiment. FIG. 13 is a block diagram showing the overall configuration and the detailed configuration of the log collection processing part as the configuration of the monitoring control system. FIG. 14 and FIG. 14 are flowcharts for explaining the operation of the log collection processing. In the fifth embodiment, FIG. 5 described in the first embodiment, FIG. 9 described in the third embodiment, and FIG. 12 described in the fourth embodiment are used. The same components as those in the embodiments are denoted by the same reference numerals and detailed description thereof is omitted.

本実施の形態5においては、図13に示すように、ログデータ処理部23内に、自監視制御装置1内のCPU数やメモリ量等の使用リソースの管理を行うためのリソース管理部235を設けている。リソース管理部235は、リソース状態判定部224から出力されたCPUの負荷状態およびメモリの使用状態の情報に基づいてし、ログ収集処理に使用するCPU数やメモリ使用量の制限を行う。   In the fifth embodiment, as shown in FIG. 13, a resource management unit 235 for managing resources used such as the number of CPUs and the amount of memory in the self-monitoring control device 1 is provided in the log data processing unit 23. Provided. The resource management unit 235 limits the number of CPUs used for log collection processing and the memory usage based on the CPU load status and memory usage status information output from the resource status determination unit 224.

実施の形態5における処理の流れを、図14のフローチャートに基づいて説明する。本実施の形態5にかかる監視制御システムでは、ログ収集処理の処理Aにおいて、ログ収集要求受信(ステップSA100)後、ログファイル取得(ステップSA110)の実行前に、次のような処理を実行する。リソース管理部235がリソース状態判定部224から、自装置上のCPU数および現在のメモリ使用量と全体メモリ量等のリソース状況についての情報を取得する(ステップSA102)。取得した情報から、ログ収集処理に割り当てるリソースを制限すべきと判断した場合、例えば、CPU数が複数存在するマルチコア構成であった場合、以降のログ収集処理に割り当てるCPU数を例えば、1個に制限するように設定を行う(ステップSA104)。あるいは、メモリについては、メモリ使用量と全体メモリ量から、残り空きメモリを計算し、残り空きメモリの指定割合以下となるように以降のログ収集処理で使用する最大メモリ量を制限する(ステップSA106)。すると、ログ収集による割込みが許可された場合でも、ログ収集に用いるリソースを制限することで、監視制御処理に一定以上のリソースを割り当てることができる。つまり、監視制御処理を適正に実行することができる。   The flow of processing in the fifth embodiment will be described based on the flowchart of FIG. In the monitoring control system according to the fifth embodiment, in the log collection process A, the following process is executed after the log collection request is received (step SA100) and before the log file acquisition (step SA110). . The resource management unit 235 acquires information about the resource status such as the number of CPUs on the own device, the current memory usage amount, and the total memory amount from the resource state determination unit 224 (step SA102). When it is determined from the acquired information that the resources allocated to the log collection process should be restricted, for example, when the multi-core configuration has a plurality of CPUs, the number of CPUs allocated to the subsequent log collection process is, for example, one. Settings are made so as to limit (step SA104). Alternatively, for the memory, the remaining free memory is calculated from the memory usage and the total memory amount, and the maximum memory amount used in the subsequent log collection processing is limited so as to be equal to or less than the specified ratio of the remaining free memory (step SA106). ). Then, even when interruption due to log collection is permitted, by limiting the resources used for log collection, it is possible to allocate more than a certain amount of resources to the monitoring control process. That is, the monitoring control process can be properly executed.

なお、上記例では、実施の形態4の構成にリソース管理部235を追加する例について説明したが、実施の形態3の構成にリソース管理部235を追加するように構成してもよい。また、CPUおよびメモリの状態を判定できる機能を設けているならば、実施の形態1に適用してもよく、各実施の形態の差分の相当する分を適宜組み合わせて追加するようにしてもよい。   In the above example, the example in which the resource management unit 235 is added to the configuration of the fourth embodiment has been described. However, the resource management unit 235 may be added to the configuration of the third embodiment. Further, as long as a function capable of determining the states of the CPU and the memory is provided, the present invention may be applied to the first embodiment or may be added by appropriately combining the corresponding differences of the respective embodiments. .

以上のように、本実施の形態5にかかる監視制御システムによれば、複数の監視制御装置1のそれぞれには、当該監視制御装置1−jのリソースを構成するり演算装置(CPU)の負荷量またはメモリの使用量に基づいて、演算装置の数またはメモリの容量のうち、ログデータ処理部23の動作に対する割当てを制限するリソース管理部235が設けられているように構成したので、ログ収集処理に使用する計算機内の使用リソースであるCPUおよびメモリの使用を動的に制限することにより、ログ収集処理がリソースを使い切ってしまい、監視制御処理に影響を与えることを防止できる。 As described above, according to the monitoring control system according to the fifth embodiment, each of the plurality of monitoring control devices 1 configures the resources of the monitoring control device 1- j and loads on the arithmetic device (CPU). Since the resource management unit 235 that restricts the allocation of the number of arithmetic devices or the capacity of the memory to the operation of the log data processing unit 23 based on the amount or the memory usage is provided, log collection By dynamically limiting the use of CPU and memory, which are resources used in the computer used for processing, it is possible to prevent the log collection processing from using up resources and affecting the monitoring control processing.

実施の形態6.
本実施の形態6においては、実施の形態5における監視制御システムのログ収集装置内にログ収集における詳細な条件を設定するための詳細条件設定部と、設定した詳細条件に基づいてログ収集結果を整形する収集結果整形部を設け、ログデータ処理部内に、設定した詳細条件に基づいてログデータのフィルタリングを行うログフィルタリング部を設けたものである。図15と図16は本実施の形態6にかかる監視制御システムについて説明するためのもので、図15は監視制御システムの構成として、全体的な構成とログ収集処理部分の詳細な構成を示すブロック図、図16はログ収集処理の動作を説明するためのフローチャートである。なお、本実施の形態6においては、実施の形態1で説明した図5、実施の形態3で説明した図9、および実施の形態4で説明した図12を援用する。また、各実施の形態と同様のものについては、同様の符号を付して詳細な説明を省略する。
Embodiment 6 FIG.
In the sixth embodiment, a detailed condition setting unit for setting detailed conditions for log collection in the log collection device of the monitoring control system in the fifth embodiment, and a log collection result based on the set detailed conditions. A collection result shaping unit for shaping is provided, and a log filtering unit for filtering log data based on the set detailed condition is provided in the log data processing unit. FIGS. 15 and 16 are diagrams for explaining the monitoring control system according to the sixth embodiment. FIG. 15 is a block diagram showing the overall configuration and the detailed configuration of the log collection processing part as the configuration of the monitoring control system. FIG. 16 and FIG. 16 are flowcharts for explaining the operation of the log collection processing. In the sixth embodiment, FIG. 5 described in the first embodiment, FIG. 9 described in the third embodiment, and FIG. 12 described in the fourth embodiment are used. The same components as those in the embodiments are denoted by the same reference numerals and detailed description thereof is omitted.

本実施の形態6においては、図15に示すように、ログ収集装置4内に、ログ収集における詳細な条件を設定するための詳細条件設定部45と、設定した詳細条件に基づいてログ収集結果を整形する収集結果整形部46を設けている。これにより、収集条件設定部41で設定した収集条件である「収集対象装置」、「収集対象ログトレースファイル」、「ログ圧縮有無」に、さらに、詳細な収集条件および表示条件を設定する。詳細条件設定部45で指定された詳細収集条件は、収集要求送信部42が収集対象装置に送信するログ収集要求内に含まれる。   In the sixth embodiment, as shown in FIG. 15, a detailed condition setting unit 45 for setting detailed conditions in log collection in the log collection device 4, and a log collection result based on the set detailed conditions A collection result shaping unit 46 is provided for shaping. Thus, further detailed collection conditions and display conditions are set in the “collection target device”, “collection target log trace file”, and “log compression presence / absence” that are the collection conditions set by the collection condition setting unit 41. The detailed collection condition specified by the detailed condition setting unit 45 is included in the log collection request transmitted from the collection request transmission unit 42 to the collection target device.

対象収集装置では、収集要求受付部231が、受信したログ収集要求から詳細収集条件を展開する。このとき、監視制御装置1のそれぞれには、ログデータ処理部23内に、ログフィルタリング部236(図中、ログF部と記載。)を設けているので、展開した詳細収集条件を元に、ログフィルタリング部236が必要な情報のフィルタリングを実施することができる。具体的には取得ログファイルから、指定時刻範囲等の指定されたログデータのみを絞り込む。この絞り込んだ結果を収集ログデータDLとして、ログ圧縮部232に出力する。   In the target collection device, the collection request reception unit 231 develops detailed collection conditions from the received log collection request. At this time, since each of the monitoring control devices 1 is provided with a log filtering unit 236 (described as a log F unit in the figure) in the log data processing unit 23, based on the developed detailed collection condition, The log filtering unit 236 can perform necessary information filtering. Specifically, only specified log data such as a specified time range is narrowed down from the acquired log file. The narrowed result is output to the log compression unit 232 as the collected log data DL.

この処理が各収集対象装置で実行され、ログ収集装置4上にて最終的に全ての収集ログを受信した後、収集したログを収集結果整形部46が詳細条件設定部45で指定された表示条件にあわせ整形し、収集結果表示部44に出力する。   This process is executed in each collection target device, and after all the collected logs are finally received on the log collection device 4, the collected result display unit 46 displays the collected logs designated by the detailed condition setting unit 45. It is shaped according to the conditions and output to the collection result display unit 44.

実施の形態6における処理の流れを、図16のフローチャートに基づいて説明する。本実施の形態6にかかる監視制御システムでは、ログ収集処理における収集条件設定処理(ステップSA400)の後に、詳細条件設定部45による詳細条件、表示条件の設定(ステップSA402)を行う。具体的には、「収集時刻範囲:開始時刻〜終了時刻」、「収集対象ログ種別(エラー・警告・情報・デバッグ)」、「収集対象部位(監視制御処理部10−j)」等を指定する。また、収集結果の表示条件としては、例えば、「取得結果複数ファイルをマージ」、「時刻順にソート」等の指定を行う。 The flow of processing in the sixth embodiment will be described based on the flowchart of FIG. In the monitoring control system according to the sixth embodiment, after the collection condition setting process (step SA400) in the log collection process, the detailed condition setting unit 45 sets detailed conditions and display conditions (step SA402). Specifically, "collection time range: start time to end time", "collection target log type (error / warning / information / debug)", "collection target part (monitoring control processing unit 10- j )", etc. are specified. To do. In addition, as the display condition of the collection result, for example, “merge multiple acquisition result files”, “sort in time order”, and the like are specified.

そして、装置毎のループ(ステップSALS〜SALT)に移る。
装置毎に行われる処理Aにおいて、ログファイル取得(ステップSA110)後、ログ圧縮(ステップSA120)の実行前に、ログフィルタリング処理(ステップSA112)を実行する。具体的には取得ログファイルから、指定時刻範囲等の指定されたログデータのみを絞り込む。この絞り込んだ結果を収集ログデータDLとして、以降(ステップSA120〜)は圧縮・送信を実施する。
Then, the process proceeds to a loop for each device (steps SALS to SALT).
In process A performed for each apparatus, log filtering processing (step SA112) is executed after log file acquisition (step SA110) and before log compression (step SA120). Specifically, only specified log data such as a specified time range is narrowed down from the acquired log file. The narrowed result is used as collected log data DL, and thereafter (step SA120 and subsequent steps) are compressed and transmitted.

そして、この処理が各収集対象装置で実行され、ログ収集装置4上にて最終的に全ての収集ログを受信した(ステップSA420、SALT)後、収集ログ表示(ステップSA430)の前に、収集結果整形部46が収集したログを詳細条件設定部45で指定された表示条件にあわせ整形処理(ステップSA425)を行う。具体的には、複数の監視制御装置1のそれぞれから取得したフィルタリングされた収集ログをマージして一つのログに集約する。またマージ結果を時刻順にソートして時系列順に見やすい形式に整形する。この整形された結果を収集結果表示部44にて表示する(ステップSA430)。   Then, this processing is executed in each collection target device, and finally all collection logs are received on the log collection device 4 (Step SA420, SALT), and then collected before the collection log display (Step SA430). The log collected by the result shaping unit 46 is shaped in accordance with the display conditions specified by the detailed condition setting unit 45 (step SA425). Specifically, the filtered collection logs acquired from each of the plurality of monitoring control devices 1 are merged and aggregated into one log. In addition, the merge results are sorted in order of time and shaped into a format that is easy to see in chronological order. The shaped result is displayed on the collection result display unit 44 (step SA430).

なお、上記例では、実施の形態5の構成に上述した各機能部を追加する例について説明したが、それに限ることはない。例えば、実施の形態1に適用してもよく、各実施の形態の差分の相当する分を適宜組み合わせて追加するようにしてもよい。   In the above example, the example in which each functional unit described above is added to the configuration of the fifth embodiment has been described. However, the present invention is not limited to this. For example, the present invention may be applied to the first embodiment, or the parts corresponding to the differences of the respective embodiments may be added in appropriate combination.

以上のように、本実施の形態6にかかる監視制御システムによれば、ログ収集処理に、より詳細な収集フィルタリング条件と表示条件を設定することにより、前者は必要なログのみを収集することによってネットワークにかかる負荷を低減させるとともに、不要なログをフィルタリングすることによって必要なログのみが表示され結果が見やすくなる。また後者では結果を見やすく整形することにより、複数ログ間の連携状況等が見やすい形で表示できる。   As described above, according to the monitoring control system according to the sixth embodiment, by setting more detailed collection filtering conditions and display conditions in the log collection process, the former collects only necessary logs. By reducing the load on the network and filtering unnecessary logs, only necessary logs are displayed and the results are easy to see. In the latter, the result can be displayed in an easy-to-see form by easily shaping the result.

1:監視制御装置、 4:ログ収集装置、 5:ネットワーク、 6:無線ネットワーク、 7:リムーバブルディスク、 10:監視制御処理部、 20:ログトレース管理部、 21:ログ蓄積部、 22:割込可否判定部、 23:ログデータ処理部、 24:処理動作制御部、 30:記憶装置、 41:収集条件設定部、 42:収集要求送信部、 43:ログ受信部、 44:収集結果表示部、 45:詳細条件設定部、 46:収集結果整形部、 222:処理状態判定部、 223:ネットワーク状態判定部、 224:リソース状態判定部、 231:収集要求受付部、 232:ログ圧縮部、 233:ログ送信部、 234:送信経路判定部、 235:使用リソース管理部、 236:ログフィルタリング部、
DL:ログデータ、 FL30:ログトレースファイル、 JI22:割込可否情報、 PD22:定義ファイル。
1: monitoring control device, 4: log collection device, 5: network, 6: wireless network, 7: removable disk, 10: monitoring control processing unit, 20: log trace management unit, 21: log storage unit, 22: interrupt Availability determination unit, 23: log data processing unit, 24: processing operation control unit, 30: storage device, 41: collection condition setting unit, 42: collection request transmission unit, 43: log reception unit, 44: collection result display unit, 45: Detailed condition setting unit 46: Collection result shaping unit 222: Processing state determination unit 223: Network state determination unit 224: Resource state determination unit 231: Collection request reception unit 232: Log compression unit 233: Log transmission unit, 234: transmission path determination unit, 235: used resource management unit, 236: log filtering unit,
DL: log data, FL 30 : log trace file, JI 22 : interrupt enable / disable information, PD 22 : definition file.

Claims (7)

ネットワーク上に分散配置され、連携して監視対象に対する監視制御を実行する複数の監視制御装置と、前記複数の監視制御装置のログを収集するログ収集装置とで構成される監視制御システムであって、
前記複数の監視制御装置のそれぞれは、
当該監視制御装置の動作に伴い発生した動作ログをログトレースファイルとして蓄積するログトレース蓄積部と、
前記ログ収集装置からのログ収集要求に応じて、前記蓄積されたログトレースファイルのなかから必要なログデータを抽出して出力するログデータ処理部と、
前記動作ログのパターンと、あらかじめ定義された定義ログパターンとを比較し、前記動作ログのパターンと前記定義ログパターンが合致していると、割込みを不可と判定する割込可否判定部と、
割込可否判定部の判定結果に基づいて、前記ログデータ処理部による処理を制限する処理動作制御部と、
を備えたことを特徴とする監視制御システム。
A monitoring control system comprising a plurality of monitoring control devices that are distributedly arranged on a network and execute monitoring control on a monitoring target in cooperation with each other, and a log collection device that collects logs of the plurality of monitoring control devices. ,
Each of the plurality of monitoring control devices is
A log trace accumulating unit for accumulating an operation log generated along with the operation of the monitoring control apparatus as a log trace file;
In response to a log collection request from the log collection device, a log data processing unit that extracts and outputs necessary log data from the accumulated log trace file;
An interrupt availability determination unit that compares the operation log pattern with a predefined definition log pattern and determines that an interrupt is impossible when the operation log pattern matches the definition log pattern;
Based on the determination result of the interrupt enable / disable determination unit, a processing operation control unit that limits processing by the log data processing unit,
A supervisory control system characterized by comprising:
前記定義ログパターンは、前記監視対象のデータを処理する定期的な動作、および前記監視対象の状況が変化した際の動作に伴い発生する動作ログのパターンに合致するように定義されていることを特徴とする請求項1に記載の監視制御システム。   The definition log pattern is defined so as to match a periodic operation for processing the monitoring target data and an operation log pattern generated in accordance with an operation when the monitoring target state changes. The supervisory control system according to claim 1, wherein 前記割込可否判定部は、ひとつの動作ログが発生してから、所定時間他の動作ログが発生しなかった場合、前記ひとつの動作ログは無いものとみなして割込みの可否を判定することを特徴とする請求項1または2に記載の監視制御システム。   The interrupt enable / disable determining unit determines whether or not an interrupt is possible by assuming that there is no one operation log when another operation log does not occur for a predetermined time after one operation log is generated. The supervisory control system according to claim 1 or 2, characterized by the above. 前記割込可否判定部には、前記ネットワークの負荷量が閾値を超えたか否かを判定するネットワーク状態判定部が設けられ、
前記ネットワークの負荷量が閾値を超えた場合は、割込みを不可と判定することを特徴とする請求項1ないし3のいずれか1項に記載の監視制御システム。
The interrupt enable / disable determination unit includes a network state determination unit that determines whether or not the load amount of the network exceeds a threshold value,
The monitoring control system according to any one of claims 1 to 3, wherein when the load amount of the network exceeds a threshold value, it is determined that interruption is impossible.
前記割込可否判定部には、当該監視制御装置のリソースを構成する演算装置の負荷量またはメモリの使用量が閾値を超えたか否かを判定するリソース状態判定部が設けられ、
前記演算装置の負荷量またはメモリの使用量が閾値を超えた場合は、割込みを不可と判定することを特徴とする請求項1ないし4のいずれか1項に記載の監視制御システム。
The interrupt enable / disable determining unit is provided with a resource state determining unit that determines whether or not the load amount or the memory usage amount of the arithmetic device that constitutes the resource of the monitoring control device exceeds a threshold value,
The monitoring control system according to any one of claims 1 to 4, wherein when the load amount of the arithmetic device or the memory usage amount exceeds a threshold value, it is determined that interruption is impossible.
前記ネットワークは複数の経路で構成されており、
前記複数の監視制御装置のそれぞれには、前記複数の経路のそれぞれの負荷状況に応じて、前記複数の経路の中からひとつの経路を前記ログデータを前記ログ収集装置に出力する際の経路として選定する経路選定部が設けられていることを特徴とする請求項1ないし5のいずれか1項に記載の監視制御システム。
The network is composed of a plurality of routes,
In each of the plurality of monitoring control devices, one route among the plurality of routes is used as a route for outputting the log data to the log collection device according to the load status of each of the plurality of routes. The monitoring control system according to any one of claims 1 to 5, wherein a route selection unit for selection is provided.
前記複数の監視制御装置のそれぞれには、当該監視制御装置のリソースを構成する演算装置の負荷量またはメモリの使用量に基づいて、前記演算装置の数または前記メモリの容量のうち、前記ログデータ処理部の動作に対する割当てを制限するリソース管理部が設けられていることを特徴とする請求項1ないし6のいずれか1項に記載の監視制御システム。   Each of the plurality of monitoring control devices includes the log data of the number of the arithmetic devices or the memory capacity based on the load amount or the memory usage amount of the arithmetic device constituting the resource of the monitoring control device. The monitoring control system according to any one of claims 1 to 6, further comprising a resource management unit that restricts allocation to the operation of the processing unit.
JP2013008970A 2013-01-22 2013-01-22 Monitoring control system Pending JP2014142683A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2013008970A JP2014142683A (en) 2013-01-22 2013-01-22 Monitoring control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2013008970A JP2014142683A (en) 2013-01-22 2013-01-22 Monitoring control system

Publications (1)

Publication Number Publication Date
JP2014142683A true JP2014142683A (en) 2014-08-07

Family

ID=51423935

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2013008970A Pending JP2014142683A (en) 2013-01-22 2013-01-22 Monitoring control system

Country Status (1)

Country Link
JP (1) JP2014142683A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2017134572A (en) * 2016-01-27 2017-08-03 株式会社デンソーウェーブ Security system and method for storing log information of security apparatus
WO2024084901A1 (en) * 2022-10-17 2024-04-25 パナソニックオートモーティブシステムズ株式会社 Analysis device, analysis method, and program

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2017134572A (en) * 2016-01-27 2017-08-03 株式会社デンソーウェーブ Security system and method for storing log information of security apparatus
WO2024084901A1 (en) * 2022-10-17 2024-04-25 パナソニックオートモーティブシステムズ株式会社 Analysis device, analysis method, and program

Similar Documents

Publication Publication Date Title
CN107734035B (en) Virtual cluster automatic scaling method in cloud computing environment
US9218203B2 (en) Packet scheduling in a multiprocessor system using inter-core switchover policy
US8191069B2 (en) Method of monitoring performance of virtual computer and apparatus using the method
US10225333B2 (en) Management method and apparatus
US20130160024A1 (en) Dynamic Load Balancing for Complex Event Processing
US8533731B2 (en) Apparatus and method for distrubuting complex events based on correlations therebetween
US9379947B2 (en) Monitoring status display device, monitoring status display method and monitoring status display program
CN112800017B (en) Distributed log collection method, device, medium and electronic equipment
JP6001480B2 (en) Migration processing method and processing apparatus
US10020982B2 (en) Failure isolation method and management server for failure isolation
JP2007334716A (en) Operation management system, monitoring device, device to be monitored, operation management method, and program
JP2005011023A (en) Job scheduling method and system
US9069881B2 (en) Adaptation of probing frequency for resource consumption
CN108234189B (en) Alarm data processing method and device
US11212174B2 (en) Network management device and network management method
JP2014142683A (en) Monitoring control system
EP2775400B1 (en) Ressource management system a method
US9336044B2 (en) Parallel computer, and job information acquisition method for parallel computer
US9146799B2 (en) Storage system and method for controlling storage system
CN106686082B (en) Storage resource adjusting method and management node
JP2010244470A (en) Distributed processing system and distributed processing method
US9712380B2 (en) Analytical device control system
JP5751372B2 (en) Data processing system, computer program thereof, and data processing method
JP4703681B2 (en) Cluster system and takeover node determination method
CN116521415A (en) Storage system health optimization method and system, electronic equipment and medium