CN111651278A - Dynamic reconstruction method and platform based on software radar - Google Patents

Dynamic reconstruction method and platform based on software radar Download PDF

Info

Publication number
CN111651278A
CN111651278A CN202010603849.3A CN202010603849A CN111651278A CN 111651278 A CN111651278 A CN 111651278A CN 202010603849 A CN202010603849 A CN 202010603849A CN 111651278 A CN111651278 A CN 111651278A
Authority
CN
China
Prior art keywords
node
real
fault
component
time
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.)
Granted
Application number
CN202010603849.3A
Other languages
Chinese (zh)
Other versions
CN111651278B (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.)
CETC 14 Research Institute
Original Assignee
CETC 14 Research Institute
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 CETC 14 Research Institute filed Critical CETC 14 Research Institute
Priority to CN202010603849.3A priority Critical patent/CN111651278B/en
Publication of CN111651278A publication Critical patent/CN111651278A/en
Application granted granted Critical
Publication of CN111651278B publication Critical patent/CN111651278B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5027Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals
    • G06F9/505Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals considering the load
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01SRADIO DIRECTION-FINDING; RADIO NAVIGATION; DETERMINING DISTANCE OR VELOCITY BY USE OF RADIO WAVES; LOCATING OR PRESENCE-DETECTING BY USE OF THE REFLECTION OR RERADIATION OF RADIO WAVES; ANALOGOUS ARRANGEMENTS USING OTHER WAVES
    • G01S7/00Details of systems according to groups G01S13/00, G01S15/00, G01S17/00
    • G01S7/02Details of systems according to groups G01S13/00, G01S15/00, G01S17/00 of systems according to group G01S13/00
    • G01S7/41Details of systems according to groups G01S13/00, G01S15/00, G01S17/00 of systems according to group G01S13/00 using analysis of echo signal for target characterisation; Target signature; Target cross-section

Abstract

The invention discloses a dynamic reconstruction method based on a software radar, which comprises the following steps: the real-time scheduler receives system information sent by the resource manager; the real-time scheduler receives a node fault message or a component fault message sent by the real-time fault diagnoser; and the real-time scheduler performs component scheduling, and the real-time scheduler performs fault node scheduling. The method can utilize the residual resources to dynamically reconstruct in real time when the local fault occurs in the radar back-end system, thereby ensuring the basic operation capability of the system and improving the stability.

Description

Dynamic reconstruction method and platform based on software radar
Technical Field
The invention relates to the field of software-based radars, in particular to a dynamic reconstruction method and a platform based on the software-based radars.
Background
In the face of the combat requirements of multiple targets and complex interference environments and the challenges brought by constantly changing radar combat objects and combat environments, the radar back-end system is required to be expandable in task-oriented function, easy to upgrade the processing system algorithm and constantly improved in system performance so as to meet the requirement of timely responding to new combat requirements.
The functions and combat missions undertaken by radars are becoming more and more diversified, and radars are developing towards the direction of integration of detection, electronic warfare, communication and the like. The requirements lead the radar equipment to develop towards the characteristics of customizable requirements, reconfigurable hardware, reconfigurable software and the like, so as to meet the reconfigurability of the system facing to dynamic environment and task requirements and the expandability and maintainability facing to a longer equipment life cycle under the conditions of multiple functions, multiple tasks and complex and variable environments. However, the conventional radar has the problems of binding of application functions and hardware, difficulty in function reconfiguration and the like, so that a technology capable of realizing real-time dynamic reconfiguration of a radar component is urgently needed, the upgrading and maintaining efficiency of a radar system is improved, the system can be ensured to operate in a fast adaptive manner under different hardware configuration conditions, and the stability of the system is improved.
Disclosure of Invention
In order to solve the above problems, the present invention provides a dynamic reconstruction method based on a software-based radar, which includes the following steps:
the real-time scheduler receives system information sent by the resource manager;
the real-time scheduler receives a node fault message or a component fault message sent by the real-time fault diagnoser;
the real-time scheduler performs component scheduling, wherein the component scheduling specifically comprises:
traversing all the nodes, preselecting the nodes meeting the operation requirements of the components according to the system information,
the pre-selected nodes are traversed and executed to obtain the optimal scheduling node,
the real-time scheduler issues the executable program and the running file of the component to the optimal scheduling node and executes the executable program and the running file;
the real-time scheduler carries out fault node scheduling, wherein the fault node scheduling comprises the following steps:
traversing all nodes, preselecting the nodes meeting the operation requirements of all components on the fault node according to the system information,
the pre-selected nodes are traversed and executed to obtain the optimal scheduling node,
and the real-time scheduler issues executable programs and running files of all components of the fault node to the optimal scheduling node and executes the executable programs, and if the optimal scheduling node is not found, the real-time scheduler performs component scheduling on each component on the fault node.
Further, the air conditioner is provided with a fan,
when the component needs to be updated or the component fails, the real-time scheduler performs component scheduling;
and when the node fails, the real-time scheduler schedules the failed node.
Further, the air conditioner is provided with a fan,
the node fault evaluation method comprises the steps that each node sends heartbeat information to a real-time fault diagnostor according to a preset period, and if the real-time fault diagnostor cannot receive the heartbeat information of a certain node for three times continuously, the node is judged to be in a node fault state;
and the component fault message is acquired by the real-time fault diagnotor in a thread monitoring mode.
Further, the air conditioner is provided with a fan,
the resource manager comprises a resource management server and resource management clients deployed on nodes of the radar back-end system, the resource management clients acquire node state information and task state information from the nodes and send the node state information and the task state information to the resource management server, the resource management server processes the node state information and the task state information to obtain the system information, and the system information comprises the task type of a component, the task resource requirement, the task memory requirement, the node core resource utilization rate and the node memory resource utilization rate.
Further, the air conditioner is provided with a fan,
the optimization strategy is specifically that scoring is carried out according to the node core resource utilization rate and the node memory resource utilization rate, and the node with the highest score is the optimal scheduling node.
A dynamic reconstruction platform based on a software radar comprises a resource manager, a real-time scheduler and a real-time fault diagnoser, wherein the resource manager comprises a client and a server, the client acquires node state information and task state information in a radar back-end system, the server receives the node state information and the task state information sent by the client, and the server processes the node state information and the task state information to obtain system information and sends the system information to the real-time scheduler; the real-time fault diagnotor judges whether a node fault or a component fault occurs, and if the node fault or the component fault occurs, a node fault message or a component fault message is sent to the real-time scheduler; the real-time scheduler performs component scheduling or fault node scheduling according to the node fault message, the component fault message or the system information; and the dynamic reconstruction platform performs dynamic reconstruction according to the dynamic reconstruction method.
Compared with the prior art, the invention has the following beneficial effects:
the method can utilize the residual resources to dynamically reconstruct in real time when the radar system has a local fault, thereby ensuring the basic operation capability of the system and improving the stability;
the invention fully utilizes the resources by real-time scheduling based on the existing resources, avoids partial full load part idling caused by uneven resource allocation, and improves the resource utilization efficiency;
the invention provides the function of updating the application in real time, greatly improves the expandability and reduces the upgrading and maintaining cost.
Drawings
FIG. 1 is a block diagram of a software-based radar component dynamic reconfiguration platform.
Fig. 2 is a block diagram of an embodiment of the present invention.
Detailed Description
The following describes in detail a specific embodiment of a dynamic reconfiguration platform and method based on a software-based radar according to the present invention with reference to the accompanying drawings.
Example one
As shown in fig. 1, the dynamic reconfiguration platform based on a software-based radar provided by the present invention includes:
the resource manager is responsible for acquiring node state information in the radar back-end system and providing the node state information for an upper-layer service global resource view; and counting task state information on each node in the system, and providing the task state information for an upper layer service global task view. Specifically, the resource management module comprises a resource management client and a server, wherein the resource management client is deployed on each node of the radar back-end system, node state information and task state information are acquired through an operating system calling interface according to a configurable beat (default is 500ms), the node state information and the task state information are sent to the resource management server through a Transmission Control Protocol (TCP) according to a fixed format, and the resource management server collects the node state information and the task state information of all the nodes and integrates the node state information and the task state information to obtain system information which is provided to a real-time fault diagnostor and a real-time scheduler; the system information comprises the task type of the component, the task resource requirement, the task memory requirement, the node core resource utilization rate, the node memory resource utilization rate and the like; as shown in table 1, the node state information specifically includes a node ID, a node IP, a CPU core number, a CPU occupancy rate, a memory size, a memory usage amount, an operating system type, and a platform type; as shown in table 2, the task state information on each node includes a task name, an entry function name, a task ID, a system priority of the task, a task occupied core number, a task CPU utilization rate, a task memory usage amount, a task running state, a task running error number, and a task type; the system information comprises the task type of the component, the task resource requirement, the task memory requirement, the node core resource utilization rate and the node memory resource utilization rate.
Serial number Name (R) Type (C + +) Remarks for note
1 Node ID int
2 Node IP string
3 Number of CPU cores unsigned int MB
4 CPU occupancy rate double Percentage of
5 Memory size double MB
6 Memory usage double MB
7 Operating system type string Such as Linux, Vxworks, Windows, etc
8 Type of platform string Such as x86, PPC, etc
TABLE 1 node status information
Serial number Name (R) Type (C + +) Remarks for note
1 Task name string
2 Entry function name string
3 Task ID int
4 System priority of tasks int
5 Number of cores occupied by task int
6 Task CPU utilization double Percentage of
7 Task memory usage double MB
8 Task running state string
9 Task running error number int
10 Task type string Such as Linux task, Vxworks task, Windows task, etc
TABLE 2 task State information
The real-time fault diagnotor evaluates the node fault or the component fault in real time, and if the node fault or the component fault occurs, the real-time fault diagnotor informs a real-time scheduler to carry out dynamic reconstruction; the node failure is to judge whether the node fails through a node heartbeat mechanism, each node sends heartbeat information to a real-time failure diagnotor according to a period T (configurable T, default is 500ms), and if the heartbeat information cannot be received for three times continuously, the node is judged to be in a node failure state; the component failure is to acquire the abnormal state of the task in real time in a thread monitoring mode;
and the real-time scheduler comprises component scheduling and fault node scheduling, and deploys the component tasks in real time to complete the component scheduling under the condition that the component needs to be updated or the component fails. When a node fault occurs in a radar back-end system, integral component scheduling of the fault node is preferentially carried out, and if integral component scheduling fails, independent component scheduling is carried out on each component on the fault node.
The component scheduling specifically includes that when the radar component completes the initial deployment of an executable program of a certain function of the radar, or when the component needs to be updated or the component fails, a new dynamic reconfiguration scheme is generated according to the task resource requirement, the task memory requirement and the available resources in the current system of the component. Firstly, acquiring system information through a resource manager; secondly, preselecting the nodes by using the task type (shown in table 2) of the component, the task core resource requirement and the task memory requirement; thirdly, traversing the pre-selected nodes to execute the scheduling optimization strategy, specifically, scoring according to the node core resource utilization rate and node memory resource utilization rate weighting (50% of each), wherein the highest score is the optimal scheduling node of the component; and finally, issuing the executable program and the related operating file of the component to the optimal scheduling node according to the formed deployment scheme, and executing the component.
The fault node scheduling specifically includes that when a node fault occurs in the radar back-end system, real-time dynamic reconstruction is performed according to system information, and the fault node scheduling specifically includes the following steps:
1) traversing all nodes, and finding out a node (core resources and memory resources required by the task operation of the components) capable of supporting the operation of all the components on the fault node through the preselection and optimization strategy for deployment;
2) and if the node searching in the step 1) fails, respectively carrying out component scheduling on each component on the failed node.
The method for realizing the dynamic reconfiguration based on the software radar specifically comprises the following steps:
the resource management client is deployed on each node of the system, periodically calls a resource acquisition interface adaptive to the operating system of the node, acquires node state information of the node and task state information corresponding to the component, reports the node state information and the task state information to the resource management server through TCP according to a configurable beat, and sets the reporting beat as 500ms by default, so that the real-time performance of state updating is ensured, and no obvious burden is added to the system; the real-time fault diagnosis module device diagnoses node faults or component faults which may occur in the radar back-end system and informs the real-time scheduler through a message queue; and the real-time scheduler generates and executes a dynamic reconfiguration scheme in real time, directly deploys the newly added components, schedules the running components to other nodes, stops running the components and quits, and then performs corresponding deployment and running.
Example two
This embodiment specifically describes a case where a real-time fault diagnosis device detects that a certain node has a fault. When the real-time fault diagnostor monitors that a certain node has a fault, the real-time fault diagnostor sends a node fault message to the real-time scheduler; the real-time scheduler tries to integrally migrate the components on the fault node to other nodes based on the bottom hardware computing resource information obtained by the resource manager, and if no single node has the resources supporting the running of all the components on the fault node, the real-time scheduler independently schedules each component of the fault node.
EXAMPLE III
This embodiment specifically describes a case where component update is required. As shown in fig. 2, the radar backend system generates, by the real-time scheduler, a mapping scheme between each component and a node of the radar signal processing workflow corresponding to configuration 1 based on the radar signal processing workflow corresponding to configuration 1, and starts each component to run based on the mapping scheme. The generation of the mapping scheme comprises the following steps: a) the workflow corresponding to configuration 1 of fig. 2 includes 8 components and the topological relationships among them, and starts from the root node (side lobe cancellation), and traverses all 8 components according to the adjacent relationships (specifically, side lobe cancellation, anti-narrow pulse, pulse compression, MTI, CFAR, shading, trace point processing, and track processing shown in fig. 2); b) for each traversed component, scheduling the traversed component to a certain node by using a real-time scheduler respectively; c) and when all 8 components are scheduled, the real-time scheduler uniformly starts the components to run. In the radar operation process, a new component update application appears, the new component update application corresponds to the configuration 2 in fig. 2, at this time, the operation is stopped and the component corresponding to the configuration 1 is closed, then each component of the radar signal processing workflow corresponding to the configuration 2 is scheduled to a hardware node, and the scheduling function is consistent with the scheduling process of the configuration 1.
Compared with the prior art, the invention has the following beneficial effects:
the method can utilize the residual resources to dynamically reconstruct in real time when the local fault occurs in the radar back-end system, thereby ensuring the basic operation capability of the system and improving the stability;
the invention fully utilizes the resources by real-time scheduling based on the existing resources, avoids partial full load part idling caused by uneven resource allocation, and improves the resource utilization efficiency;
the invention provides the function of updating the application in real time, greatly improves the expandability and reduces the upgrading and maintaining cost.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the invention, and any modifications, equivalents, improvements and the like that fall within the spirit and principle of the present invention are intended to be included therein.

Claims (6)

1. A dynamic reconstruction method based on a software-based radar is characterized by comprising the following steps:
the real-time scheduler receives system information sent by the resource manager;
the real-time scheduler receives a node fault message or a component fault message sent by the real-time fault diagnoser;
the real-time scheduler performs component scheduling, wherein the component scheduling specifically comprises:
traversing all the nodes, preselecting the nodes meeting the operation requirements of the components according to the system information,
the pre-selected nodes are traversed and executed to obtain the optimal scheduling node,
the real-time scheduler issues the executable program and the running file of the component to the optimal scheduling node and executes the executable program and the running file;
the real-time scheduler carries out fault node scheduling, wherein the fault node scheduling comprises the following steps:
traversing all nodes, preselecting the nodes meeting the operation requirements of all components on the fault node according to the system information,
the pre-selected nodes are traversed and executed to obtain the optimal scheduling node,
and the real-time scheduler issues executable programs and running files of all components of the fault node to the optimal scheduling node and executes the executable programs, and if the optimal scheduling node is not found, the real-time scheduler performs component scheduling on each component on the fault node.
2. The dynamic reconstruction method based on software-based radar of claim 1,
when the component needs to be updated or the component fails, the real-time scheduler performs component scheduling;
and when the node fails, the real-time scheduler schedules the failed node.
3. The dynamic reconstruction method based on software-based radar of claim 2,
the node fault evaluation method comprises the steps that each node sends heartbeat information to a real-time fault diagnostor according to a preset period, and if the real-time fault diagnostor cannot receive the heartbeat information of a certain node for three times continuously, the node is judged to be in a node fault state;
and the component fault message is acquired by the real-time fault diagnotor in a thread monitoring mode.
4. The dynamic reconstruction method based on software-based radar of claim 3,
the resource manager comprises a resource management server and resource management clients deployed on nodes of the radar back-end system, the resource management clients acquire node state information and task state information from the nodes and send the node state information and the task state information to the resource management server, the resource management server processes the node state information and the task state information to obtain the system information, and the system information comprises the task type of a component, the task resource requirement, the task memory requirement, the node core resource utilization rate and the node memory resource utilization rate.
5. The dynamic reconstruction method based on software-based radar of claim 4,
the optimization strategy is specifically that scoring is carried out according to the node core resource utilization rate and the node memory resource utilization rate, and the node with the highest score is the optimal scheduling node.
6. A dynamic reconstruction platform based on a software-based radar is characterized by comprising a resource manager, a real-time scheduler and a real-time fault diagnoser, wherein the resource manager comprises a client and a server, the client acquires node state information and task state information in a radar back-end system, the server receives the node state information and the task state information sent by the client, and the server processes the node state information and the task state information to obtain system information and sends the system information to the real-time scheduler; the real-time fault diagnotor judges whether a node fault or a component fault occurs, and if the node fault or the component fault occurs, a node fault message or a component fault message is sent to the real-time scheduler; the real-time scheduler performs component scheduling or fault node scheduling according to the node fault message, the component fault message or the system information; the dynamic reconstruction platform performs dynamic reconstruction according to the method of any one of claims 1 to 5.
CN202010603849.3A 2020-06-29 2020-06-29 Dynamic reconstruction method and platform based on software radar Active CN111651278B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010603849.3A CN111651278B (en) 2020-06-29 2020-06-29 Dynamic reconstruction method and platform based on software radar

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010603849.3A CN111651278B (en) 2020-06-29 2020-06-29 Dynamic reconstruction method and platform based on software radar

Publications (2)

Publication Number Publication Date
CN111651278A true CN111651278A (en) 2020-09-11
CN111651278B CN111651278B (en) 2023-08-01

Family

ID=72343085

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010603849.3A Active CN111651278B (en) 2020-06-29 2020-06-29 Dynamic reconstruction method and platform based on software radar

Country Status (1)

Country Link
CN (1) CN111651278B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110361961A (en) * 2019-07-10 2019-10-22 中国船舶工业综合技术经济研究院 A kind of networking weapon control system dynamic restructuring design method

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104765024A (en) * 2015-04-22 2015-07-08 芜湖航飞科技股份有限公司 Onboard radar jamming automatic detection system
CN106932764A (en) * 2017-04-01 2017-07-07 中国电子科技集团公司第三十八研究所 The index test of radar HF receiving subsystem module and fault location system and its method
CN107315168A (en) * 2017-07-11 2017-11-03 电子科技大学 A kind of software implementation radar signal data handling system and method
CN110659045A (en) * 2019-08-30 2020-01-07 电子科技大学 Software radar real-time dynamic updating system
US20200057686A1 (en) * 2018-08-14 2020-02-20 Industrial Technology Research Institute Compute node, failure detection method thereof and cloud data processing system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104765024A (en) * 2015-04-22 2015-07-08 芜湖航飞科技股份有限公司 Onboard radar jamming automatic detection system
CN106932764A (en) * 2017-04-01 2017-07-07 中国电子科技集团公司第三十八研究所 The index test of radar HF receiving subsystem module and fault location system and its method
CN107315168A (en) * 2017-07-11 2017-11-03 电子科技大学 A kind of software implementation radar signal data handling system and method
US20200057686A1 (en) * 2018-08-14 2020-02-20 Industrial Technology Research Institute Compute node, failure detection method thereof and cloud data processing system
CN110659045A (en) * 2019-08-30 2020-01-07 电子科技大学 Software radar real-time dynamic updating system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110361961A (en) * 2019-07-10 2019-10-22 中国船舶工业综合技术经济研究院 A kind of networking weapon control system dynamic restructuring design method
CN110361961B (en) * 2019-07-10 2022-08-23 中国船舶工业综合技术经济研究院 Dynamic reconfiguration design method for networked weapon control system

Also Published As

Publication number Publication date
CN111651278B (en) 2023-08-01

Similar Documents

Publication Publication Date Title
Carrión Kubernetes scheduling: Taxonomy, ongoing issues and challenges
US20090150711A1 (en) Information processing device, program thereof, modular type system operation management system, and component selection method
US11190431B2 (en) Prioritized client-server communications based on server health
US20090204702A1 (en) System and method for network management using self-discovering thin agents
CN110838939B (en) Scheduling method based on lightweight container and edge Internet of things management platform
EP3278578A1 (en) Method and system for mtc event management
CN108769182A (en) A kind of prediction executes the Combinatorial Optimization dispatching method of task execution time
CN114356587B (en) Calculation power task cross-region scheduling method, system and equipment
CN111459639A (en) Distributed task management platform and method supporting global multi-machine-room deployment
CN111930493A (en) NodeManager state management method and device in cluster and computing equipment
CN111124640A (en) Task allocation method and system, storage medium and electronic device
CN111651278A (en) Dynamic reconstruction method and platform based on software radar
CN111767145A (en) Container scheduling system, method, device and equipment
WO2020206699A1 (en) Predicting virtual machine allocation failures on server node clusters
CN112636990A (en) Resource management system
CN112231223A (en) Distributed automatic software testing method and system based on MQTT
CN115145695B (en) Resource scheduling method and device, computer equipment and storage medium
CN112328402A (en) High-efficiency self-adaptive space-based computing platform architecture and implementation method thereof
Dai et al. Towards scalable resource management for supercomputers
CN107948001B (en) Intelligent monitoring system and method for industrial network of ship manufacturing workshop
CN113515356A (en) Lightweight distributed resource management and task scheduler and method
Favarim et al. Adaptive Fault-Tolerant CORBA Components.
CN112532450B (en) Dynamic updating method and system for data stream distribution process configuration
CN109597686A (en) Information resources Automation arranging method between a kind of server cluster
CN117148705B (en) Equipment running state detection method and system based on data monitoring analysis

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