JP2016057658A - Fault information management system and fault information management method - Google Patents
Fault information management system and fault information management method Download PDFInfo
- Publication number
- JP2016057658A JP2016057658A JP2014181010A JP2014181010A JP2016057658A JP 2016057658 A JP2016057658 A JP 2016057658A JP 2014181010 A JP2014181010 A JP 2014181010A JP 2014181010 A JP2014181010 A JP 2014181010A JP 2016057658 A JP2016057658 A JP 2016057658A
- Authority
- JP
- Japan
- Prior art keywords
- information
- failure
- failure information
- dump
- file
- 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
Links
- 238000007726 management method Methods 0.000 title claims description 25
- 238000000034 method Methods 0.000 claims abstract description 23
- 230000005856 abnormality Effects 0.000 claims abstract description 6
- 230000002159 abnormal effect Effects 0.000 claims description 8
- 230000004044 response Effects 0.000 claims description 5
- 230000006870 function Effects 0.000 description 7
- 238000010586 diagram Methods 0.000 description 3
- 238000004891 communication Methods 0.000 description 2
- 230000000694 effects Effects 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 238000005070 sampling Methods 0.000 description 1
- 230000001360 synchronised effect Effects 0.000 description 1
Images
Landscapes
- Debugging And Monitoring (AREA)
Abstract
Description
本発明は、障害情報管理システムおよび障害情報管理方法に関し、特に同一の障害が発生した場合の障害情報管理システムおよび障害情報管理方法に関する。 The present invention relates to a failure information management system and a failure information management method, and more particularly to a failure information management system and a failure information management method when the same failure occurs.
一般に、コンピュータネットワーク上のノードにおいて障害が発生した場合は、ノードのメモリイメージ(コンテキスト、スタック、データ)を障害情報としてダンプファイルに出力し、そのダンプファイルを解析することによって障害の原因を解析するという方法がとられている。ダンプファイルは、ダンプ領域に作成され、ダンプ領域は、1つまたは複数のノードによって共有される場合がある。 In general, when a failure occurs in a node on a computer network, the node's memory image (context, stack, data) is output as failure information to a dump file, and the cause of the failure is analyzed by analyzing the dump file. The method is taken. A dump file is created in a dump area, which may be shared by one or more nodes.
通常、障害発生後は、ノードを再立ち上げする運用となっているため、複数のノードでダンプ領域を共有している場合に、あるノードが立ち上げ中に障害が発生すると、障害−ダンプ採取−再立ち上げ−障害を繰り返す可能性があり、繰り返し同じダンプファイルが採取される可能性がある。 Normally, after a failure occurs, the operation is to restart the node. Therefore, when a dump area is shared while multiple nodes share the dump area, the failure-dump collection -Re-startup-Possible failure is repeated and the same dump file may be collected repeatedly.
また、ジョブ運用をおこなっている場合、障害後の再立ち上げ時には、障害で実行を中断されたジョブを再実行する運用になっている場合が多い。このような場合に、そのジョブが原因となり障害が発生する場合に、障害−ダンプ採取−再立ち上げ−ジョブ再実行−障害を繰り返す可能性があり、繰り返し同じダンプファイルが採取される可能性がある。 In addition, when a job operation is performed, when a job is restarted after a failure, the job whose execution is interrupted due to the failure is often re-executed. In such a case, if a failure occurs due to the job, there is a possibility that failure-dump collection-restart-job re-execution-failure may be repeated, and the same dump file may be collected repeatedly. is there.
また、MPI(Message Passing Interface)のような分散並列プログラムは、同期を取って、各ノードで同じ処理が実行されるケースがほとんどであるため、複数のノードで同じ障害が発生し、複数ノードでダンプ領域を共有していた場合、複数ノードから、同じダンプファイルが採取される可能性がある。 In addition, distributed parallel programs such as MPI (Message Passing Interface) are often synchronized and the same processing is executed at each node. If the dump area is shared, the same dump file may be collected from multiple nodes.
このようなケースでは、ダンプ領域の残り容量が少なくなっているときに、他のノードで別な障害が発生した場合に、ダンプ容量が足らずに必要な情報が採取できない可能性がある。さらに、複数のダンプファイルの解析に時間がかかるという問題もある。 In such a case, when the remaining capacity of the dump area is low, if another failure occurs in another node, there is a possibility that necessary information cannot be collected due to insufficient dump capacity. Furthermore, there is a problem that it takes time to analyze a plurality of dump files.
上記に関連する技術として、特許文献1には、外部記憶装置に保管されている情報ファイルの数が予め設定された上限値に達せず、同じ情報ファイルが既に外部記憶装置に存在せずかつ情報ファイルが解析可能な完全なファイルである場合、生成された情報ファイルを外部記憶装置に保管し、それ以外の場合に生成された情報ファイルを削除する技術が開示されている。
As a technique related to the above,
また、特許文献2には、ノードから受信した障害情報に対して所定の類似条件を満たす障害情報が格納されているか否かを判断し、その判断結果に応じて、ノードにおける障害発生時にプロセスによって利用されていた主記憶装置の内容を含む障害解析情報の出力可否を表す出力可否情報をノードに送信し、受信された障害情報に対して所定の類似条件を満たす障害情報が障害情報格納部に格納されていないと判断された場合、受信された障害情報を障害情報格納部に登録する技術が開示されている。 Further, in Patent Document 2, it is determined whether or not failure information satisfying a predetermined similarity condition is stored for failure information received from a node, and depending on the determination result, depending on the process, Output enable / disable information indicating whether or not failure analysis information including the contents of the used main storage device is output to the node, and the failure information satisfying a predetermined similarity condition with respect to the received failure information is stored in the failure information storage unit. A technique for registering received failure information in a failure information storage unit when it is determined that it is not stored is disclosed.
しかしながら、特許文献1は、同じプロセスが繰り返し再実行した場合で、かつ繰り返し障害にあった場合、この繰り返し障害にあった障害箇所が、必ずしも前に発生した障害と一緒かどうかは判断しておらず、単なる予測として、同じプロセスが繰り返し傷害にあったならば、同じ問題と判断している。過去の障害と次の障害では違う問題が起きている可能性もあるが、そのような場合も個数制限によって、障害情報ファイルが書き出されない可能性がある、という課題があった。
However, in
また、特許文献2は、ノード間通信を前提として、ノード間通信を使った同一分散並列プログラム内で、同種の障害解析ファイルを書き出さないというものであり、複数システムでのダンプ領域を共有している場合の同種の障害解析ファイルを書き出しているわけではない、という課題があった。 Further, Patent Document 2 assumes that inter-node communication is assumed, and does not write out the same kind of failure analysis file in the same distributed parallel program using inter-node communication, and shares dump areas in a plurality of systems. There was a problem that the same kind of failure analysis file was not written out.
本発明の目的は、この点を鑑みたものであり、障害が起こった場合、同じ障害かどうかを判断し、同じ原因の障害の場合に障害情報ファイルが書き出されないようにする障害情報管理システムを提供することにある。 The object of the present invention is to solve this problem. When a failure occurs, the failure information management system determines whether the failure is the same and prevents the failure information file from being written in the case of the failure of the same cause. Is to provide.
本発明では、上記課題を解決するために、コンピュータシステムのプロセス異常時に自動的に生成される障害情報を含む情報ファイルを管理する障害情報管理システムにおいて、プロセス異常時に障害情報を含む情報ファイルを生成するよう要求するダンプ要求手段と、ダンプ要求手段からの要求によって障害情報を含む情報ファイルを生成するシステムダンプ採取部と、システムダンプ採取部で生成された障害情報を含む情報ファイルを記憶する記憶部と、以前の障害情報を含む以前の情報ファイルを記憶する外部記憶装置とを有し、外部記憶装置は、コンピュータシステムに少なくとも1台具備され、コンピュータシステムを構成するそれぞれのコンピュータから、プロセス異常時に自動的に生成される障害情報を記憶し、システムダンプ採取部は、障害情報と以前の障害情報の内容を比較して一致するかどうかを判定するダンプファイル出力判定手段を有していることを特徴としている。 In the present invention, in order to solve the above problems, in a failure information management system for managing an information file including failure information automatically generated when a process of the computer system is abnormal, an information file including failure information is generated when the process is abnormal A dump request means for requesting to perform, a system dump collection section for generating an information file including failure information in response to a request from the dump request section, and a storage section for storing an information file including the failure information generated by the system dump collection section And an external storage device for storing a previous information file including previous failure information. At least one external storage device is provided in the computer system, and from each of the computers constituting the computer system, when a process error occurs Stores fault information that is automatically generated and Sampling unit is characterized by having a dump file output determining means for determining whether a match by comparing the contents of the failure information and the previous fault information.
また、本発明では、コンピュータシステムのプロセス異常時に自動的に生成される障害情報を含む情報ファイルを管理する障害情報管理システムの障害情報管理方法において、プロセス異常時に障害情報を含む情報ファイルを生成するよう要求するステップと、ダンプ要求手段からの要求によって障害情報を含む情報ファイルを生成するステップと、システムダンプ採取部で生成された障害情報を含む情報ファイルを記憶するステップと、以前の障害情報を含む以前の情報ファイルを記憶するステップとを有し、外部記憶装置は、コンピュータシステムに少なくとも1台具備され、コンピュータシステムを構成するそれぞれのコンピュータから、プロセス異常時に自動的に生成される障害情報を記憶するステップを有し、システムダンプ採取部は、障害情報と以前の障害情報の内容を比較して一致するかどうかを判定するステップを有していることを特徴としている。 According to the present invention, in a failure information management method for a failure information management system that manages an information file including failure information that is automatically generated when a process in the computer system is abnormal, an information file that includes failure information is generated when the process is abnormal. A step of requesting, a step of generating an information file including failure information in response to a request from the dump request means, a step of storing an information file including failure information generated by the system dump collecting unit, and previous failure information Including at least one external storage device included in the computer system, and from each of the computers constituting the computer system, fault information automatically generated in the event of a process abnormality is stored. System dump collection with steps to memorize It is characterized by having a step of determining whether a match by comparing the contents of the failure information and the previous fault information.
本発明によれば、障害が起こった場合、障害となった要因と関数の呼び出し状況をみて、同じ障害かどうかを判断し、同じ原因の障害の場合に障害情報ファイルが書き出されないようにする障害情報管理システムを提供することができる。 According to the present invention, when a failure occurs, it is determined whether or not the failure is the same by looking at the cause of the failure and the function call status, so that the failure information file is not written in the case of the failure of the same cause. A failure information management system can be provided.
以下、本発明の実施形態について図面を参照して詳細に説明する。
(実施形態)
図1を用いて、本発明の実施形態の構成を説明する。図1は、本発明の実施形態における障害情報管理システムの構成を示すブロック図である。
Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.
(Embodiment)
The configuration of the embodiment of the present invention will be described with reference to FIG. FIG. 1 is a block diagram showing a configuration of a failure information management system according to an embodiment of the present invention.
図1において、障害情報管理システム10は、ノード1000と、ダンプ要求手段100とシステムダンプ採取部200と、主記憶部300と、外部記憶装置20の中のダンプ領域部2000とから構成されている。システムダンプ採取部200は、ダンプファイル出力判定手段210と、ダンプファイル出力部220と、障害トレースバック情報採取部230とを有している。主記憶部300は、障害が起こった場合の障害情報を、障害トレースバック情報採取部230の要求により障害トレースバック情報310として記憶する。ダンプ領域部2000には、情報ファイルとして複数のダンプファイル400−1、・・・400−nがあり、さらに、それぞれのダンプファイルには、ダンプ障害トレースバック情報410−1、・・・410−nが格納されている。複数のノードがある場合も、外部記憶装置20のダンプ領域部2000に、まとめてダンプファイルが保存されている。
In FIG. 1, the failure information management system 10 includes a
図2は、障害トレースバック情報310の詳細を表した図である。障害トレースバック情報310には、カーネル情報、障害となった要因、障害となったコマンド名と、障害に至るまでの関数の呼び出し状況(トレースバック情報)から構成される。トレースバック情報は、障害発生までの命令の履歴を表している。
FIG. 2 is a diagram showing details of the
例えば、図2の上から3行目までは、カーネル情報で、Knlinfoは、どこで作成されたカーネルかを示し、Causeは、どんな原因で障害が発生したかを示している。commは、コメント欄である。 For example, from the top to the third line of FIG. 2, in the kernel information, Kninfo indicates where the kernel was created, and Cause indicates what causes the failure. comm is a comment field.
次に、4行目から下は、関数の呼び出し状況(トレースバック情報)であり、関数のアドレスと呼び出された関数を表示している。上の行ほど、新しく呼び出されていることを示している。この障害となった要因と関数の呼び出し状況(トレースバック情報)が同じならば、同じ障害であると推定できる。なお、ダンプファイル400−1には、この障害トレースバック情報310が、ダンプ障害トレースバック情報410−1として書き込まれる。
Next, from the fourth line to the bottom is the function call status (traceback information), which displays the function address and the called function. The upper line shows the new call. If the cause of the failure is the same as the function call status (traceback information), it can be estimated that the failure is the same. The
図1、図3を用いて本発明の実施形態の動作について詳細に説明する。 The operation of the embodiment of the present invention will be described in detail with reference to FIGS.
図3は、本発明の実施形態の動作を示すフローチャートである。 FIG. 3 is a flowchart showing the operation of the embodiment of the present invention.
まず、ノード1000において障害が発生すると(S301)、ダンプ要求手段100が、システムダンプ採取部200のダンプファイル出力判定手段210に障害発生を通知する(S302)。ダンプファイル出力判定手段210は、障害トレースバック情報採取部230に通知を出し、障害トレースバック情報310を作成するよう依頼する(S303)。障害トレースバック情報採取部230は、主記憶部300中の障害情報から、障害トレースバック情報310を作成する(S304)。
First, when a failure occurs in the node 1000 (S301), the
ダンプファイル出力判定手段210は、ダンプ領域部2000中のダンプファイル400−1を検索し、ダンプファイル400−1中のダンプ障害トレースバック情報410−1を読み込む(S305)。ダンプファイル出力判定手段210は、障害トレースバック情報310と、ダンプ障害トレースバック情報410−1を比較し、障害トレースバック情報310と同じ障害原因、同じトレースバック情報を持つ情報がないかどうか調査する(S306)。
The dump file
同じトレースバック情報を持つ情報がない場合は(S307のNo)、ダンプファイル出力判定手段210は、ダンプ領域部2000中の次のダンプファイル400−2を検索し(S308のYes)、同様にダンプ障害トレースバック情報410−2を読み込み、障害トレースバック情報310と、ダンプ障害トレースバック情報410−2を比較する(S305からS307)。
When there is no information having the same traceback information (No in S307), the dump file
ダンプ領域部2000中のすべてのダンプファイル400−1から400−nを検索し、すべてのダンプファイル400−1から400−nのダンプ障害トレースバック情報410−1から410−nが、障害トレースバック情報310と一致しない場合(S307のNo、S308のNo)、ダンプファイル出力部220により、ダンプ障害トレースバック情報410−(n+1)を加えたダンプファイル400−(n+1)を、ダンプ領域部2000に出力する(S309)。
All the dump files 400-1 to 400-n in the
逆に、同じトレースバック情報を持つ情報がある場合は(S307のYes)、新たなダンプファイルを出力せずに終了する(S310)。 Conversely, if there is information having the same traceback information (Yes in S307), the process ends without outputting a new dump file (S310).
以上、説明してきたように、本発明の実施形態によれば、障害が起こった場合、障害となった要因と関数の呼び出し状況をみて、同じ障害かどうかを判断し、同じ原因の障害の場合にのみ障害情報ファイルが書き出されない障害情報管理システムを提供することができる。 As described above, according to the embodiment of the present invention, when a failure occurs, it is determined whether the failure is the same by looking at the cause of the failure and the function call status. It is possible to provide a failure information management system in which a failure information file is not written only in
本発明の実施形態によれば、重複するダンプファイルを保存しなくてもよいので、ダンプ領域のディスク容量を削減することができる。また、重複するダンプファイルを保存しないので、重複するダンプファイルを解析することなく解析作業の効率が良くなるという効果もある。 According to the embodiment of the present invention, it is not necessary to save a duplicate dump file, so that the disk capacity of the dump area can be reduced. Further, since duplicate dump files are not stored, there is an effect that the efficiency of analysis work is improved without analyzing duplicate dump files.
尚、本願発明は、上述の実施の形態に限定されるものではなく、本願発明の要旨を逸脱しない範囲で種々変更、変形して実施することが出来る。 The present invention is not limited to the above-described embodiment, and can be implemented with various changes and modifications without departing from the gist of the present invention.
本発明は、障害が発生した場合にダンプファイルが生成される障害情報管理システムに利用可能である。 The present invention is applicable to a failure information management system in which a dump file is generated when a failure occurs.
10 障害情報管理システム
20 外部記憶装置
100 ダンプ要求手段
200 システムダンプ採取部
210 ダンプファイル出力判定手段
220 ダンプファイル出力部
230 障害トレースバック情報採取部
300 主記憶部
310 障害トレースバック情報
400−1〜400−(n+1) ダンプファイル
410−1〜410−(n+1) ダンプ障害トレースバック情報
1000 ノード(コンピュータ)
1001 ノード(コンピュータ)
2000 ダンプ領域部
DESCRIPTION OF SYMBOLS 10 Failure
1001 Node (computer)
2000 Dump area
Claims (6)
前記プロセス異常時に前記障害情報を含む前記情報ファイルを生成するよう要求するダンプ要求手段と、
前記ダンプ要求手段からの要求によって前記障害情報を含む前記情報ファイルを生成するシステムダンプ採取部と、
前記システムダンプ採取部で生成された前記障害情報を含む前記情報ファイルを記憶する記憶部と、
以前の障害情報を含む以前の情報ファイルを記憶する外部記憶装置と、
を有し、
前記外部記憶装置は、前記コンピュータシステムに少なくとも1台具備され、前記コンピュータシステムを構成するそれぞれのコンピュータから、プロセス異常時に自動的に生成される前記障害情報を記憶し、
前記システムダンプ採取部は、前記障害情報と前記以前の障害情報の内容を比較して一致するかどうかを判定するダンプファイル出力判定手段を有していることを特徴とする障害情報管理システム。 In a failure information management system for managing an information file including failure information automatically generated when a process of a computer system is abnormal,
Dump request means for requesting to generate the information file including the failure information when the process is abnormal;
A system dump collection unit that generates the information file including the failure information in response to a request from the dump request unit;
A storage unit for storing the information file including the failure information generated by the system dump collection unit;
An external storage device for storing a previous information file containing previous failure information;
Have
The external storage device is provided in at least one computer system and stores the failure information automatically generated from each computer constituting the computer system when a process abnormality occurs,
The system dump collection unit includes a dump file output determination unit that determines whether or not the failure information and the previous failure information match by comparing the contents of the failure information and the previous failure information.
前記プロセス異常時に前記障害情報を含む前記情報ファイルを生成するよう要求するステップと、
ダンプ要求手段からの要求によって前記障害情報を含む前記情報ファイルを生成するステップと、
システムダンプ採取部で生成された前記障害情報を含む前記情報ファイルを記憶するステップと、
以前の障害情報を含む以前の情報ファイルを記憶するステップと、
を有し、
外部記憶装置は、前記コンピュータシステムに少なくとも1台具備され、前記コンピュータシステムを構成するそれぞれのコンピュータから、プロセス異常時に自動的に生成される前記障害情報を記憶するステップを有し、
システムダンプ採取部は、前記障害情報と前記以前の障害情報の内容を比較して一致するかどうかを判定するステップを有していることを特徴とする障害情報管理方法。 In a failure information management method of a failure information management system for managing an information file including failure information automatically generated when a process of a computer system is abnormal,
Requesting to generate the information file including the failure information when the process is abnormal;
Generating the information file including the failure information in response to a request from a dump request unit;
Storing the information file including the failure information generated by a system dump collection unit;
Storing a previous information file containing previous failure information;
Have
An external storage device is provided in at least one of the computer systems, and has a step of storing the failure information automatically generated at the time of a process abnormality from each computer constituting the computer system,
The system dump collection unit includes a step of comparing the failure information with the content of the previous failure information and determining whether or not they match each other.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2014181010A JP2016057658A (en) | 2014-09-05 | 2014-09-05 | Fault information management system and fault information management method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2014181010A JP2016057658A (en) | 2014-09-05 | 2014-09-05 | Fault information management system and fault information management method |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2016057658A true JP2016057658A (en) | 2016-04-21 |
Family
ID=55758556
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2014181010A Pending JP2016057658A (en) | 2014-09-05 | 2014-09-05 | Fault information management system and fault information management method |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2016057658A (en) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2020086950A (en) * | 2018-11-26 | 2020-06-04 | 株式会社リコー | Image processing apparatus, dump management method for image processing apparatus, and dump management program for image processing apparatus |
JP2020140529A (en) * | 2019-02-28 | 2020-09-03 | 株式会社リコー | Information processing device, information processing method, and program |
JP2021124756A (en) * | 2020-01-31 | 2021-08-30 | 株式会社リコー | Information processing device, information processing method, and program |
-
2014
- 2014-09-05 JP JP2014181010A patent/JP2016057658A/en active Pending
Cited By (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2020086950A (en) * | 2018-11-26 | 2020-06-04 | 株式会社リコー | Image processing apparatus, dump management method for image processing apparatus, and dump management program for image processing apparatus |
JP7180319B2 (en) | 2018-11-26 | 2022-11-30 | 株式会社リコー | Information processing device and dump management method for information processing device |
JP2020140529A (en) * | 2019-02-28 | 2020-09-03 | 株式会社リコー | Information processing device, information processing method, and program |
JP7279415B2 (en) | 2019-02-28 | 2023-05-23 | 株式会社リコー | Information processing device, information processing method, and program |
JP2021124756A (en) * | 2020-01-31 | 2021-08-30 | 株式会社リコー | Information processing device, information processing method, and program |
JP7439546B2 (en) | 2020-01-31 | 2024-02-28 | 株式会社リコー | Information processing device, information processing method and program |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US8595564B2 (en) | Artifact-based software failure detection | |
US11216342B2 (en) | Methods for improved auditing of web sites and devices thereof | |
EP3616066B1 (en) | Human-readable, language-independent stack trace summary generation | |
US20090106601A1 (en) | Diagnostic data repository | |
CN111190753B (en) | Distributed task processing method and device, storage medium and computer equipment | |
US20210334130A1 (en) | Node-local-unscheduler for scheduling remediation | |
JP5495310B2 (en) | Information processing apparatus, failure analysis method, and failure analysis program | |
US10169166B2 (en) | Real-time fault-tolerant architecture for large-scale event processing | |
CN111314158B (en) | Big data platform monitoring method, device, equipment and medium | |
CN111522703A (en) | Method, apparatus and computer program product for monitoring access requests | |
US10977108B2 (en) | Influence range specifying method, influence range specifying apparatus, and storage medium | |
JP2019049802A (en) | Failure analysis supporting device, incident managing system, failure analysis supporting method, and program | |
WO2024077028A1 (en) | Application scenario injection and validation system | |
CN113448758A (en) | Task processing method and device and terminal equipment | |
US8489938B2 (en) | Diagnostic data capture in a computing environment | |
JP2016057658A (en) | Fault information management system and fault information management method | |
JP6594977B2 (en) | Method, system, computer program, and computer-readable storage medium for monitoring requests for code sets | |
CN111949479B (en) | Interactive system and index creation condition determining method and equipment | |
CN112818204A (en) | Service processing method, device, equipment and storage medium | |
CN111435327B (en) | Log record processing method, device and system | |
CN103678478A (en) | Information processing apparatus, information processing method, and program | |
CN113824590B (en) | Problem prediction method, computer device and storage medium for microservice network | |
US11374815B2 (en) | Network configuration diagram generate method and recording medium | |
JP6665576B2 (en) | Support device, support method, and program | |
CN115952227A (en) | Data acquisition system and method, electronic device and storage medium |