CN114915543A - Message queue monitoring method and device - Google Patents
Message queue monitoring method and device Download PDFInfo
- Publication number
- CN114915543A CN114915543A CN202210493389.2A CN202210493389A CN114915543A CN 114915543 A CN114915543 A CN 114915543A CN 202210493389 A CN202210493389 A CN 202210493389A CN 114915543 A CN114915543 A CN 114915543A
- Authority
- CN
- China
- Prior art keywords
- configuration item
- target configuration
- abnormal
- message queue
- path information
- 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.)
- Granted
Links
- 238000012544 monitoring process Methods 0.000 title claims abstract description 63
- 238000000034 method Methods 0.000 title claims abstract description 50
- 230000002159 abnormal effect Effects 0.000 claims abstract description 64
- 238000001914 filtration Methods 0.000 claims description 36
- 238000012216 screening Methods 0.000 claims description 6
- 238000012423 maintenance Methods 0.000 abstract description 11
- 238000012806 monitoring device Methods 0.000 abstract description 5
- 230000009286 beneficial effect Effects 0.000 abstract description 3
- 230000008569 process Effects 0.000 description 10
- 230000009471 action Effects 0.000 description 3
- 230000005856 abnormality Effects 0.000 description 2
- 238000010586 diagram Methods 0.000 description 2
- 230000005059 dormancy Effects 0.000 description 2
- 230000004048 modification Effects 0.000 description 2
- 238000012986 modification Methods 0.000 description 2
- 230000005540 biological transmission Effects 0.000 description 1
- 238000004891 communication Methods 0.000 description 1
- 230000003247 decreasing effect Effects 0.000 description 1
- 230000006870 function Effects 0.000 description 1
- 230000014509 gene expression Effects 0.000 description 1
- 230000007246 mechanism Effects 0.000 description 1
- 230000000750 progressive effect Effects 0.000 description 1
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L41/00—Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
- H04L41/06—Management of faults, events, alarms or notifications
- H04L41/0631—Management of faults, events, alarms or notifications using root cause analysis; using analysis of correlation between notifications, alarms or events based on decision criteria, e.g. hierarchy, tree or time analysis
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L41/00—Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
- H04L41/06—Management of faults, events, alarms or notifications
- H04L41/0604—Management of faults, events, alarms or notifications using filtering, e.g. reduction of information by using priority, element types, position or time
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L41/00—Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
- H04L41/06—Management of faults, events, alarms or notifications
- H04L41/0604—Management of faults, events, alarms or notifications using filtering, e.g. reduction of information by using priority, element types, position or time
- H04L41/0622—Management of faults, events, alarms or notifications using filtering, e.g. reduction of information by using priority, element types, position or time based on time
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L47/00—Traffic control in data switching networks
- H04L47/50—Queue scheduling
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/2866—Architectures; Arrangements
- H04L67/30—Profiles
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Debugging And Monitoring (AREA)
Abstract
The application provides a monitoring method and a monitoring device of a message queue, which automatically acquire a configuration item of the message queue to be monitored by acquiring path information of a target configuration item and writing the path information into a configuration file; and monitoring whether the configuration information of the target configuration item is abnormal or not according to the path information of the target configuration item in the configuration file, thereby automatically monitoring the target configuration item, reducing the workload of operation and maintenance work, realizing automatic acquisition and automatic monitoring of the target configuration item and being beneficial to the stability of monitoring.
Description
Technical Field
The present disclosure relates to the field of data monitoring, and in particular, to a method and an apparatus for monitoring a message queue.
Background
Message Queue (MQ), which is a kind of data structure of "first-in first-out" in an underlying data structure, puts data (messages) to be transmitted in a Queue, and uses a Queue mechanism to implement Message delivery. MQ software, namely message queue middleware, adopts the message queue to carry out communication transmission, is used as an important component in a distributed system, and can provide a function of stably transmitting messages among nodes across platforms.
In daily operation and maintenance of MQ software, configuration items such as queues, channels, private messages, states, logs and the like of a message queue need to be monitored. When the configuration items are newly added and adjusted, the monitoring items also need to be modified correspondingly; the current monitoring system usually adopts a mode of manually adjusting monitoring items, so that additional work overhead is brought to operation and maintenance work; in addition, manual modification of the monitoring items may also cause careless mistakes, which affects the stability of the monitoring system.
Disclosure of Invention
In view of this, the present application provides a method and an apparatus for monitoring a message queue, which can reduce operation and maintenance pressure without manually adjusting a monitoring item.
In one aspect, an embodiment of the present application provides a method for monitoring a message queue, where the method includes:
acquiring path information of a target configuration item, and writing the path information of the target configuration item into a configuration file, wherein the target configuration item is contained in a configuration item of the message queue;
and monitoring whether the configuration information of the target configuration item is abnormal or not according to the path information of the target configuration item in the configuration file.
Optionally, the method further includes:
if the configuration information of the target configuration item is abnormal, determining whether the filtering condition corresponding to the abnormal target configuration item is met;
if the filtering condition corresponding to the abnormal target configuration item is met, no alarm is given;
and if the filtering condition corresponding to the abnormal target configuration item is not met, alarming.
Optionally, the filtering conditions include:
the number of anomalies is not greater than a preset threshold, and/or,
the abnormal time period is a preset time period.
Optionally, the configuration items of the message queue include: queue manager, channel, queue depth and running log of the message queue.
Optionally, the method further includes:
if the configuration information of the target configuration item is not abnormal, sleeping for a certain time, and then continuously monitoring whether the configuration information of the target configuration item is abnormal or not.
Optionally, the obtaining the path information of the target configuration item includes:
acquiring path information of configuration items of the message queue;
and screening out the path information of the target configuration item from the path information of the configuration items of the message queue.
On the other hand, an embodiment of the present application further provides a device for monitoring a message queue, where the device includes:
the initialization module is used for acquiring the path information of a target configuration item and writing the path information of the target configuration item into a configuration file, wherein the target configuration item is contained in the configuration item of the message queue;
and the monitoring module is used for monitoring whether the configuration information of the target configuration item is abnormal or not according to the path information of the target configuration item in the configuration file.
Optionally, the apparatus further comprises:
the alarm filtering module is used for determining whether the filtering condition corresponding to the abnormal target configuration item is met or not if the configuration information of the target configuration item is abnormal;
if the filtering condition corresponding to the abnormal target configuration item is met, no alarm is given;
and if the filtering condition corresponding to the abnormal target configuration item is not met, alarming.
On the other hand, an embodiment of the present application further provides an apparatus, where the apparatus includes: a processor and a memory;
the memory to store instructions;
the processor, executing the instructions in the memory, performs the method of the above aspect.
In another aspect, the present invention also provides a computer-readable storage medium, which stores program codes or instructions, and when the program codes or instructions are executed on a computer, the computer is caused to execute the method of the above aspect.
Therefore, the embodiment of the application has the following beneficial effects:
the method comprises the steps of automatically acquiring the configuration items of the message queue to be monitored by acquiring the path information of the target configuration item and writing the path information into a configuration file; and then according to the path information of the target configuration item in the configuration file, monitoring whether the configuration information of the target configuration item is abnormal or not, thereby automatically monitoring the target configuration item, reducing the workload of operation and maintenance work, realizing automatic acquisition and automatic monitoring of the target configuration item, and being beneficial to the stability of monitoring.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present application, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
Fig. 1 is a flowchart of a method for monitoring a message queue according to an embodiment of the present disclosure;
fig. 2 is a flowchart of a process for writing a configuration file according to an embodiment of the present application;
fig. 3 is a detailed flowchart of a monitoring message queue according to an embodiment of the present application;
fig. 4 is a schematic device diagram of a monitoring device for a message queue according to an embodiment of the present disclosure.
Detailed Description
In order to make the aforementioned objects, features and advantages of the present application more comprehensible, embodiments accompanying the present application are described in detail below with reference to the accompanying drawings.
In the following description, numerous specific details are set forth in order to provide a thorough understanding of the present application, but the present application may be practiced in other ways than those described herein, and it will be apparent to those of ordinary skill in the art that the present application is not limited by the specific embodiments disclosed below.
At present, the monitoring system applied to MQ software mainly has the following problems:
(1) the monitoring item can not be automatically adjusted along with the adjustment of the configuration item, and the operation and maintenance cost is high;
(2) the alarm strategy of the monitoring item is relatively fixed, different requirements under various operating environments are difficult to adapt, and alarm is also carried out under the condition that alarm is not needed.
In order to solve the above problems, the present application provides a method and an apparatus for monitoring a message queue, which automatically obtain a configuration item of the message queue to be monitored, and automatically monitor a target configuration item, thereby reducing workload of operation and maintenance work and facilitating stability of monitoring.
For convenience of understanding, the following describes a method and an apparatus for monitoring a message queue according to an embodiment of the present application in detail with reference to the accompanying drawings.
Referring to fig. 1, a flowchart of a method for monitoring a message queue according to an embodiment of the present application is shown, where the method may include the following steps:
s101: and acquiring the path information of the target configuration item, and writing the path information of the target configuration item into a configuration file.
Wherein the target configuration item is included in a configuration item of the message queue.
In the embodiment of the present application, the target configuration item is a configuration item of a message queue that needs to be monitored. The path information of the target configuration item is a path corresponding to the target configuration item, such as a name, a port, and the like. Specifically, the path information of the target configuration item may be automatically obtained by matching through a command such as dspmq, display, and the like, and a specific obtaining manner of the path information of the target configuration item is not limited in any way.
According to the method and the device, the path information of the target configuration item is acquired and written into the configuration file, so that the configuration information of the target configuration item can be acquired according to the path information of the target configuration item in the configuration file; when the configuration information of the target configuration item is updated, the configuration item to be monitored does not need to be manually updated, and the latest configuration information of the target configuration item can be obtained only according to the path of the target configuration item; when the target configuration items are increased or decreased, the configuration items to be monitored do not need to be set again, and the configuration items to be monitored can be adjusted only by acquiring the path information of the target configuration items and synchronously updating the target configuration items in the configuration file. The step of automatically acquiring the path information of the target configuration item and writing the path information into the configuration file improves the automation degree of monitoring by automatically finding the target configuration item.
In a possible implementation manner, the configuration item of the message queue includes: queue manager, channel, queue depth and running log of the message queue.
In the embodiment of the present application, the configuration items of the message queue may be mainly divided into states, logs, and the like. The state may include the state of configuration items such as a queue manager, a channel, a queue depth, and the like; the log may include the contents of configuration items such as a running log.
In a possible implementation manner, the obtaining the path information of the target configuration item includes:
acquiring path information of configuration items of the message queue;
and screening out the path information of the target configuration item from the path information of the configuration items of the message queue.
In the embodiment of the application, the path information of the target configuration item is obtained by screening the path information of the configuration item of the message queue. Specifically, the path information corresponding to the target configuration item may include: queue manager name, queue name, channel name, and log path, etc.
In the embodiment of the present application, before the path information of the target configuration item is obtained, it may also be determined whether an MQ process exists. If no MQ process exists, the flow is directly ended without the path information of the target configuration item. Referring to fig. 2, a flowchart for writing a configuration file is provided according to an embodiment of the present application. As shown in fig. 2, writing the configuration file may include the steps of:
judging whether an MQ process exists or not, and if not, ending the process;
if yes, then:
acquiring path information of target configuration items such as a queue manager name, a queue name, a channel name and the like;
and writing the path information of the target configuration item into the configuration file, and ending the process.
It should be noted that the above flowchart for writing a configuration file is only one possible implementation manner provided for convenience of description, and the embodiment of the present application does not set any limitation on which target configuration items are specifically obtained and the sequence of obtaining different target configuration items.
S102: and monitoring whether the configuration information of the target configuration item is abnormal or not according to the path information of the target configuration item in the configuration file.
According to the embodiment of the application, the configuration information of the target configuration item can be automatically acquired according to the path information of the target configuration item in the configuration file, so that whether the configuration information of the target configuration item is abnormal or not is monitored.
In the embodiment of the present application, the target configuration items may be mainly classified into target configuration items of a state class, target configuration items of a log class, and the like.
For the target configuration item of the state class, the configuration information of the target configuration item may include a state value of the target configuration item, such as a state of the queue manager, a running state of the channel, a queue depth, and the like. Specifically, the monitoring of the configuration information of the target configuration item of the state class may include monitoring whether a state value of the target configuration item is abnormal, for example, monitoring whether a state of the queue manager is abnormal, monitoring whether an operation state of a channel is abnormal, monitoring whether a queue depth exceeds a threshold, and the like.
For the target configuration item of the log class, the configuration information of the target configuration item may include the content of the running log, and the like. Specifically, the monitoring of whether the target configuration item of the log class is abnormal may include matching the log content of the message queue with an error-reporting key in the configuration file, and determining whether the content of the running log is error-reporting.
In a possible implementation, the method further includes:
if the configuration information of the target configuration item is not abnormal, sleeping for a certain time, and then continuously monitoring whether the configuration information of the target configuration item is abnormal or not.
In the embodiment of the application, if all the target configuration items are not abnormal in one round of monitoring, the target configuration items are dormant for a certain time, and then the next round of monitoring is continued. Specifically, the next round of monitoring can be performed after 3 minutes of dormancy; in a possible implementation manner, if the number of times of adjusting the message queue is frequent, after each monitoring, the path information of the target configuration item can be obtained again, and the configuration file is updated correspondingly, so that the configuration item to be monitored is adjusted and updated in time; however, when the number of times of the adjustment of the message queue is relatively infrequent, the period for reacquiring the path information of the target configuration item may also be set, which is not limited herein.
In a possible implementation, the method further includes:
if the configuration information of the target configuration item is abnormal, determining whether the filtering condition corresponding to the abnormal target configuration item is met;
if the filtering condition corresponding to the abnormal target configuration item is met, no alarm is given;
and if the filtering condition corresponding to the abnormal target configuration item is not met, alarming.
In the embodiment of the application, if the configuration information of the target configuration item is abnormal, the alarm is not caused all the time. In some operating environments, when the configuration information of the target configuration item is abnormal, there may be a case where maintenance is not required, for example, when messages are sent in batches at night, the queue depth may exceed a threshold value, but an alarm is not required at this time. Therefore, in the embodiment of the application, for each target configuration item, a corresponding filtering condition can be defined in a user-defined mode, and only when the filtering condition is met, an alarm is given. And if the filtering condition is not met, continuing to monitor.
The embodiment of the present application provides a specific flowchart of monitoring a message queue, as shown in fig. 3. According to fig. 3, monitoring the message queue may comprise the following flow:
judging whether target configuration items such as a queue manager, a channel, a queue depth, an operation log and the like are abnormal or not;
if all the target configuration items are not abnormal, sleeping for 3 minutes, and then judging whether the target configuration items are abnormal again;
if any one target configuration item is abnormal, judging whether the filtering condition corresponding to the abnormal target configuration item is met, and if so, continuing to judge the next target configuration item;
if not, alarming and ending the process.
In the embodiment of the application, after the alarm, the operation and maintenance can be timely carried out according to the alarm information. Whether the alarm is given or not is determined according to whether the filtering condition is met or not, the effectiveness of the alarm is improved, the abnormal condition needing operation and maintenance can be accurately given an alarm, and the pressure and the cost of operation and maintenance of the message queue are reduced.
In one possible implementation, the filtering condition includes:
the number of anomalies is not greater than a preset threshold, and/or,
the abnormal time period is a preset time period.
In this embodiment of the application, the filtering condition may be that the number of times of abnormality is not greater than a preset threshold, or that the abnormal time period is within a preset time period, or that both the number of times of abnormality and the abnormal time period are considered. Specifically, for example, the filtering condition corresponding to the channel state may be that the abnormal frequency does not exceed 10 times, the abnormal time period is from 1:00 to 5:00 in the morning, or the abnormal frequency does not exceed 10 times in the morning from 1:00 to 5:00 in the morning. In the embodiment of the present application, other filtering conditions may be selected, and are not limited herein.
In the embodiment of the application, alarm filtering is performed according to the self-defined filtering conditions such as the time period and the abnormal times, the filtering conditions correspond to the target configuration items, accurate alarm can be performed according to the operating environment, and the effectiveness of alarm is improved.
Based on the foregoing message queue monitoring method, an embodiment of the present application further provides a message queue monitoring device, which is shown in fig. 4, which is a schematic diagram of the message queue monitoring device provided in the embodiment of the present application, and the message queue monitoring device may include:
an initialization module 201, configured to obtain path information of a target configuration item, and write the path information of the target configuration item into a configuration file, where the target configuration item is included in the configuration items of the message queue;
the monitoring module 202 is configured to monitor whether the configuration information of the target configuration item is abnormal according to the path information of the target configuration item in the configuration file.
In a possible implementation manner, the apparatus further includes:
the alarm filtering module is used for determining whether the filtering condition corresponding to the abnormal target configuration item is met or not if the configuration information of the target configuration item is abnormal;
if the filtering condition corresponding to the abnormal target configuration item is met, no alarm is given;
and if the filtering condition corresponding to the abnormal target configuration item is not met, alarming.
In one possible implementation, the filtering condition includes:
the number of anomalies is not greater than a preset threshold, and/or,
the abnormal time period is a preset time period.
In a possible implementation manner, the configuration item of the message queue includes: queue manager, channel, queue depth and running log of the message queue.
In a possible implementation manner, the apparatus further includes:
and the dormancy module is used for sleeping for a certain time if the configuration information of the target configuration item is not abnormal, and then continuously monitoring whether the configuration information of the target configuration item is abnormal or not.
In one possible implementation, the initialization module includes:
the screening submodule is used for acquiring the path information of the configuration items of the message queue;
and screening out the path information of the target configuration item from the path information of the configuration items of the message queue.
Based on the above monitoring method for the message queue, an embodiment of the present application further provides a device, where the device may include: a processor and a memory;
a memory to store instructions;
and the processor is used for executing the instructions in the memory and executing the message queue monitoring method.
Based on the above message queue monitoring method, the present application further provides a computer-readable storage medium storing program codes or instructions, which when run on a computer, cause the computer to perform the above message queue monitoring method.
It should be noted that, in the present specification, the embodiments are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments may be referred to each other. For the system or the device disclosed by the embodiment, the description is simple because the system or the device corresponds to the method disclosed by the embodiment, and the relevant points can be referred to the method part for description.
It should be understood that, in this application, "at least one" means one or more, "a plurality" means two or more. "and/or" for describing an association relationship of associated objects, indicating that there may be three relationships, e.g., "a and/or B" may indicate: only A, only B and both A and B are present, wherein A and B may be singular or plural. The character "/" generally indicates that the former and latter associated objects are in an "or" relationship. "at least one of the following" or similar expressions refer to any combination of these items, including any combination of single item(s) or plural items. For example, at least one (one) of a, b, or c, may represent: a, b, c, "a and b", "a and c", "b and c", or "a and b and c", wherein a, b, c may be single or plural.
It is further noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in Random Access Memory (RAM), memory, Read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present application. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the application. Thus, the present application is not intended to 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 (10)
1. A method for monitoring a message queue, the method comprising:
acquiring path information of a target configuration item, and writing the path information of the target configuration item into a configuration file, wherein the target configuration item is contained in a configuration item of the message queue;
and monitoring whether the configuration information of the target configuration item is abnormal or not according to the path information of the target configuration item in the configuration file.
2. The method of claim 1, further comprising:
if the configuration information of the target configuration item is abnormal, determining whether the filtering condition corresponding to the abnormal target configuration item is met;
if the filtering condition corresponding to the abnormal target configuration item is met, no alarm is given;
and if the filtering condition corresponding to the abnormal target configuration item is not met, alarming.
3. The method of claim 2, wherein the filtering conditions comprise:
the number of anomalies is not greater than a preset threshold, and/or,
the abnormal time period is a preset time period.
4. The method of claim 1, wherein the configuration item of the message queue comprises: queue manager, channels, queue depth and running logs for the message queue.
5. The method of claim 1, further comprising:
if the configuration information of the target configuration item is not abnormal, sleeping for a certain time, and then continuously monitoring whether the configuration information of the target configuration item is abnormal or not.
6. The method of claim 1, wherein the obtaining the path information of the target configuration item comprises:
acquiring path information of configuration items of the message queue;
and screening out the path information of the target configuration item from the path information of the configuration items of the message queue.
7. An apparatus for monitoring a message queue, the apparatus comprising:
the initialization module is used for acquiring the path information of a target configuration item and writing the path information of the target configuration item into a configuration file, wherein the target configuration item is contained in the configuration item of the message queue;
and the monitoring module is used for monitoring whether the configuration information of the target configuration item is abnormal or not according to the path information of the target configuration item in the configuration file.
8. The apparatus of claim 7, further comprising:
the alarm filtering module is used for determining whether the filtering condition corresponding to the abnormal target configuration item is met or not if the configuration information of the target configuration item is abnormal;
if the filtering condition corresponding to the abnormal target configuration item is met, no alarm is given;
and if the filtering condition corresponding to the abnormal target configuration item is not met, alarming.
9. An apparatus, characterized in that the apparatus comprises: a processor and a memory;
the memory to store instructions;
the processor, configured to execute the instructions in the memory, to perform the method of any of claims 1-6.
10. A computer-readable storage medium, characterized in that it stores program code or instructions which, when run on a computer, cause the computer to perform the method of any of the preceding claims 1-6.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202210493389.2A CN114915543B (en) | 2022-05-07 | 2022-05-07 | Message queue monitoring method and device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202210493389.2A CN114915543B (en) | 2022-05-07 | 2022-05-07 | Message queue monitoring method and device |
Publications (2)
Publication Number | Publication Date |
---|---|
CN114915543A true CN114915543A (en) | 2022-08-16 |
CN114915543B CN114915543B (en) | 2024-07-19 |
Family
ID=82767697
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202210493389.2A Active CN114915543B (en) | 2022-05-07 | 2022-05-07 | Message queue monitoring method and device |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN114915543B (en) |
Citations (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN103605506A (en) * | 2013-10-30 | 2014-02-26 | 南通同洲电子有限责任公司 | Graphical user interface resource display method and terminal |
CN108170578A (en) * | 2018-01-08 | 2018-06-15 | 武汉斗鱼网络科技有限公司 | log collecting method and device |
CN109684155A (en) * | 2018-08-27 | 2019-04-26 | 平安科技(深圳)有限公司 | Monitor configuration method, device, equipment and readable storage medium storing program for executing |
CN109739727A (en) * | 2019-01-03 | 2019-05-10 | 优信拍(北京)信息科技有限公司 | Service monitoring method and device in micro services framework |
CN110661659A (en) * | 2019-09-23 | 2020-01-07 | 上海艾融软件股份有限公司 | Alarm method, device and system and electronic equipment |
US10579449B1 (en) * | 2018-11-02 | 2020-03-03 | Dell Products, L.P. | Message queue architectures framework converter |
CN111432013A (en) * | 2020-03-30 | 2020-07-17 | 深圳市网心科技有限公司 | Configuration item issuing method, configuration item acquiring method, equipment and readable storage medium |
CN111857880A (en) * | 2020-07-23 | 2020-10-30 | 中国平安人寿保险股份有限公司 | Dialogue configuration item information management method, device, equipment and storage medium |
CN112650648A (en) * | 2020-12-30 | 2021-04-13 | 杭州趣链科技有限公司 | Monitoring method, device, equipment and storage medium |
-
2022
- 2022-05-07 CN CN202210493389.2A patent/CN114915543B/en active Active
Patent Citations (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN103605506A (en) * | 2013-10-30 | 2014-02-26 | 南通同洲电子有限责任公司 | Graphical user interface resource display method and terminal |
CN108170578A (en) * | 2018-01-08 | 2018-06-15 | 武汉斗鱼网络科技有限公司 | log collecting method and device |
CN109684155A (en) * | 2018-08-27 | 2019-04-26 | 平安科技(深圳)有限公司 | Monitor configuration method, device, equipment and readable storage medium storing program for executing |
US10579449B1 (en) * | 2018-11-02 | 2020-03-03 | Dell Products, L.P. | Message queue architectures framework converter |
CN109739727A (en) * | 2019-01-03 | 2019-05-10 | 优信拍(北京)信息科技有限公司 | Service monitoring method and device in micro services framework |
CN110661659A (en) * | 2019-09-23 | 2020-01-07 | 上海艾融软件股份有限公司 | Alarm method, device and system and electronic equipment |
CN111432013A (en) * | 2020-03-30 | 2020-07-17 | 深圳市网心科技有限公司 | Configuration item issuing method, configuration item acquiring method, equipment and readable storage medium |
CN111857880A (en) * | 2020-07-23 | 2020-10-30 | 中国平安人寿保险股份有限公司 | Dialogue configuration item information management method, device, equipment and storage medium |
CN112650648A (en) * | 2020-12-30 | 2021-04-13 | 杭州趣链科技有限公司 | Monitoring method, device, equipment and storage medium |
Also Published As
Publication number | Publication date |
---|---|
CN114915543B (en) | 2024-07-19 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US5835765A (en) | Computer operation management system for a computer operating system capable of simultaneously executing plural application programs | |
CA2462379C (en) | System and method for monitoring software queuing applications | |
US5758071A (en) | Method and system for tracking the configuration of a computer coupled to a computer network | |
US5696701A (en) | Method and system for monitoring the performance of computers in computer networks using modular extensions | |
US10762448B2 (en) | Method, apparatus and program storage device for scheduling the performance of maintenance tasks to maintain a system environment | |
CN110661659A (en) | Alarm method, device and system and electronic equipment | |
CN109088775B (en) | Abnormity monitoring method and device and server | |
US20100043004A1 (en) | Method and system for computer system diagnostic scheduling using service level objectives | |
CN107766208B (en) | Method, system and device for monitoring business system | |
CN101876938A (en) | Message queue-based application software response time measuring method | |
CN108182134A (en) | A kind of general-purpose interface monitoring method, device and equipment, storage medium | |
US9021074B2 (en) | System and method for providing server status awareness | |
CN104834582A (en) | Monitoring event display method | |
CN108718303A (en) | Safe operation management method and system | |
CN114356499A (en) | Kubernetes cluster alarm root cause analysis method and device | |
CN111756778B (en) | Method, device and storage medium for pushing server disk cleaning script | |
CN113535344A (en) | Network data processing method and device, server and storage medium | |
CN112631687B (en) | Service cluster configuration method, device and equipment | |
CN114915543A (en) | Message queue monitoring method and device | |
CN113608982A (en) | Function execution performance monitoring method and device, computer equipment and storage medium | |
CN114637656B (en) | Redis-based monitoring method and device, storage medium and equipment | |
CN109460194A (en) | A kind of storage array monitoring system and method | |
CN114371980A (en) | Call link performance monitoring method and device, computer equipment and storage medium | |
JP2002366393A (en) | Method for collecting computer operation information, implementing system therefor, and its processing program | |
CN112433918A (en) | Database resource monitoring method and device |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant |