CN111756599A - Service monitoring method and device - Google Patents

Service monitoring method and device Download PDF

Info

Publication number
CN111756599A
CN111756599A CN202010582464.3A CN202010582464A CN111756599A CN 111756599 A CN111756599 A CN 111756599A CN 202010582464 A CN202010582464 A CN 202010582464A CN 111756599 A CN111756599 A CN 111756599A
Authority
CN
China
Prior art keywords
monitoring
service
monitored
sending
information
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
CN202010582464.3A
Other languages
Chinese (zh)
Other versions
CN111756599B (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.)
China United Network Communications Group Co Ltd
Original Assignee
China United Network Communications Group 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 China United Network Communications Group Co Ltd filed Critical China United Network Communications Group Co Ltd
Priority to CN202010582464.3A priority Critical patent/CN111756599B/en
Publication of CN111756599A publication Critical patent/CN111756599A/en
Application granted granted Critical
Publication of CN111756599B publication Critical patent/CN111756599B/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
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/08Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/50Testing arrangements
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • H04L67/025Protocols based on web technology, e.g. hypertext transfer protocol [HTTP] for remote control or remote monitoring of applications
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network

Abstract

The invention discloses a service monitoring method and a service monitoring system, wherein the method comprises the following steps: receiving information of the service to be monitored sent by the central cloud, generating a monitoring plan according to the information of the service to be monitored, acquiring a monitoring probe corresponding to the service to be monitored, executing the monitoring plan according to the monitoring probe to obtain monitoring data, and sending the monitoring data to the central cloud. According to the service monitoring method provided by the embodiment of the invention, the monitoring probe can be used for simulating the operation of the service to be monitored in the edge cloud, so that the monitoring data can be obtained, and the availability and health degree of the service can be obtained according to the monitoring data.

Description

Service monitoring method and device
Technical Field
The invention relates to the technical field of edge computing, in particular to a service monitoring method and a service monitoring device.
Background
The rise of the edge computing technology provides a service mode closer to a user side for various business systems. Traditionally, web applications are centralized, which support concurrent access by users by extending the processing power of the central platform. But the platform cannot actively discover the service response condition, so that the service availability cannot be measured. Therefore, monitoring the response condition of the service is needed to realize monitoring the availability of the service.
Disclosure of Invention
Therefore, the invention provides a service monitoring method to solve the problem that the service availability cannot be monitored due to the lack of a monitoring method in the prior art.
In order to achieve the above object, a first aspect of the present invention provides a service monitoring method:
receiving information of a service to be monitored, which is sent by a central cloud;
generating a monitoring plan according to the information of the service to be monitored;
acquiring a monitoring probe corresponding to the service to be monitored, and executing the monitoring plan according to the monitoring probe to obtain monitoring data;
and sending the monitoring data to the central cloud.
Preferably, the acquiring the monitoring probe corresponding to the service to be monitored includes:
and if the monitoring probe corresponding to the service to be monitored does not exist locally, downloading the monitoring probe corresponding to the service to be monitored from the central cloud according to the uniform resource locator in the information of the service to be monitored.
Preferably, the executing the monitoring plan according to the monitoring probe includes: executing the monitoring plan according to the execution cycle in the information of the service to be monitored by the monitoring probe;
the sending the monitoring data to the central cloud includes:
and if the monitoring data meet preset conditions, sending the monitoring data to the center cloud according to a preset sending period, wherein the sending period is greater than the execution period.
Preferably, the executing the monitoring plan according to the monitoring probe includes: executing the monitoring plan according to the execution cycle in the information of the service to be monitored by the monitoring probe;
the sending the monitoring data to the central cloud includes:
and if the monitoring data do not meet the preset conditions, sending the monitoring data to the central cloud according to the execution cycle.
Preferably, the information of the service to be monitored is determined by the central cloud according to a list of running monitoring services and a list of registered monitoring services;
after the executing the monitoring plan according to the monitoring probe, the method further comprises:
and sending the execution state of the monitoring probe to the central cloud, so that the central cloud updates the running monitoring service list according to the execution state.
The invention provides an edge cloud in a first aspect, which is characterized in that the system comprises a receiving module, a generating module, an obtaining module, an executing module and a sending module;
the receiving module is used for receiving the information of the service to be monitored, which is sent by the center cloud;
the generating module is used for generating a monitoring plan according to the information of the service to be monitored;
the acquisition module is used for acquiring the monitoring probe corresponding to the service to be monitored;
the execution module is used for executing the monitoring plan according to the monitoring probe to obtain monitoring data;
the sending module is used for sending the monitoring data to the center cloud.
Preferably, the obtaining module is configured to download, if the monitoring probe corresponding to the service to be monitored does not exist locally, the monitoring probe corresponding to the service to be monitored from the central cloud according to a uniform resource locator in the information of the service to be monitored.
Preferably, the execution module is configured to execute the monitoring plan according to the execution cycle in the information of the service to be monitored by the monitoring probe;
the sending module is used for sending the monitoring data to the center cloud according to a preset sending period if the monitoring data meets a preset condition, wherein the sending period is greater than the execution period.
Preferably, the execution module is configured to execute the monitoring plan according to the execution cycle in the information of the service to be monitored by the monitoring probe;
and the sending module is used for sending the monitoring data to the center cloud according to the execution cycle if the monitoring data does not meet the preset condition.
Preferably, the information of the service to be monitored is determined by the central cloud according to a list of running monitoring services and a list of registered monitoring services;
the sending module is further configured to send the execution state of the monitoring probe to the center cloud, so that the center cloud updates the running list of monitoring services according to the execution state.
The service monitoring method provided by the embodiment of the invention receives information of a service to be monitored, which is sent by a central cloud, generates a monitoring plan according to the information of the service to be monitored, acquires a monitoring probe corresponding to the service to be monitored, executes the monitoring plan according to the monitoring probe to obtain monitoring data, and sends the monitoring data to the central cloud. According to the service monitoring method provided by the embodiment of the invention, the monitoring probe can be used for simulating the operation of the service to be monitored in the edge cloud, so that the monitoring data can be obtained, and the availability and health degree of the service can be obtained according to the monitoring data.
Drawings
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this specification, illustrate embodiments of the invention and together with the description serve to explain the principles of the invention and not to limit the invention.
Fig. 1 is a flowchart of a service monitoring method according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of an edge cloud provided in an embodiment of the present invention.
Detailed Description
The following detailed description of embodiments of the invention refers to the accompanying drawings. It should be understood that the detailed description and specific examples, while indicating the present invention, are given by way of illustration and explanation only, not limitation.
The business monitoring method provided by the embodiment of the invention can be applied to a business monitoring system comprising an edge cloud and a central cloud, wherein the central cloud can comprise components or modules such as a registration server, a monitoring probe library and the like.
As shown in fig. 1, the service monitoring method provided in the embodiment of the present invention may include the following steps:
and step 11, receiving information of the service to be monitored, which is sent by the center cloud.
In this step, the information of the service to be monitored may include a preset area to be monitored, and the area to be monitored may be set according to a local area network, a metropolitan area network, and a wide area network, or may be set according to a type of a customer service. And the information of the service to be monitored is sent to the edge cloud in the area by the central cloud according to the area needing to be monitored.
It should be noted that, when receiving the information of the service to be monitored, which is sent by the central cloud, the edge cloud may return a confirmation message to the central cloud, so that the central cloud manages the monitoring service that has been delivered.
And step 12, generating a monitoring plan according to the information of the service to be monitored.
In this step, the information of the service to be monitored may further include information such as an identifier or a name of the service to be monitored, and the edge cloud may make different monitoring plans for different services to be monitored according to the information, and place the monitoring plans in a monitoring plan queue.
And step 13, acquiring a monitoring probe corresponding to the service to be monitored, and executing a monitoring plan according to the monitoring probe to obtain monitoring data.
In this step, the edge cloud may obtain a monitoring plan corresponding to the service to be monitored from the monitoring plan queue, further obtain a monitoring probe corresponding to the service to be monitored, form an execution instruction so that the monitoring probe operates in an operating environment of the edge cloud, and obtain monitoring data obtained by each execution of the monitoring probe. The monitoring probe is similar to a user operation simulator and comprises the steps of simulating the access of a service which needs to be monitored by a user, and measuring the health degree of the service according to the response condition of the simulation operation by simulating the user access operation. The process of executing the monitoring plan by the monitoring probe is a process simulating the operation of the service to be monitored, and can be a complete process from registration, login, operation to logout, for example.
It should be noted that the operating environment of the edge cloud mainly provides the monitoring probe with the required computing resources, the corresponding system environment and the environmental parameters when the monitoring probe executes the monitoring plan. The operating environment is related to the packaging form of the monitoring probe, for example, if the monitoring probe is packaged as a container, the operating environment needs to support the container to operate. If the monitoring probe is encapsulated as a virtual machine image, the operating environment needs to support virtualization capabilities.
And step 14, sending the monitoring data to a central cloud.
In this step, the edge cloud may send the monitoring data to the center cloud after obtaining the monitoring data, and the subsequent center cloud may count and manage the monitoring data and notify the monitoring statistical information to the corresponding customer according to the customer account and the monitoring result receiving interface corresponding to the service to be monitored. The central cloud can also generate an experience-oriented monitoring report for the service provider, so that the quality of each service in an area needing to be monitored is faithfully reflected, and data support is provided for the service provider to improve the service.
Through the steps 11 to 14, it can be found that the service monitoring method provided by the embodiment of the present invention receives the information of the service to be monitored, which is sent by the central cloud, generates the monitoring plan according to the information of the service to be monitored, obtains the monitoring probe corresponding to the service to be monitored, executes the monitoring plan according to the monitoring probe, obtains the monitoring data, and sends the monitoring data to the central cloud. According to the service monitoring method provided by the embodiment of the invention, the monitoring probe can be used for simulating the operation of the service to be monitored in the edge cloud, so that the monitoring data can be obtained, and the availability and health degree of the service can be obtained according to the monitoring data.
Further, the obtaining of the monitoring probe corresponding to the service to be monitored may include the following steps: and if the monitoring probe corresponding to the service to be monitored does not exist locally, downloading the monitoring probe corresponding to the service to be monitored from the central cloud according to the uniform resource locator in the information of the service to be monitored.
In this step, when the monitoring probe corresponding to the service to be monitored already exists in the operating environment of the edge cloud, the edge cloud may directly obtain the monitoring probe corresponding to the service to be monitored from the local. When the monitoring probe corresponding to the service to be monitored does not exist in the operating environment of the edge cloud, the edge cloud may request the central cloud to download the monitoring probe according to a monitoring probe URL (Uniform Resource Locator, URL) in the information of the service to be monitored.
Further, the executing the monitoring plan according to the monitoring probe may include: and executing the monitoring plan according to the execution period in the information of the service to be monitored by the monitoring probe.
The sending the monitoring data to the central cloud may include: and if the monitoring data meet the preset conditions, sending the monitoring data to the central cloud according to a preset sending period, wherein the sending period is greater than the execution period.
In the embodiment of the present invention, the information of the service to be monitored may further include an execution cycle of the preset monitoring probe, and the edge cloud may control the monitoring probe to operate in the local operating environment according to the execution cycle. The edge cloud may also preset some conditions for the monitoring data according to the condition of the service to be monitored, and if the monitoring data meets the preset conditions, it may be indicated that the service to be monitored is available. When the service to be monitored is judged to be available through the monitoring data, the edge cloud can generate a monitoring record according to the information of the service to be monitored and the monitoring data and store the monitoring record locally, the monitoring record is processed, and the identification or the name of the service to be monitored and the monitoring data in the period are sent to the center cloud at intervals.
It should be noted that the monitoring data may include some operation data, such as the execution time of the monitoring probe executing once and the network speed of the monitoring probe executing, in addition to the execution result of the monitoring probe. The edge cloud may also determine whether the service to be monitored is available according to the operation data, for example, when the monitoring probe can be executed only once in an execution cycle and the execution time is less than the duration of the execution cycle, the service to be monitored may be considered to be available.
Further, the executing the monitoring plan according to the monitoring probe may include: executing a monitoring plan according to an execution cycle in the information of the service to be monitored by the monitoring probe;
the sending the monitoring data to the central cloud may include: and if the monitoring data do not meet the preset conditions, sending the monitoring data to the central cloud according to the execution cycle.
In the embodiment of the present invention, if the monitoring data does not satisfy the preset condition, it may be indicated that the service to be monitored is unavailable. When the monitoring data is used for judging that the service to be monitored is unavailable, the edge cloud can immediately send the monitoring data to the center cloud, namely, the monitoring probe executes a monitoring plan each time, the edge cloud needs to send the monitoring data to the center cloud once, so that the center cloud can timely acquire a monitoring condition and feed back the monitoring condition to a client, and normal operation and maintenance of the service to be monitored are facilitated.
It should be noted that, when the edge cloud sends the monitoring data to the center cloud, the edge cloud may also send a monitoring result, that is, whether the monitoring data meets the preset condition or not, the center cloud does not need to further process the monitoring data, and the monitoring condition may be fed back to the client only by performing statistics and management.
Further, the information of the service to be monitored is determined by the central cloud according to the list of the running monitoring services and the list of the registered monitoring services.
After the monitoring plan is executed according to the monitoring probe, the service monitoring method provided by the embodiment of the present invention may further include: and sending the execution state of the monitoring probe to the central cloud, so that the central cloud updates the running list of the monitoring service according to the execution state.
In the embodiment of the invention, a client submits information such as an identification or a name of a service to be monitored, an area to be monitored, an execution period of a monitoring probe, a monitoring probe URL (uniform resource locator) and a monitoring result receiving interface to a central cloud in advance, and registers the monitoring service in a registration server of the central cloud. After the registration is completed, the central cloud may obtain a list of the registered monitoring services in the local registration server at regular time, compare the list with a list of the monitoring services in operation, and if it is found that a certain monitoring service exists in the list of the registered monitoring services but does not exist in the list of the monitoring services in operation, it indicates that the monitoring service is registered but is not in operation, the service to be monitored by the monitoring service may be determined as the service to be monitored, so as to issue information of the service to be monitored to the edge cloud.
It should be noted that, when the central cloud compares that a certain monitoring exists in the list of the monitoring service in operation but does not exist in the list of the registered monitoring service, it indicates that the monitoring service is not registered but is in operation, the central cloud may also send information of the monitoring service to the edge cloud, instruct the edge cloud to make corresponding adjustment, and similarly, the edge cloud may also return confirmation information to the central cloud.
Based on the same technical concept, an embodiment of the present invention further provides an edge cloud, as shown in fig. 2, where the system includes: the device comprises a receiving module 201, a generating module 202, an obtaining module 203, an executing module 204 and a sending module 205.
The receiving module 201 is configured to receive information of a service to be monitored, which is sent by a central cloud.
The generating module 202 is configured to generate a monitoring plan according to information of a service to be monitored.
The obtaining module 203 is configured to obtain a monitoring probe corresponding to a service to be monitored.
The execution module 204 is configured to execute the monitoring plan according to the monitoring probe to obtain monitoring data.
The sending module 205 is configured to send the monitoring data to the central cloud.
Preferably, the obtaining module 203 is configured to, if the monitoring probe corresponding to the service to be monitored does not exist locally, download the monitoring probe corresponding to the service to be monitored from the central cloud according to the uniform resource locator in the information of the service to be monitored.
Preferably, the executing module 204 is configured to execute the monitoring plan according to the execution cycle in the information of the service to be monitored by the monitoring probe.
The sending module 205 is configured to send the monitoring data to the central cloud according to a preset sending cycle if the monitoring data meets a preset condition, where the sending cycle is greater than the execution cycle.
Preferably, the executing module 204 is configured to execute the monitoring plan according to the execution cycle in the information of the service to be monitored by the monitoring probe.
The sending module 205 is configured to send the monitoring data to the central cloud according to the execution cycle if the monitoring data does not meet the preset condition.
Preferably, the information of the service to be monitored is determined by the central cloud according to a list of running monitoring services and a list of registered monitoring services.
The sending module 205 is further configured to send the execution status of the monitoring probe to the central cloud, so that the central cloud updates the running list of the monitoring service according to the execution status.
It will be understood that the above embodiments are merely exemplary embodiments taken to illustrate the principles of the present invention, which is not limited thereto. It will be apparent to those skilled in the art that various modifications and improvements can be made without departing from the spirit and substance of the invention, and these modifications and improvements are also considered to be within the scope of the invention.

Claims (10)

1. A method for traffic monitoring, the method comprising:
receiving information of a service to be monitored, which is sent by a central cloud;
generating a monitoring plan according to the information of the service to be monitored;
acquiring a monitoring probe corresponding to the service to be monitored, and executing the monitoring plan according to the monitoring probe to obtain monitoring data;
and sending the monitoring data to the central cloud.
2. The method according to claim 1, wherein the obtaining of the monitoring probe corresponding to the service to be monitored comprises:
and if the monitoring probe corresponding to the service to be monitored does not exist locally, downloading the monitoring probe corresponding to the service to be monitored from the central cloud according to the uniform resource locator in the information of the service to be monitored.
3. The method of claim 1 or 2, wherein said executing the monitoring plan according to the monitoring probe comprises: executing the monitoring plan according to the execution cycle in the information of the service to be monitored by the monitoring probe;
the sending the monitoring data to the central cloud includes:
and if the monitoring data meet preset conditions, sending the monitoring data to the center cloud according to a preset sending period, wherein the sending period is greater than the execution period.
4. The method of claim 1 or 2, wherein said executing the monitoring plan according to the monitoring probe comprises: executing the monitoring plan according to the execution cycle in the information of the service to be monitored by the monitoring probe;
the sending the monitoring data to the central cloud includes:
and if the monitoring data do not meet the preset conditions, sending the monitoring data to the central cloud according to the execution cycle.
5. The method according to claim 3 or 4, characterized in that the information of the service to be monitored is determined by the central cloud according to a list of running monitoring services and a list of registered monitoring services;
after the executing the monitoring plan according to the monitoring probe, the method further comprises:
and sending the execution state of the monitoring probe to the central cloud, so that the central cloud updates the running monitoring service list according to the execution state.
6. The system is characterized by comprising a receiving module, a generating module, an acquiring module, an executing module and a sending module;
the receiving module is used for receiving the information of the service to be monitored, which is sent by the center cloud;
the generating module is used for generating a monitoring plan according to the information of the service to be monitored;
the acquisition module is used for acquiring the monitoring probe corresponding to the service to be monitored;
the execution module is used for executing the monitoring plan according to the monitoring probe to obtain monitoring data;
the sending module is used for sending the monitoring data to the center cloud.
7. The system according to claim 6, wherein the obtaining module is configured to download the monitoring probe corresponding to the service to be monitored from the central cloud according to a uniform resource locator in the information of the service to be monitored if the monitoring probe corresponding to the service to be monitored does not exist locally.
8. The system according to claim 6 or 7, wherein the execution module is configured to execute the monitoring plan according to the execution cycle in the information of the service to be monitored by the monitoring probe;
the sending module is used for sending the monitoring data to the center cloud according to a preset sending period if the monitoring data meets a preset condition, wherein the sending period is greater than the execution period.
9. The system according to claim 6 or 7, wherein the execution module is configured to execute the monitoring plan according to the execution cycle in the information of the service to be monitored by the monitoring probe;
and the sending module is used for sending the monitoring data to the center cloud according to the execution cycle if the monitoring data does not meet the preset condition.
10. The system according to claim 8 or 9, wherein the information of the service to be monitored is determined by the central cloud according to a list of running monitoring services and a list of registered monitoring services;
the sending module is further configured to send the execution state of the monitoring probe to the center cloud, so that the center cloud updates the running list of monitoring services according to the execution state.
CN202010582464.3A 2020-06-23 2020-06-23 Service monitoring method and service monitoring system Active CN111756599B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010582464.3A CN111756599B (en) 2020-06-23 2020-06-23 Service monitoring method and service monitoring system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010582464.3A CN111756599B (en) 2020-06-23 2020-06-23 Service monitoring method and service monitoring system

Publications (2)

Publication Number Publication Date
CN111756599A true CN111756599A (en) 2020-10-09
CN111756599B CN111756599B (en) 2022-07-12

Family

ID=72676947

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010582464.3A Active CN111756599B (en) 2020-06-23 2020-06-23 Service monitoring method and service monitoring system

Country Status (1)

Country Link
CN (1) CN111756599B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112383641A (en) * 2021-01-13 2021-02-19 国网汇通金财(北京)信息科技有限公司 Service keep-alive monitoring method and device
CN113672464A (en) * 2021-08-20 2021-11-19 中国电信股份有限公司 Method, device and system for monitoring service availability

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103716822A (en) * 2012-10-09 2014-04-09 中兴通讯股份有限公司 Monitoring method and apparatus
US20160020976A1 (en) * 2014-07-21 2016-01-21 Nimal K. K. Gamage Incident-Based Adaptive Monitoring of Information in a Distributed Computing Environment
CN105334843A (en) * 2015-10-27 2016-02-17 北京新能源汽车股份有限公司 Method and device for uploading remote monitoring data of vehicle
CN105634998A (en) * 2016-03-30 2016-06-01 中国联合网络通信集团有限公司 Physical machine and virtual machine unified monitoring method and system for multi-tenant environment
CN105635279A (en) * 2015-12-29 2016-06-01 长城信息产业股份有限公司 Distributed monitor system and data acquisition method thereof
CN106330602A (en) * 2016-08-22 2017-01-11 中国科学院信息工程研究所 Method and system for monitoring cloud computing virtual tenant network
CN106354602A (en) * 2016-08-25 2017-01-25 乐视控股(北京)有限公司 Service monitoring method and equipment
CN107704365A (en) * 2017-10-10 2018-02-16 武汉斗鱼网络科技有限公司 A kind of the monitoring data report method and device of mobile terminal mixing application
CN108632378A (en) * 2018-05-11 2018-10-09 国云科技股份有限公司 A kind of monitoring method of facing cloud platform business
CN109672709A (en) * 2017-10-17 2019-04-23 上海仪电(集团)有限公司中央研究院 A kind of mixed cloud service scheduling system and method
CN109873717A (en) * 2019-01-18 2019-06-11 深圳壹账通智能科技有限公司 Monitoring method, device, computer equipment and storage medium

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103716822A (en) * 2012-10-09 2014-04-09 中兴通讯股份有限公司 Monitoring method and apparatus
US20160020976A1 (en) * 2014-07-21 2016-01-21 Nimal K. K. Gamage Incident-Based Adaptive Monitoring of Information in a Distributed Computing Environment
CN105334843A (en) * 2015-10-27 2016-02-17 北京新能源汽车股份有限公司 Method and device for uploading remote monitoring data of vehicle
CN105635279A (en) * 2015-12-29 2016-06-01 长城信息产业股份有限公司 Distributed monitor system and data acquisition method thereof
CN105634998A (en) * 2016-03-30 2016-06-01 中国联合网络通信集团有限公司 Physical machine and virtual machine unified monitoring method and system for multi-tenant environment
CN106330602A (en) * 2016-08-22 2017-01-11 中国科学院信息工程研究所 Method and system for monitoring cloud computing virtual tenant network
CN106354602A (en) * 2016-08-25 2017-01-25 乐视控股(北京)有限公司 Service monitoring method and equipment
CN107704365A (en) * 2017-10-10 2018-02-16 武汉斗鱼网络科技有限公司 A kind of the monitoring data report method and device of mobile terminal mixing application
CN109672709A (en) * 2017-10-17 2019-04-23 上海仪电(集团)有限公司中央研究院 A kind of mixed cloud service scheduling system and method
CN108632378A (en) * 2018-05-11 2018-10-09 国云科技股份有限公司 A kind of monitoring method of facing cloud platform business
CN109873717A (en) * 2019-01-18 2019-06-11 深圳壹账通智能科技有限公司 Monitoring method, device, computer equipment and storage medium

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112383641A (en) * 2021-01-13 2021-02-19 国网汇通金财(北京)信息科技有限公司 Service keep-alive monitoring method and device
CN112383641B (en) * 2021-01-13 2021-04-06 国网汇通金财(北京)信息科技有限公司 Service keep-alive monitoring method and device
CN113672464A (en) * 2021-08-20 2021-11-19 中国电信股份有限公司 Method, device and system for monitoring service availability
CN113672464B (en) * 2021-08-20 2024-03-26 中国电信股份有限公司 Method, device and system for monitoring service availability

Also Published As

Publication number Publication date
CN111756599B (en) 2022-07-12

Similar Documents

Publication Publication Date Title
JP7105930B2 (en) Alarm method and alarm device
CN111625354B (en) Edge computing equipment calculation force arranging method and related equipment thereof
CN112559133A (en) Cloud-edge coordination system and cloud-edge coordination method based on native container technology
CN111756599B (en) Service monitoring method and service monitoring system
CN112632566B (en) Vulnerability scanning method and device, storage medium and electronic equipment
CN108737463A (en) A kind of software deployment method, server and system
CN109117252B (en) Method and system for task processing based on container and container cluster management system
CN111858054B (en) Resource scheduling system and method based on edge computing in heterogeneous environment
US11546233B2 (en) Virtual network function bus-based auto-registration
WO2018095537A1 (en) Application provisioning to mobile edge
CN107483297B (en) Active monitoring system and method for quality of service carried on embedded equipment
CN109104368B (en) Connection request method, device, server and computer readable storage medium
CN111224817A (en) Distributed micro-acquisition system and method thereof
JP2003258799A (en) Operation support system
CN105245553A (en) SOA system and business processing method
CN109274533B (en) Web service fault positioning device and method based on rule engine
Mehrotra et al. Rfdmon: A real-time and fault-tolerant distributed system monitoring approach
CN114189439A (en) Automatic capacity expansion method and device
CN111045778B (en) Virtual machine creation method, device, server and storage medium
CN113778709A (en) Interface calling method, device, server and storage medium
Rocha et al. CNS-AOM: design, implementation and integration of an architecture for orchestration and management of cloud-network slices
CN111176782A (en) Online experimental method and device
CN113973049B (en) Method for managing and deploying bit stream of FPGA (field programmable Gate array) cluster
CN114022971B (en) Broadband quality inspection system, method, device, equipment and readable storage medium
JP7456507B2 (en) Information distribution device, information distribution method and program

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