CN113760651B - Main sub-chain running state collection method, system and storage medium of block chain - Google Patents

Main sub-chain running state collection method, system and storage medium of block chain Download PDF

Info

Publication number
CN113760651B
CN113760651B CN202110926885.8A CN202110926885A CN113760651B CN 113760651 B CN113760651 B CN 113760651B CN 202110926885 A CN202110926885 A CN 202110926885A CN 113760651 B CN113760651 B CN 113760651B
Authority
CN
China
Prior art keywords
chain
sub
state
intelligent contract
state 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.)
Active
Application number
CN202110926885.8A
Other languages
Chinese (zh)
Other versions
CN113760651A (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.)
Entropy Chain Technology Fujian Co ltd
Original Assignee
Entropy Chain Technology Fujian 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 Entropy Chain Technology Fujian Co ltd filed Critical Entropy Chain Technology Fujian Co ltd
Priority to CN202110926885.8A priority Critical patent/CN113760651B/en
Publication of CN113760651A publication Critical patent/CN113760651A/en
Application granted granted Critical
Publication of CN113760651B publication Critical patent/CN113760651B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3003Monitoring arrangements specially adapted to the computing system or computing system component being monitored
    • G06F11/3006Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system is distributed, e.g. networked systems, clusters, multiprocessor systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3055Monitoring arrangements for monitoring the status of the computing system or of the computing system component, e.g. monitoring if the computing system is on, off, available, not available
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3065Monitoring arrangements determined by the means or processing involved in reporting the monitored data
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3089Monitoring arrangements determined by the means or processing involved in sensing the monitored data, e.g. interfaces, connectors, sensors, probes, agents
    • G06F11/3093Configuration details thereof, e.g. installation, enabling, spatial arrangement of the probes

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Quality & Reliability (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computing Systems (AREA)
  • Mathematical Physics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention relates to the technical field of blockchains, in particular to a method, a system and a storage medium for collecting the running state of a main sub-chain of a blockchain, which are characterized in that a alliance chain network is constructed, and the alliance chain network comprises a main chain and more than one sub-chain; a state collection intelligent contract is deployed on the main chain, and the state collection intelligent contract is used for collecting state data of the sub-chain; the sub-chain participation organization owns write rights to the state collection intelligent contract on the main chain; the current sub-chain participation organization submits the state data by calling a state collection intelligent contract of the main chain, and the main chain broadcasts the collected state data of the current sub-chain organization to a blockchain network; other sub-chain participation organizations acquire the state data by monitoring the state collection intelligent contract of the main chain; therefore, the monitoring of the main chain to the running state of the sub chain is realized, and the running stability and controllability of the block chain system are improved.

Description

Main sub-chain running state collection method, system and storage medium of block chain
Technical Field
The invention relates to the technical field of blockchains, in particular to a main sub-chain running state collection method of a blockchain, a system and a storage medium applying the method.
Background
The conventional blockchain is a single chain structure, and each common node in the blockchain stores all states, serially executes all transactions, and agrees with all other machines. Once the main network is on line, only minor repair can be performed, and the main network cannot be upgraded in a large range. In terms of blockchain technology, security and performance on the same chain are contradictory. However, the task of blockchain is various, the transfer of digital currency Token has very high security requirement, but the asset proving business is less sensitive to security, more important to efficiency, and is difficult to consider on one chain, even the later side chain technology has little use for relieving the pressure of the main chain (the side chain is an interface of the main chain, and develops a blockchain project suitable for the technical requirement or the self function, but the side chain must possess the computing power equivalent to the main chain to ensure the security of the side chain currency, so that the computing power requirement is relatively high, and the security has hidden trouble).
In order to solve the above-mentioned problems, a dual-layer architecture of a main chain and sub-chains is proposed, and each sub-chain directly processes data such as transaction, contract, etc. independently according to business characteristics and requirements, and is not dependent on the main chain in the hierarchy. These sub-chains, which are identical in structure but differ in the number of calling nodes and in function, are referred to as "isomorphic chains". The mechanism ensures that the main chain is only responsible for the most important transaction, only the most critical data is recorded on the main chain, and daily transactions and transactions independently exist on the sub-chain, so that the safety and the efficiency can be considered.
Because the main chain is often endowed with responsibility for monitoring the whole network, but data isolation exists between the main chain and the sub-chain, no direct data channel exists generally, and how to monitor the running state of the sub-chain is a technical problem to be solved urgently at present.
Disclosure of Invention
The invention provides a method, a system and a storage medium for collecting the running state of a main chain and a sub chain of a blockchain in order to solve the problems and combine the actual demands of a alliance chain, thereby realizing the monitoring of the running state of the main chain and the sub chain and improving the running stability and controllability of the blockchain system.
In order to achieve the above purpose, the invention adopts the following technical scheme:
a method for collecting main sub-chain operation state of a block chain, comprising the steps of:
constructing a coalition chain network, wherein the coalition chain network comprises a main chain and more than one sub-chain;
a state collection intelligent contract is deployed on the main chain, and the state collection intelligent contract is used for collecting state data of the sub-chain;
the sub-chain participation organization owns write rights to the state collection intelligent contract on the main chain;
the current sub-chain participation organization submits the state data by calling a state collection intelligent contract of the main chain, and the main chain broadcasts the collected state data of the current sub-chain organization to a blockchain network; other sub-chain participating organizations acquire the state data by listening to the state collection intelligence contract of the backbone.
Preferably, the state data of the sub-chain includes: the sub-chain participation organization quantity and change information, the number of sub-chain link points and change information, the sub-chain running state, the sub-chain intelligent contract quantity and change information.
Further, the sub-chain participation organization has read-write authority for the state collection intelligent contract; when the sub-chain participation organization writes an event to the state collection intelligent contract, the state collection intelligent contract sends a notification; the sub-chain participating organization monitors the state of the main chain to collect the notification sent by the intelligent contract, and acquires the state data of the sub-chain contained in the notification.
Further, when the new sub-link intelligent contract is deployed by the sub-link, submitting a transaction to the state collection intelligent contract of the main chain through the current sub-link participation organization; the state collection intelligent contract of the main chain broadcasts the change information of the sub-chain intelligent contract to a blockchain network; after the other sub-chain participation organizations receive the broadcast, the broadcast content and the fact information are further analyzed and compared, and the situation that the analysis and comparison results are inconsistent is responded.
It is another object of the present invention to provide a main sub-chain operating state collection system of a blockchain, which includes a memory having instructions stored therein and a processor that, by executing the instructions stored in the memory, causes the system to implement the operating state collection method as set forth in any one of the above.
It is a further object of the present invention to provide a computer readable storage medium having instructions stored therein, the execution of which by a system causes the system to implement the method of collecting operating states of any of the above.
The beneficial effects of the invention are as follows:
(1) The invention builds the alliance chain network through the main chain and the sub-chains, and the invention realizes the monitoring of the running state of the main chain and the sub-chains through building the alliance chains, thereby improving the running stability and the running controllability of the block chain system;
(2) From private chains to alliance chains, the corresponding technical difficulties (such as consensus mechanisms, performance problems, privacy protection, etc.) are gradually increased. According to the method, the intelligent contracts are collected through the deployment state, and the main chain is used for monitoring the running state of the sub-chain through the state collection intelligent contracts, so that the legal compliance of the alliance chain can be ensured, and the community trust level is improved;
(3) The main chain of the invention collects the state data of the current sub-chain participation organization of the sub-chain, broadcasts the state data to the block chain network, and maintains the whole block chain network together in a cooperation mode of the main chain and the sub-chain, so that the operation is more flexible;
(4) According to the invention, other sub-chain participation organizations are used for analyzing and comparing the state data monitored by the main chain, and verifying the accuracy of the data, so that the under-chain management is feasible, the efficiency is high, and the cost is low.
Detailed Description
In order to make the technical problems, technical schemes and beneficial effects to be solved more clear and obvious, the invention is further described in detail below with reference to specific embodiments. It should be understood that the specific embodiments described herein are for purposes of illustration only and are not intended to limit the scope of the invention.
The invention discloses a main sub-chain running state collection method of a block chain, which comprises the following steps of:
constructing a coalition chain network, wherein the coalition chain network comprises a main chain and more than one sub-chain;
a state collection intelligent contract is deployed on the main chain, and the state collection intelligent contract is used for collecting state data of the sub-chain;
the sub-chain participation organization owns write rights to the state collection intelligent contract on the main chain;
the current sub-chain participation organization submits the state data by calling a state collection intelligent contract of the main chain, and the main chain broadcasts the collected state data of the current sub-chain organization to a blockchain network; other sub-chain participating organizations acquire the state data by listening to the state collection intelligence contract of the backbone.
In this embodiment, the sub-chain may be a distributed file system sub-chain, or an industry sub-chain of multiple application fields, or a cross-chain sub-chain of multiple external blockchain networks, etc. The state data of the sub-chain includes: the sub-chain participation organization quantity and change information, the number of sub-chain link points and change information, the sub-chain running state, the sub-chain intelligent contract quantity and change information. The operating state includes block height, transaction number, tps statistics, etc.
The sub-chain participation organization has read-write authority on the state collection intelligent contract; when the sub-chain participation organization writes an event to the state collection intelligent contract, the state collection intelligent contract sends a notification; the sub-chain participating organization monitors the state of the main chain to collect the notification sent by the intelligent contract, and acquires the state data of the sub-chain contained in the notification.
Further, when the new sub-link intelligent contract is deployed by the sub-link, submitting a transaction to the state collection intelligent contract of the main chain through the current sub-link participation organization; the state collection intelligence contract of the backbone broadcasts change information of the sub-chain intelligence contract to a blockchain network. After the other sub-chain participation organizations receive the broadcast, the broadcast content and the fact information are further analyzed and compared, and the situation that the analysis and comparison results are inconsistent is responded. In this embodiment, when a new smart contract is deployed by a sub-chain, an organization (e.g., a deployer) on the sub-chain may make the event (i.e., the sub-chain deploys the new smart contract) known to the main chain by calling the state collection smart contract on the main chain. Invoking the state collection intelligent contract triggers the state collection intelligent contract of the main chain to send out a notification (notification content: a new intelligent contract and information of the contract are deployed on a certain sub-chain), all participating organizations on the sub-chain can receive the notification, so that other participating organizations (i.e. participating organizations on the sub-chain which are not invoking the main chain contract) can check whether the notification is true or not according to the notification content, and information submitted to the main chain by a caller is prevented from being wrong. If not, a chain down arbitration or the like may be initiated.
The sub-chain participating organization has write rights to the state collection intelligent contract. The state collection smart contracts are deployed on the backbone such that the state collection smart contracts are able to collect and record various state data for each sub-chain.
The sub-chain participates in the organization to automatically collect various information of the sub-chain at regular time, when the information is changed (the initial state submitted for the first time also calculates the state change, namely, the state is not changed, for example, the node list is changed, the running state is changed, and the like, all calculate the change), the new state is submitted to the state collection intelligent contract of the main chain through the monitoring account number with the main chain contract submitting authority.
The organization on the main chain collects events sent by the intelligent contract through monitoring the states, acquires various state data, knows state change information and can read the latest state.
Other participating organizations on the sub-chain can monitor events sent by the state collection intelligent contract on the main chain, compare and analyze the monitored state data with sub-chain information collected by the participating organizations, and if the monitored state data is inconsistent with the sub-chain information, complaints can be initiated under the chain. Because the alliance chain is of a real-name system, the under-chain treatment is feasible, the efficiency is high, the cost is low, and the method is a preferable treatment scheme.
An embodiment of the present invention further provides a main sub-chain running state collection system of a blockchain, which includes a memory and a processor, where the memory stores instructions, and the processor executes the instructions stored in the memory to cause the system to implement the running state collection method according to any one of the above.
The system may include one or more computer devices including at least one processor, a communication bus, a memory, and at least one communication interface.
The processor may be a general purpose Central Processing Unit (CPU), microprocessor, application Specific Integrated Circuit (ASIC), or one or more integrated circuits for controlling the execution of the program of the present invention.
The Memory may be, but is not limited to, read-Only Memory (ROM) or other type of static storage device that can store static information and instructions, random access Memory (random access Memory, RAM) or other type of dynamic storage device that can store information and instructions, but may also be electrically erasable programmable read-Only Memory (ElectricallyErasable Programmable Read-Only Memory, EEPROM), compact disc read-Only Memory (Compact Disc Read-Only Memory) or other optical disk storage, optical disk storage (including compact disc, laser disc, optical disc, digital versatile disc, blu-ray disc, etc.), magnetic disk storage media or other magnetic storage devices, or any other medium that can be used to carry or store desired program code in the form of instructions or data structures and that can be accessed by a computer. The memory may be stand alone and coupled to the processor via a bus. The memory may also be integrated with the processor.
Wherein the memory is used for storing program codes for executing the scheme of the invention, and the execution is controlled by the processor. The processor is configured to execute program code stored in the memory.
In a particular implementation, the processor may include one or more CPUs as one embodiment.
In a particular implementation, as one embodiment, a system may include multiple processors, such as a processor and a processor. Each of these processors may be a single-core (single-CPU) processor or may be a multi-core (multi-CPU) processor. A processor herein may refer to one or more devices, circuits, and/or processing cores for processing data (e.g., computer program instructions).
In a specific implementation, as an embodiment, the system may further include an output device and an input device. The output device and the input device are in communication with the processor, respectively. The user input may be accepted in a variety of ways, for example, the input device may be a mouse, a keyboard, a touch screen device, a sensing device, or the like.
The system described above may be a general purpose computer device or a special purpose computer device. In particular implementations, the system may be a desktop, laptop, web server, palmtop (Personal Digital Assistant, PDA), mobile handset, tablet, wireless terminal device, communication device, embedded device, or the like.
One or more software modules are stored in the memory of the system. The system may implement the software modules by means of a processor and program code in a memory to implement the method of collecting operating states described in the above embodiments.
One embodiment of the present invention also provides a computer storage medium having instructions stored therein; the system (which may be a computer device, such as a server) executes the instructions, such as a processor in the computer device, so that the system implements the method of collecting operating states described in the above embodiments.
It should be noted that, in the present specification, each embodiment is described in a progressive manner, and each embodiment is mainly described as different from other embodiments, and identical and similar parts between the embodiments are all enough to be referred to each other. For system embodiments and storage medium embodiments, the description is relatively simple, as it is substantially similar to method embodiments, with reference to the description of method embodiments in part. Also, herein, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising one … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element. In addition, it will be understood by those skilled in the art that all or part of the steps for implementing the above embodiments may be implemented by hardware, or may be implemented by a program for instructing relevant hardware, where the program may be stored in a computer readable storage medium, and the above storage medium may be a read only memory, a magnetic disk or an optical disk, etc.
While the foregoing description illustrates and describes the preferred embodiments of the present invention, it is to be understood that the invention is not limited to the forms disclosed herein, but is not to be construed as limited to other embodiments, but is capable of use in various other combinations, modifications and environments and is capable of changes or modifications within the scope of the inventive concept, either as described above or as a matter of skill or knowledge in the relevant art. And that modifications and variations which do not depart from the spirit and scope of the invention are intended to be within the scope of the appended claims.

Claims (3)

1. The main sub-chain running state collection method of the block chain is characterized by comprising the following steps of:
constructing a coalition chain network, wherein the coalition chain network comprises a main chain and more than one sub-chain;
a state collection intelligent contract is deployed on the main chain, and the state collection intelligent contract is used for collecting state data of the sub-chain; the state data of the sub-chain includes: the method comprises the steps of sub-link participation organization quantity and change information, sub-link point quantity and change information, sub-link running state, sub-link intelligent contract quantity and change information; wherein, the sub-chain running state comprises block height, transaction number and tps statistical data;
the sub-chain participation organization has read-write authority on the state collection intelligent contract; when the sub-chain participation organization writes an event to the state collection intelligent contract, the state collection intelligent contract sends a notification; the sub-chain participating organization monitors the state of the main chain to collect the notification sent by the intelligent contract, and acquires the state data of the sub-chain contained in the notification;
submitting the state data by the current sub-chain participation organization by calling a state collection intelligent contract of the main chain, and broadcasting the collected state data of the current sub-chain participation organization to a blockchain network by the main chain; other sub-chain participation organizations acquire the state data by monitoring the state collection intelligent contract sent notification of the main chain;
when the new sub-link intelligent contracts are deployed by the sub-links, submitting a transaction to the state collection intelligent contracts of the main chain through the current sub-link participation organization; the state collection intelligent contract of the main chain broadcasts the change information of the sub-chain intelligent contract to a blockchain network; after the other sub-chain participation organization receives the broadcast, the broadcast content and the fact information are further analyzed and compared, and the situation that the analysis and comparison results are inconsistent is responded, wherein the other sub-chain participation organization is not a participation organization for calling the main chain contract on the sub-chain.
2. A main sub-chain operational state collection system of a blockchain, characterized by: comprising a memory having instructions stored therein, and a processor that, upon execution of the instructions stored in the memory, causes the system to implement the method of operating state collection of claim 1.
3. A computer-readable storage medium having instructions stored therein that are executed by a system to cause the system to implement the operational state collection method of claim 1.
CN202110926885.8A 2021-08-12 2021-08-12 Main sub-chain running state collection method, system and storage medium of block chain Active CN113760651B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110926885.8A CN113760651B (en) 2021-08-12 2021-08-12 Main sub-chain running state collection method, system and storage medium of block chain

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110926885.8A CN113760651B (en) 2021-08-12 2021-08-12 Main sub-chain running state collection method, system and storage medium of block chain

Publications (2)

Publication Number Publication Date
CN113760651A CN113760651A (en) 2021-12-07
CN113760651B true CN113760651B (en) 2024-04-02

Family

ID=78789196

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110926885.8A Active CN113760651B (en) 2021-08-12 2021-08-12 Main sub-chain running state collection method, system and storage medium of block chain

Country Status (1)

Country Link
CN (1) CN113760651B (en)

Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107844976A (en) * 2017-10-25 2018-03-27 武汉天喻信息产业股份有限公司 A kind of card of depositing based on block chain applies transaction system and method
WO2018076762A1 (en) * 2016-10-27 2018-05-03 上海亿账通区块链科技有限公司 Block chain-based transaction verification method and system, electronic device, and medium
CN108200210A (en) * 2018-02-12 2018-06-22 众安信息技术服务有限公司 The method, apparatus and computer-readable medium of chain management based on block chain
CN108389047A (en) * 2018-02-12 2018-08-10 深圳沃链科技有限公司 The method and block chain network of fundamental chain and subchain transaction in block chain
CN109471744A (en) * 2018-11-21 2019-03-15 北京蓝石环球区块链科技有限公司 The more subchain system architectures of main chain adduction row based on block chain
CN109493052A (en) * 2018-11-21 2019-03-19 北京蓝石环球区块链科技有限公司 Across catenary system contract and its transfer process based on the more subchains of main chain adduction row
CN110490562A (en) * 2019-07-10 2019-11-22 布比(北京)网络技术有限公司 A kind of across the chain data processing method and system of multi-tiling chain
CN110505223A (en) * 2019-08-15 2019-11-26 腾讯科技(深圳)有限公司 Block chain multichain management method and device
CN110689471A (en) * 2019-09-30 2020-01-14 浙江水利水电学院 Water resource monitoring system and method based on block chain
WO2020087739A1 (en) * 2018-10-29 2020-05-07 平安科技(深圳)有限公司 Block chain-based transaction detecting method, apparatus, device, and storage medium
CN111355780A (en) * 2020-02-18 2020-06-30 杭州云象网络技术有限公司 Block chain-based Internet of things monitoring management method and system
KR20210073724A (en) * 2019-12-11 2021-06-21 상명대학교 천안산학협력단 Smart contract-based security system and method

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP3673430A4 (en) * 2019-06-27 2020-07-22 Alibaba Group Holding Limited Implementing a blockchain-based workflow

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2018076762A1 (en) * 2016-10-27 2018-05-03 上海亿账通区块链科技有限公司 Block chain-based transaction verification method and system, electronic device, and medium
CN107844976A (en) * 2017-10-25 2018-03-27 武汉天喻信息产业股份有限公司 A kind of card of depositing based on block chain applies transaction system and method
CN108200210A (en) * 2018-02-12 2018-06-22 众安信息技术服务有限公司 The method, apparatus and computer-readable medium of chain management based on block chain
CN108389047A (en) * 2018-02-12 2018-08-10 深圳沃链科技有限公司 The method and block chain network of fundamental chain and subchain transaction in block chain
WO2020087739A1 (en) * 2018-10-29 2020-05-07 平安科技(深圳)有限公司 Block chain-based transaction detecting method, apparatus, device, and storage medium
CN109471744A (en) * 2018-11-21 2019-03-15 北京蓝石环球区块链科技有限公司 The more subchain system architectures of main chain adduction row based on block chain
CN109493052A (en) * 2018-11-21 2019-03-19 北京蓝石环球区块链科技有限公司 Across catenary system contract and its transfer process based on the more subchains of main chain adduction row
CN110490562A (en) * 2019-07-10 2019-11-22 布比(北京)网络技术有限公司 A kind of across the chain data processing method and system of multi-tiling chain
CN111010394A (en) * 2019-08-15 2020-04-14 腾讯科技(深圳)有限公司 Block chain multi-chain management method and device
CN110505223A (en) * 2019-08-15 2019-11-26 腾讯科技(深圳)有限公司 Block chain multichain management method and device
CN110689471A (en) * 2019-09-30 2020-01-14 浙江水利水电学院 Water resource monitoring system and method based on block chain
KR20210073724A (en) * 2019-12-11 2021-06-21 상명대학교 천안산학협력단 Smart contract-based security system and method
CN111355780A (en) * 2020-02-18 2020-06-30 杭州云象网络技术有限公司 Block chain-based Internet of things monitoring management method and system

Also Published As

Publication number Publication date
CN113760651A (en) 2021-12-07

Similar Documents

Publication Publication Date Title
US11269718B1 (en) Root cause detection and corrective action diagnosis system
EP3221795B1 (en) Service addressing in distributed environment
US8255355B2 (en) Adaptive method and system with automatic scanner installation
CN110661658B (en) Node management method and device of block chain network and computer storage medium
US20160164798A1 (en) Automatic Cloud Provisioning Based on Related Internet News and Social Network Trends
JP2005513838A (en) Policy information structure for storage management applications, network management applications, and data management applications
US9588813B1 (en) Determining cost of service call
CN110222535B (en) Processing device, method and storage medium for block chain configuration file
US9503341B2 (en) Dynamic discovery of applications, external dependencies, and relationships
US20210286614A1 (en) Causality determination of upgrade regressions via comparisons of telemetry data
CN109614227A (en) Task resource concocting method, device, electronic equipment and computer-readable medium
CN115277566B (en) Load balancing method and device for data access, computer equipment and medium
US7925755B2 (en) Peer to peer resource negotiation and coordination to satisfy a service level objective
CN114338684A (en) Energy management system and method
CN113590285A (en) Method, system and equipment for dynamically setting thread pool parameters
CN113760651B (en) Main sub-chain running state collection method, system and storage medium of block chain
US11157282B2 (en) Scaling performance across a large number of customer nodes
CN114070847A (en) Current limiting method, device, equipment and storage medium of server
US11777810B2 (en) Status sharing in a resilience framework
CN112685157B (en) Task processing method, device, computer equipment and storage medium
US10922024B1 (en) Self-protection against serialization incompatibilities
EP3556084B1 (en) Application-sensitive strategy for server decommissioning
CN106095594A (en) The method of a kind of resource process, Apparatus and system
CN110264211B (en) Wind control method, system, device and equipment
CN115168489B (en) Data certification method and device based on blockchain

Legal Events

Date Code Title Description
PB01 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