CN112035315A - Webpage data monitoring method and device, computer equipment and storage medium - Google Patents

Webpage data monitoring method and device, computer equipment and storage medium Download PDF

Info

Publication number
CN112035315A
CN112035315A CN202010762446.3A CN202010762446A CN112035315A CN 112035315 A CN112035315 A CN 112035315A CN 202010762446 A CN202010762446 A CN 202010762446A CN 112035315 A CN112035315 A CN 112035315A
Authority
CN
China
Prior art keywords
data
target
webpage
module
custom attribute
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202010762446.3A
Other languages
Chinese (zh)
Inventor
李琦
宋卫东
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Chongqing Ruiyun Technology Co ltd
Original Assignee
Chongqing Ruiyun 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 Chongqing Ruiyun Technology Co ltd filed Critical Chongqing Ruiyun Technology Co ltd
Priority to CN202010762446.3A priority Critical patent/CN112035315A/en
Publication of CN112035315A publication Critical patent/CN112035315A/en
Pending legal-status Critical Current

Links

Images

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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3051Monitoring arrangements for monitoring the configuration of the computing system or of the computing system component, e.g. monitoring the presence of processing resources, peripherals, I/O links, software programs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3065Monitoring arrangements determined by the means or processing involved in reporting the monitored data
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • G06F8/42Syntactic analysis
    • G06F8/427Parsing

Landscapes

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

Abstract

The invention provides a webpage data monitoring method, a webpage data monitoring device, computer equipment and a storage medium, wherein the method comprises the following steps: according to the convention, adding custom attribute identification to a data tag to be monitored in a webpage to obtain a target webpage; configuring a target webpage into a preset timing program; based on a timing program, acquiring a data tag with a custom attribute identifier in a target webpage at regular time; acquiring data content corresponding to the data tag, processing to obtain target data, and storing the target data into a database; and obtaining a difference value of the two adjacent target data based on the database, comparing the difference value with a preset threshold value, and performing exception recording and storage on the target data with the difference value larger than the threshold value. The scheme solves the problem of non-universality of data monitoring services, reduces a large amount of labor and time cost for data monitoring comparison, and improves the monitoring efficiency.

Description

Webpage data monitoring method and device, computer equipment and storage medium
Technical Field
The present invention relates to the field of computer communication technologies, and in particular, to a method and an apparatus for monitoring web page data, a computer device, and a storage medium.
Background
In the existing data monitoring service, data to be monitored is generally compared at a service layer, for example: comparing the data before and after cleaning while completing the data cleaning, and comparing the data before and after the third-party data acquisition while completing the data acquisition, so that developers needing monitoring programs need to know the service needing monitoring in detail and make corresponding data index comparison service logic to monitor the data, and the human resource and time cost required under the condition is relatively high; therefore, the monitoring method is not universal due to the limitation of the service; and as time grows and the business changes, the maintenance of the data monitoring program becomes more and more troublesome.
Disclosure of Invention
In view of the foregoing, it is desirable to provide a method, an apparatus, a computer device and a storage medium for monitoring web page data.
A method of web page data monitoring, the method comprising: according to the convention, adding custom attribute identification to a data tag to be monitored in a webpage to obtain a target webpage; configuring the target webpage into a preset timing program; based on the timing program, acquiring a data tag with a custom attribute identifier in the target webpage at regular time; acquiring data content corresponding to the data tag, processing to obtain target data, and storing the target data into a database; and obtaining a difference value of the two adjacent target data based on the database, comparing the difference value with a preset threshold value, and performing exception recording and storage when the difference value is greater than the threshold value.
In one embodiment, the adding of the custom attribute identifier to the data tag to be monitored in the web page according to the agreement to obtain the target web page specifically includes: according to a preset convention, adding a custom attribute identifier to a data tag to be monitored in a webpage, wherein the custom attribute identifier at least comprises a data name, a data detection threshold value and an early warning threshold value, and taking the webpage added with the custom attribute identifier as a target webpage.
In one embodiment, the obtaining the data tag with the custom attribute identifier in the target webpage at regular time based on the timing program specifically includes: and based on the timing program, performing structural analysis on the target webpage by using a page analysis technology, and acquiring a data tag which has the custom attribute identifier in the target webpage.
In one embodiment, the obtaining of the data content corresponding to the data tag, processing to obtain target data, and storing the target data in a database specifically includes: acquiring data content corresponding to the data label; carrying out data structure processing on the data content to obtain target data in a target data structure form; and storing the target data into a preset database.
In one embodiment, after the obtaining a difference between two adjacent target data based on the database, comparing the difference with a preset threshold, and recording and storing the abnormality that the difference is greater than the threshold, the method further includes: and summarizing the information with the abnormal records and sending a notice to related personnel.
A webpage data monitoring device comprises an identification adding module, a program configuration module, a data acquisition module, a data processing module and a data monitoring module, wherein: the identification adding module is used for adding the custom attribute identification to the data tag to be monitored in the webpage according to the convention to obtain a target webpage; the program configuration module is used for configuring the target webpage into a preset timing program; the data acquisition module is used for acquiring the data tags with the custom attribute identifications in the target webpage in a timing mode based on the timing program; the data processing module is used for acquiring data content corresponding to the data label, processing the data content to obtain target data and storing the target data into a database; and the data monitoring module is used for obtaining a difference value of two adjacent target data based on the database, comparing the difference value with a preset threshold value, and performing exception recording and storage when the difference value is greater than the threshold value.
In one embodiment, the data processing module includes an obtaining unit, a processing unit, and a storage unit, wherein: the acquisition unit is used for acquiring the data content corresponding to the data label; the processing unit is used for carrying out data structure processing on the data content to obtain target data in a target data structure form; the storage unit is used for storing the target data into a preset database.
In one embodiment, the apparatus further comprises an exception notification module: and the abnormity notification module is used for summarizing the information with the abnormity records and sending a notification to related personnel.
A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor executes the program to implement the steps of the web page data monitoring method described in the above embodiments.
A storage medium having stored thereon a computer program which, when executed by a processor, implements the steps of the web page data monitoring method described in the various embodiments above.
According to the webpage data monitoring method, the webpage data monitoring device, the computer equipment and the storage medium, the user-defined attribute identification is directly added to the data label to be monitored on the webpage, the webpage is configured into the preset timing program, the target data to be monitored is obtained in a timing mode, the difference value of two adjacent target data is compared with the preset threshold value, if the difference value is larger than the threshold value, abnormity is indicated, monitoring of the target data is completed, and finally all abnormal numerical values are collected and sent to related personnel.
Drawings
FIG. 1 is a schematic flow chart diagram illustrating a method for monitoring web page data in one embodiment;
FIG. 2 is a schematic flow chart diagram illustrating a method for monitoring web page data in another embodiment;
FIG. 3 is a block diagram of a web page data monitoring apparatus according to an embodiment;
FIG. 4 is a block diagram of a data processing module in one embodiment;
FIG. 5 is a diagram illustrating an internal structure of a computer device according to an embodiment.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is described in further detail below with reference to the accompanying drawings by way of specific embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
In one embodiment, as shown in fig. 1, there is provided a web page data monitoring method, including the steps of:
s110, adding the custom attribute identification to the data tag to be monitored in the webpage according to the convention to obtain the target webpage.
Specifically, the developer adds the custom attribute identifier to the data tag to be monitored in the web page according to the predetermined rule, and the web page to which the custom attribute identifier is added is the target web page. The data tags are based on the H5 page, and the data tags identified by the added custom attributes are the data contents to be monitored.
In one embodiment, step S110 specifically includes: according to a preset convention, adding a custom attribute identifier to a data tag to be monitored in a webpage, wherein the custom attribute identifier at least comprises a data name, a data detection threshold value and an early warning threshold value, and taking the webpage added with the custom attribute identifier as a target webpage. Specifically, the custom attribute identifier includes, but is not limited to, a data Name, data detection, and an early warning threshold, and when the custom attribute identifier is added, a range value of the identifier needs to be correspondingly added, where the data Name (data Name) is a data Name that needs to be monitored; the data Check (data Check) corresponds to whether the data needs to be detected and compared; the early Warning threshold (data Check Warning) is used for subsequent comparison and judging whether the data Check Warning is abnormal or not; there is also a data Type Check (data Check Type) for checking what Type of data is compared, and the like. No matter how many custom attribute identifications exist, at least three custom attribute labels including a data name, a data detection value and an early warning threshold value need to be added to a data label corresponding to each data needing to be monitored.
S120, configuring the target webpage into a preset timing program.
Specifically, the final page internet access website of the data statistical analysis system developed according to the convention is configured into a timed independent program.
S130, based on the timing program, the data tags with the custom attribute identifications in the target webpage are acquired at regular time.
Specifically, based on the timing program, the data tag with the custom attribute identifier is obtained in the target webpage at a timing, and the significance of obtaining the data tag is to prepare for subsequently obtaining the data content corresponding to the data tag.
In one embodiment, step S130 specifically includes: and based on a timing program, performing structural analysis on the target webpage by using a page analysis technology, and acquiring a data tag with a custom attribute identifier in the target webpage. Specifically, the timing program analyzes the structure of the page, and all tags with custom attributes are obtained by utilizing a page analysis technology; and acquiring all tags with data Check attributes.
S140, acquiring data content corresponding to the data label, processing to obtain target data, and storing the target data in a database.
Specifically, according to the data tag obtained in step S130, the data content corresponding to the data tag is obtained, then the data content is processed to obtain the target data, and the target data is stored in the preset database.
In one embodiment, step S140 specifically includes: acquiring data content corresponding to the data label; carrying out data structure processing on the data content to obtain target data in a target data structure form; and storing the target data into a preset database. Specifically, according to the data tag acquired in step S130, the data content corresponding to the data tag is acquired, and the data content is converted into a fixed data structure as the target data, and then stored in the database.
S150, based on the database, obtaining a difference value of the two adjacent target data, comparing the difference value with a preset threshold value, and performing exception recording and storage when the difference value is larger than the threshold value.
Specifically, based on the database, the data acquired at the current time and the data acquired at the last time are in one-to-one correspondence, the difference value is calculated according to type traversal comparison, then the difference value is compared with the threshold value, and if the difference value exceeds the range, the difference value is recorded.
In one embodiment, as shown in fig. 2, after step S150, step S160 is further included: and summarizing the information with the abnormal records and sending a notice to related personnel. Specifically, all the contents exceeding the threshold are finally assembled into the briefing contents, and the relevant technical personnel are notified in the monitoring program in a short message or mail mode at the first time.
In the embodiment, the user-defined attribute identifier is directly added to the data tag to be monitored on the webpage, the webpage is configured in the preset timing program, the target data to be monitored is obtained in a timing mode, the difference value of two adjacent target data is compared with the preset threshold value, if the difference value is larger than the threshold value, the target data is abnormal, monitoring of the target data is completed, and finally all abnormal numerical values are collected and sent to related personnel.
In one embodiment, as shown in fig. 3, there is provided a web page data monitoring apparatus 200, which includes an identification adding module 210, a program configuring module 220, a data obtaining module 230, a data processing module 240, and a data monitoring module 250, wherein:
the identifier adding module 210 is configured to add a custom attribute identifier to a data tag to be monitored in a web page according to an agreement, so as to obtain a target web page;
the program configuration module 220 is configured to configure the target web page into a preset timing program;
the data obtaining module 230 is configured to obtain, based on a timing program, a data tag with a custom attribute identifier in a target webpage at a fixed time;
the data processing module 240 is configured to obtain data content corresponding to the data tag, process the data content to obtain target data, and store the target data in a database;
the data monitoring module 250 is configured to obtain a difference between two adjacent target data based on the database, compare the difference with a preset threshold, and perform exception recording and storage on the difference larger than the threshold.
In an embodiment, the identifier adding module 210 is further configured to add a custom attribute identifier to the data tag to be monitored in the web page according to a preset convention, where the custom attribute identifier at least includes a data name, a data detection value, and an early warning threshold value, and use the web page to which the custom attribute identifier is added as a target web page.
In one embodiment, the data obtaining module 230 is further configured to perform structure analysis on the target webpage by using a page parsing technology based on a timing program, and obtain a data tag having a custom attribute identifier in the target webpage.
In one embodiment, as shown in fig. 4, the data processing module 240 includes an obtaining unit 241, a processing unit 242, and a storage unit 243, wherein: the obtaining unit 241 is configured to obtain data content corresponding to the data tag; the processing unit 242 is configured to perform data structure processing on the data content to obtain target data in a target data structure form; the storage unit 243 is configured to store the target data in a preset database.
In one embodiment, the apparatus further comprises an exception notification module, wherein: and the abnormity notification module is used for summarizing the information with the abnormity records and sending a notification to related personnel.
In one embodiment, a computer device is provided, which may be a server, the internal structure of which may be as shown in fig. 5. The computer device includes a processor, a memory, a network interface, and a database connected by a system bus. Wherein the processor of the computer device is configured to provide computing and control capabilities. The memory of the computer device comprises a nonvolatile storage medium and an internal memory. The non-volatile storage medium stores an operating system, a computer program, and a database. The internal memory provides an environment for the operation of an operating system and computer programs in the non-volatile storage medium. The database of the computer device is used for storing the configuration template and also used for storing target webpage data. The network interface of the computer device is used for communicating with an external terminal through a network connection. The computer program is executed by a processor to implement a web page data monitoring method.
Those skilled in the art will appreciate that the architecture shown in fig. 5 is merely a block diagram of some of the structures associated with the disclosed aspects and is not intended to limit the computing devices to which the disclosed aspects apply, as particular computing devices may include more or less components than those shown, or may combine certain components, or have a different arrangement of components.
In one embodiment, a storage medium is further provided, the storage medium storing a computer program, the computer program comprising program instructions, which when executed by a computer, which may be part of the above-mentioned web page data monitoring apparatus, cause the computer to perform the method according to the previous embodiment.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by a computer program, which can be stored in a computer-readable storage medium, and when executed, can include the processes of the embodiments of the methods described above. The storage medium may be a magnetic disk, an optical disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), or the like.
It will be apparent to those skilled in the art that the modules or steps of the invention described above may be implemented in a general purpose computing device, they may be centralized on a single computing device or distributed across a network of computing devices, and optionally they may be implemented in program code executable by a computing device, such that they may be stored on a computer storage medium (ROM/RAM, magnetic disks, optical disks) and executed by a computing device, and in some cases, the steps shown or described may be performed in an order different than that described herein, or they may be separately fabricated into individual integrated circuit modules, or multiple ones of them may be fabricated into a single integrated circuit module. Thus, the present invention is not limited to any specific combination of hardware and software.
The foregoing is a more detailed description of the present invention that is presented in conjunction with specific embodiments, and the practice of the invention is not to be considered limited to those descriptions. For those skilled in the art to which the invention pertains, several simple deductions or substitutions can be made without departing from the spirit of the invention, and all shall be considered as belonging to the protection scope of the invention.

Claims (10)

1. A method for monitoring webpage data is characterized by comprising the following steps:
according to the convention, adding custom attribute identification to a data tag to be monitored in a webpage to obtain a target webpage;
configuring the target webpage into a preset timing program;
based on the timing program, acquiring a data tag with a custom attribute identifier in the target webpage at regular time;
acquiring data content corresponding to the data tag, processing to obtain target data, and storing the target data into a database;
and obtaining a difference value of the two adjacent target data based on the database, comparing the difference value with a preset threshold value, and performing exception recording and storage when the difference value is greater than the threshold value.
2. The method of claim 1, wherein the adding of the custom attribute identifier to the data tag to be monitored in the web page according to the agreement to obtain the target web page specifically comprises:
according to a preset convention, adding a custom attribute identifier to a data tag to be monitored in a webpage, wherein the custom attribute identifier at least comprises a data name, a data detection threshold value and an early warning threshold value, and taking the webpage added with the custom attribute identifier as a target webpage.
3. The method according to claim 1, wherein the step of obtaining the data tag with the custom attribute identifier in the target web page at regular time based on the timing program specifically comprises:
and based on the timing program, performing structural analysis on the target webpage by using a page analysis technology, and acquiring a data tag which has the custom attribute identifier in the target webpage.
4. The method according to claim 1, wherein the obtaining of the data content corresponding to the data tag, the processing of the data content to obtain target data, and the storing of the target data in a database specifically include:
acquiring data content corresponding to the data label;
carrying out data structure processing on the data content to obtain target data in a target data structure form;
and storing the target data into a preset database.
5. The method of claim 1, wherein after obtaining a difference between two adjacent target data based on the database and comparing the difference with a preset threshold, and recording and storing the anomaly with the difference greater than the threshold, further comprising:
and summarizing the information with the abnormal records and sending a notice to related personnel.
6. The utility model provides a webpage data monitoring device which characterized in that, includes that the sign adds module, procedure configuration module, data acquisition module, data processing module and data monitoring module, wherein:
the identification adding module is used for adding the custom attribute identification to the data tag to be monitored in the webpage according to the convention to obtain a target webpage;
the program configuration module is used for configuring the target webpage into a preset timing program;
the data acquisition module is used for acquiring the data tags with the custom attribute identifications in the target webpage in a timing mode based on the timing program;
the data processing module is used for acquiring data content corresponding to the data label, processing the data content to obtain target data and storing the target data into a database;
and the data monitoring module is used for obtaining a difference value of two adjacent target data based on the database, comparing the difference value with a preset threshold value, and performing exception recording and storage when the difference value is greater than the threshold value.
7. The apparatus of claim 6, wherein the data processing module comprises an acquisition unit, a processing unit, and a storage unit, wherein:
the acquisition unit is used for acquiring the data content corresponding to the data label;
the processing unit is used for carrying out data structure processing on the data content to obtain target data in a target data structure form;
the storage unit is used for storing the target data into a preset database.
8. The apparatus of claim 6, further comprising an exception notification module to:
and the abnormity notification module is used for summarizing the information with the abnormity records and sending a notification to related personnel.
9. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the steps of the method of any of claims 1 to 5 are implemented when the computer program is executed by the processor.
10. A storage medium having a computer program stored thereon, the computer program, when being executed by a processor, realizing the steps of the method of any one of claims 1 to 5.
CN202010762446.3A 2020-07-31 2020-07-31 Webpage data monitoring method and device, computer equipment and storage medium Pending CN112035315A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010762446.3A CN112035315A (en) 2020-07-31 2020-07-31 Webpage data monitoring method and device, computer equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010762446.3A CN112035315A (en) 2020-07-31 2020-07-31 Webpage data monitoring method and device, computer equipment and storage medium

Publications (1)

Publication Number Publication Date
CN112035315A true CN112035315A (en) 2020-12-04

Family

ID=73582066

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010762446.3A Pending CN112035315A (en) 2020-07-31 2020-07-31 Webpage data monitoring method and device, computer equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112035315A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113641720A (en) * 2021-08-17 2021-11-12 连连宝(杭州)信息技术有限公司 Data processing method and device, computer equipment and readable storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105630843A (en) * 2014-11-17 2016-06-01 广州市动景计算机科技有限公司 Webpage change monitoring method and device
CN110046072A (en) * 2019-03-13 2019-07-23 平安城市建设科技(深圳)有限公司 Monitoring method, device, terminal and the readable storage medium storing program for executing of the page
CN110134841A (en) * 2018-02-09 2019-08-16 鼎复数据科技(北京)有限公司 The customized real-time method for obtaining website data
CN110704393A (en) * 2019-08-30 2020-01-17 北京浪潮数据技术有限公司 Data monitoring method and device for Hive data warehouse
CN110968470A (en) * 2018-09-28 2020-04-07 江苏赛融科技股份有限公司 Operation and maintenance monitoring and aggregation management system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105630843A (en) * 2014-11-17 2016-06-01 广州市动景计算机科技有限公司 Webpage change monitoring method and device
CN110134841A (en) * 2018-02-09 2019-08-16 鼎复数据科技(北京)有限公司 The customized real-time method for obtaining website data
CN110968470A (en) * 2018-09-28 2020-04-07 江苏赛融科技股份有限公司 Operation and maintenance monitoring and aggregation management system
CN110046072A (en) * 2019-03-13 2019-07-23 平安城市建设科技(深圳)有限公司 Monitoring method, device, terminal and the readable storage medium storing program for executing of the page
CN110704393A (en) * 2019-08-30 2020-01-17 北京浪潮数据技术有限公司 Data monitoring method and device for Hive data warehouse

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113641720A (en) * 2021-08-17 2021-11-12 连连宝(杭州)信息技术有限公司 Data processing method and device, computer equipment and readable storage medium

Similar Documents

Publication Publication Date Title
CN107819627B (en) System fault processing method and server
CN101902366B (en) Method and system for detecting abnormal service behaviors
US9507946B2 (en) Program vulnerability identification
CN111475370A (en) Operation and maintenance monitoring method, device and equipment based on data center and storage medium
EP2487860A1 (en) Method and system for improving security threats detection in communication networks
CN112162878A (en) Database fault discovery method and device, electronic equipment and storage medium
EP2645257A2 (en) System and method for visualisation of behaviour within computer infrastructure
CN108092836A (en) The monitoring method and device of a kind of server
CN101997925A (en) Server monitoring method with early warning function and system thereof
CN109783324B (en) System operation early warning method and device
CN112527484B (en) Workflow breakpoint continuous running method and device, computer equipment and readable storage medium
CN110471945B (en) Active data processing method, system, computer equipment and storage medium
CN112380089A (en) Data center monitoring and early warning method and system
CN113313280B (en) Cloud platform inspection method, electronic equipment and nonvolatile storage medium
US11897527B2 (en) Automated positive train control event data extraction and analysis engine and method therefor
CN113487182B (en) Device health state evaluation method, device, computer device and medium
CN112035315A (en) Webpage data monitoring method and device, computer equipment and storage medium
CN113691395A (en) Network operation and maintenance method and device, computer equipment and storage medium
CN112910733A (en) Full link monitoring system and method based on big data
CN116955071A (en) Fault classification method, device, equipment and storage medium
CN113553588B (en) Terminal software management method
CN113835961B (en) Alarm information monitoring method, device, server and storage medium
CN105607983A (en) Data exception monitoring method and apparatus
CN107341086A (en) The monitoring method and system of operation condition of server
CN114356722A (en) Monitoring alarm method, system, equipment and storage medium for server cluster

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