CN106126409B - A kind of method and device monitoring oracle monolithic read latency in real time - Google Patents
A kind of method and device monitoring oracle monolithic read latency in real time Download PDFInfo
- Publication number
- CN106126409B CN106126409B CN201610516165.3A CN201610516165A CN106126409B CN 106126409 B CN106126409 B CN 106126409B CN 201610516165 A CN201610516165 A CN 201610516165A CN 106126409 B CN106126409 B CN 106126409B
- Authority
- CN
- China
- Prior art keywords
- time
- read
- block read
- real
- event
- 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
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/30—Monitoring
- G06F11/34—Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
- G06F11/3409—Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment for performance assessment
- G06F11/3419—Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment for performance assessment by assessing time
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2201/00—Indexing scheme relating to error detection, to error correction, and to monitoring
- G06F2201/80—Database-specific techniques
Landscapes
- Engineering & Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Computer Hardware Design (AREA)
- Quality & Reliability (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Debugging And Monitoring (AREA)
- Alarm Systems (AREA)
Abstract
本发明公开了一种实时监控oracle单块读延迟的方法及装置,该方法包括:对当前产生的单块读事件进行实时监控,得到完成该单块读时间所用的读时间;将读时间进行输出。通过本申请公开的上述技术方案,实时监控oracle系统中产生的单块读事件,并且实时将每个单块读事件所用的读时间进行输出,以使得工作人员能够实时得到每个单块读事件的单块读延迟,即读时间;与现有技术中将一段时间内发生的单块读所用时间的平均值作为监控到的单块读延迟进行输出不同,本申请中对每个单块读事件的读时间均进行输出,从而能够使得工作人员可以及时获知每个单块读事件的读时间,达到对于单块读事件的实时监控,进而有效的实现了对于单块读事件的监控。
The invention discloses a method and device for real-time monitoring oracle single-block read delay. The method includes: performing real-time monitoring on currently generated single-block read events to obtain the read time used to complete the single-block read time; output. Through the above-mentioned technical solution disclosed in this application, the single-block read events generated in the oracle system are monitored in real time, and the read time used by each single-block read event is output in real time, so that the staff can obtain each single-block read event in real time The single-block read delay, that is, the read time; different from the prior art that outputs the average value of the single-block read time that occurs within a period of time as the monitored single-block read delay, in this application, each single-block read The read time of the event is output, so that the staff can know the read time of each single block read event in time, achieve real-time monitoring of the single block read event, and then effectively realize the monitoring of the single block read event.
Description
技术领域technical field
本发明涉及计算机技术领域,更具体地说,涉及一种实时监控oracle单块读延迟的方法及装置。The present invention relates to the field of computer technology, and more specifically, to a method and device for real-time monitoring oracle single-block read delay.
背景技术Background technique
在oracle系统中,当出现程序通过索引读取数据,或者是程序为了一致性读而读回滚段的数据等情况时均需要进行单个数据块的读取,即单块读;其中,oracle为OracleDatabase的简称,即oracle数据库。需要说明的是,默认情况下在oracle系统中进行一次单块读的时间是在几毫秒之内,如果超过了这个值就认为该系统存在一定的性能问题,如磁盘太慢需要更换磁盘等,因此,可以通过对单块读的监控,实现对于系统性能的监控。In the oracle system, when the program reads data through the index, or the program reads the data of the rollback segment for consistent reading, it is necessary to read a single data block, that is, a single block read; among them, oracle is The abbreviation of OracleDatabase, oracle database. It should be noted that by default, the time for a single block read in the oracle system is within a few milliseconds. If it exceeds this value, it is considered that the system has certain performance problems, such as the disk is too slow and needs to be replaced. Therefore, monitoring of system performance can be realized by monitoring single block read.
现有技术中用于监控单块读的方式是通过oracle系统自带的awr(automaticworkload repository)来实现,而awr对于单块读的监控的基本原理如下:在一段时间内实现对单块读的监控,并将这段时间内发生的单块读所用时间的平均值作为监控到的单块读延迟进行输出。可见,现有技术中利用awr实现的单块读的监控所得到的数据为一段时间内的单块读所用时间的平均值,而不是实时值,因此,并不能有效的反映出单块读的实时情况。The method used to monitor single-block read in the prior art is realized through the awr (automatic workload repository) that comes with the oracle system, and the basic principle of awr for the monitoring of single-block read is as follows: realize the single-block read within a period of time Monitor, and output the average time of single-block reads that occur during this period as the monitored single-block read delay. It can be seen that in the prior art, the data obtained by the monitoring of the single block read realized by awr is the average value of the time used for the single block read within a period of time, rather than the real-time value, therefore, it cannot effectively reflect the single block read. real-time situation.
综上所述,现有技术中用于实现对单块读的监控的方式存在有效性较差的问题。To sum up, there is a problem of poor effectiveness in the way of implementing the monitoring of single block reading in the prior art.
发明内容Contents of the invention
本发明的目的是提供一种实时监控oracle单块读延迟的方法及装置,以解决现有技术中用于实现对单块读的监控的方式存在的有效性较差的问题。The object of the present invention is to provide a method and device for real-time monitoring of oracle single-block read delay, so as to solve the problem of poor effectiveness in the way of realizing the monitoring of single-block read in the prior art.
为了实现上述目的,本发明提供如下技术方案:In order to achieve the above object, the present invention provides the following technical solutions:
一种实时监控oracle单块读延迟的方法,包括:A method for monitoring oracle single block read latency in real time, including:
对当前产生的单块读事件进行实时监控,得到完成该单块读时间所用的读时间;Carry out real-time monitoring on the current single-block read event, and obtain the read time used to complete the single-block read time;
将所述读时间进行输出。The read time is output.
优选的,还包括:Preferably, it also includes:
判断所述读时间是否大于预设时间,如果是,则输出报警信息。Judging whether the read time is greater than a preset time, if so, outputting an alarm message.
优选的,输出报警信息,包括:Preferably, output alarm information, including:
将所述读时间与所述预设时间携带于所述报警信息中发送至指定终端。The read time and the preset time are carried in the alarm information and sent to a designated terminal.
优选的,将所述读时间进行输出,包括:Preferably, the read time is output, including:
将所述读时间显示在对应显示屏上。The reading time is displayed on the corresponding display screen.
优选的,将所述读时间进行输出,包括:Preferably, the read time is output, including:
将所述读时间进行语音播报。Voice broadcast the reading time.
一种实时监控oracle单块读延迟的装置,包括:A device for real-time monitoring of oracle single block read delay, comprising:
读事件产生模块,用于产生读事件;A read event generation module is used to generate a read event;
监控模块,用于对所述读事件产生模块当前产生的单块读事件进行实时监控,得到完成该单块读时间所用的读时间;A monitoring module, configured to monitor in real time the single-block read event currently generated by the read event generating module, to obtain the read time used to complete the single-block read time;
输出模块,用于将所述读时间进行输出。An output module, configured to output the read time.
优选的,还包括:Preferably, it also includes:
判断模块,用于判断所述读时间是否大于预设时间,如果是,则输出报警信息。A judging module, configured to judge whether the read time is greater than a preset time, and if so, output an alarm message.
优选的,所述判断模块包括:Preferably, the judging module includes:
报警单元,用于将所述读时间与所述预设时间携带于所述报警信息中发送至指定终端。An alarm unit, configured to include the read time and the preset time in the alarm information and send it to a designated terminal.
优选的,所述输出模块包括:Preferably, the output module includes:
第一输出单元,用于将所述读时间显示在对应显示屏上。The first output unit is used to display the reading time on a corresponding display screen.
优选的,所述输出模块包括:Preferably, the output module includes:
第二输出单元,用于将所述读时间进行语音播报。The second output unit is used for voice broadcasting the reading time.
本发明提供的一种实时监控oracle单块读延迟的方法及装置,其中,该方法包括:对当前产生的单块读事件进行实时监控,得到完成该单块读时间所用的读时间;将所述读时间进行输出。通过本申请公开的上述技术方案,实时监控oracle系统中产生的单块读事件,并且实时将每个单块读事件所用的读时间进行输出,以使得工作人员能够实时得到每个单块读事件的单块读延迟,即读时间;与现有技术中将一段时间内发生的单块读所用时间的平均值作为监控到的单块读延迟进行输出不同,本申请中对每个单块读事件的读时间均进行输出,从而能够使得工作人员可以及时获知每个单块读事件的读时间,达到对于单块读事件的实时监控,进而有效的实现了对于单块读事件的监控。A method and device for real-time monitoring oracle single-block read delay provided by the present invention, wherein the method includes: performing real-time monitoring on currently generated single-block read events to obtain the read time used to complete the single-block read time; The reading time is output. Through the above-mentioned technical solution disclosed in this application, the single-block read events generated in the oracle system are monitored in real time, and the read time used by each single-block read event is output in real time, so that the staff can obtain each single-block read event in real time The single-block read delay, that is, the read time; different from the prior art that outputs the average value of the single-block read time that occurs within a period of time as the monitored single-block read delay, in this application, each single-block read The read time of the event is output, so that the staff can know the read time of each single block read event in time, achieve real-time monitoring of the single block read event, and then effectively realize the monitoring of the single block read event.
附图说明Description of drawings
为了更清楚地说明本发明实施例或现有技术中的技术方案,下面将对实施例或现有技术描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本发明的实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据提供的附图获得其他的附图。In order to more clearly illustrate the technical solutions in the embodiments of the present invention or the prior art, the following will briefly introduce the drawings that need to be used in the description of the embodiments or the prior art. Obviously, the accompanying drawings in the following description are only It is an embodiment of the present invention, and those skilled in the art can also obtain other drawings according to the provided drawings without creative work.
图1为本发明实施例提供的一种实时监控oracle单块读延迟的方法的流程图;Fig. 1 is a flow chart of a method for real-time monitoring oracle single block read delay provided by an embodiment of the present invention;
图2为本发明实施例提供的一种实时监控oracle单块读延迟的装置的结构示意图。FIG. 2 is a schematic structural diagram of a device for real-time monitoring oracle single-block read latency provided by an embodiment of the present invention.
具体实施方式Detailed ways
下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例仅仅是本发明一部分实施例,而不是全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其他实施例,都属于本发明保护的范围。The following will clearly and completely describe the technical solutions in the embodiments of the present invention with reference to the accompanying drawings in the embodiments of the present invention. Obviously, the described embodiments are only some, not all, embodiments of the present invention. Based on the embodiments of the present invention, all other embodiments obtained by persons of ordinary skill in the art without making creative efforts belong to the protection scope of the present invention.
请参阅图1,其示出了本发明实施例提供的一种实时监控oracle单块读延迟的方法的流程图,可以包括以下步骤:Please refer to Fig. 1, which shows a flow chart of a method for real-time monitoring oracle single block read delay provided by an embodiment of the present invention, which may include the following steps:
S11:对当前产生的单块读事件进行实时监控,得到完成该单块读时间所用的读时间。S11: Perform real-time monitoring on the currently generated single-block read event, and obtain the read time required to complete the single-block read time.
本发明实施例提供的一种实时监控oracle单块读延迟的方法中未标明主语的步骤的主语均可以为一种实时监控oracle单块读延迟的装置。具体来说,本发明实施例中可以在oracle数据库服务器上执行相应的脚本,以产生单块读事件,即运行该脚本以进行单个数据块的读取,进而由本装置实时监控单块读事件,并得到每个单块读事件所用的读时间。In the method for real-time monitoring of oracle single-block read delay provided by an embodiment of the present invention, the subject of the steps not marked with a subject may be a device for real-time monitoring of oracle single-block read delay. Specifically, in the embodiment of the present invention, a corresponding script can be executed on the oracle database server to generate a single-block read event, that is, the script is run to read a single data block, and then the device can monitor the single-block read event in real time, And get the read time used by each single block read event.
S12:将读时间进行输出。S12: Output the read time.
每得到一个单块读时间对应的读时间就对其进行输出,从而实现对于单块读时间的实时监控。Every time a read time corresponding to a single block read time is obtained, it is output, so as to realize real-time monitoring of the single block read time.
通过本申请公开的上述技术方案,实时监控oracle系统中产生的单块读事件,并且实时将每个单块读事件所用的读时间进行输出,以使得工作人员能够实时得到每个单块读事件的单块读延迟,即读时间;与现有技术中将一段时间内发生的单块读所用时间的平均值作为监控到的单块读延迟进行输出不同,本申请中对每个单块读事件的读时间均进行输出,从而能够使得工作人员可以及时获知每个单块读事件的读时间,达到对于单块读事件的实时监控,进而有效的实现了对于单块读事件的监控。Through the above-mentioned technical solution disclosed in this application, the single-block read events generated in the oracle system are monitored in real time, and the read time used by each single-block read event is output in real time, so that the staff can obtain each single-block read event in real time The single-block read delay, that is, the read time; different from the prior art that outputs the average value of the single-block read time that occurs within a period of time as the monitored single-block read delay, in this application, each single-block read The read time of the event is output, so that the staff can know the read time of each single block read event in time, achieve real-time monitoring of the single block read event, and then effectively realize the monitoring of the single block read event.
本发明实施例提供的一种实时监控oracle单块读延迟的方法,还可以包括:A method for real-time monitoring oracle single block read delay provided by the embodiment of the present invention may also include:
判断读时间是否大于预设时间,如果是,则输出报警信息。Determine whether the read time is greater than the preset time, and if so, output an alarm message.
需要说明的是,预设时间为工作人员根据实际需要确定的,具体为在oracle系统性能正常的情况下单块读事件所用时间所能达到的最大值。对应的,如果单块读事件的读事件大于预设事件,则说明该单块读事件存在异常,此时输出报警信息,以通知工作人员对oracle系统的性能进行检测及维护。如果单块读事件的读时间小于预设时间,则说明该单块读事件未存在异常,此时,可以不做任何处理,继续监控。从而保证了工作人员对于单块读事件异常的及时发现及处理,保证了oracle系统的正常工作。It should be noted that the preset time is determined by the staff according to the actual needs, and is specifically the maximum value that can be achieved by the time for single-block read events when the performance of the oracle system is normal. Correspondingly, if the read event of the single block read event is greater than the preset event, it indicates that there is an abnormality in the single block read event. At this time, an alarm message is output to notify the staff to detect and maintain the performance of the oracle system. If the read time of the single-block read event is less than the preset time, it means that there is no abnormality in the single-block read event. At this time, no processing can be performed and the monitoring can be continued. In this way, it is ensured that the staff can timely discover and deal with the exception of the single-block read event, and ensure the normal operation of the oracle system.
其中,输出报警信息的方式有很多种,如输出报警信息,可以包括:Among them, there are many ways to output alarm information, such as outputting alarm information, which can include:
将读时间与预设时间携带于报警信息中发送至指定终端。Carry the read time and preset time in the alarm message and send it to the designated terminal.
其中,指定终端可以是与工作人员对应的终端,上述输出方式可以是以短信的形式将报警信息输出至工作人员对应的终端,从而能够使得工作人员及时获知单块读事件的异常。当然,还可以根据实际需要进行其他设置,如设置警报器进行蜂鸣报警等,均在本发明的保护范围之内。Wherein, the designated terminal may be a terminal corresponding to the staff, and the above output method may be to output the alarm information to the terminal corresponding to the staff in the form of a short message, so that the staff can be informed of the abnormality of the single block read event in time. Of course, other settings can also be made according to actual needs, such as setting an alarm for buzzer alarm, etc., all within the protection scope of the present invention.
本发明实施例提供的一种实时监控oracle单块读延迟的方法,将读时间进行输出,可以包括:A method for real-time monitoring oracle single-block read delay provided by an embodiment of the present invention outputs the read time, which may include:
将读时间显示在对应显示屏上。Display the reading time on the corresponding display screen.
将读时间进行输出,也可以包括:Output the read time, which can also include:
将读时间进行语音播报。Voice broadcast will read the time.
通过上述方式,能够直观的将读时间进行输出,方便工作人员对于读时间的及时获知。Through the above method, the reading time can be intuitively output, which is convenient for the staff to know the reading time in time.
与上述方法相对应,本发明实施例还提供了一种实时监控oracle单块读延迟的装置,如图2所示,可以包括:Corresponding to the above method, the embodiment of the present invention also provides a device for real-time monitoring oracle single block read delay, as shown in Figure 2, which may include:
读事件产生模块11,用于产生读事件;Read event generation module 11, for generating read event;
监控模块12,用于对读事件产生模块当前产生的单块读事件进行实时监控,得到完成该单块读时间所用的读时间;The monitoring module 12 is used to monitor in real time the single block read event currently generated by the read event generation module, and obtain the read time used to complete the single block read time;
输出模块13,用于将读时间进行输出。The output module 13 is configured to output the read time.
需要说明的是,读事件产生模块可以为上文中提到的产生读事件的脚本。具体来说,本发明实施例提供的上述装置还可以包括数据库,数据库中存储有供读事件产生模块读取的数据,而监控得到读时间具体可以是通过监控读事件,将读事件由开始至结束的过程以代码的形式进行获取,进而将该代码进行转换以得到对应读事件。It should be noted that the read event generating module may be the above-mentioned script for generating read events. Specifically, the above-mentioned device provided by the embodiment of the present invention may also include a database, which stores data for the read event generation module to read, and the monitoring to obtain the read time may specifically monitor the read event, and read the event from start to The completed process is obtained in the form of code, and then the code is converted to obtain the corresponding read event.
本发明实施例提供的一种实时监控oracle单块读延迟的装置,还可以包括:A device for real-time monitoring oracle single block read delay provided by an embodiment of the present invention may also include:
判断模块,用于判断读时间是否大于预设时间,如果是,则输出报警信息。The judging module is used to judge whether the reading time is greater than the preset time, and if so, output an alarm message.
本发明实施例提供的一种实时监控oracle单块读延迟的装置,判断模块可以包括:The embodiment of the present invention provides a device for real-time monitoring oracle single block read delay, and the judging module may include:
报警单元,用于将读时间与预设时间携带于报警信息中发送至指定终端。The alarm unit is used to carry the read time and preset time in the alarm information and send it to the designated terminal.
本发明实施例提供的一种实时监控oracle单块读延迟的装置,输出模块可以包括:The embodiment of the present invention provides a device for real-time monitoring oracle single block read delay, the output module may include:
第一输出单元,用于将读时间显示在对应显示屏上。The first output unit is used to display the reading time on the corresponding display screen.
本发明实施例提供的一种实时监控oracle单块读延迟的装置,输出模块可以包括:The embodiment of the present invention provides a device for real-time monitoring oracle single block read delay, the output module may include:
第二输出单元,用于将读时间进行语音播报。The second output unit is used for voice broadcasting the reading time.
本发明实施例提供的一种实时监控oracle单块读延迟的装置中相关部分的说明请参见本发明实施例提供的一种实时监控oracle单块读延迟的方法中对应部分的详细说明,在此不再赘述。For the description of the relevant parts of the device for real-time monitoring oracle single-block read delay provided by the embodiment of the present invention, please refer to the detailed description of the corresponding part in the method for real-time monitoring of oracle single-block read delay provided by the embodiment of the present invention, here No longer.
对所公开的实施例的上述说明,使本领域技术人员能够实现或使用本发明。对这些实施例的多种修改对本领域技术人员来说将是显而易见的,本文中所定义的一般原理可以在不脱离本发明的精神或范围的情况下,在其它实施例中实现。因此,本发明将不会被限制于本文所示的这些实施例,而是要符合与本文所公开的原理和新颖特点相一致的最宽的范围。The above description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the general principles defined herein may be implemented in other embodiments without departing from the spirit or scope of the invention. Therefore, the present invention will not be limited to the embodiments shown herein, but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.
Claims (6)
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201610516165.3A CN106126409B (en) | 2016-07-01 | 2016-07-01 | A kind of method and device monitoring oracle monolithic read latency in real time |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201610516165.3A CN106126409B (en) | 2016-07-01 | 2016-07-01 | A kind of method and device monitoring oracle monolithic read latency in real time |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| CN106126409A CN106126409A (en) | 2016-11-16 |
| CN106126409B true CN106126409B (en) | 2018-11-23 |
Family
ID=57469226
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CN201610516165.3A Active CN106126409B (en) | 2016-07-01 | 2016-07-01 | A kind of method and device monitoring oracle monolithic read latency in real time |
Country Status (1)
| Country | Link |
|---|---|
| CN (1) | CN106126409B (en) |
Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US7296070B2 (en) * | 2000-12-22 | 2007-11-13 | Tier-3 Pty. Ltd. | Integrated monitoring system |
| CN103186603A (en) * | 2011-12-29 | 2013-07-03 | 中国移动通信集团浙江有限公司 | Method, system and equipment for determining influence of SQL statements on performance of key businesses |
| JP2014096145A (en) * | 2012-10-22 | 2014-05-22 | Boeing Co | Real-time control system management |
| CN104834634A (en) * | 2014-02-07 | 2015-08-12 | 西门子公司 | Regression-based cost modeling method and device for predicting SQL statement performance |
| CN105681402A (en) * | 2015-11-25 | 2016-06-15 | 北京文云易迅科技有限公司 | Distributed high speed database integration system based on PCIe flash memory card |
Family Cites Families (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US6957211B1 (en) * | 2002-05-06 | 2005-10-18 | Oracle International Corporation | Query optimizer cost model |
-
2016
- 2016-07-01 CN CN201610516165.3A patent/CN106126409B/en active Active
Patent Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US7296070B2 (en) * | 2000-12-22 | 2007-11-13 | Tier-3 Pty. Ltd. | Integrated monitoring system |
| CN103186603A (en) * | 2011-12-29 | 2013-07-03 | 中国移动通信集团浙江有限公司 | Method, system and equipment for determining influence of SQL statements on performance of key businesses |
| JP2014096145A (en) * | 2012-10-22 | 2014-05-22 | Boeing Co | Real-time control system management |
| CN104834634A (en) * | 2014-02-07 | 2015-08-12 | 西门子公司 | Regression-based cost modeling method and device for predicting SQL statement performance |
| CN105681402A (en) * | 2015-11-25 | 2016-06-15 | 北京文云易迅科技有限公司 | Distributed high speed database integration system based on PCIe flash memory card |
Non-Patent Citations (1)
| Title |
|---|
| 姚曼曼."实时监视数据库性能(二)监视实例活动".《http://blog.sina.com.cn/s/blog_b43f755b0101gpwu.html》.2014,第1-8页. * |
Also Published As
| Publication number | Publication date |
|---|---|
| CN106126409A (en) | 2016-11-16 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| CN114978883B (en) | Network wakeup management method and device, electronic equipment and storage medium | |
| WO2020147336A1 (en) | Micro-service full-link monitoring system and method | |
| CN111343424B (en) | Monitoring system and method for online bid evaluation | |
| CN113495820A (en) | Method and device for collecting and processing abnormal information and abnormal monitoring system | |
| CN110716848A (en) | Data collection method and device, electronic equipment and storage medium | |
| CN109766198B (en) | Stream processing method, device, device and computer-readable storage medium | |
| CN102047193B (en) | Monitoring control system | |
| CN107391276A (en) | Distributed monitor method, interception control device and system | |
| CN105471932A (en) | Front-end application monitoring method, front-end application and front-end application monitoring system | |
| CN104104734A (en) | Log analysis method and device | |
| WO2018201871A1 (en) | Data notification method, device and readable storage medium | |
| CN107733712A (en) | The monitoring method and device of Service Source in cloud computing system | |
| CN103440190A (en) | Equipment failure warning method, device and CIM system | |
| CN108959101A (en) | Test result processing method, device, equipment and memory software testing system | |
| CN102932387A (en) | Equipment operation maintenance method and device | |
| WO2021012957A1 (en) | Method and device for message aggregation | |
| CN103986607A (en) | Voice-sound-light alarm monitoring system for intelligent data center | |
| CN115801545B (en) | A method, system, device and medium for real-time reporting of abnormality of hybrid cloud management | |
| CN106126409B (en) | A kind of method and device monitoring oracle monolithic read latency in real time | |
| CN107168846A (en) | The monitoring method and device of electronic equipment | |
| CN109460194A (en) | A kind of storage array monitoring system and method | |
| CN115658451A (en) | A GPU failure alarm method, device, equipment and medium | |
| CN115022722A (en) | Video monitoring method and device, electronic equipment and storage medium | |
| CN112491858A (en) | Method, device, equipment and storage medium for detecting abnormal information | |
| CN118643485A (en) | Verification code display method, device, equipment, storage medium and product |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| C06 | Publication | ||
| PB01 | Publication | ||
| C10 | Entry into substantive examination | ||
| SE01 | Entry into force of request for substantive examination | ||
| GR01 | Patent grant | ||
| GR01 | Patent grant |