CN108418725B - Method and equipment for network monitoring and computer readable storage medium - Google Patents

Method and equipment for network monitoring and computer readable storage medium Download PDF

Info

Publication number
CN108418725B
CN108418725B CN201810041168.5A CN201810041168A CN108418725B CN 108418725 B CN108418725 B CN 108418725B CN 201810041168 A CN201810041168 A CN 201810041168A CN 108418725 B CN108418725 B CN 108418725B
Authority
CN
China
Prior art keywords
monitoring
task
mode
monitored
modes
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201810041168.5A
Other languages
Chinese (zh)
Other versions
CN108418725A (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.)
Haier Smart Home Co Ltd
Haier Uplus Intelligent Technology Beijing Co Ltd
Original Assignee
Haier Uplus Intelligent Technology Beijing 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 Haier Uplus Intelligent Technology Beijing Co Ltd filed Critical Haier Uplus Intelligent Technology Beijing Co Ltd
Priority to CN201810041168.5A priority Critical patent/CN108418725B/en
Publication of CN108418725A publication Critical patent/CN108418725A/en
Application granted granted Critical
Publication of CN108418725B publication Critical patent/CN108418725B/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
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/02Standardisation; Integration
    • H04L41/0246Exchanging or transporting network management information using the Internet; Embedding network management web servers in network elements; Web-services-based protocols
    • H04L41/0266Exchanging or transporting network management information using the Internet; Embedding network management web servers in network elements; Web-services-based protocols using meta-data, objects or commands for formatting management information, e.g. using eXtensible markup language [XML]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0803Configuration setting

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Environmental & Geological Engineering (AREA)
  • Computer And Data Communications (AREA)
  • Debugging And Monitoring (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The invention discloses a method, equipment and a computer-readable storage medium for network monitoring. The method comprises the following steps: step 1: acquiring monitoring requests aiming at least two devices to be monitored in a monitoring configuration file; step 2: taking monitoring requests with the same monitoring period and different monitoring modes as a monitoring task to be scheduled; and step 3: and executing a monitoring task based on a JAVA reflection mechanism, wherein the at least two devices to be monitored respectively support one monitoring mode of at least two monitoring modes. The method can integrate the timing monitoring tasks based on the JAVA reflection technology, and can integrate the monitoring requests of the devices to be monitored with consistent monitoring periods and different monitoring modes into one timing task for processing, thereby realizing the flexible configuration of the monitoring tasks.

Description

Method and equipment for network monitoring and computer readable storage medium
Technical Field
The present invention relates to the field of network monitoring, and in particular, to a method, device, and computer-readable storage medium for network monitoring.
Background
With the continuous development and convergence of computer networks and communication networks, more and more devices are provided in the networks. In order to facilitate people to maintain various devices in the network and timely discover and solve faults existing therein, operation information of the various devices in the network needs to be monitored.
However, since the types and models of devices to be monitored in the network are complex and various, and the software protocols that can be supported by each device are also complex and various, a great challenge is posed to the implementation of the network monitoring scheme.
Many different network monitoring schemes have been developed. For example, fig. 1 illustrates a monitoring and early warning method for monitoring network devices (e.g., servers) that respectively support different monitoring modes (e.g., JMX monitoring mode, REST monitoring mode, etc.) that currently exist. The scheme can automatically acquire specific information in a configuration file (for example, a configuration file of XML containing configuration parameters), and monitor the operation parameters of each network device (for example, an environment server and the like) according to a monitoring mode corresponding to each network device.
However, since the device to be monitored (e.g., the server to be monitored) adopts different monitoring methods, and the interface gap between the JMX monitoring method and the REST monitoring method for acquiring the monitoring attribute is large, the REST method is to acquire the value of the monitoring attribute based on RESTCLIENT of the HTTP request, and the JMX method is to access the related attribute and method of the MBEAN class exposed by the monitoring server according to the configured JMXServiceURL to acquire the value of the monitoring attribute, it is necessary to invoke different applications or different processes of the same application to execute the monitoring tasks corresponding to different monitoring methods, and therefore, it is necessary to create and start different timing tasks at least for different monitoring methods.
In order to optimize task and process scheduling operations, a new technical scheme needs to be proposed.
Disclosure of Invention
The invention provides a method for network monitoring, which comprises the following steps:
step 1: acquiring monitoring requests aiming at least two devices to be monitored in a monitoring configuration file;
step 2: taking monitoring requests with the same monitoring period and different monitoring modes as a monitoring task to be scheduled;
and step 3: the monitoring task is performed based on the JAVA reflection mechanism,
the at least two devices to be monitored respectively support one monitoring mode of at least two monitoring modes.
According to the above method of the present invention, step 2 comprises:
combining the monitoring attributes and/or the monitoring attribute lists of the monitoring requests with the same monitoring period and different monitoring modes into a combined record in a mapping table;
and according to the monitoring period in each combined record in the mapping table, taking the monitoring attribute in the combined record and/or the combined list of the monitoring attribute list as a monitoring task to be scheduled.
According to the method of the present invention, at least two monitoring modes include a REST monitoring mode and a JMX monitoring mode, and in step 3, the REST monitoring mode and the JMX monitoring mode are supported based on a JAVA reflection mechanism to execute a monitoring task.
According to the method of the present invention, each monitoring request record in the monitoring configuration file includes the following information: the address of the device to be monitored, the monitoring mode or the class name of the class of the device to be monitored supporting the reflection mechanism corresponding to the monitoring mode, the monitoring attribute or the monitoring attribute list, the monitoring period, whether to alarm or not and the alarm level.
According to the above method of the present invention, step 1 further comprises: the monitoring request is cached using a caching module.
The present invention also provides an apparatus for network monitoring, comprising:
the monitoring configuration module is used for acquiring monitoring requests aiming at least two devices to be monitored in the monitoring configuration file;
the monitoring task scheduling module is used for scheduling the monitoring requests with the same monitoring period and different monitoring modes as one monitoring task;
a reflection processing module for performing a monitoring task based on a JAVA reflection mechanism,
the at least two devices to be monitored respectively support one monitoring mode of at least two monitoring modes.
According to the above device of the present invention, the monitoring task scheduling module comprises:
the mapping table generating module is used for combining the monitoring attributes and/or the monitoring attribute lists of the monitoring requests with the same monitoring period and different monitoring modes into one combined record in the mapping table;
and the period scheduling module is used for scheduling the monitoring attributes in the combined record and/or the combined list of the monitoring attribute list as a monitoring task according to the monitoring period in each combined record in the mapping table.
According to the above device of the present invention, the at least two monitoring modes include a REST monitoring mode and a JMX monitoring mode, and the reflection processing module supports the REST monitoring mode and the JMX monitoring mode based on a JAVA reflection mechanism to execute a monitoring task.
The invention also provides another apparatus for network monitoring, comprising a processor and a memory having stored thereon instructions executable by the processor for performing the steps of the method as described above.
The present invention also provides a computer-readable storage medium for network monitoring having stored thereon instructions executable by a computer for performing the steps in the method as described above.
According to the technical scheme of the invention, the timing (monitoring) task can be integrated based on the JAVA reflection technology, namely, the monitoring request of the equipment to be monitored (such as a processor of a server to be monitored) with consistent monitoring period and different monitoring modes (such as the REST monitoring mode and the JMX monitoring mode) can be integrated into one timing task for processing, so that the flexible configuration of the monitoring task is realized.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of the specification, illustrate embodiments of the invention and together with the description, serve to explain the principles of the invention. In the drawings, like reference numerals are used to indicate like elements. The drawings in the following description are directed to some, but not all embodiments of the invention. For a person skilled in the art, other figures can be derived from these figures without inventive effort.
Fig. 1 schematically shows a schematic flow diagram of an existing network monitoring method that needs improvement.
Fig. 2 shows a schematic flow diagram of a network monitoring method according to the invention.
Fig. 3 shows a schematic block diagram of a first network monitoring device according to the invention.
Fig. 4 schematically shows a block schematic diagram of a second network monitoring device according to the invention, comprising optional additional features.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, 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 some, but not all, embodiments of the present invention. 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. It should be noted that the embodiments and features of the embodiments in the present application may be arbitrarily combined with each other without conflict.
Fig. 1 schematically shows a schematic flow diagram of an existing network monitoring method that needs improvement.
As shown in fig. 1, the network monitoring method includes the following steps:
1) and analyzing the information in the XML configuration file to a cache.
The specific information in the configuration file may include: the address of the server to be monitored, the monitoring mode, the monitoring attribute (or attribute list/set) of each server, the monitoring period, whether to alarm, the alarm level and the like.
The attributes described herein refer to the attributes that need to initiate a request to obtain a monitoring value from a device, such as a monitoring server, and the attribute value may be a simple numerical value or a GSON string with a structure. Examples of simple numerical attributes include network speed (receiving rate and sending rate), CPU usage of the processor of the device to be monitored, and the like. Examples of structured GSON strings include statistics of system user status (including number of registered users, number of online users, number of offline users, number of invalid users, etc.).
2) A monitoring attribute (or list of attributes) is obtained.
3) And establishing a timing task according to the monitoring period configured by the monitoring attribute.
4) And determining a monitoring mode and executing a corresponding application program.
As shown in fig. 1, when it is determined that the monitoring mode is the REST monitoring mode, an application program supporting the REST monitoring mode may be called to execute a task of the REST monitoring mode; when the monitoring mode is determined to be the JMX monitoring mode, an application program supporting the JMX monitoring mode can be called to execute the task of the JMX monitoring mode.
Alternatively, however, different processes of the same application may be invoked to perform the REST mode task and the JMX mode task, respectively.
As described in the background section, the above-mentioned conventional network monitoring method shown in fig. 1 at least needs to create and start different timing tasks (which all need to correspond to different processes) for different monitoring modes. Furthermore, two servers to be monitored shown in fig. 1 respectively adopt REST monitoring mode and JMX monitoring mode, and if each server has one hundred attributes with monitoring period from 1 minute to 100 minutes, according to this implementation, 200 timing tasks need to be created, and when creating a processing object, 200 × 2 needs to be determined as 400 times.
In order to optimize task and process scheduling operation, the invention provides the following technical scheme.
Fig. 2 schematically shows a schematic flow diagram of a network monitoring method 200 according to the present invention.
As shown in fig. 2, the network monitoring method 200 includes the following steps:
step S202: acquiring monitoring requests aiming at least two devices to be monitored in a monitoring configuration file (namely the XML configuration file described above);
step S204: taking monitoring requests with the same monitoring period and different monitoring modes as a monitoring task to be scheduled;
step S206: the monitoring task is performed based on the JAVA reflection mechanism,
the at least two devices to be monitored respectively support one monitoring mode of at least two monitoring modes.
Optionally, step S204 includes the steps of:
combining the monitoring attributes and/or the monitoring attribute lists of the monitoring requests with the same monitoring period and different monitoring modes into a combined record in a mapping table (for example, each combined record contains a unique monitoring period value and a monitoring attribute and/or monitoring attribute list combined list corresponding to the monitoring period value and used for executing the same monitoring task scheduling);
and according to the monitoring period in each combined record in the mapping table, taking the monitoring attribute in the combined record and/or the combined list of the monitoring attribute list as a monitoring task to be scheduled.
Optionally, the at least two monitoring manners include a REST monitoring manner and a JMX monitoring manner, and in this case, in step S206, the REST monitoring manner and the JMX monitoring manner are supported based on a JAVA reflection mechanism to execute a monitoring task.
Optionally, each monitoring request record in the monitoring configuration file includes the following information: the address of the device to be monitored, the monitoring mode or the class name of the class of the device to be monitored supporting the reflection mechanism corresponding to the monitoring mode, the monitoring attribute or the monitoring attribute list, the monitoring period, whether to alarm or not and the alarm level.
Optionally, step S202 further includes the steps of: caching the monitoring request using a caching module.
At this time, in a subsequent processing procedure (for example, after the monitoring task is restarted), if the monitoring configuration file is found to be unchanged, (for example, a monitoring task scheduling module of the monitoring device or a timing task integrator included in the monitoring task scheduling module), the monitoring request (i.e., the configuration information in the configuration file) may be directly acquired from the cache module, so as to accelerate the processing speed.
Fig. 3 schematically shows a block schematic of a first network monitoring device 300 according to the invention.
As shown in fig. 3, the first network monitoring apparatus 300 includes:
a monitoring configuration module 301, configured to obtain monitoring requests for at least two devices to be monitored in a monitoring configuration file;
a monitoring task scheduling module 303, configured to schedule monitoring requests with the same monitoring period and different monitoring modes as a monitoring task;
a reflection processing module 305 for performing a monitoring task based on a JAVA reflection mechanism,
the at least two devices to be monitored respectively support one monitoring mode of at least two monitoring modes.
Optionally, the monitor task scheduling module 303 may include (not shown in fig. 3):
the mapping table generating module is used for combining the monitoring attributes and/or the monitoring attribute lists of the monitoring requests with the same monitoring period and different monitoring modes into one combined record in the mapping table;
and the period scheduling module is used for scheduling the monitoring attributes in the combined record and/or the combined list of the monitoring attribute list as a monitoring task according to the monitoring period in each combined record in the mapping table.
Optionally, the monitor task scheduling module 303 may include (not shown in fig. 3):
and the timing task integrator is used for integrating the monitoring requests with the same monitoring period and different monitoring modes into one monitoring task.
Optionally, the at least two monitoring manners include a REST monitoring manner and a JMX monitoring manner, and at this time, the reflection processing module 305 supports the REST monitoring manner and the JMX monitoring manner based on a JAVA reflection mechanism to execute a monitoring task.
Optionally, the monitoring configuration module 301 may include a caching module, and the caching module is configured to cache the monitoring request.
Fig. 4 schematically shows a block schematic diagram of a second type of network monitoring device 400 according to the invention, comprising the last three optional additional features described above.
As shown in fig. 4, the second network monitoring device 400 includes a monitoring configuration module 401 with a cache, a monitoring task scheduling module 403 with a timed task integrator, and a reflection processing module 405. The reflection processing module 405 includes an equipment reflection factory module 407, an equipment instance (or object) 409 supporting the REST monitoring mode, and an equipment instance (or object) 411 supporting the JMX monitoring mode.
The cache in the monitoring configuration module with cache 401 is used for configuring and caching (monitoring) configuration information of a device to be monitored (e.g., a server).
The timing task integrator in the monitoring task scheduling module 403 with the timing task integrator is configured to integrate and establish the timing monitoring tasks according to the monitoring periods (i.e., as described above, the monitoring requests with the same monitoring period and different monitoring manners are scheduled as one monitoring task). Each task obtains operational information (e.g., utilization of the processor of the server) of a device to be monitored (e.g., a processor of the server to be monitored) from the reflection processing module 405 (e.g., using the device reflection factory module contained therein, as described below).
The device reflection factory module 407 is configured to return, according to class information of a device to be monitored (e.g., a processor of a server to be monitored) configured according to the monitoring attribute, an instance or an object of the real device to be monitored (e.g., a processor of a server to be monitored), that is, a device instance (or object) 409 supporting the REST monitoring manner or a device instance (or object) 411 supporting the JMX monitoring manner, by means of the JAVA reflection mechanism. The device instance (or object) 409 supporting the REST monitoring mode and the device instance (or object) 411 supporting the JMX monitoring mode are used for processing real device monitoring and early warning logic.
The device instance (or object) 409 supporting the REST monitoring mode or the device instance (or object) 411 supporting the JMX monitoring mode are merely examples. The reflection processing module 405 may also include instances of devices (or objects) that support other monitoring approaches (e.g., based on traditional web access approaches).
Optionally, each monitoring request record in the monitoring configuration file used by the first network monitoring device 300 and the second network monitoring device 400 includes the following information: the address of the device to be monitored, the monitoring mode, or the class name of the device to be monitored supporting the reflection mechanism corresponding to the monitoring mode (i.e., the class information corresponding to each of the device supporting the REST monitoring mode and the device supporting the JMX monitoring mode), the monitoring attribute or the monitoring attribute list, the monitoring period, whether to alarm, and the alarm level.
The present invention also proposes a third device for network monitoring (not shown in the drawings) comprising a processor and a memory, said memory having stored thereon instructions executable by said processor for performing the steps of the network monitoring method 200 as described above.
The present invention also proposes a computer-readable storage medium for network monitoring, having stored thereon instructions executable by a computer for performing the steps in the network monitoring method 200 as described above.
According to the technical scheme of the invention, the timing (monitoring) task can be integrated based on the JAVA reflection technology, namely, the monitoring request of the equipment to be monitored (such as a processor of a server to be monitored) with consistent monitoring period and different monitoring modes (such as the REST monitoring mode and the JMX monitoring mode) can be integrated into one timing task for processing, so that the flexible configuration of the monitoring task is realized. For example, when a processor to be monitored (for example, a processor of a server to be monitored) is newly added, only the configuration file needs to be modified, and the code of the timing task acquisition device (for example, a processor of the server to be monitored) does not need to be modified, so that the code maintenance is convenient. The performance and the configurability of the network monitoring scheme are improved, and the development difficulty and the maintenance cost of the network monitoring early warning system are reduced.
More specifically, in the prior art solution shown in fig. 1, for a device to be subjected to attribute monitoring (for example, a processor of a server to be monitored), it is necessary to perform judgment each time according to a monitoring mode flag bit configured by an attribute individually. However, according to the above technical solution of the present invention, the device (e.g., the processor of the server to be monitored) reflection factory module (equivalent to the above-mentioned reflection processing module that may include the device reflection factory module 307) is uniformly handed over, and the uniform processing is performed according to the configured JAVA reflection mechanism, so that the code complexity is reduced, and the code flexibility and efficiency are improved.
In the prior art solution shown in fig. 1, the attributes having the same monitoring period but different monitoring modes cannot be monitored in the same timing task, but in the above technical solution according to the present invention, the attributes can be completely integrated according to the monitoring period, and in the same timing task, a device (e.g., a processor of a server to be monitored) reflection factory module (which is equivalent to the above reflection processing module that may include the device reflection factory module 307) can be called to automatically obtain the attribute value of the attribute to be monitored of the corresponding device to be monitored (e.g., a processor of the server to be monitored), so as to achieve the purpose of performing unified processing through the same task and the same process.
The above-described network monitoring device and the existing network monitoring server and other monitoring devices may also be the monitored device according to the present invention. The above-described aspects may be implemented individually or in various combinations, and such variations are within the scope of the present invention.
Finally, it should be noted that: the above examples are only for illustrating the technical solutions of the present invention, and are not limited thereto. Although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (8)

1. A method for network monitoring, the method comprising:
step 1: acquiring monitoring requests aiming at least two devices to be monitored in a monitoring configuration file;
step 2: taking monitoring requests with the same monitoring period and different monitoring modes as a monitoring task to be scheduled;
and step 3: the monitoring task is performed based on the JAVA reflection mechanism,
the at least two devices to be monitored respectively support one monitoring mode of at least two monitoring modes;
the step 2 comprises the following steps:
combining the monitoring attributes and/or the monitoring attribute lists of the monitoring requests with the same monitoring period and different monitoring modes into a combined record in a mapping table;
and according to the monitoring period in each combined record in the mapping table, taking the monitoring attribute in the combined record and/or the combined list of the monitoring attribute list as a monitoring task to be scheduled.
2. The method of claim 1, wherein the at least two monitoring modes include a REST monitoring mode and a JMX monitoring mode, and in the step 3, the REST monitoring mode and the JMX monitoring mode are supported based on a JAVA reflection mechanism to perform a monitoring task.
3. The method of any of claims 1 to 2, wherein each monitoring request record in the monitoring profile comprises the following information: the address of the device to be monitored, the monitoring mode or the class name of the class of the device to be monitored supporting the reflection mechanism corresponding to the monitoring mode, the monitoring attribute or the monitoring attribute list, the monitoring period, whether to alarm or not and the alarm level.
4. The method of any one of claims 1 to 2, wherein step 1 further comprises: caching the monitoring request using a caching module.
5. An apparatus for network monitoring, the apparatus comprising:
the monitoring configuration module is used for acquiring monitoring requests aiming at least two devices to be monitored in the monitoring configuration file;
the monitoring task scheduling module is used for scheduling the monitoring requests with the same monitoring period and different monitoring modes as one monitoring task;
a reflection processing module for performing the monitoring task based on a JAVA reflection mechanism,
the at least two devices to be monitored respectively support one monitoring mode of at least two monitoring modes;
the monitoring task scheduling module comprises:
the mapping table generating module is used for combining the monitoring attributes and/or the monitoring attribute lists of the monitoring requests with the same monitoring period and different monitoring modes into one combined record in the mapping table;
and the period scheduling module is used for scheduling the monitoring attributes in the combined record and/or the combined list of the monitoring attribute list as a monitoring task according to the monitoring period in each combined record in the mapping table.
6. The apparatus of claim 5, wherein the at least two monitoring modes include a REST monitoring mode and a JMX monitoring mode, and the reflection processing module supports the REST monitoring mode and the JMX monitoring mode based on a JAVA reflection mechanism to perform the monitoring task.
7. An apparatus for network monitoring comprising a processor and a memory, said memory having stored thereon instructions executable by said processor, wherein said instructions are for performing the steps of the method of any one of claims 1 to 4.
8. A computer-readable storage medium for network monitoring, having stored thereon instructions executable by a computer, for performing the steps of the method according to any one of claims 1 to 4.
CN201810041168.5A 2018-01-16 2018-01-16 Method and equipment for network monitoring and computer readable storage medium Active CN108418725B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810041168.5A CN108418725B (en) 2018-01-16 2018-01-16 Method and equipment for network monitoring and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810041168.5A CN108418725B (en) 2018-01-16 2018-01-16 Method and equipment for network monitoring and computer readable storage medium

Publications (2)

Publication Number Publication Date
CN108418725A CN108418725A (en) 2018-08-17
CN108418725B true CN108418725B (en) 2020-09-01

Family

ID=63125822

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810041168.5A Active CN108418725B (en) 2018-01-16 2018-01-16 Method and equipment for network monitoring and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN108418725B (en)

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100521628C (en) * 2007-05-22 2009-07-29 网御神州科技(北京)有限公司 Expandable dynamic network monitor system and its monitor method
CN101819551B (en) * 2009-02-27 2013-01-02 国际商业机器公司 Method and system for recording service interaction data of enterprise message system
CN107015849B (en) * 2017-04-07 2020-12-04 北京奇虎科技有限公司 Timed task reminding method and device

Also Published As

Publication number Publication date
CN108418725A (en) 2018-08-17

Similar Documents

Publication Publication Date Title
CN108768791B (en) Information acquisition configuration management system and method
CN107451147B (en) Method and device for dynamically switching kafka clusters
CN102868736B (en) A kind of cloud computing Monitoring framework design basis ground motion method and cloud computing treatment facility
CN111431740A (en) Data transmission method, device, equipment and computer readable storage medium
CN112637318A (en) Intelligent gateway system and device for storage integrity and control method thereof
CN108123820B (en) Network equipment information acquisition method and device
CN108737463A (en) A kind of software deployment method, server and system
CN103283209A (en) Application service platform system and implementation method thereof
WO2021151312A1 (en) Method for determining inter-service dependency, and related apparatus
CN109783151B (en) Method and device for rule change
CN110659109A (en) Openstack cluster virtual machine monitoring system and method
CN113312165B (en) Task processing method and device
US8326913B2 (en) Method and system for service contract discovery
CN111984505B (en) Fortune dimension data acquisition device and acquisition method
CN102026228B (en) Statistical method and equipment for communication network performance data
CN115115329A (en) Manufacturing middleware and cloud manufacturing framework for intelligent production line
CN111371585A (en) Configuration method and device for CDN node
CN109788251B (en) Video processing method, device and storage medium
CN111831503B (en) Monitoring method based on monitoring agent and monitoring agent device
CN113204425B (en) Method, device, electronic equipment and storage medium for process management internal thread
CN105897869B (en) A kind of management method and device of APP suspend mode
CN108418725B (en) Method and equipment for network monitoring and computer readable storage medium
Wei et al. An agent-based services framework with adaptive monitoring in cloud environments
CN106550002A (en) A kind of paas clouds mandatory system and method
CN115225645A (en) Service updating method, device, system and storage medium

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
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20210127

Address after: Room 601-606, 6 / F, Pacific International Building, 106 Zhichun Road, Haidian District, Beijing 100086

Patentee after: HAIER UPLUS INTELLIGENT TECHNOLOGY (BEIJING) Co.,Ltd.

Patentee after: Haier Smart Home Co., Ltd.

Address before: Room 601-606, 6 / F, Pacific International Building, 106 Zhichun Road, Haidian District, Beijing 100080

Patentee before: HAIER UPLUS INTELLIGENT TECHNOLOGY (BEIJING) Co.,Ltd.