CN110750586A - Operation information processing method and system of virtualization management platform - Google Patents

Operation information processing method and system of virtualization management platform Download PDF

Info

Publication number
CN110750586A
CN110750586A CN201910968727.1A CN201910968727A CN110750586A CN 110750586 A CN110750586 A CN 110750586A CN 201910968727 A CN201910968727 A CN 201910968727A CN 110750586 A CN110750586 A CN 110750586A
Authority
CN
China
Prior art keywords
operation information
database
management platform
virtualization management
data channel
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
CN201910968727.1A
Other languages
Chinese (zh)
Other versions
CN110750586B (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.)
Beijing Inspur Data Technology Co Ltd
Original Assignee
Beijing Inspur Data Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Inspur Data Technology Co Ltd filed Critical Beijing Inspur Data Technology Co Ltd
Priority to CN201910968727.1A priority Critical patent/CN110750586B/en
Publication of CN110750586A publication Critical patent/CN110750586A/en
Application granted granted Critical
Publication of CN110750586B publication Critical patent/CN110750586B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/252Integrating or interfacing systems involving database management systems between a Database Management System and a front-end application

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses an operation information processing method and system of a virtualization management platform, which are used for collecting database operation information of the virtualization management platform which is driven by a registered custom database, wherein the custom database is driven to collect the database operation information of the virtualization platform; uploading database operation information to a data channel; and monitoring the data channel, and acquiring the database operation information when the database operation information exists in the data channel. Therefore, the invention realizes the real-time collection of the database operation information of the virtualization management platform without stopping the service function of the virtualization management platform through the self-defined database drive, is convenient for the reading, analysis and monitoring of the database operation information by the working personnel, can process the problem in time once the problem occurs, and improves the service experience of the user.

Description

Operation information processing method and system of virtualization management platform
Technical Field
The invention relates to the technical field of data processing, in particular to an operation information processing method and system of a virtualization management platform.
Background
The virtualization management platform is a virtualization platform capable of running multiple virtual machines on a single or multiple physical computers through virtualization, and all the virtual machines can share the resources of the physical computers under various environments. Different virtual machines can independently run different operating systems and multiple application programs in parallel on the same physical computer.
The existing operation information processing method of the virtualization management platform needs to stop the service function of the virtualization management platform, then selects operation information from a configuration file of the virtualization management platform, and finds problems by screening target information from a large amount of operation information, so that the operation is complicated and time-consuming, the real-time performance is poor, and the service experience of a user can be influenced by stopping the service function of the virtualization management platform.
Disclosure of Invention
The invention provides an operation information processing method and system of a virtualization management platform, which can solve the problems that operation is complicated and time-consuming, instantaneity is poor and service experience of a user is influenced because operation information can be selected from a configuration file of the virtualization management platform only by stopping a service function of the virtualization management platform in the prior art.
In order to achieve the purpose, the invention provides the following technical scheme:
an operation information processing method of a virtualization management platform comprises the following steps:
collecting database operation information of a virtualization management platform which is driven by a registered custom database, wherein the custom database is driven to collect the database operation information of the virtualization platform;
uploading the database operation information to a data channel in real time;
and monitoring the data channel, and acquiring the database operation information when the database operation information exists in the data channel.
Optionally, the process of registering the custom database driver by the virtualization management platform includes:
customizing a database drive, and adding functions of collecting and uploading database operation information at a position where the virtualization management platform generates the database operation information;
the virtualization management platform registers the user-defined database driver;
and configuring a data channel for uploading data by the uploading function, wherein the data channel is a data channel published by remote dictionary service (REDIS) middleware.
Optionally, the adding, collecting and uploading the database operation information at the position where the virtualization management platform generates the database operation information includes:
when the connection of the database of the virtualization management platform is opened or closed, when a Structured Query Language (SQL) statement is executed, when a query result set is returned, and when business operation is performed, the operation information of the database is collected and uploaded.
Optionally, the database operation information includes:
the method comprises the following steps of starting and ending the operation execution, Structured Query Language (SQL) content of the operation execution, a result set obtained after the operation execution, an operation execution state, session information of the operation execution, the number of influencing lines of the operation execution and transaction submission related to the operation execution.
Optionally, the operation information processing method further includes:
and when the instruction of stopping or starting collecting the database operation information is received, stopping or starting collecting the database operation information of the virtualization management platform.
An operating information handling system of a virtualization management platform, comprising:
the system comprises a collecting unit, a self-defined database driving unit and a control unit, wherein the collecting unit is used for collecting database operation information of a virtualization management platform which is driven by a registered self-defined database;
the uploading unit is used for uploading the database operation information to a data channel in real time;
and the acquisition unit is used for monitoring the data channel and acquiring the database operation information when the database operation information exists in the data channel.
Optionally, the operating information processing system further includes:
the self-defining unit is used for self-defining the database drive and increasing the functions of collecting and uploading the database operation information at the position where the virtualization management platform generates the database operation information;
the registration unit is used for registering the user-defined database driver by the virtualization management platform;
and the configuration unit is used for configuring a data channel for uploading data by the uploading function, wherein the data channel is a data channel issued by remote dictionary service (REDIS) middleware.
Optionally, the customization unit includes:
when the connection of the database of the virtualization management platform is opened or closed, when a Structured Query Language (SQL) statement is executed, when a query result set is returned, and when a transaction is operated, the functions of collecting and uploading database operation information are added.
Optionally, the database operation information includes:
the method comprises the following steps of starting and ending the operation execution, Structured Query Language (SQL) content of the operation execution, a result set obtained after the operation execution, an operation execution state, session information of the operation execution, the number of influencing lines of the operation execution and transaction submission related to the operation execution.
Optionally, the operating information processing system further includes:
and the receiving unit is used for stopping or starting to collect the database operation information of the virtualization management platform when receiving the instruction of stopping or starting to collect the database operation information.
The technical scheme shows that the invention discloses an operation information processing method and system of a virtualization management platform, which are used for collecting database operation information of the virtualization management platform which is driven by a registered custom database, wherein the custom database is driven to collect the database operation information of the virtualization platform; uploading database operation information to a data channel; and monitoring the data channel, and acquiring the database operation information when the database operation information exists in the data channel. Therefore, the invention realizes the real-time collection of the database operation information of the virtualization management platform without stopping the service function of the virtualization management platform through the self-defined database drive, is convenient for the reading, analysis and monitoring of the database operation information by the working personnel, can process the problem in time once the problem occurs, and improves the service experience of the user.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a flowchart of an operation information processing method of a virtualization management platform according to an embodiment of the present invention;
FIG. 2 is a flowchart illustrating a method for processing operation information of a virtualization management platform according to an embodiment of the present invention;
fig. 3 is a schematic diagram of an operating information processing system of a virtualization management platform according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
As can be seen from the background art, in the existing database operation information processing method for the virtualization management platform, the service function of the virtualization management platform needs to be stopped first, then operation information is selected from the configuration file of the virtualization management platform, and a problem is found by screening target information from a large amount of operation information, which is tedious and time-consuming in operation and poor in real-time performance, and the service experience of a user is also affected by stopping the service function of the virtualization management platform.
In view of this, the present invention provides an operation information processing method and system for a virtualization management platform, which can solve the problems in the prior art that operation information can be selected from a configuration file of the virtualization management platform only by stopping a service function of the virtualization management platform, which results in complex and time-consuming operations, poor real-time performance, and influence on user service experience.
As shown in fig. 1, an embodiment of the present invention discloses an operation information processing method for a virtualization management platform, including the following steps:
s101, collecting database operation information of a virtualization management platform driven by a registered custom database.
In step S101, the custom database driver is used to collect database operation information of the virtualization platform.
It should be noted that the custom database Driver is implemented by using a Java CGlib dynamic proxy technology on the basis of a database Driver of an existing virtualization management platform, and specifically, Driver, Connection, preparedstate, ResultSet, and Transaction Driver classes are re-implemented, and intercepting, collecting, and uploading operations are added at an operation site for generating database operation Structured Query Language (SQL) information, so as to finally form a Driver package in a JAR suffix form for registration and installation of a subsequent virtualization management platform.
Optionally, the process of registering the custom database driver by the virtualization management platform includes:
and customizing a database drive, and adding functions of collecting and uploading database operation information at the position where the virtualization management platform generates the database operation information.
And the virtualization management platform registers the custom database driver.
And configuring a data channel for uploading data by the uploading function, wherein the data channel is a data channel published by remote dictionary service (REDIS) middleware.
It should be noted that Remote Dictionary service (REDIS) is an open source, written in ANSI C language, supporting network, a log-type and Key-Value database that can be based on memory and can also be persistent, and provides an Application Programming Interface (API) in multiple languages.
Optionally, the adding, collecting and uploading the database operation information at the position where the virtualization management platform generates the database operation information includes:
when the connection of the database of the virtualization management platform is opened or closed, when a Structured Query Language (SQL) statement is executed, when a query result set is returned, and when business operation is performed, the operation information of the database is collected and uploaded.
And S102, uploading the database operation information to a data channel in real time.
It should be noted that, since the data channel is a designated channel for uploading data issued by a service using the REDIS middleware, and is affected by the uploading speed, when the operation information data is uploaded to the channel, the database operation information acquired in real time needs to be added to the REDIS queue first, and then the operation information data is uploaded to the data channel in sequence.
Optionally, the database operation information includes:
the method comprises the following steps of starting and ending the operation execution, Structured Query Language (SQL) content of the operation execution, a result set obtained after the operation execution, an operation execution state, session information of the operation execution, the number of influencing lines of the operation execution and transaction submission related to the operation execution.
S103, monitoring the data channel, and acquiring the database operation information when the database operation information exists in the data channel.
It should be noted that, the data receiving center of the virtualization management platform may issue a data receiving service to monitor the data channel, and when there is data uploaded to the data channel, automatically execute the onMessage statement to acquire the data in the data channel.
It should be further noted that the embodiment of the present invention may automatically monitor the operation of the database of the virtualization management platform. Acquiring SQL related operation information through self-defining and registering a database driver; the method comprises the steps of realizing the real-time reporting of collected SQL information through REDIS middleware; SQL data acquisition, analysis and monitoring operation are realized through the data receiving center. The monitoring of certain operation, certain time or certain database resource operation can be realized without stopping the service of the virtualization management platform, so that the user service experience is improved while the fault processing efficiency is improved.
Optionally, the operation information processing method further includes:
and when the instruction of stopping or starting collecting the database operation information is received, stopping or starting collecting the database operation information of the virtualization management platform.
It should be noted that, the data receiving center of the virtualization management platform may also receive the instruction, and when receiving the instruction to stop or start collecting the database operation information, the data receiving center sends the instruction to stop or start collecting the database operation information to the REDIS middleware, so that the REDIS middleware forwards the instruction to the virtualization management platform, and stops or starts collecting the database operation information.
For convenience of understanding, as shown in fig. 2, a complete flow chart of the process of processing the operation information of the virtualized management platform database is disclosed in the embodiment of the present invention.
As can be seen from fig. 2, the virtualization management platform first completes registration of a custom database driver, then configures a data channel issued by the REDIS middleware as a channel for uploading data, then collects database operation information, that is, SQL information, and then adds the collected SQL information into the REDIS queue to be sequentially uploaded to the data channel issued by the REDIS middleware, and when monitoring that SQL information exists in the data channel, a data receiving center of the virtualization management platform collects SQL information from the data channel to perform subsequent interpretation and analysis.
The operation information processing method of the virtualization management platform disclosed in this embodiment collects database operation information of the virtualization management platform that has completed registering the custom database driver, where the custom database driver is used to collect the database operation information of the virtualization platform; uploading database operation information to a data channel; and monitoring the data channel, and acquiring the database operation information when the database operation information exists in the data channel. Therefore, the invention realizes the real-time collection of the database operation information of the virtualization management platform without stopping the service function of the virtualization management platform through the self-defined database drive, is convenient for the reading, analysis and monitoring of the database operation information by the working personnel, can process the problem in time once the problem occurs, and improves the service experience of the user.
Based on the operation information processing method of the virtualization management platform disclosed in the embodiment of the present invention, fig. 3 specifically discloses an operation information processing system of the virtualization management platform to which the operation information processing method of the virtualization management platform is applied.
As shown in fig. 3, another embodiment of the present invention discloses an operation information processing system of a virtualization management platform, which includes:
the acquisition unit 301 is configured to acquire database operation information of a virtualization management platform that has completed registering a custom database driver, where the custom database driver is used to acquire the database operation information of the virtualization platform;
an uploading unit 302, configured to upload the database operation information to a data channel in real time;
an obtaining unit 303, configured to monitor the data channel, and obtain the database operation information when the database operation information exists in the data channel.
Optionally, the operating information processing system further includes:
the self-defining unit is used for self-defining the database drive and increasing the functions of collecting and uploading the database operation information at the position where the virtualization management platform generates the database operation information;
the registration unit is used for registering the user-defined database driver by the virtualization management platform;
and the configuration unit is used for configuring a data channel for uploading data by the uploading function, wherein the data channel is a data channel issued by remote dictionary service (REDIS) middleware.
Optionally, the customization unit includes:
when the connection of the database of the virtualization management platform is opened or closed, when a Structured Query Language (SQL) statement is executed, when a query result set is returned, and when a transaction is operated, the functions of collecting and uploading database operation information are added.
Optionally, the database operation information includes:
the method comprises the following steps of starting and ending the operation execution, Structured Query Language (SQL) content of the operation execution, a result set obtained after the operation execution, an operation execution state, session information of the operation execution, the number of influencing lines of the operation execution and transaction submission related to the operation execution.
Optionally, the operating information processing system further includes:
and the receiving unit is used for stopping or starting to collect the database operation information of the virtualization management platform when receiving the instruction of stopping or starting to collect the database operation information.
The specific working processes of the acquisition unit 301, the uploading unit 302 and the obtaining unit 303 in the operation information processing system of the virtualization management platform disclosed in the embodiment of the present invention may refer to corresponding contents in the operation information processing method of the virtualization management platform disclosed in the embodiment of the present invention, and are not described herein again.
The operation information processing system of the virtualization management platform disclosed in this embodiment collects database operation information of the virtualization management platform that has completed registering the custom database driver, where the custom database driver is used to collect the database operation information of the virtualization platform; uploading database operation information to a data channel; and monitoring the data channel, and acquiring the database operation information when the database operation information exists in the data channel. Therefore, the invention realizes the real-time collection of the database operation information of the virtualization management platform without stopping the service function of the virtualization management platform through the self-defined database drive, is convenient for the reading, analysis and monitoring of the database operation information by the working personnel, can process the problem in time once the problem occurs, and improves the service experience of the user.
It should also be noted that the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in the process, method, article, or apparatus that comprises the element.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The above are merely examples of the present application and are not intended to limit the present application. Various modifications and changes may occur to those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present application should be included in the scope of the claims of the present application.

Claims (10)

1. An operation information processing method of a virtualization management platform is characterized by comprising the following steps:
collecting database operation information of a virtualization management platform which is driven by a registered custom database, wherein the custom database is driven to collect the database operation information of the virtualization platform;
uploading the database operation information to a data channel in real time;
and monitoring the data channel, and acquiring the database operation information when the database operation information exists in the data channel.
2. The operation information processing method according to claim 1, wherein the process of registering the custom database driver by the virtualization management platform comprises:
customizing a database drive, and adding functions of collecting and uploading database operation information at a position where the virtualization management platform generates the database operation information;
the virtualization management platform registers the user-defined database driver;
and configuring a data channel for uploading data by the uploading function, wherein the data channel is a data channel published by remote dictionary service (REDIS) middleware.
3. The operation information processing method according to claim 2, wherein the adding of the collected and uploaded database operation information at the position where the virtualization management platform generates the database operation information includes:
when the connection of the database of the virtualization management platform is opened or closed, when a Structured Query Language (SQL) statement is executed, when a query result set is returned, and when business operation is performed, the operation information of the database is collected and uploaded.
4. The operation information processing method according to claim 1, wherein the database operation information includes:
the method comprises the following steps of starting and ending the operation execution, Structured Query Language (SQL) content of the operation execution, a result set obtained after the operation execution, an operation execution state, session information of the operation execution, the number of influencing lines of the operation execution and transaction submission related to the operation execution.
5. The operation information processing method according to claim 1, characterized by further comprising:
and when the instruction of stopping or starting collecting the database operation information is received, stopping or starting collecting the database operation information of the virtualization management platform.
6. An operating information processing system of a virtualization management platform, comprising:
the system comprises a collecting unit, a self-defined database driving unit and a control unit, wherein the collecting unit is used for collecting database operation information of a virtualization management platform which is driven by a registered self-defined database;
the uploading unit is used for uploading the database operation information to a data channel in real time;
and the acquisition unit is used for monitoring the data channel and acquiring the database operation information when the database operation information exists in the data channel.
7. The operation information processing system according to claim 6, further comprising:
the self-defining unit is used for self-defining the database drive and increasing the functions of collecting and uploading the database operation information at the position where the virtualization management platform generates the database operation information;
the registration unit is used for registering the user-defined database driver by the virtualization management platform;
and the configuration unit is used for configuring a data channel for uploading data by the uploading function, wherein the data channel is a data channel issued by remote dictionary service (REDIS) middleware.
8. The system according to claim 7, wherein the customization unit includes:
when the connection of the database of the virtualization management platform is opened or closed, when a Structured Query Language (SQL) statement is executed, when a query result set is returned, and when a transaction is operated, the functions of collecting and uploading database operation information are added.
9. The operational information handling system of claim 6, wherein the database operation information comprises:
the method comprises the following steps of starting and ending the operation execution, Structured Query Language (SQL) content of the operation execution, a result set obtained after the operation execution, an operation execution state, session information of the operation execution, the number of influencing lines of the operation execution and transaction submission related to the operation execution.
10. The operation information processing system according to claim 6, further comprising:
and the receiving unit is used for stopping or starting to collect the database operation information of the virtualization management platform when receiving the instruction of stopping or starting to collect the database operation information.
CN201910968727.1A 2019-10-12 2019-10-12 Operation information processing method and system of virtualization management platform Active CN110750586B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910968727.1A CN110750586B (en) 2019-10-12 2019-10-12 Operation information processing method and system of virtualization management platform

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910968727.1A CN110750586B (en) 2019-10-12 2019-10-12 Operation information processing method and system of virtualization management platform

Publications (2)

Publication Number Publication Date
CN110750586A true CN110750586A (en) 2020-02-04
CN110750586B CN110750586B (en) 2022-04-22

Family

ID=69278040

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910968727.1A Active CN110750586B (en) 2019-10-12 2019-10-12 Operation information processing method and system of virtualization management platform

Country Status (1)

Country Link
CN (1) CN110750586B (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN201667560U (en) * 2010-04-20 2010-12-08 上海正泰自动化软件系统有限公司 Cross-platform monitoring device
US20120120833A1 (en) * 2009-05-20 2012-05-17 Donato Fraccalvieri Network realtime monitoring and control system
CN104063473A (en) * 2014-06-30 2014-09-24 江苏华大天益电力科技有限公司 Database auditing monitoring system and database auditing monitoring method
CN104683131A (en) * 2013-11-27 2015-06-03 杭州迪普科技有限公司 Application stage virtualization high-reliability method and device
CN105677536A (en) * 2016-01-08 2016-06-15 上海斐讯数据通信技术有限公司 Implementing method for task messages and task system for implementing task messages
CN108540341A (en) * 2018-03-19 2018-09-14 云宏信息科技股份有限公司 resource monitoring method and device
CN109327335A (en) * 2018-10-07 2019-02-12 杭州安恒信息技术股份有限公司 A kind of cloud monitoring solution system and method

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120120833A1 (en) * 2009-05-20 2012-05-17 Donato Fraccalvieri Network realtime monitoring and control system
CN201667560U (en) * 2010-04-20 2010-12-08 上海正泰自动化软件系统有限公司 Cross-platform monitoring device
CN104683131A (en) * 2013-11-27 2015-06-03 杭州迪普科技有限公司 Application stage virtualization high-reliability method and device
CN104063473A (en) * 2014-06-30 2014-09-24 江苏华大天益电力科技有限公司 Database auditing monitoring system and database auditing monitoring method
CN105677536A (en) * 2016-01-08 2016-06-15 上海斐讯数据通信技术有限公司 Implementing method for task messages and task system for implementing task messages
CN108540341A (en) * 2018-03-19 2018-09-14 云宏信息科技股份有限公司 resource monitoring method and device
CN109327335A (en) * 2018-10-07 2019-02-12 杭州安恒信息技术股份有限公司 A kind of cloud monitoring solution system and method

Also Published As

Publication number Publication date
CN110750586B (en) 2022-04-22

Similar Documents

Publication Publication Date Title
US11093270B2 (en) Fast-booting application image
US11068309B2 (en) Per request computer system instances
US10353725B2 (en) Request processing techniques
CN107066242B (en) Method and system for determining identification of software in software container
US11080121B2 (en) Generating runbooks for problem events
US8166458B2 (en) Method and system for automated distributed software testing
US9311129B2 (en) Methods and systems for converting a related group of physical machines to virtual machines
US9342536B2 (en) Intent based automation of data management operations by a data management engine
AU2019201821B2 (en) Generating an execution script for configuration of a system
EP2375337A1 (en) System and method for information extraction from within an active application during execution
WO2022042334A1 (en) Compilation strategy for sharable application snapshot
US10372572B1 (en) Prediction model testing framework
Saransig et al. Performance analysis of monolithic and micro service architectures–containers technology
CN110750586B (en) Operation information processing method and system of virtualization management platform
US20180136968A1 (en) Locale Object Management
CN111596962A (en) Real-time microkernel system based on high-speed protocol channel and initialization method thereof
US9032372B2 (en) Runtime environment and method for non-invasive monitoring of software applications
US11720348B2 (en) Computing node allocation based on build process specifications in continuous integration environments
US11481240B2 (en) Capturing traces of virtual machine objects combined with correlated system data
Cho et al. Towards an integrated management system based on abstraction of heterogeneous virtual resources
US11846970B2 (en) Performing data correlation to optimize continuous integration environments
Andrzejak et al. Confguru-A system for fully automated debugging of configuration errors
PAGES Change: 709 Class Title

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