CN106506203B - Node monitoring system applied to block chain - Google Patents

Node monitoring system applied to block chain Download PDF

Info

Publication number
CN106506203B
CN106506203B CN201610933240.6A CN201610933240A CN106506203B CN 106506203 B CN106506203 B CN 106506203B CN 201610933240 A CN201610933240 A CN 201610933240A CN 106506203 B CN106506203 B CN 106506203B
Authority
CN
China
Prior art keywords
node
monitoring
block chain
nodes
neighbor
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.)
Active
Application number
CN201610933240.6A
Other languages
Chinese (zh)
Other versions
CN106506203A (en
Inventor
黄步添
石太彬
陈建海
刘振广
王云霄
王津航
王备
张维赛
王从礼
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.)
Hangzhou Yunxiang Network Technology Co Ltd
Original Assignee
Hangzhou Yunxiang Network Technology Co Ltd
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 Hangzhou Yunxiang Network Technology Co Ltd filed Critical Hangzhou Yunxiang Network Technology Co Ltd
Priority to CN201610933240.6A priority Critical patent/CN106506203B/en
Publication of CN106506203A publication Critical patent/CN106506203A/en
Application granted granted Critical
Publication of CN106506203B publication Critical patent/CN106506203B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/06Management of faults, events, alarms or notifications
    • H04L41/069Management of faults, events, alarms or notifications using logs of notifications; Post-processing of notifications
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/06Management of faults, events, alarms or notifications
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/08Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/50Testing arrangements

Abstract

The invention discloses a node monitoring system applied to a block chain, which comprises a monitoring unit of the block chain node and a monitoring program independent of the block chain node, wherein the monitoring unit comprises a network monitoring module, a block chain monitoring module, a behavior monitoring module, a state monitoring module and a log monitoring module. The monitoring system monitors the nodes by using the monitoring units arranged on each node, collects monitoring data, finds the abnormity of the block chain nodes, reduces the influence caused by the abnormity, further highlights the abnormal nodes by using the monitoring processing module, rapidly analyzes and positions the positions and reasons of the abnormal nodes by using the collected data, and processes and controls the abnormity; the invention can be widely applied to node monitoring of public chains, alliance chains and private chains, and is particularly suitable for alliance chains and private chains.

Description

Node monitoring system applied to block chain
Technical Field
the invention belongs to the technical field of block chains, and particularly relates to a node monitoring system applied to a block chain.
Background
In the actual use process, various abnormal conditions can occur to the block link points. For example, a hacker attacks, which continuously establishes and disconnects connections, causes a large amount of resources of the attacked block link point to be consumed on the connection, and the efficiency of the block link point is reduced or even the block link point cannot normally work, thereby affecting the efficiency and safety of the whole block chain.
The public link network has a large number of block link nodes, and when an abnormal condition occurs in a certain node, the influence on the whole block link network may be slight. However, for the federation chain and the private chain, each blockchain node is important, and the influence caused by the abnormality of any one node mainly has two aspects: 1) the performance and the safety of the alliance chain or the private chain where the node is located are influenced; 2) the owner of the blockchain node cannot normally acquire the data of the alliance chain or the private chain and participate in the work of the alliance chain or the private chain.
For the problem caused by the abnormal node of the block chain, the block chain needs a method for monitoring the node, which can timely discover the problem and reason of each node, timely inform the owner of the node of the block chain to intervene, and reduce the influence caused by the problem.
Disclosure of Invention
in view of the above, the present invention provides a node monitoring system applied to a blockchain, which is capable of discovering an anomaly of a blockchain node and reducing an impact caused by the anomaly.
a node monitoring system applied to a block chain comprises monitoring units arranged on each block chain link point and a monitoring processing module arranged on an upper computer; all the block chain nodes are connected to the monitoring processing module, the monitoring processing module obtains the monitoring data of each node monitoring unit through an Application Programming Interface (API), displays the monitoring data in a graphical mode, highlights abnormal nodes, and quickly analyzes and positions the positions and reasons of the abnormal nodes through the collected monitoring data.
The monitoring unit comprises:
The network monitoring module is used for monitoring TCP connections (the TCP connections do not complete identity authentication between the nodes), UDP connections and connected neighbors (Peer) established between the blockchain node and other nodes in the same blockchain network;
The block chain monitoring module is used for monitoring and collecting information of the whole block chain from the block chain node, wherein the information comprises the block number, the block generation speed, the transaction number, the contract number and the pending/queued transaction number;
The behavior monitoring module is used for monitoring the behaviors of the local blockchain node, wherein the behaviors comprise initiating a transaction or contract, verifying the transaction or contract, generating a block, starting or closing certain services, establishing or disconnecting a connection and discovering a neighbor by the local blockchain node;
The state monitoring module is used for monitoring the states of the local blockchain nodes, wherein the states comprise the running time and the network state of the local blockchain nodes and the results of the automatic node testing;
And the log monitoring module is used for monitoring the logs of the local block chain node.
And the network monitoring module also monitors and counts errors on each TCP connection, and when the number of errors on a certain TCP connection reaches a certain threshold value within a certain time, the node corresponding to the TCP connection is added into a node blacklist.
The network monitoring module also monitors errors on each neighbor, judges the type of the errors, if the errors on a certain neighbor do not result in disconnecting the neighbor, retains the neighbor, and counts the errors; otherwise, disconnecting the neighbor and counting errors; and when the error number of a certain neighbor reaches a certain threshold value, adding the node corresponding to the neighbor into a node blacklist.
Forbidden nodes are stored in the node blacklist, each node in the blacklist has timeliness, and after a certain time, the node is removed from the blacklist; the node blacklist is used for preventing malicious connection and has the following functions of a) enabling the block chain node not to initiate connection to the node in the blacklist; b) and the node of the block chain forbids the connection initiated by the node in the blacklist.
The neighbor is TCP connection which is established between the node of the block chain and other nodes in the same block chain network and has finished identity authentication between the nodes.
The behaviors monitored by the behavior monitoring module are recorded into a behavior record table together with the time stamp for subsequent use.
The automatic testing of the nodes is a set of programs which are used for carrying out some basic tests on the chain link points of the blocks so as to ensure the normal operation of the nodes.
the monitoring processing module establishes TCP connection with each block link point, and acquires monitoring data of each node monitoring unit through a node API.
the monitoring processing module obtains detailed information about the blockchain nodes, the blocks, the transactions and the contracts through a node API.
The node API is realized through JSON RPC or RESTful.
The monitoring system monitors the nodes by using the monitoring units arranged on each node, collects monitoring data, finds the abnormity of the block chain nodes, reduces the influence caused by the abnormity, further highlights the abnormal nodes by using the monitoring processing module, rapidly analyzes and positions the positions and reasons of the abnormal nodes by using the collected data, and processes and controls the abnormity; the invention can be widely applied to node monitoring of public chains, alliance chains and private chains, and is particularly suitable for alliance chains and private chains.
Drawings
Fig. 1 is a schematic diagram of a TCP connection monitoring process of a network monitoring module.
Fig. 2 is a schematic diagram of a neighbor (Peer) monitoring process of a network monitoring module.
Fig. 3(a) is a schematic diagram illustrating a flow of using a blacklist in a dialing process of a network monitoring module.
fig. 3(b) is a schematic diagram illustrating a flow of using the blacklist by the network monitoring module in the process of receiving a new TCP connection by the node.
fig. 4 is a schematic flow chart of the block chain monitoring module for updating real-time data.
Fig. 5 is a schematic view of a behavior monitoring flow of the behavior monitoring module.
Fig. 6 is a schematic diagram of a block link point automated testing process of the status monitoring module.
Fig. 7 is a schematic diagram of the block link node monitor program accessing the node monitor module through the API to collect data.
Detailed Description
In order to more specifically describe the present invention, the following detailed description is provided for the technical solution of the present invention with reference to the accompanying drawings and the specific embodiments.
The node monitoring system comprises a monitoring unit of the blockchain node and a monitoring program independent of the blockchain node (namely, the monitoring program is realized by a monitoring processing module on an upper computer). The monitoring unit is a part of a block link point and is realized by the following 5 sub-modules: the system comprises a network monitoring module, a block chain monitoring module, a behavior monitoring module, a state monitoring module and a log monitoring module; wherein:
After the blockchain node is started, the network monitoring module is started and connected to the blockchain node monitoring program. The network monitoring module is responsible for monitoring unverified TCP connections and neighbors (peers) and handling errors on these connections: 1) as shown in fig. 1, when a TCP connection is received, performing authentication and encryption verification, if an error occurs during the process, recording a remote node corresponding to the connection and time of the error, then counting the number of errors of the remote node within 5 minutes, if the number of errors is greater than a threshold maxtcporrsrs count, adding the remote node into a node blacklist, setting timeout time of the remote node in the node blacklist, and then disconnecting the erroneous connection, otherwise, directly disconnecting the erroneous connection; if no error occurs, the neighbor connection is obtained. 2) As shown in fig. 2, the monitoring and processing of the error on the neighbor connection is similar to the error processing of the unverified TCP connection, except that when the number of errors in 5 minutes is less than or equal to maxpeerrorcount, the type of the error is further determined, and if the error does not break the neighbor connection, the neighbor connection is maintained, so as to avoid reducing the consensus efficiency.
the blockchain node will actively connect to other nodes of the same network, known and discovered, which will join the dial-up list. The use of blacklists during dialing is shown in figure 3 (a). When the dialed remote node is in the blacklist, the remote node is directly skipped over, and connection with a malicious node is avoided. Meanwhile, active connection of malicious nodes is also required to be avoided, and fig. 3(b) shows that a new TCP connection is received by a node, if a connected remote node is in a node blacklist, the connection is a malicious connection, and is disconnected, otherwise, a connection identity and encryption verification stage is entered.
The blockchain node monitoring program can acquire data such as all current TCP connections and neighbors (Peer) and a current node blacklist through a blockchain node API.
The blockchain monitoring module is responsible for collecting the number of tiles, the new tile generation speed, the average tile generation speed, the number of transactions, the number of contracts, the number of pending/queued transactions, etc. The block number and the pending/queued transaction number can be directly read by calling a block chain API, and the new block generation speed and the average block generation speed can be calculated by using the following formulas:
New block generation speed 1/(t h -t h-1)
The meaning of each parameter is as follows:
t h time of New Block Generation
t h-1 time of last block generation of new block
v i New Block Generation speed of Block i
h: latest block number
h 0 first Block generated after Start
The transaction amount and the contract amount are a cumulative result and cannot be directly read through the interface. The transaction and contract amounts need to be updated each time a new block is created. FIG. 4 illustrates a method flow of maintaining updated transaction and contract amounts and new block generation speed and average block generation speed. After the blockchain monitoring module is started, the existing transaction and contract quantity is calculated, and then the transaction and contract quantity, the new block generation speed and the average block generation speed are updated after the blocks are generated. The blockchain node monitoring program can read the collected data by using the blockchain node API.
The behavior monitoring module is responsible for monitoring the behavior of the blockchain node, and all the node behaviors are monitored and recorded, such as the behaviors of initiating a transaction or contract, verifying the transaction or contract, generating a block, starting or closing certain services, establishing or disconnecting a connection, discovering neighbors and the like of the blockchain node. Fig. 5 shows a behavior monitoring flow of the behavior monitoring module, and each time a new behavior occurs, the time when the behavior occurs is obtained and is written into the behavior record table. And if the behavior is to close the node, closing the behavior monitoring module.
the blockchain link point monitor may obtain the behavior record table data through a blockchain node API. The API may provide a variety of ways to obtain behavioral data. For example, the current behavior may be a plurality of specified latest behaviors, a behavior within a certain time, or all behaviors. In order to reduce the resource occupation of the blockchain node, the whole behavior record table can be obtained through the API, and the above filtering operation can also be performed by the blockchain node monitoring program.
The state monitoring module is responsible for monitoring state information of the block chain node, such as the running time of the block chain node, the network state and the node automation test result. Fig. 6 shows the block chain node automatic test of the state monitoring module, after the state monitoring module is started, the block chain node automatic test is periodically run, a test report is generated, an automatic test result is recorded, and a brief test report is submitted to the block chain node monitoring program. If the automatic test has problems, the abnormal node is proved to be abnormal and can not work normally, the test period is adjusted to 10 minutes, namely, after 10 minutes, the test is carried out again. If the test is passed completely, the test period is adjusted to 1 hour, i.e. the test is repeated after 1 hour. After each test, the failure time is updated.
The blockchain node monitoring program can obtain a detailed test report of each automated test through the blockchain node API. And an automatic test command can be sent to the block chain link points to carry out automatic test and obtain the latest automatic test result.
The log monitoring module is responsible for monitoring the logs of the block chain nodes, checking whether the logs exist in the block chain link points or not, and providing the logs by the log monitoring module when the block chain link point monitoring program obtains the node logs.
As shown in fig. 7, the block link point monitoring program establishes TCP connection with each block link point, acquires all data of the block link point monitoring module through the API, displays the data in a graphical manner, can highlight abnormal nodes, and quickly analyzes and locates the positions and reasons of the abnormal nodes through the collected data; while the monitor also provides some ancillary functions, using the node API to obtain detailed information about nodes, blocks, transactions, contracts, etc.
The embodiments described above are presented to enable a person having ordinary skill in the art to make and use the invention. It will be readily apparent to those skilled in the art that various modifications to the above-described embodiments may be made, and the generic principles defined herein may be applied to other embodiments without the use of inventive faculty. Therefore, the present invention is not limited to the above embodiments, and those skilled in the art should make improvements and modifications to the present invention based on the disclosure of the present invention within the protection scope of the present invention.

Claims (2)

1. A node monitoring system applied to a block chain is characterized in that: the monitoring unit is arranged on each block chain link point, and the monitoring processing module is arranged on the upper computer; all the block chain nodes are connected to the monitoring processing module, the monitoring processing module acquires monitoring data of each node monitoring unit through a node API (application program interface), displays the monitoring data in a graphical mode, highlights abnormal nodes and quickly analyzes and positions the positions and reasons of the abnormal nodes through the collected monitoring data;
The monitoring unit comprises:
The network monitoring module is used for monitoring TCP connection, UDP connection and connected neighbors established between the block chain node and other nodes in the same block chain network;
the block chain monitoring module is used for monitoring and collecting information of the whole block chain from the block chain node, wherein the information comprises the block number, the block generation speed, the transaction number, the contract number and the pending/queued transaction number;
The behavior monitoring module is used for monitoring the behaviors of the local blockchain node, wherein the behaviors comprise initiating a transaction or contract, verifying the transaction or contract, generating a block, starting or closing certain services, establishing or disconnecting a connection and discovering a neighbor by the local blockchain node;
the state monitoring module is used for monitoring the states of the local blockchain nodes, wherein the states comprise the running time and the network state of the local blockchain nodes and the results of the automatic node testing;
the log monitoring module is used for monitoring the logs of the local block chain node;
The network monitoring module also monitors and counts errors on each TCP connection, and when the number of errors on a certain TCP connection reaches a certain threshold value within a certain time, the node corresponding to the TCP connection is added into a node blacklist;
the network monitoring module also monitors errors on each neighbor, judges the type of the errors, if the errors on a certain neighbor do not result in disconnecting the neighbor, retains the neighbor, and counts the errors; otherwise, disconnecting the neighbor and counting errors; when the number of errors on a certain neighbor reaches a certain threshold value, adding a node corresponding to the neighbor into a node blacklist;
Forbidden nodes are stored in the node blacklist, each node in the blacklist has timeliness, and after a certain time, the node is removed from the blacklist; the node blacklist is used for preventing malicious connection and has the following functions of a) enabling the block chain node not to initiate connection to the node in the blacklist; b) the block chain node forbids the connection initiated by the node in the blacklist;
the neighbor is a TCP connection which is established between the node of the block chain and other nodes in the same block chain network and has finished the identity authentication between the nodes;
the behaviors monitored by the behavior monitoring module are recorded into a behavior recording table together with the time stamp for subsequent use;
the automatic testing of the nodes is a group of programs which are used for carrying out some basic tests on the block chain link points so as to ensure the normal operation of the nodes;
the monitoring processing module establishes TCP connection with each block link point, and acquires monitoring data of each node monitoring unit through a node API.
2. the node monitoring system of claim 1, wherein: the monitoring processing module obtains detailed information about the blockchain nodes, the blocks, the transactions and the contracts through a node API.
CN201610933240.6A 2016-10-25 2016-10-25 Node monitoring system applied to block chain Active CN106506203B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610933240.6A CN106506203B (en) 2016-10-25 2016-10-25 Node monitoring system applied to block chain

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610933240.6A CN106506203B (en) 2016-10-25 2016-10-25 Node monitoring system applied to block chain

Publications (2)

Publication Number Publication Date
CN106506203A CN106506203A (en) 2017-03-15
CN106506203B true CN106506203B (en) 2019-12-10

Family

ID=58319977

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610933240.6A Active CN106506203B (en) 2016-10-25 2016-10-25 Node monitoring system applied to block chain

Country Status (1)

Country Link
CN (1) CN106506203B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11947564B2 (en) 2017-07-14 2024-04-02 Advanced New Technologies Co., Ltd. Blockchain-based data processing method and device

Families Citing this family (67)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106453377B (en) * 2016-10-28 2021-03-02 中金云金融(北京)大数据科技股份有限公司 Block chain based distributed network intelligent monitoring system and method
US10452998B2 (en) 2017-03-19 2019-10-22 International Business Machines Corporation Cognitive blockchain automation and management
US10984483B2 (en) 2017-03-19 2021-04-20 International Business Machines Corporation Cognitive regulatory compliance automation of blockchain transactions
US10515233B2 (en) * 2017-03-19 2019-12-24 International Business Machines Corporation Automatic generating analytics from blockchain data
CN107124443B (en) * 2017-03-28 2020-04-28 丽水北斗区块链科技有限责任公司 Data analysis method and device based on block chain
CN107017992B (en) * 2017-03-29 2020-02-07 杭州秘猿科技有限公司 Design method of high-performance alliance block chain based on double-chain structure
US10922692B2 (en) * 2017-04-05 2021-02-16 Samsung Sds Co., Ltd. Method for calculating confirmation reliability for blockchain based transaction and blockchain network monitoring system for performing the method
CN107172586B (en) * 2017-05-19 2020-05-12 北京航空航天大学 Mobile terminal network positioning method based on block chain
CN109146677B (en) * 2017-06-14 2021-07-23 深圳区块链金融服务有限公司 Method, computer system and readable storage medium for parallel building of block chain views
CN107358524B (en) * 2017-07-24 2020-08-21 中国银行股份有限公司 Method for leveling funds among multiple account management lines in same currency
CN107689985A (en) * 2017-07-28 2018-02-13 贵州眯果创意科技有限公司 A kind of node type operation download system based on block chain technology
CN107317730B (en) * 2017-08-21 2020-09-04 上海点融信息科技有限责任公司 Method, equipment and system for monitoring state of block chain node
CN107566381B (en) * 2017-09-12 2020-03-13 中国联合网络通信集团有限公司 Equipment safety control method, device and system
CN107832139A (en) * 2017-09-26 2018-03-23 上海点融信息科技有限责任公司 For the method, apparatus and system for the computing resource for managing block chain link point
TWI677213B (en) 2017-11-23 2019-11-11 財團法人資訊工業策進會 Monitor apparatus, method, and computer program product thereof
CN107888429A (en) * 2017-12-06 2018-04-06 北京连琪科技有限公司 Block chain running status method for visualizing, device and browser
CN108134819A (en) * 2017-12-06 2018-06-08 北京连琪科技有限公司 Block chain operating status is collected and transfer approach, device and server
CN108021506A (en) * 2017-12-18 2018-05-11 王松山 A kind of method for detecting block catenary system
US10833844B2 (en) * 2017-12-20 2020-11-10 International Business Machines Corporation Blockchain lifecycle management
CN108763058A (en) * 2018-04-24 2018-11-06 苏州同济区块链研究院有限公司 A kind of block chain evaluation system
CN108615153A (en) * 2018-04-28 2018-10-02 百度在线网络技术(北京)有限公司 Processing method, device, system, equipment and the storage medium of block chain data
CN108648079A (en) * 2018-05-02 2018-10-12 北京阿尔山金融科技有限公司 Block chain node monitoring method, apparatus and system
CN108667931B (en) * 2018-05-10 2021-10-29 上海敏皓电力投资有限公司 Self-organizing block chain network based on GPS/Beidou positioning
CN108629589B (en) * 2018-05-13 2021-09-10 广西建辰网络科技有限公司 Transaction management method and system based on block chain
CN108965259B (en) * 2018-06-21 2021-03-26 佛山科学技术学院 Method and device for discovering and isolating malicious nodes of block chain
CN108768749B (en) * 2018-06-21 2021-03-30 佛山科学技术学院 Node isolation self-recovery method and device based on block chain
CN109088792A (en) * 2018-08-06 2018-12-25 佛山市甜慕链客科技有限公司 A kind of block chain data transmission testing method and device
CN110866160A (en) * 2018-08-09 2020-03-06 翟红鹰 Transaction data display method, system and storage medium based on block chain
CN109391510B (en) * 2018-08-13 2021-12-10 杭州复杂美科技有限公司 Fault node detection method, system, equipment and storage medium
CN109240826B (en) * 2018-08-15 2020-10-23 泰链(厦门)科技有限公司 Method for allocating computing resources when nodes share computing equipment in multi-block chain network
CN109167699A (en) * 2018-08-20 2019-01-08 众安信息技术服务有限公司 The method and apparatus for handling the state of the node of block chain
CN109359084A (en) * 2018-08-27 2019-02-19 深圳壹账通智能科技有限公司 Abnormality diagnostic method, device, equipment and storage medium in the processing of block chain information
CN109284624B (en) * 2018-09-03 2022-09-27 上海信领数字科技有限公司 Data security isolation method and device based on block chain storage
CN109670950B (en) * 2018-10-29 2023-09-15 平安科技(深圳)有限公司 Transaction monitoring method, device, equipment and storage medium based on blockchain
US11463310B2 (en) 2018-11-20 2022-10-04 Sap Se Blockchain network management
CN110046193A (en) 2018-11-30 2019-07-23 阿里巴巴集团控股有限公司 Data processing method, device and computer equipment based on block chain
CN109327475B (en) * 2018-11-30 2021-04-09 深圳市元征科技股份有限公司 Multi-layer identity authentication method, device, equipment and storage medium
CN109753433A (en) * 2018-12-26 2019-05-14 中链科技有限公司 Automated testing method, device and electronic equipment based on block chain
CN109831483A (en) * 2018-12-28 2019-05-31 山东康威通信技术股份有限公司 Distributed block chain control system and method applied to the underground space
CN109474499A (en) * 2018-12-29 2019-03-15 杭州趣链科技有限公司 A kind of solution of distributed block chain monitoring system
CN109617994A (en) * 2018-12-30 2019-04-12 于涛 A kind of method and system positioning block chain interior joint position
CN109861992B (en) * 2019-01-10 2021-09-07 深圳英飞拓智能技术有限公司 Information interaction method and cross-scene tracking method of monitoring terminal
CN109803023A (en) * 2019-01-31 2019-05-24 北京融链科技有限公司 Data processing method and system
CN110009347A (en) * 2019-03-20 2019-07-12 深圳前海微众银行股份有限公司 A kind of method and device of block chain Transaction Information audit
CN109981405B (en) * 2019-03-20 2021-04-23 上海和数软件有限公司 Node management method, node management device and computer-readable storage medium
CN110061889A (en) * 2019-04-01 2019-07-26 北京众享比特科技有限公司 Block chain performance test methods, device, equipment and storage medium
CN110166323B (en) * 2019-06-06 2020-12-11 杭州云象网络技术有限公司 Method for improving reliability of block chain network
CN110245147B (en) * 2019-06-19 2021-08-13 腾讯科技(深圳)有限公司 Block chain data processing method and device, readable storage medium and computer equipment
CN110572301B (en) * 2019-08-26 2021-05-11 北京米弘科技有限公司 Node monitoring method and system based on block chain
CN110602222B (en) * 2019-09-18 2022-06-28 腾讯科技(深圳)有限公司 Joint monitoring method and device based on block chain and computer storage medium
CN111414598B (en) * 2019-09-26 2021-09-28 腾讯科技(深圳)有限公司 Monitoring method, device and equipment based on block chain and storage medium
CN112651819A (en) * 2019-10-11 2021-04-13 浙江金融资产交易中心股份有限公司 Bank account checking system for realizing financial alliance chain
CN110807209B (en) * 2019-11-01 2021-04-30 腾讯科技(深圳)有限公司 Data processing method, device and storage medium
CN110866288B (en) * 2019-11-18 2023-01-10 广州安加互联科技有限公司 Data protection method, system and terminal based on block chain
CN111131485A (en) * 2019-12-30 2020-05-08 山东爱城市网信息技术有限公司 Remote monitoring method, equipment and medium based on block chain
CN111314427A (en) * 2020-01-16 2020-06-19 杭州趣链科技有限公司 Method, equipment and storage medium for acquiring all node information of block chain
CN111355780B (en) * 2020-02-18 2022-09-13 杭州云象网络技术有限公司 Internet of things monitoring management method and system based on block chain
CN111447112B (en) * 2020-03-25 2021-11-26 中国银行股份有限公司 Block chain network monitoring system, device and method
CN111444211B (en) * 2020-03-26 2021-07-13 腾讯科技(深圳)有限公司 Block chain consensus node checking method, device, equipment and storage medium
CN111464394B (en) * 2020-03-31 2022-04-15 腾讯科技(深圳)有限公司 Node monitoring method and device and storage medium
CN111786818B (en) * 2020-06-16 2023-04-18 杭州溪塔科技有限公司 Block chain consensus node state monitoring method and device
CN112052137A (en) * 2020-08-24 2020-12-08 深圳区块大陆科技有限公司 Monitoring and alarm implementation of blockchain applications
CN113282462B (en) * 2020-08-28 2022-06-28 深圳市金麦粒传媒科技有限公司 Information processing method applied to block chain and big data platform
CN112904770A (en) * 2021-01-19 2021-06-04 上海超链信息科技有限公司 Node monitoring system applied to block chain
CN112787890B (en) * 2021-01-19 2022-09-27 北京笔新互联网科技有限公司 Block chain monitoring system
CN113254306B (en) * 2021-05-10 2022-03-25 支付宝(杭州)信息技术有限公司 Running state monitoring method, device, equipment and storage medium
CN113938371B (en) * 2021-10-19 2023-05-23 南方电网科学研究院有限责任公司 Node monitoring method, system and equipment based on blockchain

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1920486A (en) * 2005-05-17 2007-02-28 株式会社日立制作所 System and method for user interface operations for Ad-Hoc sensor node tracking
CN102647452A (en) * 2012-03-20 2012-08-22 广东电子工业研究院有限公司 Self-adaptation resource monitoring system and method based on large-scale cloud computing platform
CN103701661A (en) * 2013-12-23 2014-04-02 浪潮(北京)电子信息产业有限公司 Method and system for realizing node monitoring
CN105007193A (en) * 2015-08-19 2015-10-28 浪潮(北京)电子信息产业有限公司 Multi-layer information processing method, system thereof and cluster management node
CN105592098A (en) * 2016-01-16 2016-05-18 杭州复杂美科技有限公司 Management method of vote and CA certificate of block chain
CN105703940A (en) * 2015-12-10 2016-06-22 中国电力科学研究院 Multistage dispatching distributed parallel computing-oriented monitoring system and monitoring method

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160299918A1 (en) * 2015-04-07 2016-10-13 Dell Software, Inc. Device Control Using a Secure Decentralized Transactional Ledger

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1920486A (en) * 2005-05-17 2007-02-28 株式会社日立制作所 System and method for user interface operations for Ad-Hoc sensor node tracking
CN102647452A (en) * 2012-03-20 2012-08-22 广东电子工业研究院有限公司 Self-adaptation resource monitoring system and method based on large-scale cloud computing platform
CN103701661A (en) * 2013-12-23 2014-04-02 浪潮(北京)电子信息产业有限公司 Method and system for realizing node monitoring
CN105007193A (en) * 2015-08-19 2015-10-28 浪潮(北京)电子信息产业有限公司 Multi-layer information processing method, system thereof and cluster management node
CN105703940A (en) * 2015-12-10 2016-06-22 中国电力科学研究院 Multistage dispatching distributed parallel computing-oriented monitoring system and monitoring method
CN105592098A (en) * 2016-01-16 2016-05-18 杭州复杂美科技有限公司 Management method of vote and CA certificate of block chain

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11947564B2 (en) 2017-07-14 2024-04-02 Advanced New Technologies Co., Ltd. Blockchain-based data processing method and device

Also Published As

Publication number Publication date
CN106506203A (en) 2017-03-15

Similar Documents

Publication Publication Date Title
CN106506203B (en) Node monitoring system applied to block chain
US11070569B2 (en) Detecting outlier pairs of scanned ports
US11770397B2 (en) Malicious port scan detection using source profiles
CN111510339B (en) Industrial Internet data monitoring method and device
CN109981405B (en) Node management method, node management device and computer-readable storage medium
CN108429629A (en) Equipment fault restoration methods and device
US20200007385A1 (en) Compromised network node detection system
US20210400072A1 (en) Port scan detection using destination profiles
CN113708995A (en) Network fault diagnosis method, system, electronic equipment and storage medium
US20200244675A1 (en) Malicious port scan detection using port profiles
CN104113559A (en) Method for resisting tcp full-link attack
CN111092960A (en) Distributed data acquisition system and operation method thereof
CN100377534C (en) System and method for detecting network worm
CN111800432A (en) Anti-brute force cracking method and device based on log analysis
CN108900488B (en) Decentralization abnormal terminal discovery method and device in scene of Internet of things
WO2019058560A1 (en) Control device and control device system
CN106254150A (en) Network failure processing method and system
CN108174399B (en) Data processing method, system and equipment of terminal equipment
US10572661B2 (en) Automated blackbox inference of external origin user behavior
CN110224872A (en) A kind of communication means, device and storage medium
CN101114929B (en) Method of establishing interlinkage for preventing communication abnormality between network management terminal and equipment
CN109818973B (en) Protocol fuzzy test method based on serial connection mode
CN108289307B (en) Data processing method, system and equipment of terminal equipment
CN108055659B (en) Data processing method, system and equipment of terminal equipment
CN111988333B (en) Proxy software work abnormality detection method, device and medium

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant