CN111651322A - Process monitoring alarm method, system and device - Google Patents

Process monitoring alarm method, system and device Download PDF

Info

Publication number
CN111651322A
CN111651322A CN202010476831.1A CN202010476831A CN111651322A CN 111651322 A CN111651322 A CN 111651322A CN 202010476831 A CN202010476831 A CN 202010476831A CN 111651322 A CN111651322 A CN 111651322A
Authority
CN
China
Prior art keywords
alarm
index
monitoring
target
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.)
Pending
Application number
CN202010476831.1A
Other languages
Chinese (zh)
Inventor
尹晓迪
王蒴
高隆林
孟庆凯
刘丽红
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shandong Civic Se Commercial Middleware Co ltd
Original Assignee
Shandong Civic Se Commercial Middleware Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shandong Civic Se Commercial Middleware Co ltd filed Critical Shandong Civic Se Commercial Middleware Co ltd
Priority to CN202010476831.1A priority Critical patent/CN111651322A/en
Publication of CN111651322A publication Critical patent/CN111651322A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3003Monitoring arrangements specially adapted to the computing system or computing system component being monitored
    • G06F11/302Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system component is a software system
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3051Monitoring arrangements for monitoring the configuration of the computing system or of the computing system component, e.g. monitoring the presence of processing resources, peripherals, I/O links, software programs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3058Monitoring arrangements for monitoring environmental properties or parameters of the computing system or of the computing system component, e.g. monitoring of power, currents, temperature, humidity, position, vibrations
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/32Monitoring with visual or acoustical indication of the functioning of the machine
    • G06F11/324Display of status information
    • G06F11/327Alarm or error message display

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Computing Systems (AREA)
  • Quality & Reliability (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Mathematical Physics (AREA)
  • Alarm Systems (AREA)

Abstract

The invention discloses a process monitoring and alarming method, which is characterized in that a process alarming rule is configured for a target process in advance; when a target process runs, acquiring process information of the target process; and automatically carrying out alarm judgment on the process information according to the process alarm rule to obtain the process alarm information of the target process. Therefore, the method and the device can realize automatic monitoring and alarming on the process to be monitored, so that the user can know the actual running state of the process in time, and the effective improvement of the server process is facilitated. The invention also discloses a process monitoring and warning system and a device, which have the same beneficial effects as the monitoring and warning method.

Description

Process monitoring alarm method, system and device
Technical Field
The invention relates to the field of server processes, in particular to a process monitoring and alarming method, a system and a device.
Background
The server runs many processes after starting, and the processes are a specific implementation of the program. At present, a ps command (process view command) is usually adopted to query a running process, and a user can determine information such as a running state of the process and excessive resources occupied by the process according to a process query result so as to play a role in process monitoring, so that the user can find out a server process problem. However, this manual process monitoring method is time-consuming, and the user cannot know the actual running state of the process in time, which is not favorable for the effective improvement of the server process.
Therefore, how to provide a solution to the above technical problem is a problem that needs to be solved by those skilled in the art.
Disclosure of Invention
The invention aims to provide a process monitoring and alarming method, a system and a device, which can realize automatic monitoring and alarming on a process to be monitored, so that a user can know the actual running state of the process in time, and the effective improvement of a server process is facilitated.
In order to solve the technical problem, the invention provides a process monitoring and alarming method, which comprises the following steps:
configuring a process alarm rule for a target process in advance;
when the target process runs, acquiring process information of the target process;
and automatically carrying out alarm judgment on the process information according to the process alarm rule to obtain the process alarm information of the target process.
Preferably, the process of configuring the process alarm rule for the target process in advance includes:
configuring index alarm rules for each monitoring index of a target process one by one in advance, and integrating the index alarm rules to obtain process alarm rules;
correspondingly, the process of automatically performing alarm judgment on the process information according to the process alarm rule to obtain the process alarm information of the target process includes:
separating the process alarm rules, and sequentially acquiring single index alarm rules;
after a target index alarm rule is obtained, determining a target monitoring index corresponding to the target index alarm rule, and inquiring the process information according to the target monitoring index to obtain state data of the target monitoring index; wherein, the target index alarm rule is any index alarm rule;
performing alarm judgment on the state data of the target monitoring index according to the target index alarm rule to obtain index alarm information of the target monitoring index;
and integrating the index alarm information of each monitoring index to obtain process alarm information.
Preferably, the number of the state data of the target monitoring index is multiple;
correspondingly, the process of performing alarm judgment on the state data of the target monitoring index according to the target index alarm rule to obtain the index alarm information of the target monitoring index includes:
and according to the acquisition sequence of the plurality of state data of the target monitoring index, carrying out alarm judgment on the plurality of state data of the target monitoring index in sequence based on the target index alarm rule, and correspondingly obtaining a plurality of index alarm information of the target monitoring index.
Preferably, the process monitoring and warning method further includes:
when a piece of index alarm information is obtained through new judgment, inquiring an alarm information database for storing the process alarm information according to the index alarm information so as to judge whether the same index alarm information exists in the alarm information database;
if yes, adding 1 to the repeated count of the index alarm information;
if not, determining the index alarm information as new alarm information, and writing the new alarm information into the alarm information database.
Preferably, the process monitoring and warning method further includes:
recording the alarm monitoring indexes which are alarmed in the monitoring indexes;
when a new alarm judgment is carried out on the alarm monitoring index, judging whether the alarm monitoring index is still in an alarm state;
if yes, obtaining current index alarm information of the alarm monitoring index;
and if not, determining that the alarm of the alarm monitoring index is released.
Preferably, the process monitoring and warning method further includes:
and after the alarm of the alarm monitoring index is determined to be released, deleting the index alarm information corresponding to the alarm monitoring index released by the alarm in the alarm information database.
Preferably, the process of configuring the index alarm rule for each monitoring index of the target process one by one in advance includes:
configuring index alarm rules containing different alarm levels for each monitoring index of a target process in advance;
correspondingly, the process monitoring and alarming method further comprises the following steps:
comparing the newly obtained index alarm information of the target monitoring index with the last obtained index alarm information of the target monitoring index to obtain the alarm level change of the target monitoring index;
and displaying the alarm grade change on a WEB interface.
Preferably, the monitoring indicators include a process survival status, a CPU usage rate, a memory usage rate, and a PID operation status.
In order to solve the above technical problem, the present invention further provides a process monitoring and warning system, including:
the rule configuration module is used for configuring process alarm rules for the target process in advance;
the information acquisition module is used for acquiring the process information of the target process when the target process runs;
and the alarm judgment module is used for automatically carrying out alarm judgment on the process information according to the process alarm rule to obtain the process alarm information of the target process.
In order to solve the above technical problem, the present invention further provides a process monitoring and warning device, including:
a memory for storing a computer program;
and the processor is used for realizing the steps of any one of the process monitoring and alarming methods when the computer program is executed.
The invention provides a process monitoring and alarming method, which is characterized in that a process alarming rule is configured for a target process in advance; when a target process runs, acquiring process information of the target process; and automatically carrying out alarm judgment on the process information according to the process alarm rule to obtain the process alarm information of the target process. Therefore, the method and the device can realize automatic monitoring and alarming on the process to be monitored, so that the user can know the actual running state of the process in time, and the effective improvement of the server process is facilitated.
The invention also provides a process monitoring and warning system and a device, which have the same beneficial effects as the monitoring and warning method.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed in the prior art and the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings without creative efforts.
Fig. 1 is a flowchart of a process monitoring and warning method according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of a process monitoring and warning system according to an embodiment of the present invention.
Detailed Description
The core of the invention is to provide a process monitoring and alarming method, a system and a device, which can realize automatic monitoring and alarming on the process to be monitored, thereby leading a user to know the actual running state of the process in time and being beneficial to the effective improvement of the server process.
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Referring to fig. 1, fig. 1 is a flowchart of a process monitoring alarm method according to an embodiment of the present invention.
The process monitoring and alarming method comprises the following steps:
step S1: and configuring a process alarm rule for the target process in advance.
Specifically, in order to realize automatic monitoring and alarming of the target process, the application needs to configure a process alarming rule for the target process in advance so as to perform automatic monitoring and alarming on the target process subsequently.
Step S2: and acquiring the process information of the target process when the target process runs.
Specifically, when the target process runs, the process information of the target process needs to be acquired, and the process information of the target process is a basis for monitoring the target process, so that the target process can be monitored by the subsequent process information based on the target process.
Step S3: and automatically carrying out alarm judgment on the process information according to the process alarm rule to obtain the process alarm information of the target process.
Specifically, after the process information of the target process is obtained, the method and the device automatically perform alarm judgment on the process information of the target process according to a process alarm rule configured for the target process in advance, so that the process alarm information of the target process is obtained for a user to refer.
The invention provides a process monitoring and alarming method, which is characterized in that a process alarming rule is configured for a target process in advance; when a target process runs, acquiring process information of the target process; and automatically carrying out alarm judgment on the process information according to the process alarm rule to obtain the process alarm information of the target process. Therefore, the method and the device can realize automatic monitoring and alarming on the process to be monitored, so that the user can know the actual running state of the process in time, and the effective improvement of the server process is facilitated.
On the basis of the above-described embodiment:
as an alternative embodiment, a process of configuring a process alarm rule for a target process in advance includes:
configuring index alarm rules for each monitoring index of a target process one by one in advance, and integrating the index alarm rules to obtain process alarm rules;
correspondingly, the process of automatically performing alarm judgment on the process information according to the process alarm rule to obtain the process alarm information of the target process comprises the following steps:
separating the process alarm rules, and sequentially acquiring single index alarm rules;
after the target index alarm rule is obtained, determining a target monitoring index corresponding to the target index alarm rule, and inquiring process information according to the target monitoring index to obtain state data of the target monitoring index; wherein, the target index alarm rule is any index alarm rule;
performing alarm judgment on the state data of the target monitoring index according to a target index alarm rule to obtain index alarm information of the target monitoring index;
and integrating the index alarm information of each monitoring index to obtain process alarm information.
Specifically, the target process corresponds to a plurality of monitoring indexes, index alarm rules are configured for each monitoring index of the target process one by one in advance, the index alarm rules corresponding to each monitoring index are integrated, and the integrated index alarm rules are used as process alarm rules of the target process.
After the process information of the state data of each monitoring index containing the target process is obtained, the process alarm rules of the target process are separated, and the single index alarm rules are sequentially obtained. After any index alarm rule (called target index alarm rule) is obtained, firstly, a monitoring index (called target monitoring index) corresponding to the target index alarm rule is determined, and then the process information of a target process is traversed according to the target monitoring index, so that the state data of the target monitoring index is obtained from the process information.
Based on this, after the state data of the target monitoring index is obtained, the method and the device perform alarm judgment on the state data of the target monitoring index according to the target index alarm rule, so that index alarm information (including an alarm name: process name _ target monitoring index) of the target monitoring index is obtained, the index alarm information of each monitoring index is integrated, and the integrated index alarm information is used as process alarm information of a target process.
As an optional embodiment, the state data of the target monitoring index is multiple;
correspondingly, the process of performing alarm judgment on the state data of the target monitoring index according to the target index alarm rule to obtain the index alarm information of the target monitoring index comprises the following steps:
and according to the acquisition sequence of the plurality of state data of the target monitoring index, carrying out alarm judgment on the plurality of state data of the target monitoring index in sequence based on a target index alarm rule, and correspondingly obtaining a plurality of index alarm information of the target monitoring index.
Specifically, in the running process of the target process, state data of the same monitoring index may be acquired more than once, and if the condition of the same monitoring index changes, the state data acquired before and after the change also changes, so when the state data of the target monitoring index is multiple, the application performs alarm determination on the target state data of the target monitoring index based on a target index alarm rule when acquiring any state data (referred to as target state data) of the target monitoring index, so as to obtain index alarm information of the target monitoring index corresponding to the target state data, and the purpose is to implement: and according to the acquisition sequence of the plurality of state data of the target monitoring index, carrying out alarm judgment on the plurality of state data of the target monitoring index in sequence based on a target index alarm rule so as to correspondingly obtain a plurality of index alarm information of the target monitoring index. It can be understood that the alarm state change of the target monitoring index can be represented by a plurality of index alarm information obtained in sequence.
As an optional embodiment, the process monitoring and warning method further includes:
when a piece of index alarm information is obtained through new judgment, inquiring an alarm information database for storing process alarm information according to the index alarm information so as to judge whether the same index alarm information exists in the alarm information database or not;
if yes, adding 1 to the repeated count of the index alarm information;
if not, determining the index alarm information as new alarm information, and writing the new alarm information into an alarm information database.
Further, the method and the device set an alarm information database for storing process alarm information in advance. When a piece of index alarm information is obtained through new judgment, inquiring an alarm information database according to the index alarm information, and aiming at judging whether the index alarm information which is the same as the index alarm information exists in the alarm information database or not; if the same index alarm information exists, adding 1 to the repeated count of the index alarm information; if the same index alarm information does not exist, the index alarm information is determined to be new alarm information, and the new alarm information is written into an alarm information database.
As an optional embodiment, the process monitoring and warning method further includes:
recording the alarm monitoring indexes which are alarmed in the monitoring indexes;
when the alarm monitoring index is judged to be in the alarm state for the new time, judging whether the alarm monitoring index is still in the alarm state;
if yes, obtaining current index alarm information of the alarm monitoring index;
if not, determining that the alarm of the alarm monitoring index is released.
Further, when an alarm determination is performed on state data of the target monitoring index, if an alarm condition exists in an alarm determination result, the current target monitoring index is recorded as the alarm monitoring index. When the next state data of the target monitoring index is subjected to alarm judgment, judging whether the target monitoring index is still in an alarm state according to an alarm judgment result; if the target monitoring index is still in the alarm state, obtaining current index alarm information of the target monitoring index; if the target monitoring index is not in the alarm state, the alarm of the target monitoring index is determined to be released, namely the target monitoring index is recorded as a non-alarm monitoring index at present.
As an optional embodiment, the process monitoring and warning method further includes:
and after the alarm of the alarm monitoring index is determined to be released, deleting the index alarm information corresponding to the alarm monitoring index of which the alarm is released in the alarm information database.
Further, the method and the device can delete the index alarm information corresponding to the alarm monitoring index of the alarm release in the alarm information database after the alarm release of the alarm monitoring index is determined so as to delete the alarm information irrelevant to the current running state of the target process.
As an optional embodiment, a process of configuring an index alarm rule for each monitoring index of a target process one by one in advance includes:
configuring index alarm rules containing different alarm levels for each monitoring index of a target process in advance;
correspondingly, the process monitoring and alarming method further comprises the following steps:
comparing the newly obtained index alarm information of the target monitoring index with the last obtained index alarm information of the target monitoring index to obtain the alarm level change of the target monitoring index;
and displaying the alarm grade change on a WEB interface.
Further, the index alarm rule configured for each monitoring index of the target process one by one in advance may include different alarm levels, that is, a plurality of data ranges corresponding to a plurality of alarm levels one by one are divided for the state data value of the monitoring index, and then the index alarm rule is: after a state data value of the monitoring index is obtained, a data range (called a target data range) to which the state data value belongs is determined, and a target alarm level corresponding to the target data range is determined according to the corresponding relation between the alarm level and the data range, wherein the target alarm level is included in index alarm information of the monitoring index corresponding to the state data value.
For example, a general alarm data range and a serious alarm data range corresponding to a general alarm level and a serious alarm level one by one are divided for the state data value of the monitoring index, and when the state data value of the monitoring index is within the general alarm data range, the monitoring index corresponds to the general alarm level at the moment; and when the state data value of the monitoring index is within the serious alarm data range, the monitoring index corresponds to the serious alarm level at the moment.
Therefore, the index alarm information of the newly obtained target monitoring index is compared with the index alarm information of the target monitoring index obtained last time, the alarm level change of the target monitoring index is obtained, and the alarm level change of the target monitoring index is displayed on a WEB interface for a user to check.
As an alternative embodiment, the monitoring indicators include process survival status, CPU usage, memory usage, and PID running status.
Specifically, the monitoring indicators of the present application include indicators such as process survival status (process survival: process is executed), CPU utilization, memory utilization, and PID (proportional-Integral-derivative) running status.
In addition, the Linux operating system provides a plurality of system state monitoring tools, such as sar (which can realize monitoring of a plurality of indexes), iostat (which is specially used for monitoring of I/O utilization rate), vmstat (which is specially used for monitoring of CPU and memory use conditions), free commands and the like, and the tools can be periodically called by combining a system monitoring task plan and a self-programming script, so that convenience is brought to monitoring.
Referring to fig. 2, fig. 2 is a schematic structural diagram of a process monitoring and warning system according to an embodiment of the present invention.
The process monitoring and warning system comprises:
the rule configuration module 1 is used for configuring process alarm rules for a target process in advance;
the information acquisition module 2 is used for acquiring the process information of the target process when the target process runs;
and the alarm judging module 3 is used for automatically carrying out alarm judgment on the process information according to the process alarm rule to obtain the process alarm information of the target process.
For introduction of the monitoring alarm system provided in the present application, reference is made to the above-mentioned embodiment of the monitoring alarm method, which is not described herein again.
The application also provides a process monitoring and warning device, including:
a memory for storing a computer program;
a processor for implementing the steps of any of the above process monitoring alarm methods when executing a computer program.
For introduction of the monitoring alarm device provided in the present application, reference is made to the above-mentioned embodiment of the monitoring alarm method, which is not described herein again.
It is further noted that, in the present specification, relational terms such as first and second, and the like are 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 previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. 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 invention. Thus, the present invention 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 process monitoring and alarming method is characterized by comprising the following steps:
configuring a process alarm rule for a target process in advance;
when the target process runs, acquiring process information of the target process;
and automatically carrying out alarm judgment on the process information according to the process alarm rule to obtain the process alarm information of the target process.
2. The process monitoring alarm method of claim 1, wherein the process of pre-configuring the process alarm rule for the target process comprises:
configuring index alarm rules for each monitoring index of a target process one by one in advance, and integrating the index alarm rules to obtain process alarm rules;
correspondingly, the process of automatically performing alarm judgment on the process information according to the process alarm rule to obtain the process alarm information of the target process includes:
separating the process alarm rules, and sequentially acquiring single index alarm rules;
after a target index alarm rule is obtained, determining a target monitoring index corresponding to the target index alarm rule, and inquiring the process information according to the target monitoring index to obtain state data of the target monitoring index; wherein, the target index alarm rule is any index alarm rule;
performing alarm judgment on the state data of the target monitoring index according to the target index alarm rule to obtain index alarm information of the target monitoring index;
and integrating the index alarm information of each monitoring index to obtain process alarm information.
3. The process monitoring alarm method according to claim 2, wherein the target monitoring index has a plurality of status data;
correspondingly, the process of performing alarm judgment on the state data of the target monitoring index according to the target index alarm rule to obtain the index alarm information of the target monitoring index includes:
and according to the acquisition sequence of the plurality of state data of the target monitoring index, carrying out alarm judgment on the plurality of state data of the target monitoring index in sequence based on the target index alarm rule, and correspondingly obtaining a plurality of index alarm information of the target monitoring index.
4. The process monitoring alarm method of claim 3, wherein the process monitoring alarm method further comprises:
when a piece of index alarm information is obtained through new judgment, inquiring an alarm information database for storing the process alarm information according to the index alarm information so as to judge whether the same index alarm information exists in the alarm information database;
if yes, adding 1 to the repeated count of the index alarm information;
if not, determining the index alarm information as new alarm information, and writing the new alarm information into the alarm information database.
5. The process monitoring alarm method of claim 4, wherein the process monitoring alarm method further comprises:
recording the alarm monitoring indexes which are alarmed in the monitoring indexes;
when a new alarm judgment is carried out on the alarm monitoring index, judging whether the alarm monitoring index is still in an alarm state;
if yes, obtaining current index alarm information of the alarm monitoring index;
and if not, determining that the alarm of the alarm monitoring index is released.
6. The process monitoring alarm method of claim 5, wherein the process monitoring alarm method further comprises:
and after the alarm of the alarm monitoring index is determined to be released, deleting the index alarm information corresponding to the alarm monitoring index released by the alarm in the alarm information database.
7. The process monitoring alarm method according to any one of claims 3 to 6, wherein the process of configuring the index alarm rule for each monitoring index of the target process one by one in advance comprises:
configuring index alarm rules containing different alarm levels for each monitoring index of a target process in advance;
correspondingly, the process monitoring and alarming method further comprises the following steps:
comparing the newly obtained index alarm information of the target monitoring index with the last obtained index alarm information of the target monitoring index to obtain the alarm level change of the target monitoring index;
and displaying the alarm grade change on a WEB interface.
8. The process monitoring alarm method according to claim 7, wherein the monitoring indicators include process survival status, CPU usage, memory usage, and PID operating status.
9. A process monitoring alarm system, comprising:
the rule configuration module is used for configuring process alarm rules for the target process in advance;
the information acquisition module is used for acquiring the process information of the target process when the target process runs;
and the alarm judgment module is used for automatically carrying out alarm judgment on the process information according to the process alarm rule to obtain the process alarm information of the target process.
10. A process monitoring and warning device, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the process monitoring alarm method according to any one of claims 1-8 when executing the computer program.
CN202010476831.1A 2020-05-29 2020-05-29 Process monitoring alarm method, system and device Pending CN111651322A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010476831.1A CN111651322A (en) 2020-05-29 2020-05-29 Process monitoring alarm method, system and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010476831.1A CN111651322A (en) 2020-05-29 2020-05-29 Process monitoring alarm method, system and device

Publications (1)

Publication Number Publication Date
CN111651322A true CN111651322A (en) 2020-09-11

Family

ID=72350936

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010476831.1A Pending CN111651322A (en) 2020-05-29 2020-05-29 Process monitoring alarm method, system and device

Country Status (1)

Country Link
CN (1) CN111651322A (en)

Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101739327A (en) * 2008-11-07 2010-06-16 北大方正集团有限公司 Method and system for monitoring and repairing service process
CN102148692A (en) * 2010-02-09 2011-08-10 新奥特(北京)视频技术有限公司 Secondary filtering monitoring method and system for alarm information
CN102480749A (en) * 2010-11-25 2012-05-30 ***通信集团浙江有限公司 Method, device and system for remotely collecting host process information
CN102521099A (en) * 2011-11-24 2012-06-27 深圳市同洲视讯传媒有限公司 Process monitoring method and process monitoring system
CN104572401A (en) * 2015-02-09 2015-04-29 浪潮软件股份有限公司 Alarming method and alarming system
CN104915285A (en) * 2015-06-30 2015-09-16 北京奇虎科技有限公司 Container process monitoring method, device and system
CN105512027A (en) * 2015-11-26 2016-04-20 珠海多玩信息技术有限公司 Process state monitor method and device
CN106100902A (en) * 2016-08-04 2016-11-09 腾讯科技(深圳)有限公司 High in the clouds index monitoring method and apparatus
CN106844137A (en) * 2016-12-08 2017-06-13 腾讯科技(深圳)有限公司 The monitoring method and device of server
CN107515796A (en) * 2017-07-31 2017-12-26 北京奇安信科技有限公司 A kind of unit exception monitor processing method and device
CN107678915A (en) * 2017-09-16 2018-02-09 广西电网有限责任公司电力科学研究院 A kind of power transmission and transforming equipment monitoring platform basic resource monitoring method
CN108845916A (en) * 2018-07-03 2018-11-20 中国联合网络通信集团有限公司 Platform monitoring and alarm method, device, equipment and computer readable storage medium

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101739327A (en) * 2008-11-07 2010-06-16 北大方正集团有限公司 Method and system for monitoring and repairing service process
CN102148692A (en) * 2010-02-09 2011-08-10 新奥特(北京)视频技术有限公司 Secondary filtering monitoring method and system for alarm information
CN102480749A (en) * 2010-11-25 2012-05-30 ***通信集团浙江有限公司 Method, device and system for remotely collecting host process information
CN102521099A (en) * 2011-11-24 2012-06-27 深圳市同洲视讯传媒有限公司 Process monitoring method and process monitoring system
CN104572401A (en) * 2015-02-09 2015-04-29 浪潮软件股份有限公司 Alarming method and alarming system
CN104915285A (en) * 2015-06-30 2015-09-16 北京奇虎科技有限公司 Container process monitoring method, device and system
CN105512027A (en) * 2015-11-26 2016-04-20 珠海多玩信息技术有限公司 Process state monitor method and device
CN106100902A (en) * 2016-08-04 2016-11-09 腾讯科技(深圳)有限公司 High in the clouds index monitoring method and apparatus
CN106844137A (en) * 2016-12-08 2017-06-13 腾讯科技(深圳)有限公司 The monitoring method and device of server
CN107515796A (en) * 2017-07-31 2017-12-26 北京奇安信科技有限公司 A kind of unit exception monitor processing method and device
CN107678915A (en) * 2017-09-16 2018-02-09 广西电网有限责任公司电力科学研究院 A kind of power transmission and transforming equipment monitoring platform basic resource monitoring method
CN108845916A (en) * 2018-07-03 2018-11-20 中国联合网络通信集团有限公司 Platform monitoring and alarm method, device, equipment and computer readable storage medium

Similar Documents

Publication Publication Date Title
US20180365085A1 (en) Method and apparatus for monitoring client applications
CN107040578B (en) Data synchronization method, device and system
US20110307742A1 (en) Method and apparatus for cause analysis involving configuration changes
CN111026621B (en) Monitoring alarm method, device, equipment and medium for Elasticissearch cluster
US20070174708A1 (en) Method for controlling a policy
CN109597746B (en) Fault analysis method and device
CN112199394A (en) Alarm information pushing method and system, intelligent terminal and storage medium
JP2020057416A (en) Method and device for processing data blocks in distributed database
CN114710368A (en) Security event detection method and device and computer readable storage medium
CN111414351A (en) Performance diagnosis method and device of MySQ L database
CN111221890B (en) Automatic monitoring and early warning method and device for universal index class
CN112214768A (en) Malicious process detection method and device
CN111090395B (en) Electronic information intelligent storage system for accounting industry
CN111651322A (en) Process monitoring alarm method, system and device
CN112068979A (en) Service fault determination method and device
CN107656849B (en) Method and device for positioning performance problem of software system
CN112667149B (en) Data heat sensing method, device, equipment and medium
CN114629786A (en) Log real-time analysis method, device, storage medium and system
CN109982144B (en) Automatic testing method for monitoring and judging CPU occupancy of application process and alarming
JP2009265707A (en) Automatic process grouping and performance monitoring method thereof
CN109445951B (en) Information processing method and device
CN108776628B (en) Method, device and medium for avoiding crash during CTDB data recovery
CN111767299A (en) Database operation method, device and system, storage medium and electronic equipment
CN112597536B (en) Real-time detection method and device for illegal deletion of database table file
US20160364813A1 (en) System for creating a linkage family tree including non-requested entities and detecting changes to the tree via an intelligent change detection system

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20200911