CN112286769B - Monitoring method, monitoring device, computer equipment and storage medium - Google Patents

Monitoring method, monitoring device, computer equipment and storage medium Download PDF

Info

Publication number
CN112286769B
CN112286769B CN202011317104.7A CN202011317104A CN112286769B CN 112286769 B CN112286769 B CN 112286769B CN 202011317104 A CN202011317104 A CN 202011317104A CN 112286769 B CN112286769 B CN 112286769B
Authority
CN
China
Prior art keywords
monitoring
field
data
index
structure body
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
CN202011317104.7A
Other languages
Chinese (zh)
Other versions
CN112286769A (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.)
Chengdu Perfect Tianzhiyou Technology Co ltd
Original Assignee
Chengdu Perfect Tianzhiyou 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 Chengdu Perfect Tianzhiyou Technology Co ltd filed Critical Chengdu Perfect Tianzhiyou Technology Co ltd
Priority to CN202011317104.7A priority Critical patent/CN112286769B/en
Publication of CN112286769A publication Critical patent/CN112286769A/en
Application granted granted Critical
Publication of CN112286769B publication Critical patent/CN112286769B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3003Monitoring arrangements specially adapted to the computing system or computing system component being monitored
    • G06F11/302Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system component is a software system

Landscapes

  • Engineering & Computer Science (AREA)
  • Computing Systems (AREA)
  • Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Mathematical Physics (AREA)
  • Quality & Reliability (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Testing And Monitoring For Control Systems (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The embodiment of the invention relates to a monitoring method, a monitoring device, computer equipment and a storage medium, which comprise the following steps: determining a corresponding first monitoring structure body based on a first monitoring index of an object to be monitored, wherein the first monitoring structure body at least comprises a first variable field; triggering a first monitoring event of the object based on the first monitoring structure to obtain first monitoring data of the object; based on the first monitoring data, a first variable field in the first monitoring structure body is updated, the first monitoring structure body carrying the first monitoring data is obtained, the first monitoring structure body carrying the first monitoring data can clearly represent the monitoring data of the object, confusion is avoided, and monitoring accuracy is further improved.

Description

Monitoring method, monitoring device, computer equipment and storage medium
Technical Field
Embodiments of the present invention relate to the field of data processing, and in particular, to a monitoring method, a device, a computer device, and a storage medium.
Background
With the increasing complexity of software services, large software systems are usually composed of a plurality of synchronous and asynchronous service codes, especially in the services that need to process a large amount of data, in order to prevent the situation that the services cause program blocking, usually these time-consuming data processing will all use an asynchronous processing mode, and then synchronous processing is performed, for example, the display of service data, although the asynchronous mode can solve the problem of application blocking to a certain extent, and at the same time, some index monitoring of software will not be recorded accurately.
In the related art, in order to solve the above-mentioned problems, the index monitoring is performed on the software system by using the function as a unit, however, in the index monitoring process at the function level, when one function is frequently called in a plurality of services, there is a possibility that a plurality of indexes corresponding to a plurality of services adopted by the function at the same time are confused, and thus, the problem of low accuracy of indexes acquired by using the function is caused.
Disclosure of Invention
In view of the above, in order to solve the above technical problems or some of the technical problems, embodiments of the present invention provide a monitoring method, a device, a computer device, and a storage medium.
In a first aspect, an embodiment of the present invention provides a monitoring method, including:
determining a corresponding first monitoring structure body based on a first monitoring index of an object to be monitored, wherein the first monitoring structure body at least comprises a first variable field;
triggering a first monitoring event of the object based on the first monitoring structure to obtain first monitoring data of the object;
and updating a first variable field in the first monitoring structure body based on the first monitoring data to obtain the first monitoring structure body carrying the first monitoring data.
In a second aspect, an embodiment of the present invention provides a monitoring apparatus, including:
the determining module is used for determining a corresponding first monitoring structure body based on a first monitoring index of an object to be monitored, wherein the first monitoring structure body at least comprises a first variable field;
the triggering module is used for triggering a first monitoring event of the object based on the first monitoring structure body to obtain first monitoring data of the object;
and the updating module is used for updating a first variable field in the first monitoring structure body based on the first monitoring data to obtain the first monitoring structure body carrying the first monitoring data.
In a third aspect, an embodiment of the present invention provides a computer apparatus, including: a processor and a memory, the processor being configured to execute a monitoring program stored in the memory, to implement the monitoring method according to any one of the first aspect.
In a fourth aspect, an embodiment of the present invention provides a storage medium storing one or more programs executable by one or more processors to implement the monitoring method according to any one of the first aspects.
According to the monitoring scheme provided by the embodiment of the invention, the corresponding first monitoring structure body is determined based on the first monitoring index of the object to be monitored, and the first monitoring structure body at least comprises a first variable field; triggering a first monitoring event of the object based on the first monitoring structure to obtain first monitoring data of the object; based on the first monitoring data, a first variable field in the first monitoring structure body is updated, the first monitoring structure body carrying the first monitoring data is obtained, the first monitoring structure body carrying the first monitoring data can clearly represent the monitoring data of the object, confusion is avoided, and monitoring accuracy is further improved.
Drawings
Fig. 1 is a schematic flow chart of a monitoring method according to an embodiment of the present invention;
fig. 2 is a schematic flow chart of determining a corresponding first monitoring structure based on a first monitoring index of an object to be monitored according to an embodiment of the present invention;
FIG. 3 is a schematic structural diagram of an initial structure according to an embodiment of the present invention;
fig. 4 is a schematic flow chart of updating a monitoring structure based on identification information according to an embodiment of the present invention;
fig. 5 is a schematic structural diagram of a first monitoring structure according to an embodiment of the present invention;
FIG. 6 is a flow chart of another monitoring method according to an embodiment of the present invention;
FIG. 7 is a flowchart of another monitoring method according to an embodiment of the present invention;
fig. 8 is a schematic structural diagram of a monitoring device according to an embodiment of the present invention;
fig. 9 is a schematic structural diagram of a computer device according to an embodiment of the present invention.
Detailed Description
For the purpose of making the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the technical solutions of the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention, and it is apparent that the described embodiments are some embodiments of the present invention, but not all embodiments of the present invention. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
For the purpose of facilitating an understanding of the embodiments of the present invention, reference will now be made to the following description of specific embodiments, taken in conjunction with the accompanying drawings, which are not intended to limit the embodiments of the invention.
Fig. 1 is a schematic flow chart of a monitoring method according to an embodiment of the present invention, as shown in fig. 1, where the method specifically includes:
S11, determining a corresponding first monitoring structure body based on a first monitoring index of the object to be monitored.
The monitoring method provided by the embodiment of the invention is applied to the monitoring of the software system, the monitoring structure body is arranged, the monitoring of the software system is realized through the monitoring structure body, the monitoring structure body can be a data type of data, and the data type corresponds to one or a plurality of data combinations.
In this embodiment, a plurality of fields (e.g., variable field, type field, reserved field, etc.) may be included in the monitoring structure, and the monitoring structure may be a first monitoring structure including at least a first variable field therein; the first variable field is used for storing monitoring data corresponding to an object to be monitored.
Further, the object to be monitored in this embodiment may be a service (e.g., a data display service) in a software system, after determining the object to be monitored, a first monitoring index of the object to be monitored is obtained, where the first monitoring index may represent a monitoring type (for example, the monitoring type may be monitoring at a function level) when the object to be monitored is monitored, and the first monitoring structure is determined according to the first monitoring index, that is, the first monitoring structure may represent what monitoring type is used for the object to be monitored to perform the monitoring operation.
And S12, triggering a first monitoring event of the object based on the first monitoring structure body to obtain first monitoring data of the object.
After the first monitoring structure body is determined, a first monitoring event of the object is automatically triggered through the first monitoring structure body, and the first monitoring event is used for carrying out index monitoring on the object and acquiring first monitoring data corresponding to the object.
Further, the first monitoring event may be a synchronized index monitoring event, i.e. a step of performing monitoring on the object using synchronized logic.
And S13, updating a first variable field in the first monitoring structure body based on the first monitoring data to obtain the first monitoring structure body carrying the first monitoring data.
After the first monitoring data corresponding to the object is obtained, the first variable field in the first monitoring structure body is updated according to the first monitoring data, namely the first monitoring data is written into the first variable field in the first monitoring structure body, and the first monitoring structure body carrying the first monitoring data is obtained.
The first monitoring structure body carrying the first monitoring data stores the monitoring data of the object, and the first monitoring structure body has a corresponding relation with the object, namely, the monitoring data of the object can be clearly represented through the first monitoring structure body carrying the first monitoring data, so that confusion is avoided.
According to the monitoring method provided by the embodiment of the invention, the corresponding first monitoring structure body is determined based on the first monitoring index of the object to be monitored, and the first monitoring structure body at least comprises a first variable field; triggering a first monitoring event of the object based on the first monitoring structure to obtain first monitoring data of the object; based on the first monitoring data, a first variable field in the first monitoring structure body is updated, the first monitoring structure body carrying the first monitoring data is obtained, the first monitoring structure body carrying the first monitoring data can clearly represent the monitoring data of the object, confusion is avoided, and monitoring accuracy is further improved.
Fig. 2 is a schematic flow chart of determining a corresponding first monitoring structure based on a first monitoring index of an object to be monitored according to an embodiment of the present invention, where, as shown in fig. 2, the method specifically includes:
s111, generating an initial structure.
In this embodiment of the present invention, an initial structure is predefined, where the initial structure is formed by combining one or more types of data, and each type of data occupies one field of the initial structure, that is, the initial structure includes a plurality of fields, and specific fields may be set according to a monitoring requirement, for example, a monitoring type field, a monitoring level field, and a variable field.
Referring to fig. 3, a schematic structural diagram of an initial structure according to an embodiment of the present invention is shown, where the initial structure includes: a monitoring Type field (Type field), a monitoring hierarchy field (Layer field), and a variable field (Delta field), the monitoring Type field (Type field) is used to characterize what Type of monitoring (e.g., function level, operation flow level) is adopted by an index of an object, and the monitoring hierarchy field (Layer field) is used to characterize hierarchy information of current monitoring, which is used to determine synchronous monitoring, or synchronous and asynchronous mixed monitoring.
In an alternative embodiment of the present invention, the initial structure body may further include at least one reserved field, where the reserved field may be set in a customized manner according to an actual monitoring requirement, and is used to store data of a customized type, for example, the reserved field may be a character length field, where the character length field is used to represent a maximum character length of each field.
S112, acquiring the first monitoring index of the object to be monitored.
Acquiring a first monitoring index of an object to be monitored, wherein the first monitoring index comprises: type information and first level information, the manner of obtaining may be: the method comprises the steps of receiving an input first monitoring index through a background server, wherein type information is information (such as function level monitoring and operation flow level monitoring) of what type of monitoring is adopted for an object to be monitored, determining whether first-level information is index monitoring of the object for the first time, determining synchronous index monitoring when the first-level information is the monitoring of the object, and recording the first-level information as 0.
In the embodiment of the invention, the first level information may represent a monitoring level of an object to be monitored, the monitoring level may be understood as a secondary node tree or a parent node, when synchronous monitoring is created for the first time, the corresponding level information is a root node or a parent node (the first level information is 0), when one or more asynchronous monitoring of the synchronous monitoring is created, the created asynchronous monitoring corresponding level information is added with 1 on the basis of the currently monitored level information, and when a plurality of asynchronous monitoring is created, each asynchronous monitoring is in a parallel relationship.
S113, updating the monitoring type field in the initial structure body based on the type information, and updating the monitoring level field in the initial structure body according to the first level information to obtain the first monitoring structure body.
The method comprises the steps of writing type information in a first monitoring index into a monitoring type field in an initial structure, writing first level information in the first monitoring index into a monitoring level field in the initial structure to obtain a first monitoring structure, and correspondingly, the first monitoring structure comprises: the system comprises a first monitoring type field, a first monitoring level field and a first variable field, wherein the first monitoring type field stores type information in a first monitoring index, and first level information in the first monitoring index in the first monitoring level field.
It should be noted that, in order to avoid confusion, the embodiments of the present invention use "first" and "second" to distinguish structures, information, fields, and the like, and are not limited in particular, for example: the first monitoring structure and the second monitoring structure are both substantially initial structures.
In an alternative aspect of the embodiment of the present invention, the initial structure further includes: the identification field, correspondingly, also includes a first identification field in the first monitoring structure.
Fig. 4 is a schematic flow chart of updating a monitoring structure based on identification information according to an embodiment of the present invention, as shown in fig. 4, specifically including:
s41, generating identification information corresponding to the object based on a second monitoring index of the object.
In this embodiment, the second monitoring index of the object to be monitored is obtained, where the second monitoring index includes: a system time determined by a generation time of the initial structure; and generating the identification information according to the system time and a preset value corresponding to the system time.
The second monitoring index may be a current system time, which may be determined by a generation time of the initial structure generated when the index of the trigger object is monitored.
Further, format conversion (for example, conversion into UNIX timestamp) is performed on the system time to obtain a character string with a preset length, a corresponding random number in a preset range is determined according to the character string, a target random number is randomly obtained from the random number in the preset range to serve as a preset value, and a preset calculation rule is adopted to calculate the character string and the preset value to obtain the identification information.
The identification information may be a unique identification of the object corresponding to the index monitoring, and according to the identification information, corresponding storage and inquiry may be performed, and the preset range corresponding to the random number may be determined by the accuracy of the system time, for example, the system time is: 2020-09-16-09:10:10, the system time is accurate to seconds, and the random number in the preset range corresponding to the query accuracy of "seconds" is: 1-9999, randomly acquiring a target random number from 1-9999 as a preset value, for example 1111; the preset calculation rule may include: the selected preset operation rule may be one or more combinations of addition, subtraction, multiplication, division, parameters, etc.
For example, UNIX timestamp conversion is performed on 2020-09-16 09:10:10 to obtain: 1600218610 (13-bit character string) by multiplying a parameter (e.g., 10000) by a preset calculation rule and adding a preset value to obtain identification information.
1600218610*10000+1111=16002186101111。
It should be noted that: the accuracy of the system time and the random number of the preset range corresponding to each accuracy can be customized according to the actual requirement, for example, the system time is accurate to "minute", and the random number of the preset range corresponding to the accuracy of "minute" can be: 1-999, and the present embodiment is not particularly limited.
In an alternative aspect of the embodiment of the present invention, the second monitoring indicator may further be: the non-system time, e.g., a custom string, generates identification information based on the custom string using a preset algorithm, which may be a globally unique identifier (GUID, globally Unique Identifier), which may be a GUID algorithm.
S42, updating the first identification field in the first monitoring structure body based on the identification information.
The identification information is written into the first identification field (Token field) in the first monitoring structure, the first monitoring structure carrying the identification information can represent one-to-one correspondence with the object, and subsequent storage and inquiry can be carried out through the identification information in the first monitoring structure.
In an alternative aspect of the embodiment of the present invention, the first monitoring structure may further include a first time field, where the first time field is used to store a monitoring time corresponding to the object to be monitored, and the monitoring time may be a trigger time of the first monitoring event.
Further, acquiring the triggering time of the first monitoring event; updating a first time field in the first monitoring structure based on the trigger time.
In an alternative aspect of the embodiment of the present invention, the first monitoring structure may further include at least one reserved field, where the reserved field may be set in a customized manner according to actual requirements, and is used to store data of a customized type, for example, the reserved field may be a character length field, where the character length field is used to represent a maximum character length of each field.
Referring to fig. 5, a schematic structural diagram of a first monitoring structure according to an embodiment of the present invention is shown, where the first monitoring structure includes: the first monitoring system comprises a first identification field (Token field), a first monitoring Type field (Type field), a first monitoring hierarchy field (Layer field), a first Time field (Time field) and a first variable field (Delta field), wherein the first identification field (Token field) is used for representing one-to-one correspondence with the object, so that subsequent storage and query are convenient, the first monitoring Type field (Type field) is used for representing what Type of monitoring (such as function level and operation flow level) is adopted by an index of the object, the first monitoring hierarchy field (Layer field) is used for representing hierarchy information of current monitoring, the hierarchy information is used for judging synchronous monitoring or synchronous and asynchronous mixed monitoring, the first Time field (Time field) is used for storing triggering Time of a first monitoring event, and the first variable field (Delta field) is used for storing first monitoring data of object index monitoring.
In an alternative of the embodiment of the present invention, when the synchronous index monitoring event is started, an asynchronous index monitoring event may also be started, specifically please refer to the following embodiment.
Fig. 6 is a flow chart of another monitoring method according to an embodiment of the present invention, as shown in fig. 6, specifically including:
s61, generating the second monitoring structure body based on the first monitoring structure body.
When the synchronous index monitoring event is started and the asynchronous index monitoring event is started, copying the first monitoring structure corresponding to the synchronous index monitoring event, updating all fields in the copied first monitoring structure and names of the first monitoring structure to obtain a second monitoring structure, wherein the second monitoring structure comprises: a second identification field (Token field), a second monitoring Type field (Type field), a second monitoring level field (Layer field), a second Time field (Time field), and a second variable field (Delta field).
Further, in order to distinguish synchronous index monitoring and asynchronous index monitoring, layer fields are adopted for distinguishing, and second-level information is obtained; a second hierarchical field in the second monitoring structure is updated based on the second hierarchical information and the first hierarchical information.
Specifically, the second hierarchical information is determined by adding 1 to the hierarchical information corresponding to the created asynchronous index monitoring based on the currently monitored hierarchical information, and each asynchronous monitoring is in a parallel relationship when a plurality of asynchronous monitoring are created.
For example, assume that the first level information corresponding to the synchronous index monitoring is 0, the second level information corresponding to the first level asynchronous index monitoring is 1, the second level information corresponding to the second level asynchronous index monitoring is 2, …, and so on.
Wherein, in order to ensure synchronous index monitoring and asynchronous index monitoring belong to the same object, the second monitoring structure body and the first monitoring structure body at least meet the following conditions:
the second monitoring type field in the second monitoring structure is the same as the first monitoring type field in the first monitoring structure; the second identification field in the second monitoring structure is the same as the first identification field in the first monitoring structure; and the second time field in the second monitoring structure is the same as the first time field in the first monitoring structure.
And S62, triggering a second monitoring event of the object based on the second monitoring structure body to obtain second monitoring data of the object, wherein the second monitoring event is an asynchronous index monitoring event.
And S63, updating a second variable field in the second monitoring structure body based on the second monitoring data to obtain the second monitoring structure body carrying the second monitoring data.
The principles of S62-S63 are similar to those of S12-S13, and reference is specifically made to the relevant descriptions in FIG. 1, and details are omitted herein for brevity.
In an alternative scheme of the embodiment of the present invention, the first monitoring data and the second monitoring data may be acquired by using a difference method, an index monitoring value corresponding to a start time of a monitoring event is a first index monitoring value, an index monitoring value corresponding to an end time of the monitoring event is a second index monitoring value, and the corresponding monitoring data is a difference value between the second index monitoring value and the first index monitoring value.
For example, for synchronized index monitoring:
the index monitoring value corresponding to the starting time of the first monitoring event is a first index monitoring value (A1), the index monitoring value corresponding to the ending time of the first monitoring event is a second index monitoring value (A2), and then the first monitoring index is (A2-A1).
The index monitoring value corresponding to the starting time of the second monitoring event is a second index monitoring value (B1), the index monitoring value corresponding to the ending time of the second monitoring event is a second index monitoring value (B2), and then the second monitoring index is (B2-B1).
In an alternative of the embodiment of the present invention, the monitoring structure body carrying the monitoring data is stored and queried according to the identification information of the identification field, specifically please refer to the following embodiment.
Fig. 7 is a flow chart of another monitoring method according to an embodiment of the present invention, as shown in fig. 7, specifically including:
and S71, storing the first monitoring structural body carrying the first monitoring data and the second monitoring structural body carrying the second monitoring data to the same preset position based on a first identification field and a second identification field.
In this embodiment, the monitoring structure body carrying the monitoring data is stored according to the identification information of the identification field, when the monitoring structure body carrying the monitoring data is received, the identification information in the identification field in the monitoring structure body is extracted, whether the identification information is received for the first time is judged, if yes, a new storage position is divided for the monitoring structure body and is stored, if not, a storage position corresponding to the identification information is queried, the monitoring structure body is stored to the storage position, a tag is set at the storage position, and the tag can be the identification information and is used for subsequent storage and query.
Further, for the first monitoring structure body with the first monitoring data obtained by synchronous index monitoring, extracting the identification information of a first identification field in the first monitoring structure body, judging whether the identification information is received for the first time, if so, dividing a new storage position for the first monitoring structure body and storing the first monitoring structure body, and if not, inquiring the storage position corresponding to the identification information and storing the first monitoring structure body to the storage position.
Further, for a second monitoring structure body carrying second monitoring data obtained by asynchronous index monitoring, extracting identification information of a second identification field in the second monitoring structure body, inquiring a storage position corresponding to the identification information, and storing the second monitoring structure body in the storage position.
For the first monitoring structure and the second monitoring structure related to the present embodiment, persistent storage may be performed in a relational database management system (MySQL).
In an alternative aspect of the embodiment of the present invention, the monitoring structure persisting in MySQL may include: a first monitoring structure (using only synchronous index monitoring), or a first monitoring structure and at least one second monitoring structure (using a hybrid of synchronous and asynchronous index monitoring).
S72, inquiring the target monitoring structural body stored in the preset position based on the target identification information.
And receiving input target identification information, inquiring a label corresponding to the target identification information from a relational database management system through the target identification information, and acquiring a target monitoring structure body from a storage position corresponding to the label.
Further, when the synchronous index is monitored, the storage position only stores the first monitoring structure body; for both synchronous and asynchronous mixed index monitoring, the storage location stores a first monitoring structure and one or more second monitoring structures.
Accordingly, the target monitoring structure may include: a first monitoring structure, or, a first monitoring structure and one or more second monitoring structures.
S73, when the target monitoring structure body comprises the first monitoring structure body, acquiring the first monitoring data from the first variable field in the first monitoring structure body, and displaying the first monitoring data.
When it is determined that the target monitoring structure stored in the storage location includes only the first monitoring structure (it is determined that the synchronized index monitoring is adopted), the first monitoring structure is acquired from the storage location, first monitoring data is extracted from a first variable field in the first monitoring structure, and the first monitoring data is sent to a front end (for example, a terminal with a display function) for display.
And S74, when the target monitoring structure body comprises the first monitoring structure body and at least one second monitoring structure body, acquiring the first monitoring data from the first variable fields in the first monitoring structure body, acquiring corresponding at least one second monitoring data from the second variable fields in the at least one second monitoring structure body, accumulating the first monitoring data and the at least one second monitoring data, and displaying the accumulated first monitoring data and the accumulated at least one second monitoring data.
When it is determined that the target monitoring structure stored in the storage location includes a first monitoring structure and at least one second monitoring structure (it is determined that mixed index monitoring of synchronization and asynchronization is adopted), the first monitoring structure and the at least one second monitoring structure are acquired from the storage location, first monitoring data are extracted from a first variable field in the first monitoring structure, corresponding at least one second monitoring data are acquired from a second variable field in the at least one second monitoring structure, the first monitoring data and the at least one second monitoring data are accumulated, and the accumulated first monitoring data and the at least one second monitoring data are sent to a front end (for example, a terminal with a display function) for display.
According to the monitoring method provided by the embodiment of the invention, the object to be monitored is monitored by the synchronous index monitoring or the synchronous and asynchronous mixed index monitoring mode, the uniqueness of the object is represented according to the identification information, the subsequent storage and inquiry are facilitated, the synchronous index monitoring or the synchronous and asynchronous mixed index monitoring is carried out, the monitoring data of the synchronous and asynchronous mixed index monitoring is stored in the monitoring structures, the corresponding identification fields are arranged in each monitoring structure, confusion is avoided, and when the synchronous and asynchronous mixed index monitoring is used, all the monitoring data can be obtained by accumulating the monitoring data corresponding to the synchronous index monitoring and the monitoring data corresponding to the asynchronous index monitoring, so that the monitoring pressure is reduced, and the monitoring accuracy is improved.
Fig. 8 is a schematic structural diagram of a monitoring device according to an embodiment of the present invention, as shown in fig. 8, where the device specifically includes:
a determining module 801, configured to determine a corresponding first monitoring structure based on a first monitoring index of an object to be monitored, where the first monitoring structure includes at least a first variable field;
a triggering module 802, configured to trigger a first monitoring event of the object based on the first monitoring structure, to obtain first monitoring data of the object;
And the updating module 803 is configured to update a first variable field in the first monitoring structure body based on the first monitoring data, so as to obtain the first monitoring structure body carrying the first monitoring data.
In one possible implementation manner, the first monitoring structure body further comprises a first monitoring type field and a first monitoring level field;
the determining module 801 is specifically configured to generate an initial structure, where the initial structure includes at least: a monitoring type field, a monitoring hierarchy field, and a variable field; acquiring the first monitoring index of the object to be monitored, wherein the first monitoring index comprises: type information and first hierarchy information; updating the monitoring type field in the initial structure body based on the type information, and updating the monitoring level field in the initial structure body according to the first level information to obtain the first monitoring structure body, wherein the first monitoring structure body at least comprises: a first monitoring type field, a first monitoring level field, and a first variable field.
In one possible embodiment, the initial structure further includes: the first monitoring structure body also comprises a first identification field;
The apparatus further comprises:
a generating module 804, configured to generate identification information corresponding to the object based on a second monitoring indicator of the object;
the updating module 803 is further configured to update the first identification field in the first monitoring structure based on the identification information.
In a possible implementation manner, the generating module 804 is specifically configured to obtain the second monitoring indicator of the object to be monitored, where the second monitoring indicator includes: a system time determined by a generation time of the initial structure; and generating the identification information according to the system time and a preset value corresponding to the system time.
In one possible embodiment, the initial structure further includes: a time field, and the first monitoring structure further includes a first time field;
the apparatus further comprises:
an obtaining module 805, configured to obtain a trigger time of the first monitoring event;
the updating module 803 is further configured to update a first time field in the first monitoring structure based on the trigger time.
In a possible implementation manner, the generating module 804 is further configured to generate a second monitoring structure based on the first monitoring structure;
The triggering module 802 is further configured to trigger a second monitoring event of the object based on the second monitoring structure to obtain second monitoring data of the object, where the second monitoring event is an asynchronous indicator monitoring event;
the updating module 803 is further configured to update a second variable field in the second monitoring structure based on the second monitoring data, to obtain the second monitoring structure carrying the second monitoring data.
In one possible embodiment, the second monitoring structure and the first monitoring structure meet at least one of the following conditions:
the second monitoring type field in the second monitoring structure is the same as the first monitoring type field in the first monitoring structure;
the second identification field in the second monitoring structure is the same as the first identification field in the first monitoring structure; or alternatively, the first and second heat exchangers may be,
the second time field in the second monitoring structure is the same as the first time field in the first monitoring structure.
In a possible implementation manner, the acquiring module is configured to further acquire second-level information;
the updating module 803 is further configured to update a second level field in the second monitoring structure based on the second level information and the first level information.
In one possible embodiment, the apparatus further comprises:
the storage module 806 is configured to store the first monitoring structure carrying the first monitoring data and the second monitoring structure carrying the second monitoring data to the same preset location based on a first identification field and a second identification field.
In one possible embodiment, the apparatus further comprises:
a query module 807 configured to query a target monitoring structure stored in the preset location based on target identification information, the target monitoring structure comprising: the first monitoring structure, or the first monitoring structure and at least one of the second monitoring structures; when the target monitoring structure body comprises the first monitoring structure body, acquiring the first monitoring data from the first variable field in the first monitoring structure body, and displaying the first monitoring data; when the target monitoring structure body comprises the first monitoring structure body and at least one second monitoring structure body, acquiring the first monitoring data from the first variable field in the first monitoring structure body, acquiring corresponding at least one second monitoring data from the second variable field in the at least one second monitoring structure body, accumulating the first monitoring data and the at least one second monitoring data, and displaying the accumulated first monitoring data and the accumulated at least one second monitoring data.
The monitoring device provided in this embodiment may be the monitoring device shown in fig. 8, and may perform all the steps of the monitoring method shown in fig. 1-7, so as to achieve the technical effects of the monitoring method shown in fig. 1-7, and the detailed description is omitted herein for brevity.
Fig. 9 is a schematic structural diagram of a computer device according to an embodiment of the present invention, and the computer device 900 shown in fig. 9 includes: at least one processor 901, memory 902, at least one network interface 904, and other user interfaces 903. The various components in computer device 900 are coupled together by a bus system 905. It is appreciated that the bus system 905 is employed to enable connected communications between these components. The bus system 905 includes a power bus, a control bus, and a status signal bus in addition to the data bus. But for clarity of illustration the various buses are labeled as bus system 905 in fig. 9.
The user interface 903 may include, among other things, a display, a keyboard, or a pointing device (e.g., a mouse, a trackball, a touch pad, or a touch screen, etc.).
It will be appreciated that the memory 902 in embodiments of the invention can be either volatile memory or nonvolatile memory, or can include both volatile and nonvolatile memory. The nonvolatile Memory may be a Read-Only Memory (ROM), a Programmable ROM (PROM), an Erasable PROM (EPROM), an Electrically Erasable EPROM (EEPROM), or a flash Memory. The volatile memory may be random access memory (Random Access Memory, RAM) which acts as an external cache. By way of example, and not limitation, many forms of RAM are available, such as Static RAM (SRAM), dynamic RAM (DRAM), synchronous DRAM (SDRAM), double Data Rate SDRAM (Double Data Rate SDRAM), enhanced SDRAM (ESDRAM), synchronous Link DRAM (SLDRAM), and Direct memory bus RAM (DRRAM). The memory 902 described herein is intended to comprise, without being limited to, these and any other suitable types of memory.
In some implementations, the memory 902 stores the following elements, executable units or data structures, or a subset thereof, or an extended set thereof: an operating system 9021 and application programs 9022.
The operating system 9021 includes various system programs, such as a framework layer, a core library layer, a driver layer, and the like, for implementing various basic services and processing hardware-based tasks. The application 9022 includes various application programs such as a Media Player (Media Player), a Browser (Browser), and the like for realizing various application services. A program for implementing the method of the embodiment of the present invention may be included in the application 9022.
In the embodiment of the present invention, by calling a program or an instruction stored in the memory 902, specifically, a program or an instruction stored in the application program 9022, the processor 901 is configured to execute method steps provided by each method embodiment, for example, including:
determining a corresponding first monitoring structure body based on a first monitoring index of an object to be monitored, wherein the first monitoring structure body at least comprises a first variable field; triggering a first monitoring event of the object based on the first monitoring structure to obtain first monitoring data of the object; and updating a first variable field in the first monitoring structure body based on the first monitoring data to obtain the first monitoring structure body carrying the first monitoring data.
In one possible implementation manner, the first monitoring structure body further comprises a first monitoring type field and a first monitoring level field;
generating an initial structure, wherein the initial structure at least comprises: a monitoring type field, a monitoring hierarchy field, and a variable field; acquiring the first monitoring index of the object to be monitored, wherein the first monitoring index comprises: type information and first hierarchy information; updating the monitoring type field in the initial structure body based on the type information, and updating the monitoring level field in the initial structure body according to the first level information to obtain the first monitoring structure body, wherein the first monitoring structure body at least comprises: a first monitoring type field, a first monitoring level field, and a first variable field.
In one possible embodiment, the initial structure further includes: the first monitoring structure body also comprises a first identification field;
generating identification information corresponding to the object based on a second monitoring index of the object; updating the first identification field in the first monitoring structure based on the identification information.
In one possible implementation manner, the second monitoring index of the object to be monitored is obtained, where the second monitoring index includes: a system time determined by a generation time of the initial structure; and generating the identification information according to the system time and a preset value corresponding to the system time.
In one possible embodiment, the initial structure further includes: a time field, and the first monitoring structure further includes a first time field;
acquiring the triggering time of the first monitoring event; updating a first time field in the first monitoring structure based on the trigger time.
In one possible embodiment, a second monitoring structure is generated based on the first monitoring structure; triggering a second monitoring event of the object based on the second monitoring structure to obtain second monitoring data of the object, wherein the second monitoring event is an asynchronous index monitoring event; and updating a second variable field in the second monitoring structure body based on the second monitoring data to obtain the second monitoring structure body carrying the second monitoring data.
In one possible embodiment, the second monitoring structure and the first monitoring structure meet at least one of the following conditions:
The second monitoring type field in the second monitoring structure is the same as the first monitoring type field in the first monitoring structure; the second identification field in the second monitoring structure is the same as the first identification field in the first monitoring structure; or, the second time field in the second monitoring structure is the same as the first time field in the first monitoring structure.
In one possible implementation, second-level information is obtained; a second hierarchical field in the second monitoring structure is updated based on the second hierarchical information and the first hierarchical information.
In one possible embodiment, the first monitoring structure carrying the first monitoring data and the second monitoring structure carrying the second monitoring data are stored to the same preset location based on a first identification field and a second identification field.
In one possible embodiment, the target monitoring structure stored in the preset location is queried based on target identification information, the target monitoring structure including: the first monitoring structure, or the first monitoring structure and at least one of the second monitoring structures; when the target monitoring structure body comprises the first monitoring structure body, acquiring the first monitoring data from the first variable field in the first monitoring structure body, and displaying the first monitoring data; when the target monitoring structure body comprises the first monitoring structure body and at least one second monitoring structure body, acquiring the first monitoring data from the first variable field in the first monitoring structure body, acquiring corresponding at least one second monitoring data from the second variable field in the at least one second monitoring structure body, accumulating the first monitoring data and the at least one second monitoring data, and displaying the accumulated first monitoring data and the accumulated at least one second monitoring data.
The method disclosed in the above embodiment of the present invention may be applied to the processor 901 or implemented by the processor 901. Processor 901 may be an integrated circuit chip with signal processing capabilities. In implementation, the steps of the above method may be performed by integrated logic circuits of hardware in the processor 901 or instructions in the form of software. The processor 901 may be a general purpose processor, a digital signal processor (Digital Signal Processor, DSP), an application specific integrated circuit (Application Specific Integrated Circuit, ASIC), an off-the-shelf programmable gate array (Field Programmable Gate Array, FPGA) or other programmable logic device, discrete gate or transistor logic device, discrete hardware components. The disclosed methods, steps, and logic blocks in the embodiments of the present invention may be implemented or performed. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like. The steps of the method disclosed in connection with the embodiments of the present invention may be embodied directly in the execution of a hardware decoding processor, or in the execution of a combination of hardware and software elements in a decoding processor. The software elements may be located in a random access memory, flash memory, read-only memory, programmable read-only memory or electrically erasable programmable memory, registers, etc. as well known in the art. The storage medium is located in a memory 902, and the processor 901 reads information in the memory 902 and performs the steps of the above method in combination with its hardware.
It is to be understood that the embodiments described herein may be implemented in hardware, software, firmware, middleware, microcode, or a combination thereof. For a hardware implementation, the processing units may be implemented within one or more application specific integrated circuits (Application Specific Integrated Circuits, ASIC), digital signal processors (Digital Signal Processing, DSP), digital signal processing devices (dspev, DSPD), programmable logic devices (Programmable Logic Device, PLD), field programmable gate arrays (Field-Programmable Gate Array, FPGA), general purpose processors, controllers, micro-controllers, microprocessors, other electronic units designed to perform the functions described herein, or a combination thereof.
For a software implementation, the techniques described herein may be implemented by means of units that perform the functions described herein. The software codes may be stored in a memory and executed by a processor. The memory may be implemented within the processor or external to the processor.
The computer device provided in this embodiment may be a computer device as shown in fig. 9, and may perform all the steps of the monitoring method shown in fig. 1 to 7, so as to achieve the technical effects of the monitoring method shown in fig. 1 to 7, and the detailed description will be omitted herein for brevity.
The embodiment of the invention also provides a storage medium (computer readable storage medium). The storage medium here stores one or more programs. Wherein the storage medium may comprise volatile memory, such as random access memory; the memory may also include non-volatile memory, such as read-only memory, flash memory, hard disk, or solid state disk; the memory may also comprise a combination of the above types of memories.
When one or more programs in the storage medium are executable by one or more processors, the above-described monitoring method performed on the monitoring device side is implemented.
The processor is used for executing the monitoring program stored in the memory to realize the following steps of the monitoring method executed on the monitoring equipment side:
determining a corresponding first monitoring structure body based on a first monitoring index of an object to be monitored, wherein the first monitoring structure body at least comprises a first variable field; triggering a first monitoring event of the object based on the first monitoring structure to obtain first monitoring data of the object; and updating a first variable field in the first monitoring structure body based on the first monitoring data to obtain the first monitoring structure body carrying the first monitoring data.
In one possible implementation manner, the first monitoring structure body further comprises a first monitoring type field and a first monitoring level field;
generating an initial structure, wherein the initial structure at least comprises: a monitoring type field, a monitoring hierarchy field, and a variable field; acquiring the first monitoring index of the object to be monitored, wherein the first monitoring index comprises: type information and first hierarchy information; updating the monitoring type field in the initial structure body based on the type information, and updating the monitoring level field in the initial structure body according to the first level information to obtain the first monitoring structure body, wherein the first monitoring structure body at least comprises: a first monitoring type field, a first monitoring level field, and a first variable field.
In one possible embodiment, the initial structure further includes: the first monitoring structure body also comprises a first identification field;
generating identification information corresponding to the object based on a second monitoring index of the object; updating the first identification field in the first monitoring structure based on the identification information.
In one possible implementation manner, the second monitoring index of the object to be monitored is obtained, where the second monitoring index includes: a system time determined by a generation time of the initial structure; and generating the identification information according to the system time and a preset value corresponding to the system time.
In one possible embodiment, the initial structure further includes: a time field, and the first monitoring structure further includes a first time field;
acquiring the triggering time of the first monitoring event; updating a first time field in the first monitoring structure based on the trigger time.
In one possible embodiment, a second monitoring structure is generated based on the first monitoring structure; triggering a second monitoring event of the object based on the second monitoring structure to obtain second monitoring data of the object, wherein the second monitoring event is an asynchronous index monitoring event; and updating a second variable field in the second monitoring structure body based on the second monitoring data to obtain the second monitoring structure body carrying the second monitoring data.
In one possible embodiment, the second monitoring structure and the first monitoring structure meet at least one of the following conditions:
The second monitoring type field in the second monitoring structure is the same as the first monitoring type field in the first monitoring structure; the second identification field in the second monitoring structure is the same as the first identification field in the first monitoring structure; or, the second time field in the second monitoring structure is the same as the first time field in the first monitoring structure.
In one possible implementation, second-level information is obtained; a second hierarchical field in the second monitoring structure is updated based on the second hierarchical information and the first hierarchical information.
In one possible embodiment, the first monitoring structure carrying the first monitoring data and the second monitoring structure carrying the second monitoring data are stored to the same preset location based on a first identification field and a second identification field.
In one possible embodiment, the target monitoring structure stored in the preset location is queried based on target identification information, the target monitoring structure including: the first monitoring structure, or the first monitoring structure and at least one of the second monitoring structures; when the target monitoring structure body comprises the first monitoring structure body, acquiring the first monitoring data from the first variable field in the first monitoring structure body, and displaying the first monitoring data; when the target monitoring structure body comprises the first monitoring structure body and at least one second monitoring structure body, acquiring the first monitoring data from the first variable field in the first monitoring structure body, acquiring corresponding at least one second monitoring data from the second variable field in the at least one second monitoring structure body, accumulating the first monitoring data and the at least one second monitoring data, and displaying the accumulated first monitoring data and the accumulated at least one second monitoring data.
Those of skill would further appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative elements and steps are described above generally in terms of function in order to clearly illustrate the interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the solution. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied in hardware, in a software module executed by a processor, or in a combination of the two. The software modules may be disposed in Random Access Memory (RAM), memory, read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
The foregoing description of the embodiments has been provided for the purpose of illustrating the general principles of the invention, and is not meant to limit the scope of the invention, but to limit the invention to the particular embodiments, and any modifications, equivalents, improvements, etc. that fall within the spirit and principles of the invention are intended to be included within the scope of the invention.

Claims (10)

1. A method of monitoring, comprising:
determining a corresponding first monitoring structure body based on a first monitoring index of an object to be monitored, wherein the first monitoring structure body is a data type of data, and the data type corresponds to one or a plurality of data combinations; the first monitoring structure body at least comprises a first variable field, a first monitoring type field, a first identification field and a first time field;
triggering a first monitoring event of the object based on the first monitoring structure to obtain first monitoring data of the object, wherein the first monitoring event is a synchronous index monitoring event;
updating a first variable field in the first monitoring structure body based on the first monitoring data to obtain the first monitoring structure body carrying the first monitoring data;
generating a second monitoring structure based on the first monitoring structure;
triggering a second monitoring event of the object based on the second monitoring structure to obtain second monitoring data of the object, wherein the second monitoring event is an asynchronous index monitoring event;
updating a second variable field in the second monitoring structure body based on the second monitoring data to obtain the second monitoring structure body carrying the second monitoring data;
Wherein, based on the first monitoring structure body, generate a second monitoring structure body, specifically including:
starting an asynchronous index monitoring event at the same time of starting a synchronous index monitoring event, copying a first monitoring structure corresponding to the synchronous index monitoring event, and updating all fields in the copied first monitoring structure and names of the first monitoring structure to obtain a second monitoring structure;
the second monitoring structure and the first monitoring structure satisfy at least the following conditions:
the second monitoring type field in the second monitoring structure is the same as the first monitoring type field in the first monitoring structure;
the second identification field in the second monitoring structure is the same as the first identification field in the first monitoring structure; and
a second time field in the second monitoring structure is the same as a first time field in the first monitoring structure;
the identification field is a unique identification for monitoring the corresponding index of the object to be monitored; the time field is used for storing the triggering time of the monitoring event;
and storing the first monitoring structural body carrying the first monitoring data and the second monitoring structural body carrying the second monitoring data to the same preset position based on a first identification field and a second identification field.
2. The method of claim 1, wherein the first monitoring structure further comprises a first monitoring hierarchy field therein;
the determining the corresponding first monitoring structure body based on the first monitoring index of the object to be monitored comprises the following steps:
generating an initial structure, wherein the initial structure at least comprises: a monitoring type field, a monitoring hierarchy field, and a variable field;
acquiring the first monitoring index of the object to be monitored, wherein the first monitoring index comprises: type information and first hierarchy information;
updating the monitoring type field in the initial structure body based on the type information, and updating the monitoring level field in the initial structure body according to the first level information to obtain the first monitoring structure body;
the first level information is used for representing a monitoring level of an object to be monitored, when synchronous monitoring is created for the first time, the corresponding level information is a root node or a father node, namely, the first level information is 0, when one or more asynchronous monitoring of the synchronous monitoring is created, the created asynchronous monitoring corresponding level information is added with 1 on the basis of the currently monitored level information, and when a plurality of asynchronous monitoring is created, each asynchronous monitoring is in a parallel relation.
3. The method of claim 2, wherein the step of determining the position of the substrate comprises,
the method further comprises the steps of:
generating identification information corresponding to the object based on a second monitoring index of the object;
updating the first identification field in the first monitoring structure based on the identification information.
4. A method according to claim 3, wherein the generating the identification information corresponding to the object based on the second monitoring indicator of the object comprises:
obtaining the second monitoring index of the object to be monitored, wherein the second monitoring index comprises: a system time determined by a generation time of the initial structure;
and generating the identification information according to the system time and a preset value corresponding to the system time.
5. The method of claim 2, wherein the step of determining the position of the substrate comprises,
the method further comprises the steps of:
acquiring the triggering time of the first monitoring event;
updating a first time field in the first monitoring structure based on the trigger time.
6. The method of claim 5, wherein the method further comprises:
acquiring second-level information;
and updating a second level field in the second monitoring structure based on the second level information and the first level information.
7. The method of claim 6, wherein the method further comprises:
querying a target monitoring structure stored in the preset position based on target identification information, wherein the target monitoring structure comprises: the first monitoring structure, or the first monitoring structure and at least one of the second monitoring structures;
when the target monitoring structure body comprises the first monitoring structure body, acquiring the first monitoring data from the first variable field in the first monitoring structure body, and displaying the first monitoring data;
when the target monitoring structure body comprises the first monitoring structure body and at least one second monitoring structure body, acquiring the first monitoring data from the first variable field in the first monitoring structure body, acquiring corresponding at least one second monitoring data from the second variable field in the at least one second monitoring structure body, accumulating the first monitoring data and the at least one second monitoring data, and displaying the accumulated first monitoring data and the accumulated at least one second monitoring data.
8. A monitoring device, comprising:
A determining module, configured to determine a corresponding first monitoring structure based on a first monitoring index of an object to be monitored, where the first monitoring structure is a data type of data, and the data type corresponds to a combination of one or more data; the first monitoring structure body at least comprises a first variable field, a first monitoring type field, a first identification field and a first time field;
the triggering module is used for triggering a first monitoring event of the object based on the first monitoring structure body to obtain first monitoring data of the object, wherein the first monitoring event is a synchronous index monitoring event;
the updating module is used for updating a first variable field in the first monitoring structure body based on the first monitoring data to obtain the first monitoring structure body carrying the first monitoring data; the method is also used for updating a second variable field in a second monitoring structure body based on second monitoring data to obtain the second monitoring structure body carrying the second monitoring data;
a generation module for generating a second monitoring structure based on the first monitoring structure;
the triggering module is used for triggering a second monitoring event of the object based on the second monitoring structure body to obtain second monitoring data of the object, wherein the second monitoring event is an asynchronous index monitoring event;
Wherein, the generating module is further used for: starting an asynchronous index monitoring event at the same time of starting a synchronous index monitoring event, copying a first monitoring structure corresponding to the synchronous index monitoring event, and updating all fields in the copied first monitoring structure and names of the first monitoring structure to obtain a second monitoring structure;
the second monitoring structure and the first monitoring structure satisfy at least the following conditions: the second monitoring type field in the second monitoring structure is the same as the first monitoring type field in the first monitoring structure; the second identification field in the second monitoring structure is the same as the first identification field in the first monitoring structure; and a second time field in the second monitoring structure is the same as a first time field in the first monitoring structure;
the identification field is a unique identification for monitoring the corresponding index of the object to be monitored; the time field is used for storing the triggering time of the monitoring event;
and the storage module is used for storing the first monitoring structural body carrying the first monitoring data and the second monitoring structural body carrying the second monitoring data to the same preset position based on a first identification field and a second identification field.
9. A computer device, comprising: a processor and a memory, the processor being configured to execute a monitoring program stored in the memory to implement the monitoring method of any one of claims 1 to 7.
10. A storage medium storing one or more programs executable by one or more processors to implement the monitoring method of any of claims 1-7.
CN202011317104.7A 2020-11-20 2020-11-20 Monitoring method, monitoring device, computer equipment and storage medium Active CN112286769B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011317104.7A CN112286769B (en) 2020-11-20 2020-11-20 Monitoring method, monitoring device, computer equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011317104.7A CN112286769B (en) 2020-11-20 2020-11-20 Monitoring method, monitoring device, computer equipment and storage medium

Publications (2)

Publication Number Publication Date
CN112286769A CN112286769A (en) 2021-01-29
CN112286769B true CN112286769B (en) 2023-10-20

Family

ID=74399671

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011317104.7A Active CN112286769B (en) 2020-11-20 2020-11-20 Monitoring method, monitoring device, computer equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112286769B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113985760B (en) * 2021-09-30 2024-03-26 秦皇岛远舟工业气体有限公司 ARM-based switching value processing method applied to monitoring alarm system

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101515247A (en) * 2009-03-30 2009-08-26 福建星网锐捷网络有限公司 Method and device for monitoring memory
CN107797465A (en) * 2016-09-06 2018-03-13 北京百度网讯科技有限公司 Monitoring method and device
CN109284213A (en) * 2018-08-07 2019-01-29 阿里巴巴集团控股有限公司 Alarm method, device, electronic equipment and computer readable storage medium
CN111541590A (en) * 2020-07-08 2020-08-14 广州市玄武无线科技股份有限公司 Link monitoring method, alarm method, system, terminal and storage medium

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9268664B2 (en) * 2010-04-06 2016-02-23 Paypal, Inc. Method and system for synchronous and asynchronous monitoring

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101515247A (en) * 2009-03-30 2009-08-26 福建星网锐捷网络有限公司 Method and device for monitoring memory
CN107797465A (en) * 2016-09-06 2018-03-13 北京百度网讯科技有限公司 Monitoring method and device
CN109284213A (en) * 2018-08-07 2019-01-29 阿里巴巴集团控股有限公司 Alarm method, device, electronic equipment and computer readable storage medium
CN111541590A (en) * 2020-07-08 2020-08-14 广州市玄武无线科技股份有限公司 Link monitoring method, alarm method, system, terminal and storage medium

Also Published As

Publication number Publication date
CN112286769A (en) 2021-01-29

Similar Documents

Publication Publication Date Title
CN108932257B (en) Multi-dimensional data query method and device
US10656981B2 (en) Anomaly detection using sequences of system calls
CN111247518A (en) Database sharding
CN108334515B (en) Method, device and system for processing stack address in crash file
CN107026881B (en) Method, device and system for processing service data
CN109284321B (en) Data loading method, device, computing equipment and computer readable storage medium
CN113609139A (en) Monitoring data management method and device, electronic equipment and storage medium
CN110674408A (en) Service platform, and real-time generation method and device of training sample
WO2022252512A1 (en) Root cause analysis method and apparatus, electronic device, medium, and program
CN112286769B (en) Monitoring method, monitoring device, computer equipment and storage medium
CN112148794A (en) Version management method and device of intelligent contract and storage medium
CN111913960A (en) Form processing method and related equipment
CN111831639A (en) Global unique ID generation method and device and vehicle management system
CN115374109B (en) Data access method, device, computing equipment and system
CN109284833B (en) Method, apparatus and storage medium for obtaining feature data for machine learning model
CN113254315B (en) Reporting method of embedded point information, embedded point method, device, medium and electronic equipment
CN114490651A (en) Data storage method and device
CN110647568B (en) Method and device for converting graph database data into programming language data
CN112861013A (en) User portrait updating method and device, electronic equipment and storage medium
KR102066178B1 (en) Web monitoring system and method for generating of response time distribution information using the same
CN110020348B (en) Early warning method and device for circled events
CN118132142A (en) Method and device for generating description document
CN111726373B (en) Communication link construction method, device and equipment
JP6497087B2 (en) Information processing apparatus and information processing program
CN116800637B (en) Method for estimating base number of data item in data stream and related equipment

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