CN111600928B - Simulation service control method, intelligent terminal and storage medium - Google Patents

Simulation service control method, intelligent terminal and storage medium Download PDF

Info

Publication number
CN111600928B
CN111600928B CN202010265720.6A CN202010265720A CN111600928B CN 111600928 B CN111600928 B CN 111600928B CN 202010265720 A CN202010265720 A CN 202010265720A CN 111600928 B CN111600928 B CN 111600928B
Authority
CN
China
Prior art keywords
service
simulation
hard
mocked
control method
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
CN202010265720.6A
Other languages
Chinese (zh)
Other versions
CN111600928A (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.)
Shenzhen Genew Technologies Co Ltd
Original Assignee
Shenzhen Genew Technologies 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 Shenzhen Genew Technologies Co Ltd filed Critical Shenzhen Genew Technologies Co Ltd
Priority to CN202010265720.6A priority Critical patent/CN111600928B/en
Publication of CN111600928A publication Critical patent/CN111600928A/en
Application granted granted Critical
Publication of CN111600928B publication Critical patent/CN111600928B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/51Discovery or management thereof, e.g. service location protocol [SLP] or web services
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/2866Architectures; Arrangements
    • H04L67/30Profiles

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Debugging And Monitoring (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses a simulation service control method, an intelligent terminal and a storage medium, wherein the method comprises the following steps: starting a service management center, loading the hard simulation service in the configuration file, and adding a Mocked mark to the hard simulation service; starting a simulator, the simulator reading hard simulation services and soft simulation services from a local configuration; detecting whether the service is subjected to hard simulation service or not, if not, performing soft simulation service on the service and adding a Mocked mark, and if so, performing registration monitoring; and after registration monitoring is carried out, detecting whether a service has a Mocked mark, if not, updating the service state, and if so, logging off the simulation service. The invention combines the hard simulation with the soft simulation, the hard simulation is used for ensuring the existence of the service when the cluster is started, and the soft simulation can log off the service after the real service is on line in time as long as the invention faces to the key service, so as to dynamically complete the service simulation, and the invention has the characteristics of dynamic, reliable and high efficiency.

Description

Simulation service control method, intelligent terminal and storage medium
Technical Field
The invention relates to the technical field of computer application, in particular to a simulation service control method, an intelligent terminal and a storage medium.
Background
The micro-service architecture is a new technology for deploying applications and services in the cloud, as the micro-service architecture is the mainstream in the industry, more and more single services (all functions are packaged into application services in an independent unit) are split into the micro-services, and the dependence between the services is also changed from tight coupling to loose coupling; however, the dependency between services still exists, and in a system composed of a plurality of services, the unavailability of the key service (the reasons for the unavailability of the key service are many, for example, software bugs, hardware problems, and network problems may cause the key service to fail to work properly) will cause the crash of the whole system.
The critical service refers to one or more services of which the service crash causes the crash of the whole business system, for example, two service crashes of sending a message service and receiving a message service in instant messaging software will cause the connection failure of a client, thereby affecting the whole business system.
Accordingly, the prior art is yet to be improved and developed.
Disclosure of Invention
The invention mainly aims to provide a simulation service control method, an intelligent terminal and a storage medium, and aims to solve the problem that the whole system is crashed due to the fact that key services cannot be used in the prior art.
In order to achieve the above object, the present invention provides a simulation service control method, which includes the following steps:
starting a service management center, loading the hard simulation service in a configuration file, and adding a Mocked mark for the hard simulation service;
starting a simulator, wherein the simulator reads hard simulation service and soft simulation service from local configuration;
detecting whether the service is subjected to hard simulation service or not, if not, performing soft simulation service on the service and adding a Mocked mark, and if so, performing registration monitoring;
and after registration monitoring is carried out, detecting whether a service has a Mocked mark, if not, updating the service state, and if so, logging off the simulation service.
Optionally, the simulation service control method further includes:
when the Mocked mark exists in the current service, the current service is represented as a simulation service;
when the Mocked mark does not exist in the current service, the current service is represented as a real service.
Optionally, in the simulation service control method, the simulator reads the hard simulation service and the soft simulation service to obtain a list of all simulation services, so as to avoid repeated simulation of the services.
Optionally, in the simulation service control method, the performing of the soft simulation service on the service is used to re-simulate the failed service in the hard simulation service, so as to ensure that the service simulation is performed completely.
Optionally, in the simulation service control method, the registration monitors a simulation situation for continuously monitoring the service, and performs corresponding processing when a state change occurs in the service.
Optionally, the simulation service control method, wherein the service occurrence status change includes a real service online and a real service offline.
Optionally, the method for controlling a simulated service, wherein the performing corresponding processing when the service state changes specifically includes:
when real service is online, service simulation is automatically cancelled;
and when the real service is off-line, performing service simulation.
Optionally, in the simulation service control method, the update service state is to update a crash service to a normal service, and log off the simulation service;
and the logout simulation service is used for logging off the simulation service when the fact service exists in the cluster.
In addition, to achieve the above object, the present invention further provides an intelligent terminal, wherein the intelligent terminal includes: a memory, a processor and a simulation service control program stored on the memory and executable on the processor, the simulation service control program when executed by the processor implementing the steps of the simulation service control method as described above.
In addition, to achieve the above object, the present invention further provides a storage medium, wherein the storage medium stores a simulation service control program, and the simulation service control program realizes the steps of the simulation service control method as described above when executed by a processor.
In the invention, a service management center is started, the hard simulation service in a configuration file is loaded, and a Mocked mark is added to the hard simulation service; starting a simulator, wherein the simulator reads hard simulation service and soft simulation service from local configuration; detecting whether the service is subjected to hard simulation service or not, if not, performing soft simulation service on the service and adding a Mocked mark, and if so, performing registration monitoring; and after registration monitoring is carried out, detecting whether a service has a Mocked mark, if not, updating the service state, and if so, logging off the simulation service. The invention combines the mode of hard simulation with soft simulation, the hard simulation is used for ensuring the existence of the service when the cluster is started, the soft simulation carries out cluster-oriented operation by configuration and interface calling as long as the key service is oriented, and the service can be cancelled in time after the real service is on line due to the existence of the service simulator so as to dynamically complete the service simulation, thereby having the characteristics of dynamic, reliable and high efficiency.
Drawings
FIG. 1 is a flow chart of a preferred embodiment of the simulation service control method of the present invention;
FIG. 2 is a flow chart of the overall implementation of the simulation service control method of the present invention;
fig. 3 is a schematic operating environment diagram of an intelligent terminal according to a preferred embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention clearer and clearer, the present invention is further described in detail below with reference to the accompanying drawings and examples. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
As shown in fig. 1, the simulation service control method according to the preferred embodiment of the present invention includes the following steps:
and S10, starting a service management center, loading the hard simulation service in the configuration file, and adding a Mocked mark to the hard simulation service.
Specifically, the hard simulation represents service simulation performed by loading local configuration when a service management center is started, the service simulation means that a virtual service (i.e., a simulation service) which has no actual function and whose external appearance (name, running state) is consistent with a real service is created in a server by some means, and the method does not use an external service, can perform service simulation when a cluster (a cluster communication system is a mobile communication system for group scheduling command communication and is mainly applied to the field of professional mobile communication, and an available channel of the system can be shared by all users of the system, has an automatic channel selection function, and is a multipurpose and efficient wireless scheduling communication system for sharing resources, sharing cost, sharing channel equipment and services) is constructed, and does not have the automatic offline function of the simulation service. Services using a hard simulation approach are simulated if and only when the service management center is started, and cannot be dynamically added thereafter.
The soft simulation is service simulation realized by a simulator through an interface or configuration, the service simulation can be performed only after the simulator is started, the service simulation performed by the soft simulation can be added and removed at any time when the simulator runs, the capability of simulating and stopping after real service is on line is realized, and the service using the soft simulation is automatically removed after the simulator is closed.
The dynamic simulation is that when a service is simulated, when a service of a real service (not containing a Mocked mark, the simulated service is marked by using the Mocked mark, and the service is simulated) is found to exist, all simulation instances of the service are automatically logged out to ensure that the real service is on line. And when the instance of the designated service does not exist, actively carrying out service simulation to ensure that at least one service instance exists.
The method comprises the steps that a service management center (the service management center is software and is responsible for counting the running states of all services in a software system, so that a simulation service can be added in the service center, the behavior is called hard simulation), the hard simulation service in a configuration file is loaded, mocked marks are added to the hard simulation service, hard simulation of the service according to configuration items is achieved when the service management center is started, the Mocked marks are added to the simulation service, the simulation service and the real service are distinguished conveniently in the later period, and when a plurality of services with consistent external expressions (names and running states) exist in the system, the Mocked marks represent that the service is the simulation service and does not have the real service.
Wherein the configuration file describes that two services need to be emulated
Figure BDA0002441185660000061
Step S20, starting a simulator, wherein the simulator reads the hard simulation service and the soft simulation service from the local configuration.
Specifically, the simulator starts to read the soft simulation service of the Renwei hard simulation service. The step realizes that the simulator obtains all simulation service lists, and avoids the information disorder caused by repeated simulation of the services; when the simulation is repeated, two services with the same appearance exist at the same time, which causes that the service dependent on the service cannot correctly send information and wastes hardware resources. For example: when the instant messaging software has two message sending services at the same time, the client cannot be normally connected, and the information is messy.
The read configuration includes all types of simulation services, and the configuration files include: including "wardispatch-das", "edms" for hard simulation, and services that require soft simulation.
Figure BDA0002441185660000071
And S30, detecting whether the service is subjected to hard simulation service or not, if not, performing soft simulation service on the service and adding a Mocked mark, and if so, performing registration monitoring.
Specifically, whether the service is subjected to hard simulation service or not is detected, if not, the service is subjected to soft simulation service, and a Mocked mark is added, so that the purpose of completing soft simulation of the service is achieved, and the failed service in the hard simulation is re-simulated, so that the complete operation of service simulation is ensured; if so, registration monitoring is performed, wherein the registration monitoring is used for continuously monitoring the simulation situation of the service, and corresponding processing is performed when the state of the service is changed. The service occurrence state change comprises real service online and real service offline. When the real service is on line, the service simulation is automatically cancelled; and when the real service is offline, performing service simulation.
And step S40, after registration monitoring is carried out, detecting whether a Mocked mark exists in the service, if not, updating the service state, and if so, logging out the simulation service.
Specifically, whether a service has a Mocked mark is detected, if not, the service state is updated, wherein the service state is to update a crash service to a normal service and to log off the line for simulating the service (the step is to update the crash service to the normal state and log off the line for simulating the service after the key service is recovered); and if so, logging out the simulation service, wherein the logging out simulation service is used for logging out the simulation service (virtual service) when the real service exists in the cluster (the step is logging out the simulation service, and the purpose of the step is to monitor whether the real service exists in the cluster in real time and log out the virtual service as required).
Further, as shown in fig. 2, the method for implementing the analog service control of the present invention specifically includes the following steps:
s101, starting;
s102, starting a service management center;
s103, loading hard simulation service in the configuration file;
s104, adding a Mocked mark to the hard simulation service by the service management center;
s105, starting a simulator;
s106, reading the hard simulation service and the soft simulation service from the local configuration by the simulator;
s107, judging whether the service is subjected to hard simulation service; if not, executing S108, if so, executing S109;
s108, performing soft simulation service on the service, adding a Mocked mark, and then executing S109;
s109, registering and monitoring, wherein the registering and monitoring are used for continuously monitoring the simulation situation of the service and carrying out corresponding processing when the service is changed in state;
s110, judging whether a Mocked mark exists in the service; if not, executing S111, if so, executing S112;
s111, updating a service state, wherein the updating service state is to update the crash service into a normal service, and is to log off the line for simulating the service, and then executing S113;
s112, logging out the simulation service, wherein the logging out simulation service is used for logging out the simulation service when the fact that the real service exists in the cluster is monitored;
and S113, ending.
The invention uses a mode of combining hard simulation with soft simulation, the hard simulation is used for ensuring the existence of service when the cluster is started, as long as the key service is oriented, the soft simulation carries out the cluster-oriented operation through configuration and interface calling, and the service can be cancelled in time after the real service is on line due to the existence of the service simulator so as to dynamically complete the service simulation.
The loose coupling software system formed by the distributed cluster is characterized in that the services provided by a plurality of servers form a service cluster, and the services are flexibly connected by using a network and other modes. When a problem occurs in one service constituting a software system, the breakdown of the entire system is not immediately caused, and only when the critical service is unavailable for a long time, the entire system is affected. Therefore, when the key service is crashed, the intervention of the dynamic simulation service can effectively avoid the crash of the whole software by using the method of the invention.
Further, as shown in fig. 3, based on the above simulation service control method, the present invention also provides an intelligent terminal, which includes a processor 10, a memory 20 and a display 30. Fig. 3 shows only some of the components of the smart terminal, but it should be understood that not all of the shown components are required to be implemented, and that more or fewer components may be implemented instead.
The memory 20 may be an internal storage unit of the intelligent terminal in some embodiments, such as a hard disk or a memory of the intelligent terminal. The memory 20 may also be an external storage device of the Smart terminal in other embodiments, such as a plug-in hard disk, a Smart Memory Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), and the like, provided on the Smart terminal. Further, the memory 20 may also include both an internal storage unit and an external storage device of the smart terminal. The memory 20 is used for storing application software installed in the intelligent terminal and various data, such as program codes of the installed intelligent terminal. The memory 20 may also be used to temporarily store data that has been output or is to be output. In one embodiment, the memory 20 stores a simulation service control program 40, and the simulation service control program 40 can be executed by the processor 10 to implement the simulation service control method of the present application.
The processor 10 may be a Central Processing Unit (CPU), a microprocessor or other data Processing chip in some embodiments, and is used for running program codes stored in the memory 20 or Processing data, such as executing the simulation service control method.
The display 30 may be an LED display, a liquid crystal display, a touch-sensitive liquid crystal display, an OLED (Organic Light-Emitting Diode) touch panel, or the like in some embodiments. The display 30 is used for displaying information at the intelligent terminal and for displaying a visual user interface. The components 10-30 of the intelligent terminal communicate with each other via a system bus.
In one embodiment, the following steps are implemented when the processor 10 executes the emulated service control program 40 in the memory 20:
starting a service management center, loading the hard simulation service in the configuration file, and adding a Mocked mark to the hard simulation service;
starting a simulator, the simulator reading hard simulation services and soft simulation services from a local configuration;
detecting whether the service is subjected to hard simulation service or not, if not, performing soft simulation service on the service and adding a Mocked mark, and if so, performing registration monitoring;
and after registration monitoring is carried out, detecting whether a service has a Mocked mark, if not, updating the service state, and if so, logging off the simulation service.
The simulation service control method further comprises:
when the Mocked mark exists in the current service, the current service is represented as a simulation service;
and when the Mocked mark does not exist in the current service, the current service is represented as a real service.
The simulator reads the hard simulation service and the soft simulation service for obtaining all simulation service lists so as to avoid repeated simulation of the services.
The soft simulation service for the service is used for re-simulating the failed service in the hard simulation service so as to ensure the complete operation of the service simulation.
The registration monitoring is used for continuously monitoring the simulation situation of the service, and corresponding processing is carried out when the state of the service is changed.
The service occurrence state change comprises real service online and real service offline.
The corresponding processing is performed when the service state is changed, and specifically includes:
when the real service is on line, the service simulation is automatically cancelled;
and when the real service is off-line, performing service simulation.
The updating service state is to update the crash service into a normal service and to log off the line for simulating the service;
and the logout simulation service is used for logging off the simulation service when the fact service exists in the cluster.
The present invention also provides a storage medium, wherein the storage medium stores a simulation service control program, and the simulation service control program, when executed by a processor, implements the steps of the simulation service control method as described above.
In summary, the present invention provides a simulation service control method, an intelligent terminal and a storage medium, where the method includes: starting a service management center, loading the hard simulation service in a configuration file, and adding a Mocked mark for the hard simulation service; starting a simulator, wherein the simulator reads hard simulation service and soft simulation service from local configuration; detecting whether the service is subjected to hard simulation service or not, if not, performing soft simulation service on the service and adding a Mocked mark, and if so, performing registration monitoring; and after registration monitoring is carried out, detecting whether a service has a Mocked mark, if not, updating the service state, and if so, logging off the simulation service. The invention combines the mode of hard simulation with soft simulation, the hard simulation is used for ensuring the existence of the service when the cluster is started, the soft simulation carries out cluster-oriented operation by configuration and interface calling as long as the key service is oriented, and the service can be cancelled in time after the real service is on line due to the existence of the service simulator so as to dynamically complete the service simulation, thereby having the characteristics of dynamic, reliable and high efficiency.
Of course, it will be understood by those skilled in the art that all or part of the processes of the methods of the above embodiments may be implemented by a computer program instructing relevant hardware (such as a processor, a controller, etc.), and the program may be stored in a computer readable storage medium, and when executed, the program may include the processes of the above method embodiments. The storage medium may be a memory, a magnetic disk, an optical disk, etc.
It is to be understood that the invention is not limited to the examples described above, but that modifications and variations may be effected thereto by those of ordinary skill in the art in light of the foregoing description, and that all such modifications and variations are intended to be within the scope of the invention as defined by the appended claims.

Claims (5)

1. A simulation service control method, characterized in that the simulation service control method comprises:
starting a service management center, loading the hard simulation service in the configuration file, and adding a Mocked mark to the hard simulation service;
starting a simulator, wherein the simulator reads hard simulation service and soft simulation service from local configuration;
detecting whether the service is subjected to hard simulation service or not, if not, performing soft simulation service on the service and adding a Mocked mark, and if so, performing registration monitoring;
after registration monitoring is carried out, whether a Mocked mark exists in the service is detected, if not, the service state is updated, and if so, the simulation service is cancelled;
the simulation service control method further comprises:
when the Mocked mark exists in the current service, the current service is represented as a simulation service;
when the Mocked mark does not exist in the current service, the current service is represented as a real service;
the registration monitoring is used for continuously monitoring the simulation condition of the service, and when the state of the service is changed, corresponding processing is carried out;
the service occurrence state change comprises real service online and real service offline;
when the service state changes, the corresponding processing is performed, which specifically includes:
when real service is online, service simulation is automatically cancelled;
when the real service is off-line, performing service simulation;
the updating service state is to update the crash service into a normal service and to log off the line for simulating the service;
and the logout simulation service is used for logging off the simulation service when the real service in the cluster is monitored.
2. The simulation service control method according to claim 1, wherein the simulator reads hard simulation services and soft simulation services for obtaining a list of all simulation services to avoid repetitive simulation of the services.
3. The simulation service control method according to claim 1, wherein the soft simulation service for services is used for re-simulating a failed service in the hard simulation service to ensure complete performance of service simulation.
4. An intelligent terminal, characterized in that, intelligent terminal includes: memory, a processor and a simulation service control program stored on the memory and executable on the processor, the simulation service control program when executed by the processor implementing the steps of the simulation service control method according to any of claims 1-3.
5. A storage medium storing a simulation service control program which, when executed by a processor, implements the steps of the simulation service control method according to any one of claims 1 to 3.
CN202010265720.6A 2020-04-07 2020-04-07 Simulation service control method, intelligent terminal and storage medium Active CN111600928B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010265720.6A CN111600928B (en) 2020-04-07 2020-04-07 Simulation service control method, intelligent terminal and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010265720.6A CN111600928B (en) 2020-04-07 2020-04-07 Simulation service control method, intelligent terminal and storage medium

Publications (2)

Publication Number Publication Date
CN111600928A CN111600928A (en) 2020-08-28
CN111600928B true CN111600928B (en) 2022-11-22

Family

ID=72190498

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010265720.6A Active CN111600928B (en) 2020-04-07 2020-04-07 Simulation service control method, intelligent terminal and storage medium

Country Status (1)

Country Link
CN (1) CN111600928B (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101034351A (en) * 2007-01-05 2007-09-12 浙江大学 Emulator generating method based on component
CN103297475A (en) * 2012-03-01 2013-09-11 阿里巴巴集团控股有限公司 Mock service system and processing method of Mock service
CN104038376A (en) * 2014-06-30 2014-09-10 浪潮(北京)电子信息产业有限公司 Method and device for managing real servers and LVS clustering system
JP2015084190A (en) * 2013-10-25 2015-04-30 富士通株式会社 Information processor and information processing system
CN106407337A (en) * 2016-09-05 2017-02-15 深圳震有科技股份有限公司 Quick search method and system
US10089219B1 (en) * 2017-01-20 2018-10-02 Intuit Inc. Mock server for testing
CN110347136A (en) * 2019-08-02 2019-10-18 长春融成智能设备制造股份有限公司 A kind of digital simulation method based on OPC intelligence chemical industry equipment

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150082300A1 (en) * 2013-09-13 2015-03-19 Netapp. Inc. Method and system for enabling an application in a virtualized environment to communicate with multiple types of virtual servers
US10628294B2 (en) * 2017-03-23 2020-04-21 Electronic Arts Inc. Mock services for software infrastructures
US10592402B2 (en) * 2017-11-20 2020-03-17 International Business Machines Corporation Automated integration testing with mock microservices
CN110708356B (en) * 2019-09-06 2024-01-05 国云科技股份有限公司 Method and system for managing third party application by registry

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101034351A (en) * 2007-01-05 2007-09-12 浙江大学 Emulator generating method based on component
CN103297475A (en) * 2012-03-01 2013-09-11 阿里巴巴集团控股有限公司 Mock service system and processing method of Mock service
JP2015084190A (en) * 2013-10-25 2015-04-30 富士通株式会社 Information processor and information processing system
CN104038376A (en) * 2014-06-30 2014-09-10 浪潮(北京)电子信息产业有限公司 Method and device for managing real servers and LVS clustering system
CN106407337A (en) * 2016-09-05 2017-02-15 深圳震有科技股份有限公司 Quick search method and system
US10089219B1 (en) * 2017-01-20 2018-10-02 Intuit Inc. Mock server for testing
CN110347136A (en) * 2019-08-02 2019-10-18 长春融成智能设备制造股份有限公司 A kind of digital simulation method based on OPC intelligence chemical industry equipment

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
Mock服务;神石石;《CSDN》;20190904;全文 *
一种基于智能卡认证的LVS集群方案设计;孙长辉等;《信息网络安全》;20170210(第02期);全文 *
新一代应急指挥通信平台;卫宣安;《科技成果》;20180201;全文 *
网格信息服务性能的模拟评估;谢夏等;《华中科技大学学报(自然科学版)》;20060228(第02期);全文 *

Also Published As

Publication number Publication date
CN111600928A (en) 2020-08-28

Similar Documents

Publication Publication Date Title
US9483281B2 (en) Methods, systems, and computer readable mediums for updating components in a converged infrastructure system
US20150067167A1 (en) Hot pluggable extensions for access management system
US9311170B2 (en) System, method and program tool to reset an application
US7856639B2 (en) Monitoring and controlling applications executing in a computing node
US8225142B2 (en) Method and system for tracepoint-based fault diagnosis and recovery
US20100043004A1 (en) Method and system for computer system diagnostic scheduling using service level objectives
US11044144B2 (en) Self-monitoring
CN111324474B (en) Celery task management method, system, equipment and storage medium
US11743155B2 (en) Systems and methods of monitoring and controlling remote assets
CN111858007A (en) Task scheduling method and device based on message middleware
CN111526049A (en) Operation and maintenance system, operation and maintenance method, electronic device and storage medium
CN115328752A (en) Cluster simulation method and system for Kubernetes control plane test
CN111600928B (en) Simulation service control method, intelligent terminal and storage medium
CN112860400A (en) Method, system, device and medium for processing distributed training task
US11531674B2 (en) System and method for supporting rollback of changes made to target systems via an integration platform
CN116016209A (en) Network automation method and device
CN112596750B (en) Application testing method and device, electronic equipment and computer readable storage medium
CN108566293B (en) Electronic device, zk node information notification method, and storage medium
JP2013186765A (en) Batch processing system, progress confirmation device, progress confirmation method and program
CN109857720B (en) Database table monitoring method, device, computer device and readable storage medium
CN113032090A (en) Virtual programming simulation management platform
CN111176959A (en) Early warning method, system and storage medium for cross-domain application server
CN115098294B (en) Abnormal event processing method, electronic equipment and management terminal
CN113127051B (en) Application resource packaging process monitoring method, device, equipment and medium
CN115904948A (en) Edge-side cluster scheduling method based on multi-device cooperation

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