CN101178662A - Monitoring method of embedded LINUX applications progress - Google Patents

Monitoring method of embedded LINUX applications progress Download PDF

Info

Publication number
CN101178662A
CN101178662A CNA2006100635414A CN200610063541A CN101178662A CN 101178662 A CN101178662 A CN 101178662A CN A2006100635414 A CNA2006100635414 A CN A2006100635414A CN 200610063541 A CN200610063541 A CN 200610063541A CN 101178662 A CN101178662 A CN 101178662A
Authority
CN
China
Prior art keywords
application
group
endless loop
process group
application process
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
Application number
CNA2006100635414A
Other languages
Chinese (zh)
Other versions
CN100555228C (en
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.)
Anhui Zgd Electric Power Technology Co ltd
Electric Power Research Institute of State Grid Xinjiang Electric Power Co Ltd
Original Assignee
ZTE Corp
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 ZTE Corp filed Critical ZTE Corp
Priority to CNB2006100635414A priority Critical patent/CN100555228C/en
Publication of CN101178662A publication Critical patent/CN101178662A/en
Application granted granted Critical
Publication of CN100555228C publication Critical patent/CN100555228C/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

The invention relates to a monitoring method of an embed-type LINUX application course. For the monitoring problem of abnormal withdrawal of the appliance course, a cooperation mechanism is established between an application management subsystem and application procedure to judge effectively whether the withdrawal of sub-course is normal or abnormal. While for the monitoring problem of application course dead cycle, the Linux kernel attemper is modified to monitor whether the course is on dead cycle. The application just needs to transfer the joint provided by the management subsystem, a management subsystem can effectively and timely monitor whether the course or sub-course is in a state of abnormal withdrawal or dead cycle, thereby completely resolving the wrong judgment problem caused by that the existing normal monitoring method can not judge whether the sub-course belongs to normal withdrawal or abnormal withdrawal and monitoring the dead cycle only through CPU occupying rate.

Description

A kind of method for supervising of embedded LINUX applications progress
Technical field
The present invention relates to the method that application processes is monitored in built-in Linux application management subsystem.
Background technology
In embedded Linux system, one of task of application management subsystem is that the application process in the system is monitored, and promptly monitors application process in real time and whether withdraws from or enter endless loop unusually.Wherein application processes withdraw from unusually the common method of monitoring be by in the timer access Linux file system/ progress information file under the proc catalogue, if finding the message file of certain application process (or its subprocess) ID correspondence has not existed, just kill all processes relevant earlier, restart according to user's configuration again with this application program.But in the subprocess that application process produces, some subprocess can and host process existence always in system, and the other subprocess can move a period of time and normally withdraws from system.Owing to depend merely in the visit Linux file system/ progress information file under the proc catalogue is can't distinguish these subprocesss to belong to above which kind of situation, therefore when application processes and all subprocesss thereof all adopt conventional method to monitor, if find that certain subprocess has not existed, and this subprocess belongs to situation about normally withdrawing from, then can cause ADMINISTRATION SUBSYSTEM to restart application process blindly, thereby influence the normal operation of system.Also needing application processes whether to be in endless loop in addition in the ADMINISTRATION SUBSYSTEM monitors.Common method is the timing scan process status, if find its CPU usage always very the higher position think that it is endless loop, but this method False Rate is higher.
So in embedded Linux system application management subsystem, press for a kind of practicable method and monitor application process effectively and whether withdraw from or enter endless loop unusually, thereby finish monitor task well.
Summary of the invention
For overcoming shortcoming of the prior art, the method for supervising that the present invention proposes can be monitored application process effectively and whether be withdrawed from or enter endless loop unusually, thus the stability of safeguards system.
The present invention has two kinds of schemes, and first kind of scheme may further comprise the steps:
Step 1, in system, set up the table that a record needs each application process group information of monitoring; This table comprises the execute file positional information of the correspondence of each process in ID number of each process in process group number, each process group ID number, process group, process group; Described process group is the relevant process of one group of function;
Step 2, be that application process is set up the monitoring registration interface and interface is nullified in monitoring;
Step 3, when an application process and its are produced all subprocesss and monitor, call the application process registration interface at application process mother block and the porch that produces the program segment of subprocess; Input parameter is imported ID number of process group at this application process place; This interface sends to application process ADMINISTRATION SUBSYSTEM together with ID number of this process and process group ID number of input by process communication mechanism with register requirement, ADMINISTRATION SUBSYSTEM is inserted in the process group record sheet after receiving this information, thereby begins this application process is monitored;
Step 4, if ADMINISTRATION SUBSYSTEM monitors in the process group arbitrary process to be taken place unusually, all processes with killing in this process group restart this process group then;
Step 5, when not needing again this process to be monitored, call application process in application process mother block and the exit that produces the program segment of subprocess and nullify interface; Input parameter is ID number of process group at this application process place; This interface sends to application process ADMINISTRATION SUBSYSTEM together with ID number of this process and process group ID number of input by process communication mechanism with de-registration request, ADMINISTRATION SUBSYSTEM receives after this information according to process ID number and find corresponding process record for process group ID number in the process group record sheet, with its deletion.
In the such scheme, the table of each application process group information that described record need be monitored is to set up in internal memory.
Described step 4 in the such scheme comprises:
ADMINISTRATION SUBSYSTEM access application process group record sheet obtains needing ID number of all application processes of monitoring;
Whether the application process of judging these ID correspondences according to the progress information under file system/proc catalogue exists, if exist, turns back to previous step after the time-delay; Otherwise, all application processes in the process group of non-existent process correspondence are all killed according to application process group record table;
All information of this process group in the deletion process group record table;
Restart the host process of killed process group, return after the time-delay.
Second kind of scheme of the present invention may further comprise the steps:
Step 1, in system, set up the table that a record needs each application process group information of monitoring; This table comprises the execute file positional information of the correspondence of each process in ID number of each process in process group number, each process group ID number, process group, process group; Described process group is the relevant process of one group of function;
Step 2, be that application process is set up the monitoring registration interface and interface is nullified in monitoring;
Step 3, when an application process and its are produced all subprocesss and monitor, call the application process registration interface at application process mother block and the porch that produces the program segment of subprocess; Input parameter is imported ID number of process group at this application process place; This interface sends to application process ADMINISTRATION SUBSYSTEM together with ID number of this process and process group ID number of input by process communication mechanism with register requirement, ADMINISTRATION SUBSYSTEM is inserted in the process group record sheet after receiving this information, thereby begins this application process is monitored;
Step 4, in process scheduling, add dongle to process; When timeslice to and the generation task is switched and to be added one just for this dongle counter, if because other system call and the generation task is switched just the dongle counter O reset; When this Counter Value is bigger than certain threshold value, then this process conduct is in the endless loop state processing;
Step 5, when not needing again this process to be monitored, call application process in application process mother block and the exit that produces the program segment of subprocess and nullify interface; Input parameter is ID number of process group at this application process place; This interface sends to application process ADMINISTRATION SUBSYSTEM together with ID number of this process and process group ID number of input by process communication mechanism with de-registration request, ADMINISTRATION SUBSYSTEM receives after this information according to process ID number and find corresponding process record for process group ID number in the process group record sheet, with its deletion.
In the such scheme, described step 4 comprises:
In the process status data structure, add endless loop house dog counter and endless loop sign;
The correlated variables of initialization endless loop in producing process function promptly earlier is set to non-endless loop with counter O reset of endless loop house dog and endless loop sign;
In the process scheduling function, add judgment processing, obtain the timeslice number of this process operation of system assignment the process endless loop; Obtain the timeslice number of this process actual motion; If the timeslice number of actual motion equals system assignment timeslice number, the endless loop house dog counter of this process adds 1, otherwise zero clearing again; If the endless loop house dog of this process counting is greater than the endless loop threshold value, then sign is set to endless loop, otherwise is set to non-endless loop;
In the process status array, add an endless loop state, when be checked through process status be masked as endless loop the time, the recurrent state sign of then checkmating automatically is written in the process status information of file system/proc correspondence; During the process status of the watch-dog of ADMINISTRATION SUBSYSTEM each application under quantitative check/proc,, just be in the endless loop state processing by this process if find that certain state of a process is the endless loop Status Flag.
The present invention sets up a coordination mechanism between application management subsystem and application program, application program only need be called the interface that ADMINISTRATION SUBSYSTEM provides, then but whether ADMINISTRATION SUBSYSTEM just monitors this process or its subprocess efficient real time and is in and withdraws from unusually or the state of endless loop, still withdraws from unusually and only monitors erroneous judgement that endless loop the causes problem of breaking by CPU usage because can't judge that subprocess belongs to normally to withdraw from thereby solved conventional in the past method for supervising more up hill and dale.
Description of drawings
Fig. 1 is the overall framework figure of application management subsystem monitors application process of the present invention;
Fig. 2 is the processing flow chart that the monitoring process among the present invention withdraws from unusually;
Fig. 3 adds judgment processing process flow diagram to the process endless loop among the present invention in the process scheduling function.
Embodiment
The core concept of the method for supervising of application process of the present invention is: the monitoring problem that withdraws from unusually for application process, unusually withdraw from order to judge that effectively subprocess belongs to normally to withdraw from still, between application management subsystem and application program, set up a coordination mechanism.And, then revise linux kernel and dispatch and whether process is in endless loop monitors for the monitoring problem of application process endless loop.
Fig. 1 is the overall framework figure of application management subsystem monitors application process of the present invention.Before application programs is monitored, set up table that a record need each application process group record of monitoring in needing in Installed System Memory in ADMINISTRATION SUBSYSTEM.And this table has comprised the essential informations such as execute file position of the correspondence of each process in ID number of each process in process group number, each process group ID number, process group, process group.Here the notion of process group is the relevant process of one group of function, and even ADMINISTRATION SUBSYSTEM monitors arbitrary process generation unusual (as withdrawing from unusually or endless loop) in the process group, all will kill all processes in this process group, restarts this process group then.
The member who defines in its list structure is as follows:
(1) the process group number in the chained list;
(2) first process group record in this chained list;
(3) last process group record in this chained list
The member who defines in the data structure of process group record in the structure is as follows in the above:
(1) the process number that writes down in this process group;
(2) ID of this process group number;
(3) first process record in this process group;
(4) last process record in this process group;
(5) point to previous process group record;
(6) point to next process group record;
The member who defines in the data structure of process record in the structure is as follows in the above:
(1) PID of this process;
(2) position of the execute file of this process;
(3) point to previous process record;
(4) point to next process record;
ADMINISTRATION SUBSYSTEM will be set up the above-mentioned record sheet that needs each application process group of record of monitoring, the information that need obtain being correlated with from each application process, provide following two interfaces so be required to be application process: the one, application process monitoring registration interface, the 2nd, interface is nullified in the application process monitoring.The application management subsystem needs that an application process and it are produced all subprocesss and monitors, and calls application process registration interface and application process cancellation interface respectively in the porch and the exit of application process mother block and the program segment that produces subprocess.Define by application program oneself for the ID of process group number.
RegisterProc (int GroupID) function is used to finish the monitoring registering functional of application process, and wherein, GroupID is process group ID number; ADMINISTRATION SUBSYSTEM obtains ID number of this process, and with process group ID number (GroupID) of this process ID number and input and monomark sends to ADMINISTRATION SUBSYSTEM together by process communication mechanism (as message queue) watch-dog.
UnRegisterProc (int GroupID) function is used to finish the monitoring cancellation function of application process; ADMINISTRATION SUBSYSTEM obtains ID number of this process, and with process group ID number (GroupID) of this process ID number and input and nullify mark sends to ADMINISTRATION SUBSYSTEM together by process communication mechanism (as message queue) watch-dog.
If the watch-dog of ADMINISTRATION SUBSYSTEM receives the log-on message of application process, then under file system/Proc, find the relevant information of this process according to ID number of process, this information is inserted in process group record sheet, thereby begun its process is monitored.If the watch-dog of ADMINISTRATION SUBSYSTEM receives the log-off message of application process, then in the process group record sheet, find corresponding process record according to process ID number and GroupID, with its deletion, thereby no longer this process is monitored.
To solve effectively using the status monitoring of endless loop, need to revise linux kernel, promptly in process scheduling, add dongle to process.If since timeslice to and the generation task is switched and to be added one just for this dongle counter, if because other system call and the switching of generation task just the dongle counter O reset.When process had entered endless loop, it can initiatively not abdicate disposal right, then all was that timeslice arrives back generation systems task pressure switching at every turn, and the dongle counter will constantly increase like this.When this Counter Value is bigger than certain threshold value, judge that then this process is in the endless loop state.
Fig. 2 is the processing flow chart that application management subsystem monitors process exception withdraws from.
This application management subsystem access application process group record sheet obtains needing ID number of all application processes of monitoring; Whether the application process of judging these ID correspondences according to the progress information under file system/proc catalogue exists, if exist, turn back to previous step after the time-delay, otherwise, according to application process group record table all application processes in the process group of non-existent process correspondence are all killed, all information of this process group in the deletion process group record table restart the host process of killed process group, return after the time-delay.
The concrete treatment step that increases the monitoring process endless loop in the linux operating system nucleus is as follows:
Step 1 is added endless loop house dog counter and endless loop sign in the process status data structure;
The correlated variables of step 2 initialization endless loop in producing process function promptly earlier is set to non-endless loop with counter O reset of endless loop house dog and endless loop sign.
Step 3 is added the judgment processing to the process endless loop in the process scheduling function, detailed process as shown in Figure 3:
(1) timeslice that obtains this process operation of system assignment is counted S;
(2) timeslice that obtains this process actual motion is counted M;
(3) if the timeslice of actual motion is counted M to be equaled the system assignment timeslice and count S, the endless loop house dog counter of this process adds 1, otherwise zero clearing again;
(4) if the endless loop house dog of this process is counted greater than the endless loop threshold value, then sign is set to endless loop, otherwise is set to non-endless loop.Delay a period of time reenters (1);
Step 4 is added an endless loop state in the process status array;
Then kernel be checked through process status be masked as endless loop the time, then automatically " L " is written in the process status information of file system/proc correspondence.So during the process status of the watch-dog of ADMINISTRATION SUBSYSTEM each application under quantitative check/proc,, just can judge immediately that this process is in the endless loop state if find that certain state of a process is " L ".

Claims (5)

1. the method for supervising of an embedded LINUX applications progress is characterized in that, may further comprise the steps:
Step 1, in system, set up the table that a record needs each application process group information of monitoring; This table comprises the execute file positional information of the correspondence of each process in ID number of each process in process group number, each process group ID number, process group, process group; Described process group is the relevant process of one group of function;
Step 2, be that application process is set up the monitoring registration interface and interface is nullified in monitoring;
Step 3, when an application process and its are produced all subprocesss and monitor, call the application process registration interface at application process mother block and the porch that produces the program segment of subprocess; Input parameter is imported ID number of process group at this application process place; This interface sends to application process ADMINISTRATION SUBSYSTEM together with ID number of this process and process group ID number of input by process communication mechanism with register requirement, ADMINISTRATION SUBSYSTEM is inserted in the process group record sheet after receiving this information, thereby begins this application process is monitored;
Step 4, if ADMINISTRATION SUBSYSTEM monitors in the process group arbitrary process to be taken place unusually, all processes with killing in this process group restart this process group then;
Step 5, when not needing again this process to be monitored, call application process in application process mother block and the exit that produces the program segment of subprocess and nullify interface; Input parameter is ID number of process group at this application process place; This interface sends to application process ADMINISTRATION SUBSYSTEM together with ID number of this process and process group ID number of input by process communication mechanism with de-registration request, ADMINISTRATION SUBSYSTEM receives after this information according to process ID number and find corresponding process record for process group ID number in the process group record sheet, with its deletion.
2. the method for supervising of the described embedded LINUX applications progress of claim 1 is characterized in that, the table of each application process group information that described record need be monitored is to set up in internal memory.
3. the method for supervising of claim 1 or 2 described embedded LINUX applications progress is characterized in that, described step 4 comprises:
ADMINISTRATION SUBSYSTEM access application process group record sheet obtains needing ID number of all application processes of monitoring;
Whether the application process of judging these ID correspondences according to the progress information under file system/proc catalogue exists, if exist, turns back to previous step after the time-delay; Otherwise, all application processes in the process group of non-existent process correspondence are all killed according to application process group record table;
All information of this process group in the deletion process group record table;
Restart the host process of killed process group, return after the time-delay.
4. the method for supervising of an embedded LINUX applications progress is characterized in that, may further comprise the steps:
Step 1, in system, set up the table that a record needs each application process group information of monitoring; This table comprises the execute file positional information of the correspondence of each process in ID number of each process in process group number, each process group ID number, process group, process group; Described process group is the relevant process of one group of function;
Step 2, be that application process is set up the monitoring registration interface and interface is nullified in monitoring;
Step 3, when an application process and its are produced all subprocesss and monitor, call the application process registration interface at application process mother block and the porch that produces the program segment of subprocess; Input parameter is imported ID number of process group at this application process place; This interface sends to application process ADMINISTRATION SUBSYSTEM together with ID number of this process and process group ID number of input by process communication mechanism with register requirement, ADMINISTRATION SUBSYSTEM is inserted in the process group record sheet after receiving this information, thereby begins this application process is monitored;
Step 4, in process scheduling, add dongle to process; When timeslice to and the generation task is switched and to be added one just for this dongle counter, if because other system call and the generation task is switched just the dongle counter O reset; When this Counter Value is bigger than certain threshold value, then this process conduct is in the endless loop state processing;
Step 5, when not needing again this process to be monitored, call application process in application process mother block and the exit that produces the program segment of subprocess and nullify interface; Input parameter is ID number of process group at this application process place; This interface sends to application process ADMINISTRATION SUBSYSTEM together with ID number of this process and process group ID number of input by process communication mechanism with de-registration request, ADMINISTRATION SUBSYSTEM receives after this information according to process ID number and find corresponding process record for process group ID number in the process group record sheet, with its deletion.
5. the method for supervising of the described embedded LINUX applications progress of claim 4 is characterized in that, described step 4 comprises:
In the process status data structure, add endless loop house dog counter and endless loop sign;
The correlated variables of initialization endless loop in producing process function promptly earlier is set to non-endless loop with counter O reset of endless loop house dog and endless loop sign;
In the process scheduling function, add judgment processing, obtain the timeslice number of this process operation of system assignment the process endless loop; Obtain the timeslice number of this process actual motion; If the timeslice number of actual motion equals system assignment timeslice number, the endless loop house dog counter of this process adds 1, otherwise zero clearing again; If the endless loop house dog of this process counting is greater than the endless loop threshold value, then sign is set to endless loop, otherwise is set to non-endless loop;
In the process status array, add an endless loop state, when be checked through process status be masked as endless loop the time, the recurrent state sign of then checkmating automatically is written in the process status information of file system/proc correspondence; During the process status of the watch-dog of ADMINISTRATION SUBSYSTEM each application under quantitative check/proc,, just be in the endless loop state processing by this process if find that certain state of a process is the endless loop Status Flag.
CNB2006100635414A 2006-11-08 2006-11-08 A kind of method for supervising of embedded LINUX applications progress Active CN100555228C (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CNB2006100635414A CN100555228C (en) 2006-11-08 2006-11-08 A kind of method for supervising of embedded LINUX applications progress

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CNB2006100635414A CN100555228C (en) 2006-11-08 2006-11-08 A kind of method for supervising of embedded LINUX applications progress

Publications (2)

Publication Number Publication Date
CN101178662A true CN101178662A (en) 2008-05-14
CN100555228C CN100555228C (en) 2009-10-28

Family

ID=39404925

Family Applications (1)

Application Number Title Priority Date Filing Date
CNB2006100635414A Active CN100555228C (en) 2006-11-08 2006-11-08 A kind of method for supervising of embedded LINUX applications progress

Country Status (1)

Country Link
CN (1) CN100555228C (en)

Cited By (27)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101576829B (en) * 2009-06-12 2011-08-24 宋志飞 Trusteeship method and system for application process in embedded linux system
CN102169447A (en) * 2010-02-25 2011-08-31 中兴通讯股份有限公司 Method and corresponding system for registering and deregistering self-defined Shell
CN102331950A (en) * 2011-09-15 2012-01-25 北京安天电子设备有限公司 Method and system for realizing daemon process based on Linux timing task
CN102439564A (en) * 2011-10-24 2012-05-02 华为技术有限公司 Method and system for starting application program in linux container
CN102819455A (en) * 2012-07-31 2012-12-12 深圳市共进电子股份有限公司 Method for managing progresses at application layer and managing system
CN103019653A (en) * 2012-11-27 2013-04-03 康佳集团股份有限公司 Linux system-based kernel message delivery method
CN101770401B (en) * 2008-12-30 2013-09-18 北京天融信网络安全技术有限公司 Method for building multi-core operating environment
CN103530194A (en) * 2012-07-05 2014-01-22 腾讯科技(深圳)有限公司 Software system achievement method and software system
CN103645962A (en) * 2013-12-18 2014-03-19 北京华环电子股份有限公司 Watch-dog implementation method and device based on Nios II system
CN104516803A (en) * 2013-09-27 2015-04-15 腾讯科技(深圳)有限公司 Electronic device information monitoring method and system and electronic device
US9195521B2 (en) 2012-07-05 2015-11-24 Tencent Technology (Shenzhen) Co., Ltd. Methods for software systems and software systems using the same
CN105138388A (en) * 2014-06-09 2015-12-09 腾讯科技(深圳)有限公司 Virtual machine monitoring method and apparatus
CN105320542A (en) * 2015-11-04 2016-02-10 上海聚力传媒技术有限公司 Method and apparatus for enabling mobile terminal to exit abnormal interface
CN105468989A (en) * 2014-09-04 2016-04-06 中国石油化工股份有限公司 Cloud storage quota management method based on Linux kernel monitoring
CN105912952A (en) * 2016-05-04 2016-08-31 广州广电运通金融电子股份有限公司 Linux based registry service system and method as well as financial self-service device
CN106250316A (en) * 2016-08-09 2016-12-21 东软集团股份有限公司 A kind of endless loop detection method and device
CN106445721A (en) * 2016-10-11 2017-02-22 广东欧珀移动通信有限公司 Watchdog fault-tolerant processing method and mobile terminal
CN106569930A (en) * 2016-11-10 2017-04-19 贵阳朗玛信息技术股份有限公司 Process monitoring processing method and device
CN107015848A (en) * 2016-01-21 2017-08-04 罗伯特·博世有限公司 The method and apparatus of the implementation thread of the standard in operating system parallel for monitoring and manipulating event guiding
CN107402814A (en) * 2017-07-07 2017-11-28 上海斐讯数据通信技术有限公司 A kind of method and system for saving internal memory in embedded systems
CN108710544A (en) * 2018-03-20 2018-10-26 青岛海信网络科技股份有限公司 A kind of process monitoring method and track traffic synthetic monitoring system of Database Systems
CN108762967A (en) * 2018-05-30 2018-11-06 宁波市标准化研究院 Software watchdog implementation method for monitoring Web service in linux system
CN112527545A (en) * 2020-12-04 2021-03-19 厦门极致互动网络技术股份有限公司 Erlang process timeout management method
CN112749038A (en) * 2021-01-26 2021-05-04 北京中电兴发科技有限公司 Method and system for realizing software watchdog in software system
CN113568719A (en) * 2020-04-29 2021-10-29 北京猎户星空科技有限公司 Service fault processing method and device, electronic equipment and storage medium
CN115017004A (en) * 2021-12-27 2022-09-06 荣耀终端有限公司 Process monitoring method and electronic equipment
CN116795604A (en) * 2023-08-22 2023-09-22 荣耀终端有限公司 Processing method, device and equipment for application exception exit

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106371968B (en) * 2016-08-23 2019-03-05 北京奇虎科技有限公司 It is a kind of to calculating the method and apparatus being monitored in real time

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3269489B2 (en) * 1999-04-27 2002-03-25 日本電気株式会社 Process monitoring system and process monitoring method
US20030226056A1 (en) * 2002-05-28 2003-12-04 Michael Yip Method and system for a process manager
CN1282926C (en) * 2002-07-23 2006-11-01 华为技术有限公司 Positioning method of recording general progress anomal recede using sharing core-object
CN100410891C (en) * 2002-12-09 2008-08-13 联想(北京)有限公司 Self-debugging and self-restarting method for computer application software

Cited By (46)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101770401B (en) * 2008-12-30 2013-09-18 北京天融信网络安全技术有限公司 Method for building multi-core operating environment
CN101576829B (en) * 2009-06-12 2011-08-24 宋志飞 Trusteeship method and system for application process in embedded linux system
CN102169447B (en) * 2010-02-25 2013-03-27 中兴通讯股份有限公司 Method and corresponding system for registering and deregistering self-defined Shell
CN102169447A (en) * 2010-02-25 2011-08-31 中兴通讯股份有限公司 Method and corresponding system for registering and deregistering self-defined Shell
WO2011103729A1 (en) * 2010-02-25 2011-09-01 中兴通讯股份有限公司 Method for registering, canceling self-defined shell program and corresponding system
CN102331950A (en) * 2011-09-15 2012-01-25 北京安天电子设备有限公司 Method and system for realizing daemon process based on Linux timing task
CN102331950B (en) * 2011-09-15 2017-02-22 北京安天电子设备有限公司 Method and system for realizing daemon process based on Linux operation system timing task
CN102439564B (en) * 2011-10-24 2014-03-26 华为技术有限公司 Method and system for starting application program in linux container
WO2012167529A1 (en) * 2011-10-24 2012-12-13 华为技术有限公司 Method and system for starting application in linux container
CN102439564A (en) * 2011-10-24 2012-05-02 华为技术有限公司 Method and system for starting application program in linux container
US9183008B2 (en) 2011-10-24 2015-11-10 Huawei Technologies Co., Ltd. Method and system for starting application program in Linux container
CN103530194A (en) * 2012-07-05 2014-01-22 腾讯科技(深圳)有限公司 Software system achievement method and software system
CN103530194B (en) * 2012-07-05 2015-05-20 腾讯科技(深圳)有限公司 Software system achievement method and software system
US9195521B2 (en) 2012-07-05 2015-11-24 Tencent Technology (Shenzhen) Co., Ltd. Methods for software systems and software systems using the same
CN102819455A (en) * 2012-07-31 2012-12-12 深圳市共进电子股份有限公司 Method for managing progresses at application layer and managing system
CN103019653A (en) * 2012-11-27 2013-04-03 康佳集团股份有限公司 Linux system-based kernel message delivery method
CN103019653B (en) * 2012-11-27 2018-02-06 康佳集团股份有限公司 A kind of core message distribution method based on Linux system
CN104516803A (en) * 2013-09-27 2015-04-15 腾讯科技(深圳)有限公司 Electronic device information monitoring method and system and electronic device
CN103645962A (en) * 2013-12-18 2014-03-19 北京华环电子股份有限公司 Watch-dog implementation method and device based on Nios II system
CN105138388B (en) * 2014-06-09 2019-07-23 腾讯科技(深圳)有限公司 Virtual machine monitoring method and device
CN105138388A (en) * 2014-06-09 2015-12-09 腾讯科技(深圳)有限公司 Virtual machine monitoring method and apparatus
CN105468989A (en) * 2014-09-04 2016-04-06 中国石油化工股份有限公司 Cloud storage quota management method based on Linux kernel monitoring
CN105468989B (en) * 2014-09-04 2018-10-12 中国石油化工股份有限公司 Cloud storage quota management method based on linux kernel monitoring
CN105320542A (en) * 2015-11-04 2016-02-10 上海聚力传媒技术有限公司 Method and apparatus for enabling mobile terminal to exit abnormal interface
CN105320542B (en) * 2015-11-04 2018-09-14 上海聚力传媒技术有限公司 A kind of method and apparatus that mobile terminal exits abnormal interface
CN107015848A (en) * 2016-01-21 2017-08-04 罗伯特·博世有限公司 The method and apparatus of the implementation thread of the standard in operating system parallel for monitoring and manipulating event guiding
CN107015848B (en) * 2016-01-21 2022-05-27 罗伯特·博世有限公司 Method and apparatus for monitoring quasi-parallel execution threads in an operating system
CN105912952A (en) * 2016-05-04 2016-08-31 广州广电运通金融电子股份有限公司 Linux based registry service system and method as well as financial self-service device
CN105912952B (en) * 2016-05-04 2019-07-23 广州广电运通金融电子股份有限公司 A kind of registration list service system, method and financial self-service equipment based on Linux
WO2017190663A1 (en) * 2016-05-04 2017-11-09 广州广电运通金融电子股份有限公司 Linux-based registry service system and method, and financial self-service device
CN106250316A (en) * 2016-08-09 2016-12-21 东软集团股份有限公司 A kind of endless loop detection method and device
CN106445721A (en) * 2016-10-11 2017-02-22 广东欧珀移动通信有限公司 Watchdog fault-tolerant processing method and mobile terminal
CN106445721B (en) * 2016-10-11 2019-07-12 Oppo广东移动通信有限公司 The method and mobile terminal of house dog fault-tolerant processing
CN106569930A (en) * 2016-11-10 2017-04-19 贵阳朗玛信息技术股份有限公司 Process monitoring processing method and device
CN107402814A (en) * 2017-07-07 2017-11-28 上海斐讯数据通信技术有限公司 A kind of method and system for saving internal memory in embedded systems
CN108710544A (en) * 2018-03-20 2018-10-26 青岛海信网络科技股份有限公司 A kind of process monitoring method and track traffic synthetic monitoring system of Database Systems
CN108762967A (en) * 2018-05-30 2018-11-06 宁波市标准化研究院 Software watchdog implementation method for monitoring Web service in linux system
CN113568719A (en) * 2020-04-29 2021-10-29 北京猎户星空科技有限公司 Service fault processing method and device, electronic equipment and storage medium
CN113568719B (en) * 2020-04-29 2024-04-19 北京猎户星空科技有限公司 Service fault processing method and device, electronic equipment and storage medium
CN112527545A (en) * 2020-12-04 2021-03-19 厦门极致互动网络技术股份有限公司 Erlang process timeout management method
CN112749038A (en) * 2021-01-26 2021-05-04 北京中电兴发科技有限公司 Method and system for realizing software watchdog in software system
CN112749038B (en) * 2021-01-26 2023-03-10 北京中电兴发科技有限公司 Method and system for realizing software watchdog in software system
CN115017004A (en) * 2021-12-27 2022-09-06 荣耀终端有限公司 Process monitoring method and electronic equipment
CN115017004B (en) * 2021-12-27 2023-07-07 荣耀终端有限公司 Process monitoring method and electronic equipment
CN116795604A (en) * 2023-08-22 2023-09-22 荣耀终端有限公司 Processing method, device and equipment for application exception exit
CN116795604B (en) * 2023-08-22 2023-12-12 荣耀终端有限公司 Processing method, device and equipment for application exception exit

Also Published As

Publication number Publication date
CN100555228C (en) 2009-10-28

Similar Documents

Publication Publication Date Title
CN100555228C (en) A kind of method for supervising of embedded LINUX applications progress
CN101887393B (en) Equipment fault reproduction method and system based on para-virtualization technique
CN106293979A (en) Detection procedure is without the method and apparatus of response
CN101799751B (en) Method for building monitoring agent software of host machine
CN102761439B (en) Device and method for detecting and recording abnormity on basis of watchdog in PON (Passive Optical Network) access system
WO2017148268A1 (en) Task processing method, apparatus and system based on distributed system
CN105357273B (en) SOCKET communications and management of process general-purpose platform and method under asynchronous communication model
CN104205109B (en) The worker process of continuation and elasticity
CN103530124B (en) Method and device for sharing hot plug device in Linux system
CN1996257A (en) Method and system for monitoring process
CN106790694A (en) The dispatching method of destination object in distributed system and distributed system
CN108446199A (en) A kind of detection method and device using interim card
CN102750192B (en) A kind of method and apparatus of datum plane abnormality detection
CN101917460B (en) Virtual machine technique-based remote maintenance system
CN101140550A (en) Built-in real-time system interrupt handling device and method thereof
CN105068865A (en) Task scheduling method and apparatus
CN101674465A (en) Method and system for multi-task monitoring process of videos
CN105138398A (en) SOCKET communication and process management common platform and method under synchronous communication mode
CN102780933B (en) A kind of method and television set gathering user profile
CN101171563A (en) Sleep watchdog circuit for asynchronous digital circuits
CN103491165A (en) General distributed crawler system capable of automatically detecting shielding
CN102427411B (en) Total network signalling tracking method and system for
CN105373563B (en) Database switching method and device
CN106874126A (en) Host process method for detecting abnormality in a kind of software development
CN103178977A (en) Computer system and starting-up management method of same

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
ASS Succession or assignment of patent right

Owner name: ANHUI ZGD ELECTRIC POWER TECHNOLOGY CO., LTD.

Free format text: FORMER OWNER: GUANGDONG HUABO ENTERPRISE MANAGEMENT CONSULTING CO., LTD.

Effective date: 20141102

Owner name: GUANGDONG HUABO ENTERPRISE MANAGEMENT CONSULTING C

Free format text: FORMER OWNER: ZTE CORPORATION

Effective date: 20141102

C41 Transfer of patent application or patent right or utility model
COR Change of bibliographic data

Free format text: CORRECT: ADDRESS; FROM: 518057 SHENZHEN, GUANGDONG PROVINCE TO: 510640 GUANGZHOU, GUANGDONG PROVINCE

Free format text: CORRECT: ADDRESS; FROM: 510640 GUANGZHOU, GUANGDONG PROVINCE TO: 230088 HEFEI, ANHUI PROVINCE

TR01 Transfer of patent right

Effective date of registration: 20141102

Address after: 230088 high tech Zone, Anhui, Hefei Road, No. AJ-5, block, building B floor, floor 4

Patentee after: ANHUI ZGD ELECTRIC POWER TECHNOLOGY Co.,Ltd.

Address before: 510640 Guangdong city of Guangzhou province Tianhe District gold Yinglu No. 1 was 1106 room two

Patentee before: GUANGDONG HUABO ENTERPRISE MANAGEMENT CONSULTING Co.,Ltd.

Effective date of registration: 20141102

Address after: 510640 Guangdong city of Guangzhou province Tianhe District gold Yinglu No. 1 was 1106 room two

Patentee after: GUANGDONG HUABO ENTERPRISE MANAGEMENT CONSULTING Co.,Ltd.

Address before: 518057 Nanshan District, Guangdong high tech Industrial Park, science and Technology Industrial Park, ZTE building, block A, layer 6, layer

Patentee before: ZTE Corp.

C41 Transfer of patent application or patent right or utility model
TR01 Transfer of patent right

Effective date of registration: 20151008

Address after: 830013, 66, lane two, Changchun Middle Road, Urumqi hi tech Industrial Development Zone (new urban area), the Xinjiang Uygur Autonomous Region

Patentee after: ELECTRIC POWER SCIENCES RESEARCH INSTITUTE OF STATE GRID XINJIANG ELECTRIC POWER Co.

Patentee after: ANHUI ZGD ELECTRIC POWER TECHNOLOGY Co.,Ltd.

Address before: 230088 high tech Zone, Anhui, Hefei Road, No. AJ-5, block, building B floor, floor 4

Patentee before: ANHUI ZGD ELECTRIC POWER TECHNOLOGY Co.,Ltd.