CN104932964A - Monitoring processing method and apparatus of computer functional programs - Google Patents

Monitoring processing method and apparatus of computer functional programs Download PDF

Info

Publication number
CN104932964A
CN104932964A CN201410098023.0A CN201410098023A CN104932964A CN 104932964 A CN104932964 A CN 104932964A CN 201410098023 A CN201410098023 A CN 201410098023A CN 104932964 A CN104932964 A CN 104932964A
Authority
CN
China
Prior art keywords
time
monitoring
log file
update
function program
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
CN201410098023.0A
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.)
Wuxi Tvmining Juyuan Media Technology Co Ltd
Original Assignee
Wuxi Tvmining Juyuan Media Technology 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 Wuxi Tvmining Juyuan Media Technology Co Ltd filed Critical Wuxi Tvmining Juyuan Media Technology Co Ltd
Priority to CN201410098023.0A priority Critical patent/CN104932964A/en
Publication of CN104932964A publication Critical patent/CN104932964A/en
Pending legal-status Critical Current

Links

Abstract

The invention provides a monitoring processing method and apparatus of computer functional programs. The method includes an updating step of setting file update processes in functional programs to update a recording file once at every predetermined time interval when the functional programs normally operate to realize expected functions; a monitoring step of monitoring the update status of the recording file in real time and determining whether the update of the recording file is overtime; and a restarting step of restarting the functional programs if the update of the recording file is overtime. The method and the apparatus aim to monitor the operation conditions of the functional programs in real time and can timely and effectively solve the problem of false dying of the functional programs.

Description

A kind of monitor processing method of computer function program and device
Technical field
The present invention relates to computer realm, particularly relate to a kind of monitor processing method and device of computer function program.
Background technology
User, when using computing machine, often can run into the situation that program stopped runs.The reason that program stopped runs under normal circumstances has two kinds, and a kind of is occur that due to programmed algorithm the program that the reasons such as endless loop cause is seemingly-dead, and another kind is because system spare resource is very few, and the requested temporary program caused slowly of program response user is waited for.With temporary program, program is seemingly-dead waits for that all showing as program stopped runs, stuck motionless, user is difficult to distinguish both by means of only observation.Bide one's time when user runs into temporary program etc., if erroneous judgement is that program is seemingly-dead, then can restart routine, cause the waste of system resource, even significant data can be lost, when user run into program seemingly-dead and take for be temporary program wait for, then wait routine can be selected to restart, lose time and cannot deal with problems.Whether prior art watchdog routine is seemingly-dead, and be the mode monitored in real time by manpower, this mode needs personnel and monitors, ceaselessly procedures of observation running status, takies higher human cost, and artificial judgement easily occurs mistake.Therefore be necessary to propose a kind of method for supervising of computer program and corresponding device, the ruuning situation of automatic decision program also determines whether to need reset routine.
Summary of the invention
The object of this invention is to provide a kind of monitor processing method and device of computer function program, the ruuning situation of real-time monitoring and control program, the seemingly-dead problem of function program can be solved timely and effectively.
To achieve these goals, the invention provides a kind of monitor processing method of computer function program, comprising:
Step of updating: arrange file update process in function program, normally runs in described function program and realizes in the process of expectation function, and described file update process upgrades a log file every predetermined time interval;
Monitoring step: the renewal situation of the described log file of monitoring in real time, judges whether described log file upgrades time-out;
Reboot step: if described log file upgrades time-out, then restart described function program.
Preferably, in described step of updating, current time when upgrading writes in described log file as update time by described file update process.
Preferably, in described monitoring step, if the interval of current time when described update time and monitoring is greater than the first threshold value, then determine to upgrade time-out.
Preferably, described monitoring step also comprises, if the interval of current time when described update time and monitoring is less than the first threshold value and is greater than the second threshold value, then counter values is added one;
If described counter values exceedes counter threshold value, then determine to upgrade time-out.
The present invention also provides a kind of monitoring treating apparatus of computer function program, comprising:
Updating block, for: in function program, arrange file update process, normally run realize in the process of expectation function in described function program, described file update process upgrades a log file every predetermined time interval;
Monitoring unit, for: the renewal situation of the described log file of monitoring in real time, judges whether described log file upgrades time-out;
Restart unit, for: if described log file upgrades time-out, then restart described function program.
Preferably, described updating block specifically for: using upgrade time current time write in described log file as update time.
Preferably, described monitoring unit specifically for: if the interval of current time when described update time and monitoring is greater than the first threshold value, then determine to upgrade time-out.
Preferably, described monitoring unit also for: if the interval of current time when described update time and monitoring is less than the first threshold value and is greater than the second threshold value, then counter values is added one; If described counter values exceedes counter threshold value, then determine to upgrade time-out.
At least there is following technique effect in the present invention:
1) in the present invention, by arranging file update process in function program, when function program is normally run, renewal process can upgrade log file, and after function program is out of service, renewal process also cannot upgrade log file, therefore by monitoring in real time log file, just can know the ruuning situation of function program, if function program occurs seemingly-dead, then restart facility program.The seemingly-dead method of this solution function program is timely and effective and accurately, avoid the inaccuracy of the seemingly-dead situation of manpower arbitration functions program.
2), in the present invention, file update process, by time write log file when upgrading, plays the effect upgrading log file.This update method only need read the time from calculator memory, then carries out write operation to log file, takies computer resource few, can not affect the normal operation of function program.
3) the present invention arranges the first threshold value as the whether seemingly-dead foundation of arbitration functions program, and whether seemingly-dead by the method arbitration functions program comparing the time, algorithm design is simple, and committed memory is few, saves computer resource.
4) the present invention is provided with the second threshold value sum counter, whether run slowly by the second threshold value arbitration functions program, when function program run slow number of times exceed counter threshold value time, then restart function program, do not solve function program seemingly-dead but run not smooth problem.
Accompanying drawing explanation
Hereinafter describe specific embodiments more of the present invention with reference to the accompanying drawings by way of example, and not by way of limitation in detail.Reference numeral identical in accompanying drawing denotes same or similar parts or part.It should be appreciated by those skilled in the art that these accompanying drawings may not be drawn in proportion.In accompanying drawing:
Fig. 1 is the monitor processing method process flow diagram of computer function program provided by the invention;
Fig. 2 is the update method process flow diagram of log file provided by the invention;
Fig. 3 is the first method flow diagram that judgement log file provided by the invention upgrades time-out;
Fig. 4 is the second method flow diagram that judgement log file provided by the invention upgrades time-out;
Fig. 5 is the monitoring treating apparatus schematic diagram of computer function program provided by the invention;
Fig. 6 is updating block first schematic diagram provided by the invention;
Fig. 7 is updating block second schematic diagram provided by the invention;
Fig. 8 is monitoring unit first schematic diagram provided by the invention;
Fig. 9 is monitoring unit second schematic diagram provided by the invention.
Embodiment
For making the object of the embodiment of the present invention, technical scheme and advantage clearly, below in conjunction with accompanying drawing, specific embodiment is described in detail.
Fig. 1 is the monitor processing method process flow diagram of computer function program.As shown in Figure 1, the embodiment of the present invention provides a kind of monitor processing method of computer function program, comprising:
Step 101: arrange file update process in function program, normally runs in function program and realizes in the process of expectation function, and file update process upgrades a log file every predetermined time interval;
Step 102: the renewal situation of monitoring record file in real time, judges whether log file upgrades time-out;
Step 103: if log file upgrades time-out, then restart function program.
Visible, in embodiments of the present invention, by arranging file update process in function program, when function program is normally run, renewal process can upgrade log file, after function program is out of service, renewal process also cannot upgrade log file, therefore by monitoring in real time log file, just can know the ruuning situation of function program, if function program occurs seemingly-dead, then restart facility program.The seemingly-dead method of this solution function program is timely and effective and accurately, avoid the inaccuracy of the seemingly-dead situation of manpower arbitration functions program.
In the embodiment of the present invention, in function program, arrange file update process, when function program is normally run, file update process upgrades a log file every the schedule time, it can thus be appreciated that whether the update status of log file can response function program normally run.Monitor in real time log file, if log file upgrades time-out, then prove that seemingly-dead situation appears in function program, at this moment system will autoboot function program.
It is monitored by manpower that tradition solves the seemingly-dead method of function program, when discovery feature program long-time motionless time be judged as seemingly-dead, restart facility program.It is that function program is seemingly-dead that function program is probably run that the time delay slowly caused takes for by this determination methods, and restart facility program causes system resource waste, even may lose vital document.In the method provided in the embodiment of the present invention, can by the update status of coding every several seconds (the concrete time can be determined according to the concrete situation demand of program) monitoring log file, whether more seemingly-dead than manpower determining program more accurate, and the method in the present embodiment can restart function program within the very first time that function program is seemingly-dead, restart speed soon than manpower, the impact that computer run is caused can be reduced.
Fig. 2 is the update method process flow diagram of log file.As shown in Figure 2, in another embodiment of the present invention, a kind of method upgrading log file is provided, file update process is set in function program, file update process reads a current time every the schedule time, in write log file, as the update time of log file.
There are two kinds of storage modes the update time of write log file, a kind of is store successively according to the time of write, the time being stored in rearmost position is read when reading update time, another kind overrides last update time when being the time that write is new at every turn automatically, that is only stores the update time of the last time in log file.The first storage mode can record all update times, is convenient to the overall operation situation that those skilled in the art understand function program.The second storage mode committed memory space is less, read update time time convenient.The update time of write log file is not limited to above two kinds of storage modes, and those skilled in the art can decide the storage mode of update time in its sole discretion.
The method of the renewal log file provided in the present embodiment only need from calculator memory the reading time, then carry out write operation to log file, update method is simple, takies computer resource few, can not affect the normal operation of other programs.
Log file update method in corresponding foregoing invention embodiment, in another inventive embodiments, additionally provides a kind of monitoring record file, judges whether to upgrade the method for time-out.As shown in Figure 3, the update time in log file is read during monitoring, the interval of current time when calculating update time and monitor, if the time interval is less than the first threshold value, then judge that log file normally upgrades, if interval greater than the first threshold value, be then judged as that log file upgrades time-out.
First threshold value is set in the present embodiment as the foundation judging to upgrade time-out, first threshold value should represent the poorest travelling speed of function program, if time during monitoring and the interval of update time are greater than the first threshold value, then declare record file does not upgrade for a long time, the travelling speed of function program is less than the poorest travelling speed, and functions program occurs seemingly-dead.Judge that log file upgrades time-out by the method comparing the time, algorithm design is simple, and committed memory is few, saves computer resource.
In another inventive embodiments, calculate update time and time interval during monitoring, not only can whether occur seemingly-dead by determining program, whether can also be in preferably travelling speed by determining program.As shown in Figure 4, arrange and can represent second threshold value of function program compared with good speed line speed, it should be known that the second threshold value is less than the first threshold value here.The update time in log file is read during monitoring, the interval of current time when calculating update time and monitor, compares with the first threshold value and the second threshold value, if be less than the second threshold value, then declare record file update is all right, and function program operation conditions is good.If the interval of current time when update time and monitoring is less than the first threshold value and is greater than the second threshold value, then declare record file update speed is slower, presentation function program does not occur seemingly-dead but travelling speed is not smooth, now the value of counter is added one, accumulate once the record that operation is not smooth, when the numerical value of counter exceedes counter threshold value, functions program there occurs repeatedly runs not smooth situation, at this moment also can judge that log file upgrades time-out, system reboot function program, solves and runs not smooth problem.
The method that above-mentioned judgement log file upgrades time-out can be applied in video playback field.Such as user is when with player viewing video file, if the speed of video playback is greater than the poorest travelling speed of player, but the broadcasting speed within a period of time is often less than smooth speed, bad viewing experience can be brought equally to user, at this moment player internal control exceedes counter threshold value to the numerical value of counter, some function program of system autoboot player inside, improves viewing effect, solves the slack problem of video playback.
In another invention is implemented, also provide a kind of update method of log file.File update process is set in function program, file update process writes indications in log file, as the mark that log file upgrades, every the indications that predetermined time write is different from the last time, and replacing last indications, the time interval changed by monitoring indications can judge whether log file upgrades time-out.
Fig. 5 is the monitoring treating apparatus schematic diagram of computer function program.As shown in Figure 5, the embodiment of the present invention provides a kind of monitoring treating apparatus of computer function program, comprising:
Updating block, for: in function program, arrange file update process, normally run realize in the process of expectation function in function program, file update process upgrades a log file every predetermined time interval;
Monitoring unit, for: the renewal situation of monitoring record file in real time, judges whether log file upgrades time-out;
Restart unit, for: if log file upgrades time-out, then restart function program.
Visible, in embodiments of the present invention, by arranging file update process in function program, when function program is normally run, renewal process can upgrade log file, after function program is out of service, renewal process also cannot upgrade log file, therefore by monitoring in real time log file, just can know the ruuning situation of function program, if function program occurs seemingly-dead, then restart facility program.The seemingly-dead method of this solution function program is timely and effective and accurately, avoid the inaccuracy of the seemingly-dead situation of manpower arbitration functions program.
In the embodiment of the present invention, arrange updating block, as shown in Figure 6, updating block comprises file update process and log file.When function program is normally run, file update process upgrades a log file every the schedule time, can be understood the ruuning situation of function program by the renewal speed of log file.Arrange monitoring unit, the update status of real-time monitoring record file, if find that log file upgrades time-out, then there is seemingly-dead phenomenon in functions program.Unit restart facility program is restarted in setting, solves seemingly-dead problem.
Traditional can only run surface from program by manpower monitoring function program and judge whether to occur seemingly-dead, program internal operation situation cannot be learnt, easily cause and judge inaccurate situation.The device provided in the embodiment of the present invention can the ruuning situation of automatic decision function program, monitoring unit can read the update status of a log file every several seconds, it is more accurate to judge than classic method, and the device in the embodiment of the present invention can be restarted within the very first time that discovery feature program is seemingly-dead at once by restarting unit, restart speed soon than manpower, the impact that computer run is caused can be reduced.
As shown in Figure 7, in an alternative embodiment of the invention, additionally provide a kind of updating block, for current time when upgrading is write log file as update time.This updating block can be made up of time reader, read-write cell and log file, time reader is used for extracting current time from calculator memory, current time is written in log file as update time by recycling read-write cell, plays the effect upgrading log file.
Update time in log file can store successively according to the time sequencing of write, forms text update time, also only can store the last update time.Update time, text can each time upgrading log file after writing function normal program operation, by checking that update time, text can understand function program ruuning situation, if the interval of update time is very short, functions program operation speed is fast, operational excellence, if be interposed between within the scope of respective time very long between update time, illustrate that now function program is run slowly, the moving law of summarization functions program can help the further development function program of those skilled in the art.The storage of the update time in log file can have various ways, can be decided in its sole discretion by those skilled in the art.
The updating block provided in the embodiment of the present invention only need from calculator memory the reading time, then carry out write operation to log file, update method is simple, takies computer resource few, can not affect the normal operation of other programs.
Updating block in corresponding above-described embodiment, the embodiment of the present invention provides a kind of monitoring unit, for judging whether log file upgrades time-out.As shown in Figure 8, this monitoring unit comprises, time reader, for reading the update time in log file, counter, for calculating update time and time interval during monitoring, comparer, time interval during for comparing update time and monitoring and the size of the first threshold value, result determining device, upgrades time-out for judging whether according to comparative result.If update time with monitoring time interval greater than the first threshold value, be then judged as log file upgrade time-out, if the time interval is less than the first threshold value, then judge that log file normally upgrades.
Monitoring unit principle in foregoing invention embodiment is simple, and application simple calculating comparison algorithm and comparer just can realize, and committed memory is few, save computer resource.
As shown in Figure 9, in another inventive embodiments, also provide a kind of monitoring unit, for judging that log file upgrades the renewal time-out slowly caused.As shown in Figure 9, monitoring unit comprises, time reader, for reading the update time in log file, counter, for calculating update time and time interval during monitoring, comparer, time interval during for comparing update time and monitoring and the size of the first threshold value and the second threshold value, counter, for the slow number of times of cumulative renewal, result determining device, upgrades time-out for judging whether according to the count results of counter.
When the comparative result of comparer be update time with during monitoring interval greater than the second threshold value but when being less than the first threshold value, counter adds one, and when the numerical value of counter exceedes counter threshold value, result determining device is judged as that log file upgrades time-out.If the comparative result of comparer is be less than the second threshold value with the time interval during monitoring update time, then judge that log file normally upgrades.
Monitoring unit in foregoing invention embodiment can be applied in video playback field.When playing slowly repeatedly appears in player but non-generating program is stuck, utilize above-mentioned monitoring unit can restart some function program of player inside, improve viewing effect, improve Consumer's Experience.
As from the foregoing, the embodiment of the present invention has following advantage:
1) in the present invention, by arranging file update process in function program, when function program is normally run, renewal process can upgrade log file, and after function program is out of service, renewal process also cannot upgrade log file, therefore by monitoring in real time log file, just can know the ruuning situation of function program, if function program occurs seemingly-dead, then restart facility program.The seemingly-dead method of this solution function program is timely and effective and accurately, avoid the inaccuracy of the seemingly-dead situation of manpower arbitration functions program.
2), in the present invention, file update process, by time write log file when upgrading, plays the effect upgrading log file.This update method only need read the time from calculator memory, then carries out write operation to log file, takies computer resource few, can not affect the normal operation of function program.
3) the present invention arranges the first threshold value as the whether seemingly-dead foundation of arbitration functions program, and whether seemingly-dead by the method arbitration functions program comparing the time, algorithm design is simple, and committed memory is few, saves computer resource.
4) the present invention is provided with the second threshold value sum counter, whether run slowly by the second threshold value arbitration functions program, when function program run slow number of times exceed counter threshold value time, then restart function program, do not solve function program seemingly-dead but run not smooth problem.
So far, those skilled in the art will recognize that, although multiple exemplary embodiment of the present invention is illustrate and described herein detailed, but, without departing from the spirit and scope of the present invention, still can directly determine or derive other modification many or amendment of meeting the principle of the invention according to content disclosed by the invention.Therefore, scope of the present invention should be understood and regard as and cover all these other modification or amendments.

Claims (8)

1. a monitor processing method for computer function program, is characterized in that, comprising:
Step of updating: arrange file update process in function program, normally runs in described function program and realizes in the process of expectation function, and described file update process upgrades a log file every predetermined time interval;
Monitoring step: the renewal situation of the described log file of monitoring in real time, judges whether described log file upgrades time-out;
Reboot step: if described log file upgrades time-out, then restart described function program.
2. monitor processing method according to claim 1, is characterized in that,
In described step of updating, current time when upgrading writes in described log file as update time by described file update process.
3. monitor processing method according to claim 2, is characterized in that,
In described monitoring step, if the interval of current time when described update time and monitoring is greater than the first threshold value, then determine to upgrade time-out.
4. monitor processing method according to claim 2, is characterized in that,
Described monitoring step also comprises: if the interval of current time when described update time and monitoring is less than the first threshold value and is greater than the second threshold value, then counter values is added one;
If described counter values exceedes counter threshold value, then determine to upgrade time-out.
5. a monitoring treating apparatus for computer function program, is characterized in that, comprising:
Updating block, for: in function program, arrange file update process, normally run realize in the process of expectation function in described function program, described file update process upgrades a log file every predetermined time interval;
Monitoring unit, for: the renewal situation of the described log file of monitoring in real time, judges whether described log file upgrades time-out;
Restart unit, for: if described log file upgrades time-out, then restart described function program.
6. monitoring treating apparatus according to claim 5, is characterized in that,
Described updating block specifically for: using upgrade time current time write in described log file as update time.
7. monitoring treating apparatus according to claim 6, is characterized in that,
Described monitoring unit specifically for: if the interval of current time when described update time and monitoring is greater than the first threshold value, then determine to upgrade time-out.
8. monitoring treating apparatus according to claim 6, is characterized in that,
Described monitoring unit also for: if the interval of current time when described update time and monitoring is less than the first threshold value and is greater than the second threshold value, then counter values is added one; If described counter values exceedes counter threshold value, then determine to upgrade time-out.
CN201410098023.0A 2014-03-17 2014-03-17 Monitoring processing method and apparatus of computer functional programs Pending CN104932964A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410098023.0A CN104932964A (en) 2014-03-17 2014-03-17 Monitoring processing method and apparatus of computer functional programs

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410098023.0A CN104932964A (en) 2014-03-17 2014-03-17 Monitoring processing method and apparatus of computer functional programs

Publications (1)

Publication Number Publication Date
CN104932964A true CN104932964A (en) 2015-09-23

Family

ID=54120136

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410098023.0A Pending CN104932964A (en) 2014-03-17 2014-03-17 Monitoring processing method and apparatus of computer functional programs

Country Status (1)

Country Link
CN (1) CN104932964A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106445761A (en) * 2016-11-09 2017-02-22 上海斐讯数据通信技术有限公司 Test method and system for regularly recording CPU and memory based on SSH (Secure Shell) protocol
CN106959908A (en) * 2017-03-03 2017-07-18 惠州Tcl移动通信有限公司 A kind of application program based on mobile terminal restarts control method and system automatically
CN108563529A (en) * 2018-04-11 2018-09-21 郑州云海信息技术有限公司 A kind of method and system of automation re-launching applications
CN110069925A (en) * 2019-04-03 2019-07-30 北京奇安信科技有限公司 Software monitors method, system and computer readable storage medium
CN111400263A (en) * 2020-03-16 2020-07-10 上海英方软件股份有限公司 Monitoring switch-back method and device based on file change

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101136044A (en) * 2006-08-29 2008-03-05 联想(北京)有限公司 Software watchdog system and method
CN101227630A (en) * 2008-01-29 2008-07-23 中兴通讯股份有限公司 Method for monitoring application program based on window platform
CN101309148A (en) * 2008-06-24 2008-11-19 中兴通讯股份有限公司 Software watchdog system
CN101916224A (en) * 2010-08-20 2010-12-15 迈普通信技术股份有限公司 Test progress abnormality detection method and automatic test control device
US8006118B1 (en) * 2002-04-24 2011-08-23 Eagle Harbor Holdings System and method for application failure detection
CN103092746A (en) * 2013-02-05 2013-05-08 上海大唐移动通信设备有限公司 Positioning method and system for thread anomaly

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8006118B1 (en) * 2002-04-24 2011-08-23 Eagle Harbor Holdings System and method for application failure detection
CN101136044A (en) * 2006-08-29 2008-03-05 联想(北京)有限公司 Software watchdog system and method
CN101227630A (en) * 2008-01-29 2008-07-23 中兴通讯股份有限公司 Method for monitoring application program based on window platform
CN101309148A (en) * 2008-06-24 2008-11-19 中兴通讯股份有限公司 Software watchdog system
CN101916224A (en) * 2010-08-20 2010-12-15 迈普通信技术股份有限公司 Test progress abnormality detection method and automatic test control device
CN103092746A (en) * 2013-02-05 2013-05-08 上海大唐移动通信设备有限公司 Positioning method and system for thread anomaly

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106445761A (en) * 2016-11-09 2017-02-22 上海斐讯数据通信技术有限公司 Test method and system for regularly recording CPU and memory based on SSH (Secure Shell) protocol
CN106959908A (en) * 2017-03-03 2017-07-18 惠州Tcl移动通信有限公司 A kind of application program based on mobile terminal restarts control method and system automatically
CN108563529A (en) * 2018-04-11 2018-09-21 郑州云海信息技术有限公司 A kind of method and system of automation re-launching applications
CN110069925A (en) * 2019-04-03 2019-07-30 北京奇安信科技有限公司 Software monitors method, system and computer readable storage medium
CN110069925B (en) * 2019-04-03 2020-09-25 奇安信科技集团股份有限公司 Software monitoring method, system and computer readable storage medium
CN111400263A (en) * 2020-03-16 2020-07-10 上海英方软件股份有限公司 Monitoring switch-back method and device based on file change

Similar Documents

Publication Publication Date Title
CN104932964A (en) Monitoring processing method and apparatus of computer functional programs
US10147048B2 (en) Storage device lifetime monitoring system and storage device lifetime monitoring method thereof
CN105094927B (en) A kind of device firmware upgrade method and apparatus
TW201301137A (en) Virtual machine image analysis
US20100083043A1 (en) Information processing device, recording medium that records an operation state monitoring program, and operation state monitoring method
CN105302714A (en) Method and apparatus for monitoring memory leak in test process
US20070050677A1 (en) Noise accommodation in hardware and software testing
CN102981944A (en) Log storage method based on file system
JP2016212538A (en) Dump data management program, dump data management method, and dump data management device
CN108701026A (en) Method and apparatus for the managing process under memory constraints
CN105354059A (en) Upgrade method and apparatus for controller of air-conditioner system
CN109783384A (en) Log use-case test method, log use-case test device and electronic equipment
CN109542341B (en) Read-write IO monitoring method, device, terminal and computer readable storage medium
US9870400B2 (en) Managed runtime cache analysis
CN114138527A (en) Method, device and medium for improving performance of server
CN113315675A (en) White box switch U-Boot automatic testing method, system and storage medium
CN111124774B (en) Method and related device for testing stability of server in starting process
US10776240B2 (en) Non-intrusive performance monitor and service engine
CN103092710A (en) High available virtual machine running method in cloud computing operating system
CN108959006A (en) A kind of hardware detection method and its tool
CN104268069A (en) Computer performance assessment method
CN109376027A (en) A kind of abnormal processing method and terminal for destroying process
CN114218001A (en) Fault repairing method and device, electronic equipment and readable storage medium
CN114090054A (en) Intelligent equipment upgrading method and device, storage medium and electronic equipment
CN107707856B (en) Method and device for recording multimedia program

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20150923