CN101840370A - Service state online detection method and system based on components - Google Patents

Service state online detection method and system based on components Download PDF

Info

Publication number
CN101840370A
CN101840370A CN 201010160369 CN201010160369A CN101840370A CN 101840370 A CN101840370 A CN 101840370A CN 201010160369 CN201010160369 CN 201010160369 CN 201010160369 A CN201010160369 A CN 201010160369A CN 101840370 A CN101840370 A CN 101840370A
Authority
CN
China
Prior art keywords
assembly
component
module
interface
service state
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN 201010160369
Other languages
Chinese (zh)
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.)
DATCENT NANKING Co Ltd
Original Assignee
DATCENT NANKING 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 DATCENT NANKING Co Ltd filed Critical DATCENT NANKING Co Ltd
Priority to CN 201010160369 priority Critical patent/CN101840370A/en
Publication of CN101840370A publication Critical patent/CN101840370A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

The invention relates to a service state online detection method and system based on components, belonging to the computer field. The system comprises a component automatic generation module, a component management module, a component updating module, a component configuration module, a service state detection module, a statistics and analysis service module and a component output interface. The detection method comprises the following steps: initializing the system, starting the components, component executing, changing the configurations of the components, updating the components and logging out the system. The system of the invention adopts component architecture to provide the service state detection function automatically, efficiently and instantly; the system supports dynamic extension, and can update the components one by one without influencing the system; and the system can form a component gallery supporting various service state detections and effectively realize the reuse and accumulation of the technology.

Description

Service state online test method and system based on assembly
Technical field
The invention belongs to computer realm, relate to a kind of detection method and system, a kind of specifically service state online test method and system based on assembly.
Background technology
In the prior art, in large-scale server room, server externally provides various service, but lacks the effective means that these service operation states are detected in real time.In general, the running status of service in use can be surveyed, and perhaps the mode by manual maintenance detects the running status of serving, and these means all exist efficient low, defectives such as real-time is bad, and very high to service user and maintainer's technical requirement.
Summary of the invention
Technical matters to be solved by this invention is: the defective that exists by the ladder of management that manually detects service state at above prior art, a kind of service state online test method and system based on assembly proposed, employing assembly mechanism, can the be automatical and efficient real-time service state measuring ability that provides, and support dynamic expansion.
The technical scheme that the present invention solves above technical matters is:
Service state online test method based on assembly may further comprise the steps:
(1) system initialization: after the assembly management module starts, access system data storehouse, the module information that the needs that define from the database download user move, and the operation configuration parameter of these assemblies;
(2) start assembly: the assembly management module is called the CreateInstance interface of each assembly one by one, creates the instance objects of assembly, and by Configure Instance interface the configuration parameter of assembly is set, and calls Stat interface start assembly at last;
(3) execution of assembly: after assembly starts, carry out service state according to service logic separately and detect;
(4) arrangement of components change: in system's operational process, the user is if will revise the operational factor of assembly, then the current operational factor of all component is inquired about at the interface that provides by the arrangement of components module, and revise these parameters, the arrangement of components module is saved in database to amended operational factor, and the notification component administration module, after the assembly management module receives the message of configuration parameter modification, the executive module configuration change;
(5) component upgrade: if the family will obtain the assembly of redaction, then by set up the upgrading module with the component register of redaction to system, wherein, the configuration information of assembly and assembly bag are saved in database, the user is by setting up the version that the upgrading module arrives the component upgrade of appointment appointment, the component upgrade module sends to the assembly management module to upgrading message, is realized the upgrading of component file by the assembly management module;
(6) system withdraws from: the assembly management module is called the Stop interface of each assembly one by one, after stopping all assemblies, destroys relevant object, last recovery system environment, and the system of finishing withdraws from.
System based on the service state online test method of assembly comprises with lower module:
The assembly automatically-generating module: according to the interface of system definition, the framework of formation component comprises the interface of automatic establishment and system, professional thread, executable file and configuration file automatically;
Assembly management module: be used to finish loading, the unloading of assembly and upgrade configuration;
Component upgrade module: be used to finish registration, renewal and the upgrading of assembly;
The arrangement of components module: the configuration interface of invocation component, the assembly of appointment is carried out the operational factor configuration, and configuration information record to database, the service of notification after modification assembly management;
The service state detection module: after assembly loads, detect according to the configuration of system service state to specified server, and the real-time report testing result;
Statistical study service module: detect data according to the service state that writes down in the database, the statistical query of various conditions is provided for the user;
The external output interface of assembly: come into contacts with the object in the assembly by these interfaces.
As the further technical scheme that limits of the present invention, in the step (3), service state detects carries out according to the following steps: 1. initialization system environment: each assembly is according to the service logic initialization system environment of self, if following service state testing process will be no longer carried out in the initialization failure; 2. resolve configuration information: according to the configuration data that the assembly management module is imported into, parse the operational factor of self, if the resolving failure, assembly will load default service state detected parameters operation; 3. carrying out service state detects: carry out service state and detect, assembly adopts regularly round-robin mechanism to carry out service state and detects, duration regularly obtains from configuration parameter, the status detection method is specifically decided according to the professional of self, when detecting service state when unusual, the warning message of component record abnormality, and be saved in the database; 4. withdrawing from of assembly: withdrawing from by assembly management module invokes Stop interface of assembly triggers, and assembly is the break in service state-detection in this process, relevant object and restoring system environment in the destroying system.
In the step (4), the assembly management module is the executive module configuration change according to the following steps: 1. download the up-to-date configuration of this assembly from database; 2. stop the assembly to move,, will can not carry out the operation of follow-up configuration change if stop failure; 3. call the CreateInstance interface, create the example of assembly; 4. call the ConfigureInstance interface, up-to-date configuration parameter is set; 5. call the Start interface, start assembly.
In the step (5), the assembly management module is carried out the upgrading of component file according to the following steps: 1. comparing component version, if the component version that has moved is consistent with the component version that requires upgrading, then do not carry out updating operation; 2. stop the assembly to move,, will can not carry out the operation that follow-up file is replaced if stop failure; 3. obtain the assembly bag of redaction from database, and replace original; 4. call the CreateInstance interface, create the example of assembly; 5. call the ConfigureInstance interface, the configuration parameter of assembly is set; 6. call the Start interface, start assembly.
The external output interface of assembly comprises: the DestroyInstance interface of creating the CreateInstance interface of component instance, the ConfigureInstance interface of configuration component, the Stat interface of start assembly, the Stop interface that stops assembly and destruction component instance.
Advantage of the present invention is: (1) efficient height, and a service state detection system can detect a plurality of dissimilar service on the multiple servers; (2) real-time is good, and according to managerial personnel's configuration, the service state detection system can round-the-clockly be carried out service state incessantly and be detected; (3) management statistics is convenient, the various situations of finding in the service state detection system record testing process, according to configuration, can be in time to managerial personnel send mail, note is pointed out, and can analyze and add up historical data; (4), can construct the service detection system that meets the needs of different users apace based on part mechanism; (5) compare with common platform, can dynamically add, remove relevant assembly according to user's requirement; (6) separately assembly is upgraded, do not influence system; (7) can form the Component Gallery of supporting that multiple service state detects, the multiplexing and accumulation of the technology that realizes effectively.
Description of drawings
Fig. 1 is that system of the present invention connects block diagram.
Fig. 2 is the process flow diagram that assembly starts.
Fig. 3 is the process flow diagram that service state detects.
Embodiment
Embodiment one
The system based on the service state online test method of assembly of this enforcement supports windows platform, the MySQL database is used on the backstage, adopt C/S model, the assembly management module operates in service end, be responsible for the relevant management of assembly operating, arrangement of components module, component upgrade module, statistical analysis module operate in client, are interfaces such as client's drawings component register, upgrading, configuration, statistics.
Native system as shown in Figure 1, ingredient comprise:
The assembly automatically-generating module: this module from database download component configuration information, starts the assembly of all needs operations according to configuration information after system start-up.In system's operational process, this module is come dynamic load according to user's operation or is stopped the assembly of appointment.When receiving the configuration variation message of assembly, this module is obtained up-to-date configuration from database, and the configuration change interface of invocation component is realized the modification of assembly operating parameter.When receiving component upgrade message, this module is responsible for obtaining the component file of redaction, replaces original component file, realizes the upgrading of assembly.
The component upgrade module: the user can inquire about the component version of having registered in the current system by this module, also can be by the new assembly of this module registration.When component registration, this module is saved in module configuration information and assembly bag in the database.If assembly needs upgrading, the user upgrades to the assembly of appointment by this module, the upgrading action of the assembly management module executive module on this module notice backstage.
The arrangement of components module: this module provides the configuration interface of assembly for the user.By the interface that this module provides, the user can inquire about the configuration information of assembly in the current system, and can revise these configurations.When the configuration information of assembly changed, this module was saved in database with up-to-date configuration information, and the assembly management module on notice backstage, was upgraded the configuration of assembly by the assembly management module.
The service state detection components: the service state detection components is each performance element that detects service logic, comprises the assembly that much detects at different service states in the system.After assembly loads, detect according to the configuration of system service state to specified server, and the real-time report testing result.In the operational process of assembly, by the assembly management module dynamically according to the startup of user's configuration executive module, stop, operation such as configuration change, upgrading.
Statistical analysis module: this module is obtained service state and is detected data from database, for the user provides statistical query by conditions such as time, destination server, COS.
Assembly is the interface of output externally: mainly comprise:
CreateInstance creates component instance
CCom*CreateInstance(const?char*lpszObjectName);
Wherein, the component Name that parameter: lpszObjectName indicates to create.After function runs succeeded, return the pointer of creating component object, otherwise return NULL.
Configure Instance configuration component
BOOL?ConfigureInstance(const?char*lpszConfigure);
Wherein, parameter: lpszConfigure is the configuration information of assembly, and assembly will carry out the detection of service state according to the definition of this configuration.
The Stat start assembly
BOOL?Start();
This function start assembly begins to carry out service state and detects.
Stop stops assembly
This function stops the detection of assembly.
DestroyInstance destroys component instance
BOOL?DestroyInstance(CCom*pComObj);
This interface is used to destroy a component object of having created.Parameter p ComObj is the pointer to object that returns when calling CreateInstance.
Service state online test method based on assembly may further comprise the steps:
System initialization: after the assembly management module starts, access system data storehouse, the module information that the needs that define from the database download user move, and the operation configuration parameter of these assemblies.
Start assembly: the assembly management module is called the CreateInstance interface of each assembly one by one, creates the instance objects of assembly, and by the ConfigureInstance interface configuration parameter of assembly is set, and calls Stat interface start assembly at last and brings into operation.
The execution of assembly: after assembly started, according to the state-detection that service logic is separately served, implementation was as follows:
1. initialization system environment: each assembly is according to the service logic initialization system environment of self, such as loading relevant dynamic base, creating network connection etc.If following flow processs such as service state detection will be no longer carried out in the initialization failure.
2. resolve configuration information: the configuration data that imports into according to the assembly management module, parse the operational factor of self, such as data such as the IP address of destination server, serve port, user name, passwords, if the resolving failure, assembly will load default parameter and move.
3. carrying out service state detects: assembly generally all adopts regularly round-robin mechanism to carry out service state and detects, and duration regularly obtains from configuration parameter, and the status detection method is then specifically decided according to the professional of self.When detecting service state when unusual, the information of component record exceptional state alarm, and be saved in the database.
4. withdrawing from of assembly: withdrawing from by assembly management module invokes Stop interface of assembly triggers, and assembly is the break in service state-detection in this process, relevant object and restoring system environment in the destroying system.
The arrangement of components change: in system's operational process, the user may need to revise the operational factor of assembly, and the user can inquire about the current operational factor of all component by the interface that the arrangement of components module provides, and revises these parameters.The arrangement of components module is saved in database to amended operational factor, and the notification component administration module.After the assembly management module receives the message of configuration parameter modification, carry out following process:
1. download the up-to-date configuration of this assembly from database.
2. stop the assembly to move,, will can not carry out the operation of follow-up configuration change if stop failure.
3. call the CreateInstance interface, create the example of assembly.
4. call the ConfigureInstance interface, up-to-date configuration parameter is set.
5. call the Start interface, start assembly.
Component upgrade: when the user obtains the assembly of redaction, can by set up the upgrading module with the component register of redaction to system, wherein, the configuration information of assembly and assembly bag are saved in database.The user can arrive the version of appointment with the component upgrade of appointment by setting up the upgrading module, and the component upgrade module sends to the assembly management module to upgrading message, and by the upgrading of assembly management module realization component file, the process of upgrading is as follows:
1. the comparing component version if the component version that has moved is consistent with the component version that requires upgrading, is not then carried out updating operation.
2. stop the assembly to move,, will can not carry out the operation that follow-up file is replaced if stop failure.
3. obtain the assembly bag of redaction from database, and replace original.
4. call the CreateInstance interface, create the example of assembly.
5. call the ConfigureInstance interface, the configuration parameter of assembly is set.
6. call the Start interface, start assembly.
System withdraws from: withdraw from the process in system, the assembly management module is called the Stop interface of each assembly one by one, after stopping all assemblies, destroys relevant object, last recovery system environment, and the system of finishing withdraws from operation.
The present invention can also have other embodiment, and the technical scheme that equal replacement of all employings or equivalent transformation form all drops within the scope of protection of present invention.

Claims (6)

1. based on the service state online test method of assembly, it is characterized in that: may further comprise the steps:
(1) system initialization: after the assembly management module starts, access system data storehouse, the module information that the needs that define from the database download user move, and the operation configuration parameter of these assemblies;
(2) start assembly: the assembly management module is called the CreateInstance interface of each assembly one by one, creates the instance objects of assembly, and by the ConfigureInstance interface configuration parameter of assembly is set, and calls Stat interface start assembly at last;
(3) execution of assembly: after assembly starts, carry out service state according to service logic separately and detect;
(4) arrangement of components change: in system's operational process, the user is if will revise the operational factor of assembly, then the current operational factor of all component is inquired about at the interface that provides by the arrangement of components module, and revise these parameters, the arrangement of components module is saved in database to amended operational factor, and the notification component administration module, after the assembly management module receives the message of configuration parameter modification, the executive module configuration change;
(5) component upgrade: if the family will obtain the assembly of redaction, then by set up the upgrading module with the component register of redaction to system, wherein, the configuration information of assembly and assembly bag are saved in database, the user is by setting up the version that the upgrading module arrives the component upgrade of appointment appointment, the component upgrade module sends to the assembly management module to upgrading message, is realized the upgrading of component file by the assembly management module;
(6) system withdraws from: the assembly management module is called the Stop interface of each assembly one by one, after stopping all assemblies, destroys relevant object, last recovery system environment, and the system of finishing withdraws from.
2. the service state online test method based on assembly as claimed in claim 1 is characterized in that: in the described step (3), service state detects carries out according to the following steps:
1. initialization system environment: each assembly is according to the service logic initialization system environment of self, if following service state testing process will be no longer carried out in the initialization failure;
2. resolve configuration information: according to the configuration data that the assembly management module is imported into, parse the operational factor of self, if the resolving failure, assembly will load default service state detected parameters operation;
3. carrying out service state detects: carry out service state and detect, assembly adopts regularly round-robin mechanism to carry out service state and detects, duration regularly obtains from configuration parameter, the status detection method is specifically decided according to the professional of self, when detecting service state when unusual, the warning message of component record abnormality, and be saved in the database;
4. withdrawing from of assembly: withdrawing from by assembly management module invokes Stop interface of assembly triggers, and assembly is the break in service state-detection in this process, relevant object and restoring system environment in the destroying system.
3. the service state online test method based on assembly as claimed in claim 1 is characterized in that: in the described step (4), the assembly management module is the executive module configuration change according to the following steps:
1. download the up-to-date configuration of this assembly from database;
2. stop the assembly to move,, will can not carry out the operation of follow-up configuration change if stop failure;
3. call the CreateInstance interface, create the example of assembly;
4. call the ConfigureInstance interface, up-to-date configuration parameter is set;
5. call the Start interface, start assembly.
4. the service state online test method based on assembly as claimed in claim 1 is characterized in that: in the described step (5), the assembly management module is carried out the upgrading of component file according to the following steps:
1. the comparing component version if the component version that has moved is consistent with the component version that requires upgrading, is not then carried out updating operation;
2. stop the assembly to move,, will can not carry out the operation that follow-up file is replaced if stop failure;
3. obtain the assembly bag of redaction from database, and replace original;
4. call the CreateInstance interface, create the example of assembly;
5. call the ConfigureInstance interface, the configuration parameter of assembly is set;
6. call the Start interface, start assembly.
5. be used for the system of the described service state online test method based on assembly of claim 1, it is characterized in that: comprise with lower module:
The assembly automatically-generating module: according to the interface of system definition, the framework of formation component comprises the interface of automatic establishment and system, professional thread, executable file and configuration file automatically;
Assembly management module: be used to finish loading, the unloading of assembly and upgrade configuration;
Component upgrade module: be used to finish registration, renewal and the upgrading of assembly;
The arrangement of components module: the configuration interface of invocation component, the assembly of appointment is carried out the operational factor configuration, and configuration information record to database, the service of notification after modification assembly management;
The service state detection module: after assembly loads, detect according to the configuration of system service state to specified server, and the real-time report testing result;
Statistical study service module: detect data according to the service state that writes down in the database, the statistical query of various conditions is provided for the user;
The external output interface of assembly: come into contacts with the object in the assembly by these interfaces.
6. the system of the service state online test method based on assembly as claimed in claim 5, it is characterized in that: the external output interface of described assembly comprises: create ConfigureInstance interface, the start assembly of CreateInstance interface, the configuration component of component instance the Stat interface, stop the Stop interface of assembly and destroy the DestroyInstance interface of component instance.
CN 201010160369 2010-04-30 2010-04-30 Service state online detection method and system based on components Pending CN101840370A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN 201010160369 CN101840370A (en) 2010-04-30 2010-04-30 Service state online detection method and system based on components

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN 201010160369 CN101840370A (en) 2010-04-30 2010-04-30 Service state online detection method and system based on components

Publications (1)

Publication Number Publication Date
CN101840370A true CN101840370A (en) 2010-09-22

Family

ID=42743752

Family Applications (1)

Application Number Title Priority Date Filing Date
CN 201010160369 Pending CN101840370A (en) 2010-04-30 2010-04-30 Service state online detection method and system based on components

Country Status (1)

Country Link
CN (1) CN101840370A (en)

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102722439A (en) * 2012-06-01 2012-10-10 奇智软件(北京)有限公司 Method, device and system for improving running stability of FLASH assembly
CN103164326A (en) * 2011-12-12 2013-06-19 深圳市快播科技有限公司 Detecting method and detecting system for game operating environment
CN103761900A (en) * 2013-12-31 2014-04-30 中国人民解放军空军航空大学军事仿真技术研究所 Detecting method of portable online detector for flight simulator cabin
CN104320387A (en) * 2014-10-11 2015-01-28 广东欧珀移动通信有限公司 Local module customizing method, terminal and server
CN104539468A (en) * 2015-01-28 2015-04-22 浪潮电子信息产业股份有限公司 Automatic alarm method based on load balancer system
CN105487850A (en) * 2015-06-19 2016-04-13 哈尔滨安天科技股份有限公司 Fully automatic module integration system and method based on component factory
CN105487861A (en) * 2015-11-26 2016-04-13 珠海多玩信息技术有限公司 Method and apparatus for acquiring component calling amount
CN105528298A (en) * 2016-02-26 2016-04-27 百度在线网络技术(北京)有限公司 Safety testing method and device
CN106528204A (en) * 2016-10-12 2017-03-22 杭州华为数字技术有限公司 System upgrading method and apparatus
CN107231244A (en) * 2016-03-23 2017-10-03 阿里巴巴集团控股有限公司 System, the method and apparatus of initialization encryption machine
CN107391176A (en) * 2017-06-26 2017-11-24 上交所技术有限责任公司 A kind of efficient configuration data changing process method

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101382893A (en) * 2008-10-10 2009-03-11 清华大学 On-line assembling method for component based on Web service
CN101431433A (en) * 2007-11-07 2009-05-13 北京帮助在线信息技术有限公司 State monitoring device and method for on-line in-situ synthetic service
WO2009155216A1 (en) * 2008-06-18 2009-12-23 Qualcomm Incorporated User interfaces for service object located in a distributed system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101431433A (en) * 2007-11-07 2009-05-13 北京帮助在线信息技术有限公司 State monitoring device and method for on-line in-situ synthetic service
WO2009155216A1 (en) * 2008-06-18 2009-12-23 Qualcomm Incorporated User interfaces for service object located in a distributed system
CN101382893A (en) * 2008-10-10 2009-03-11 清华大学 On-line assembling method for component based on Web service

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
《中国优秀硕士学位论文全文数据库》 20071115 张湘 基于组件技术的信息审计系统的设计与实现 , 第5期 2 *

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103164326A (en) * 2011-12-12 2013-06-19 深圳市快播科技有限公司 Detecting method and detecting system for game operating environment
CN102722439B (en) * 2012-06-01 2015-07-08 北京奇虎科技有限公司 Method, device and system for improving running stability of FLASH assembly
CN102722439A (en) * 2012-06-01 2012-10-10 奇智软件(北京)有限公司 Method, device and system for improving running stability of FLASH assembly
CN103761900A (en) * 2013-12-31 2014-04-30 中国人民解放军空军航空大学军事仿真技术研究所 Detecting method of portable online detector for flight simulator cabin
CN103761900B (en) * 2013-12-31 2016-03-30 中国人民解放军空军航空大学军事仿真技术研究所 A kind of method that flight simulator passenger cabin detects with portable on-line checkingi device
CN104320387B (en) * 2014-10-11 2018-01-19 广东欧珀移动通信有限公司 Component localization method for customizing, terminal and server
CN104320387A (en) * 2014-10-11 2015-01-28 广东欧珀移动通信有限公司 Local module customizing method, terminal and server
CN104539468A (en) * 2015-01-28 2015-04-22 浪潮电子信息产业股份有限公司 Automatic alarm method based on load balancer system
CN105487850A (en) * 2015-06-19 2016-04-13 哈尔滨安天科技股份有限公司 Fully automatic module integration system and method based on component factory
CN105487861A (en) * 2015-11-26 2016-04-13 珠海多玩信息技术有限公司 Method and apparatus for acquiring component calling amount
CN105487861B (en) * 2015-11-26 2018-11-27 珠海多玩信息技术有限公司 The method and device of securing component calling amount
CN105528298A (en) * 2016-02-26 2016-04-27 百度在线网络技术(北京)有限公司 Safety testing method and device
CN107231244A (en) * 2016-03-23 2017-10-03 阿里巴巴集团控股有限公司 System, the method and apparatus of initialization encryption machine
CN106528204A (en) * 2016-10-12 2017-03-22 杭州华为数字技术有限公司 System upgrading method and apparatus
CN107391176A (en) * 2017-06-26 2017-11-24 上交所技术有限责任公司 A kind of efficient configuration data changing process method
CN107391176B (en) * 2017-06-26 2020-07-07 上交所技术有限责任公司 Efficient configuration data change processing method

Similar Documents

Publication Publication Date Title
CN101840370A (en) Service state online detection method and system based on components
CN102541598B (en) A kind of method and system of dynamic load assembly
WO2023142054A1 (en) Container microservice-oriented performance monitoring and alarm method and alarm system
CN101065731B (en) System and method for runtime of redundant host pair for processing control network environment
US20040015957A1 (en) Method to map an inventory management system to a configuration management system
CN102937930A (en) Application program monitoring system and method
US8762977B2 (en) Mobile device software management method and apparatus
CN112667362B (en) Method and system for deploying Kubernetes virtual machine cluster on Kubernetes
US9280399B2 (en) Detecting, monitoring, and configuring services in a netwowk
CN103607297A (en) Fault processing method of computer cluster system
CN100384154C (en) Terminal equipment managing method and its system, and terminal equipment
CN112230987B (en) Distributed modular plug-in frame realization system and method
CN105245371A (en) Automatic deployment system and method based on ansable
CN100403263C (en) Method for loading equipment software according to allocation
CN104360878A (en) Method and device for deploying application software
CN112003728B (en) Kubernetes cluster-based application master and standby implementation method and device
CN105580007A (en) Monitoring a computing network
CN111142971A (en) Cloud platform application readiness checking method suitable for traditional application clouding
CN111367618A (en) Code management method, system, terminal and medium based on docker
CN105227379A (en) A kind of centralized monitor for java web application and method for early warning
CN111475458B (en) General PCB manufacturing equipment information acquisition system based on OPC UA
CN101877655A (en) Network management system, network management server and method
CN107463490B (en) Cluster log centralized collection method applied to platform development
CN117130730A (en) Metadata management method for federal Kubernetes cluster
CN111181775B (en) Integrated operation and maintenance management alarm method based on automatic host asset discovery

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C02 Deemed withdrawal of patent application after publication (patent law 2001)
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20100922