WO2018214320A1 - Procédé et système de surveillance de logique de service de base de données, et support de stockage - Google Patents

Procédé et système de surveillance de logique de service de base de données, et support de stockage Download PDF

Info

Publication number
WO2018214320A1
WO2018214320A1 PCT/CN2017/099334 CN2017099334W WO2018214320A1 WO 2018214320 A1 WO2018214320 A1 WO 2018214320A1 CN 2017099334 W CN2017099334 W CN 2017099334W WO 2018214320 A1 WO2018214320 A1 WO 2018214320A1
Authority
WO
WIPO (PCT)
Prior art keywords
monitoring
item
alarm
database
preset
Prior art date
Application number
PCT/CN2017/099334
Other languages
English (en)
Chinese (zh)
Inventor
陈莹
Original Assignee
平安科技(深圳)有限公司
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 平安科技(深圳)有限公司 filed Critical 平安科技(深圳)有限公司
Publication of WO2018214320A1 publication Critical patent/WO2018214320A1/fr

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
    • 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

Definitions

  • the present invention relates to the field of database monitoring technologies, and in particular, to a database service logic monitoring method, system, and storage medium.
  • the monitoring of the database is to monitor the running performance of the database.
  • the major database vendors provide relevant performance management views and troubleshooting commands to the database operation and maintenance personnel.
  • U.S. personnel manage and check database business logic problems.
  • O&M personnel it is often difficult for O&M personnel to detect and generate data anomalies and timely alarms in the database when managing and checking database business logic problems. Stability.
  • the main purpose of the present invention is to provide a database service logic monitoring method, system, and storage medium, which aims to solve the technical problem that it is difficult to timely discover data abnormalities and timely alarms generated by the database in the prior art, thereby affecting database stability.
  • the present invention provides a database service logic monitoring method, and the database business logic monitoring method includes:
  • the monitoring item is started, and it is determined whether the monitoring item is currently in a ready state. If the monitoring item is currently in a ready state, performing service logic monitoring on the monitoring item;
  • the business logic monitoring result is written into the monitoring data table, and the monitoring data table is scanned every second set time to obtain abnormal data in the set time period;
  • the present invention further provides a database business logic monitoring system, the database business logic monitoring system comprising: a memory, a processor, and a database stored on the memory and operable on the processor
  • the business logic monitor program when the database business logic monitor program is executed by the processor, implements the following steps:
  • the monitoring item is started, and it is determined whether the monitoring item is currently in a ready state. If the monitoring item is currently in a ready state, performing service logic monitoring on the monitoring item;
  • the business logic monitoring result is written into the monitoring data table, and the monitoring data table is scanned every second set time to obtain abnormal data in the set time period;
  • the present invention further provides a storage medium, where the database business logic monitoring program is stored, and the database business logic monitoring program is executed by the processor to implement the following steps:
  • the monitoring item is started, and it is determined whether the monitoring item is currently in a ready state. If the monitoring item is currently in a ready state, performing service logic monitoring on the monitoring item;
  • the business logic monitoring result is written into the monitoring data table, and the monitoring data table is scanned every second set time to obtain abnormal data in the set time period;
  • the database business logic monitoring method, system and storage medium provided by the invention can realize: performing business logic monitoring on the monitoring items written in the monitoring task table within a set time, and writing the business logic monitoring result
  • the monitoring data table is entered, and the monitoring data table is scanned at a certain time to obtain abnormal data.
  • the alarm is obtained according to the serial number ID of the monitoring item corresponding to the abnormal data.
  • the present invention can automatically monitor the abnormal data generated in the database and perform alarm processing, which solves the technical problem that it is difficult to timely discover the data abnormality and timely alarm generated by the database in the prior art. Improve the stability of the database.
  • FIG. 1 is a schematic flowchart of a first embodiment of a database service logic monitoring method according to the present invention
  • FIG. 2 is a schematic diagram of a system structure of a software running environment involved in a database service logic monitoring system according to the present invention.
  • the invention provides a database business logic monitoring method, in which a business logic monitoring is performed on a monitoring item written in a monitoring task table within a set time, and a business logic monitoring result is written into a monitoring data table, and The monitoring data table is scanned at a certain time to obtain abnormal data.
  • the abnormal data matches the preset alarm condition, the configuration information required for the alarm processing is obtained according to the serial number ID of the monitoring item corresponding to the abnormal data.
  • the alarm processing is performed, that is, the invention can automatically monitor the abnormal data generated in the database, and perform alarm processing, without requiring personnel to participate, saving time and effort.
  • the database service logic monitoring method includes:
  • step S10 a monitoring item that needs to be monitored is generated every first set time, and is written into the monitoring item task table.
  • the monitoring platform needs to add a new monitoring item.
  • the dml (DatamanIpulationLanguage, data manipulation language) scripting language is added to the monitor item base table monitor_tbl.
  • the monitoring item base table monitor_tbl is mainly used to record the execution time of the monitoring item, the monitoring frequency, and the configuration information required by the monitoring platform for subsequent monitoring and processing, such as the monitoring item name, detailed description information, effective time, expiration time, monitoring keyword, Alarm mode, alarm, frequency, running time period, non-running time period, monitoring type, alarm level, etc.
  • the above monitoring platform may preferably be an Elis monitoring platform.
  • the database JOB function is started every first set time (for example, at 22 o'clock every day), and the monitoring items that need to be monitored are uniformly generated, and the monitoring item task table is written.
  • Step S20 Start the monitoring item, and determine whether the monitoring item is currently in a ready state. If the monitoring item is currently in a ready state, perform business logic monitoring on the monitoring item.
  • the monitoring item is started periodically, and it is determined whether the monitoring item is currently in the ready state. If the monitoring item is currently in the ready state, the monitoring item is monitored by the service logic.
  • the process of determining whether the monitoring item is currently in the ready state is: first determining whether the current monitoring platform is in an open state. If the current monitoring platform is in an open state, determining whether the monitoring module corresponding to the monitoring platform and the monitoring function corresponding to the monitoring module are Normally, if the monitoring module corresponding to the monitoring platform and the monitoring function corresponding to the monitoring module can work normally, it is determined that the monitoring item is currently in the ready state; otherwise, the monitoring item is considered to be not ready, and the monitoring item monitoring task is directly ended. .
  • the step of starting the foregoing monitoring item includes:
  • the monitoring item is started according to a pre-configured startup condition, where the startup condition includes when the time corresponding to the database is the same as the preset startup time, or when the time corresponding to the database matches the preset startup time period, Start the monitoring item.
  • the monitoring item can be started to be activated at any time point or time period to monitor the business logic of the database. For example, it is set to start the above monitoring items at 23 o'clock every night, monitor the business logic of the database, and then set the monitoring duration. For example, after the time of starting the above monitoring items reaches half an hour, the monitoring items are closed.
  • the monitoring item may be started at regular intervals, for example, the monitoring item is started every hour, and the monitoring item is turned off after the monitoring item is started for half an hour.
  • the startup time period may also be set.
  • the monitoring item is started.
  • the startup time period is set to be from 8:00 am to 6:00 pm, during the startup time period. Start the above monitoring items.
  • the business logic monitoring task of the monitoring item in the monitoring item task table is uniformly scheduled by the database JOB function.
  • Step S30 the business logic monitoring result is written into the monitoring data table, and the monitoring data table is scanned every second set time to obtain abnormal data in the set time period.
  • the service logic monitoring result is written into the monitoring data table by calling the corresponding interface of the monitoring platform, and the monitoring data table is scanned every second set time (for example, every 2 minutes) to obtain the setting.
  • Abnormal data within a time period eg, within the current time to 2 minutes before the current time).
  • step S40 it is determined whether the abnormal data matches the preset alarm condition.
  • the alarm processing station is obtained according to the serial number ID of the monitoring item corresponding to the abnormal data.
  • the required configuration information is used to perform alarm processing according to the configuration information.
  • the abnormal data after the abnormal data is obtained, it is determined whether the abnormal data matches the preset alarm condition. If the abnormal data is matched, the configuration required for the alarm processing is obtained according to the serial number ID of the monitoring item corresponding to the abnormal data. The information is processed and alarmed; otherwise, the monitoring item monitoring task is directly ended.
  • the database service logic monitoring method described in this embodiment performs business logic monitoring on the monitoring items written in the monitoring task table within a set time, and writes the business logic monitoring result into the monitoring data table, and at a certain time The time is scanned for the monitoring data table to obtain the abnormal data.
  • the abnormal data matches the preset alarm condition, the configuration information required for the alarm processing is obtained according to the serial number ID of the monitoring item corresponding to the abnormal data, and the alarm is generated.
  • the invention can automatically monitor the abnormal data generated in the database and perform alarm processing, which solves the technical problem that it is difficult to timely discover the data abnormality and timely alarm generated by the database in the prior art, and improves the stability of the database.
  • the service logic monitoring result is written in the monitoring data table as described in step S30 of FIG.
  • the steps also include:
  • the business logic monitoring result is written into a pre-established monitoring detail data table.
  • the monitoring detail data table is mainly used to record detailed information corresponding to the abnormal data, such as the serial number, the error information, the execution user, the execution time, the SID of the running database JOB, the monitoring item ID, and the like.
  • the method further includes:
  • the monitoring data table includes at least one of a startup time of a monitoring item, a monitoring frequency, and a monitoring status, where the monitoring detail data table includes Detailed information corresponding to the abnormal data.
  • the monitoring data table and/or the monitoring detail data table may be derived.
  • the monitoring data table includes at least one of a startup time, a monitoring frequency, and a monitoring state of the monitoring item.
  • the monitoring data table further includes a serial number, a monitoring item ID, a batch execution identifier, and a batch processing start time. , batch processing end time, business processing start time, business processing end time, number of pieces, amount, execution user, execution time, exception identifier, SID of running database JOB, execution result summary information, processing status, and so on.
  • the database service logic monitoring method in this embodiment also writes the service logic monitoring result into the pre-established monitoring detail data table, and after performing the alarm processing, may select to export the monitoring data table and/or the monitoring details.
  • the data table facilitates the database operation and maintenance technician information to understand the database abnormal data, which greatly improves the operation and maintenance work efficiency and saves labor costs.
  • the abnormal data and the preset alarm condition are determined in step S40 shown in FIG.
  • the steps to match are:
  • the second threshold value when the quantity value corresponding to the abnormal data is greater than a preset first threshold, and the data item specified in the abnormal data is greater than a preset second threshold, determining the abnormal data and the preset alarm condition Or matching, or determining whether the quantity value corresponding to the abnormal data is greater than a preset first threshold, or determining whether the data item specified in the abnormal data is greater than a preset second threshold, when the abnormal data corresponds to When the quantity value is greater than the preset first threshold, or the data item specified in the abnormal data is greater than the preset second threshold, it is determined that the abnormal data matches the preset alarm condition.
  • the proc_count and proc_premium fields in the database can be used to control the threshold, wherein proc_count is used to control the quantity value corresponding to the abnormal data, and proc_premium is used to control the data item (such as the sales amount) specified in the abnormal data.
  • the configuration format of the configuration item is: proc_count>n or proc_premium>nm. For example, if a monitoring item is for monitoring the non-distributed file, you need to set the alarm to "proc_count>5". .
  • the threshold value corresponding to the quantity value corresponding to the abnormal data and the data item specified in the abnormal data may be simultaneously monitored. For example, if a monitoring item is used to monitor the situation of non-distribution, it needs to be alarmed if the number of undistributed disks exceeds 5 and the amount exceeds 1000.0, then configure ("proc_count>5 And Proc_premium>1000.0)"; In addition, it is also possible to perform threshold monitoring on the quantity value corresponding to the abnormal data or the data item specified in the abnormal data. For example, if the number of undistributed disks exceeds 5 or the amount exceeds 1000.0, the alarm is configured. for "(proc_count>5 or proc_premium>1000.0)".
  • the database service logic monitoring method in this embodiment determines the abnormality when the quantity value corresponding to the abnormal data is greater than a preset first threshold, and/or the data item specified in the abnormal data is greater than a preset second threshold.
  • the data is matched with the preset alarm condition, wherein the first threshold and the second threshold are set by the operation and maintenance personnel according to actual needs, thereby arbitrarily adjusting the accuracy of the database service logic monitoring.
  • the alarm level of the monitoring platform can be configured in advance from high to low as CRITICAL, MAJOR, MINOR, WARNING, and INFO.
  • step of performing alarm processing according to the alarm level includes:
  • the alarm processing with a high alarm level is prioritized.
  • the alarm manner corresponding to the alarm processing includes one or more of an email alarm, a call alarm, and an automatic transfer IT service management system alarm.
  • the alarm mode corresponding to the alarm processing includes: 1-mail, 2-call (telephone), 3-automatic transfer ITSM (IT) ServiceManagement, IT Service Management) system. You can choose one of the alarm modes, or you can select one of the two alarm modes, or select the three alarm modes to select at the same time.
  • the alarm manner corresponding to the foregoing alarm processing further includes: 4-message subscription, and 5-custom script alarm mode.
  • the database service logic monitoring method in this embodiment needs to determine the alarm level corresponding to the alarm processing before performing alarm processing, and then perform alarm processing according to the alarm level, wherein the alarm processing is queued at any time point.
  • the alarm processing with a high alarm level is preferentially performed.
  • the alarm processing corresponding to the alarm processing includes one or more of email alarm, call alarm, and automatic transfer of IT service management system alarms. That is, in this embodiment, when a large number of alarm processes are generated, the alarm processing with a higher alarm level can be preferentially performed, thereby minimizing the loss caused by the database abnormal data and ensuring the stability of the database operation.
  • the present invention also provides a database business logic monitoring system, the system comprising: a memory, a processor, and a database business logic monitoring program stored on the memory and operable on the processor; the system can implement: Within a certain period of time, the business logic of the monitoring items written in the monitoring task table is monitored, and the business logic monitoring result is written into the monitoring data table, and the monitoring data table is scanned at regular intervals to obtain abnormal data. When the abnormal data matches the preset alarm condition, the configuration information required for the alarm processing is obtained according to the serial number ID of the monitoring item corresponding to the abnormal data, and the alarm processing is performed, that is, the present invention can automatically monitor the abnormal data generated in the database. And the alarm processing solves the technical problem that it is difficult to timely discover the data abnormality and timely alarm generated by the database in the prior art, and improves the stability of the database.
  • the monitoring item is started, and it is determined whether the monitoring item is currently in a ready state. If the monitoring item is currently in a ready state, performing service logic monitoring on the monitoring item;
  • the business logic monitoring result is written into the monitoring data table, and the monitoring data table is scanned every second set time to obtain abnormal data in the set time period;
  • step of starting the monitoring item includes:
  • the monitoring item is started according to a pre-configured startup condition, where the startup condition includes when the time corresponding to the database is the same as the preset startup time, or when the time corresponding to the database matches the preset startup time period, Start the monitoring item.
  • step of writing the service logic monitoring result to the monitoring data table further includes:
  • the business logic monitoring result is written into a pre-established monitoring detail data table.
  • the step of determining whether the abnormal data matches a preset alarm condition comprises:
  • the step of performing alarm processing according to the configuration information includes:
  • the monitoring data table includes at least one of a startup time of a monitoring item, a monitoring frequency, and a monitoring status, where the monitoring detail data table includes Detailed information corresponding to the abnormal data.
  • step of performing alarm processing according to the alarm level includes:
  • the alarm processing with a high alarm level is prioritized.
  • the alarm manner corresponding to the alarm processing includes one or more of an email alarm, a call alarm, and an automatic transfer IT service management system alarm.
  • FIG. 2 is a schematic diagram of a system structure of a software running environment involved in a database service logic monitoring system according to the present invention.
  • the database service logic monitoring system may include: a processor 1001, For example, CPU, network interface 1004, user interface 1003, memory 1005, communication bus 1002.
  • the communication bus 1002 is configured to implement connection communication between the components;
  • the user interface 1003 may include a display, an input unit such as a keyboard, and the optional user interface 1003 may further include a standard wired interface and a wireless interface.
  • the network interface 1004 may optionally include a standard wired interface, a wireless interface (such as a WI-FI interface); the memory 1005 may be a high-speed RAM memory or a stable memory (non-volatile) Memory, such as a disk storage; the memory 1005 may alternatively be a storage device independent of the processor 1001 described above.
  • a wireless interface such as a WI-FI interface
  • the memory 1005 may be a high-speed RAM memory or a stable memory (non-volatile) Memory, such as a disk storage; the memory 1005 may alternatively be a storage device independent of the processor 1001 described above.
  • FIG. 2 does not constitute a limitation to the above described system, and may include more or fewer components than those illustrated, or some components may be combined, or different component arrangements.
  • a memory 1005 as a computer storage medium may include an operating system, a network communication module, a user interface module, and a database service logic monitor program.
  • the network interface 1004 is mainly used to connect to a background server for data communication with a background server;
  • the user interface 1003 is mainly used to connect a client (user end) to perform data communication with the client; and the processor 1001 can use
  • the database business logic monitor program stored in the memory 1005 is called and the corresponding operation is performed.
  • the embodiments of the database service logic monitoring system are basically the same as the corresponding embodiments of the database service logic monitoring method, and therefore are not described here.
  • the present invention further provides a storage medium, wherein the storage medium stores a database service logic monitoring program, and the storage medium can implement: performing service logic monitoring on the monitoring items written in the monitoring task table within a set time, And the service logic monitoring result is written into the monitoring data table, and the monitoring data table is scanned at a certain time to obtain abnormal data.
  • the abnormal data matches the preset alarm condition, the monitoring item is corresponding according to the abnormal data.
  • the serial number ID obtains the configuration information required for the alarm processing and performs alarm processing. That is, the present invention can automatically monitor the abnormal data generated in the database and perform alarm processing, which solves the problem that it is difficult to timely discover the data generated by the database in the prior art. And the technical problems of timely warnings improve the stability of the database.
  • the monitoring item is started, and it is determined whether the monitoring item is currently in a ready state. If the monitoring item is currently in a ready state, performing service logic monitoring on the monitoring item;
  • the business logic monitoring result is written into the monitoring data table, and the monitoring data table is scanned every second set time to obtain abnormal data in the set time period;
  • step of starting the monitoring item includes:
  • the monitoring item is started according to a pre-configured startup condition, where the startup condition includes when the time corresponding to the database is the same as the preset startup time, or when the time corresponding to the database matches the preset startup time period, Start the monitoring item.
  • step of writing the service logic monitoring result to the monitoring data table further includes:
  • the business logic monitoring result is written into a pre-established monitoring detail data table.
  • the step of determining whether the abnormal data matches a preset alarm condition comprises:
  • the step of performing alarm processing according to the configuration information includes:
  • the monitoring data table includes at least one of a startup time of a monitoring item, a monitoring frequency, and a monitoring status, where the monitoring detail data table includes Detailed information corresponding to the abnormal data.
  • step of performing alarm processing according to the alarm level includes:
  • the alarm processing with a high alarm level is prioritized.
  • the alarm manner corresponding to the alarm processing includes one or more of an email alarm, a call alarm, and an automatic transfer IT service management system alarm.
  • the embodiments corresponding to the storage medium are basically the same as the corresponding embodiments of the foregoing database service logic monitoring method, and therefore are not described herein again.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Quality & Reliability (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computing Systems (AREA)
  • Mathematical Physics (AREA)
  • Debugging And Monitoring (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

L'invention concerne un procédé de surveillance de logique de service de base de données, comprenant : la réalisation d'une surveillance de logique de service sur des éléments de surveillance écrits dans une table de tâches de surveillance dans un temps défini ; l'écriture du résultat de surveillance de logique de service dans une table de données de surveillance ; le balayage de la table de données de surveillance à chaque instant spécifique pour obtenir des données anormales ; et si les données anormales correspondent à une condition d'avertissement prédéfinie, l'obtention, en fonction de l'ID de numéro de série de l'élément de surveillance correspondant aux données anormales, des informations de configuration requises pour un traitement d'avertissement et la réalisation du traitement d'avertissement. L'invention concerne également un système de surveillance de logique de service de base de données et un support de stockage. Selon la présente invention, les données anormales générées dans une base de données peuvent être surveillées automatiquement et le traitement d'avertissement est effectué, de telle sorte que le problème technique dans l'état de la technique selon lequel il est difficile de découvrir en temps opportun une exception de données générée dans la base de données et un avertissement en temps opportun est résolu, et la stabilité de la base de données est améliorée.
PCT/CN2017/099334 2017-05-22 2017-08-28 Procédé et système de surveillance de logique de service de base de données, et support de stockage WO2018214320A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201710367166.0 2017-05-22
CN201710367166.0A CN107678907B (zh) 2017-05-22 2017-05-22 数据库业务逻辑监控方法、系统、及存储介质

Publications (1)

Publication Number Publication Date
WO2018214320A1 true WO2018214320A1 (fr) 2018-11-29

Family

ID=61133637

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/099334 WO2018214320A1 (fr) 2017-05-22 2017-08-28 Procédé et système de surveillance de logique de service de base de données, et support de stockage

Country Status (2)

Country Link
CN (1) CN107678907B (fr)
WO (1) WO2018214320A1 (fr)

Families Citing this family (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108415811B (zh) * 2018-03-23 2021-08-27 广发证券股份有限公司 一种监测业务逻辑的方法及装置
CN108847977B (zh) * 2018-06-14 2021-06-25 平安科技(深圳)有限公司 一种业务数据的监控方法、存储介质和服务器
CN110851316B (zh) * 2018-08-20 2024-09-20 北京京东尚科信息技术有限公司 异常预警方法及装置、系统、电子设备、存储介质
CN109669836B (zh) * 2018-09-25 2023-04-28 平安普惠企业管理有限公司 智能it运维分析方法、装置、设备及可读存储介质
CN109284216A (zh) * 2018-09-27 2019-01-29 深圳市佰仟金融服务有限公司 系统监控的方法及终端设备
CN109491873B (zh) * 2018-11-05 2022-08-02 阿里巴巴(中国)有限公司 缓存监控方法、介质、装置和计算设备
CN109582547A (zh) * 2018-12-11 2019-04-05 平安科技(深圳)有限公司 电子装置、监控数据告警方法及存储介质
CN110046071B (zh) * 2019-03-13 2023-05-30 中国平安人寿保险股份有限公司 数据库监控方法、装置、计算设备与存储介质
CN110147405A (zh) * 2019-04-15 2019-08-20 平安普惠企业管理有限公司 一种基于基架运维的监控方法、装置、设备和存储介质
CN112311617A (zh) * 2019-08-02 2021-02-02 中国移动通信有限公司政企客户分公司 一种配置化数据监控告警方法及系统
CN110795414B (zh) * 2019-11-01 2023-04-14 北京北方华创微电子装备有限公司 半导体设备报警分析方法及装置
CN111026642A (zh) * 2019-11-14 2020-04-17 山东中创软件商用中间件股份有限公司 数据库运行检测系统、方法、装置及计算机可读存储介质
CN111090635B (zh) * 2019-11-29 2023-11-07 北京明略软件系统有限公司 一种预警方案的配置方法、装置及计算机可读存储介质
CN111078507A (zh) * 2019-12-27 2020-04-28 广州三七互娱科技有限公司 数据监控方法、系统、计算机设备和存储介质
CN111274094B (zh) * 2020-02-04 2023-09-26 上海携程商务有限公司 接口预警方法、系统、设备及存储介质
CN111324514A (zh) * 2020-03-18 2020-06-23 深圳市卡牛信息科技有限公司 一种系统异常监控方法、装置、设备和存储介质
CN111581064A (zh) * 2020-03-31 2020-08-25 中国建设银行股份有限公司 基于oracle数据库的索引处理方法、系统、设备和存储介质
CN111580894A (zh) * 2020-04-02 2020-08-25 深圳壹账通智能科技有限公司 数据分析预警方法、装置、计算机系统及可读存储介质
CN111444067A (zh) * 2020-05-18 2020-07-24 湖南御家科技有限公司 一种基于规则引擎的配置化系统监控方法、装置及设备
CN113448801B (zh) * 2021-06-15 2024-08-06 新浪技术(中国)有限公司 一种数据库监控方法及系统
CN113553235A (zh) * 2021-07-19 2021-10-26 猪八戒股份有限公司 业务场景监测方法、装置、电子设备及存储介质

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070112607A1 (en) * 2005-11-16 2007-05-17 Microsoft Corporation Score-based alerting in business logic
CN103295155A (zh) * 2012-11-30 2013-09-11 国泰君安证券股份有限公司 证券核心业务系统监控方法
CN106385328A (zh) * 2016-08-31 2017-02-08 沈阳行天科技有限公司 一种基于嵌入式系统来管理企业核心设备的监控方法
CN106487585A (zh) * 2016-10-09 2017-03-08 深圳市思博创科技有限公司 设备综合监控系统架构

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101625686B (zh) * 2008-07-08 2016-04-06 阿里巴巴集团控股有限公司 一种监控多数据库之间数据一致性的方法及系统
CN103532739B (zh) * 2013-09-25 2017-09-29 上海斐讯数据通信技术有限公司 一种基于网络服务与应用的监控分析系统
CN105843904B (zh) * 2016-03-23 2019-04-05 江苏太湖云计算信息技术股份有限公司 针对数据库运行性能的监控告警系统
CN106202444A (zh) * 2016-07-14 2016-12-07 浪潮软件股份有限公司 一种数据库运维监控的实现方法

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070112607A1 (en) * 2005-11-16 2007-05-17 Microsoft Corporation Score-based alerting in business logic
CN103295155A (zh) * 2012-11-30 2013-09-11 国泰君安证券股份有限公司 证券核心业务系统监控方法
CN106385328A (zh) * 2016-08-31 2017-02-08 沈阳行天科技有限公司 一种基于嵌入式系统来管理企业核心设备的监控方法
CN106487585A (zh) * 2016-10-09 2017-03-08 深圳市思博创科技有限公司 设备综合监控系统架构

Also Published As

Publication number Publication date
CN107678907A (zh) 2018-02-09
CN107678907B (zh) 2020-04-10

Similar Documents

Publication Publication Date Title
WO2018214320A1 (fr) Procédé et système de surveillance de logique de service de base de données, et support de stockage
WO2018120681A1 (fr) Procédé, dispositif et système de synchronisation de données, serveur de traitement de données et support de stockage
WO2020224246A1 (fr) Procédé et appareil de gestion de données fondée sur une chaîne de blocs, dispositif et support d'informations
WO2020253034A1 (fr) Procédé, appareil et dispositif de test de point enfoui client, et support d'enregistrement
WO2019174090A1 (fr) Procédé, appareil et dispositif de commande de partage de fichier de capture d'écran, et support de stockage informatique
WO2017107561A1 (fr) Procédé et système permettant un rappel d'événement sur la base de multiples dispositifs associés
WO2020147385A1 (fr) Procédé et appareil d'entrée de données, terminal et support d'informations lisible par ordinateur
WO2020119369A1 (fr) Procédé, appareil et dispositif de positionnement de défaut de fonctionnement et de maintenance informatique intelligent, et support de stockage lisible
WO2016095551A1 (fr) Procédé et appareil pour la mise en œuvre d'un script d'option de contrôle de base de données mysql
WO2020019405A1 (fr) Procédé, dispositif, appareil de surveillance de base de données et support d'informations informatique
WO2016141667A1 (fr) Procédé et système de commande de connexion à un réseau pour un terminal mobile
WO2020253125A1 (fr) Procédé, appareil et dispositif de gestion de journal et support d'informations
WO2020119115A1 (fr) Procédé, dispositif, appareil de vérification de données, et support de stockage
WO2018010507A1 (fr) Procédé de surveillance du réveil d'un système terminal, support de stockage, terminal et dispositif électronique
WO2020015060A1 (fr) Procédé et appareil d'estimation d'anomalie de consommation d'énergie, et support d'enregistrement informatique
WO2021012481A1 (fr) Procédé et appareil de surveillance de performances de système, dispositif et support d'informations
WO2018201774A1 (fr) Procédé d'approbation de données, appareil, dispositif et support de stockage pouvant être lu par un ordinateur
WO2020062658A1 (fr) Procédé et appareil de génération de contrat, dispositif et support de stockage
WO2019024485A1 (fr) Procédé et dispositif de partage de données, et support de stockage lisible par ordinateur
WO2021003956A1 (fr) Procédé, appareil et dispositif de gestion d'informations de produit et support d'enregistrement
WO2018018820A1 (fr) Procédé, dispositif et terminal de réglage de la fréquence de fonctionnement et/ou du nombre de cœurs en fonctionnement de processeur
WO2020077832A1 (fr) Procédé, appareil et dispositif d'accès à un bureau dans le nuage et support de stockage
WO2009136740A2 (fr) Procédé et appareil de gestion d’information de liaison concernant un module (bundle) installé à distance dans une plate-forme de services osgi
WO2020233060A1 (fr) Procédé et appareil de notification d'événement, serveur de notification d'événement et support de stockage
WO2020199599A1 (fr) Procédé et appareil de présentation d'informations de file d'attente de travaux, et dispositif informatique et support d'informations

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 17910830

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 11.03.2020)

122 Ep: pct application non-entry in european phase

Ref document number: 17910830

Country of ref document: EP

Kind code of ref document: A1