CN111625462A - Health check method, device, equipment and storage medium of application program - Google Patents

Health check method, device, equipment and storage medium of application program Download PDF

Info

Publication number
CN111625462A
CN111625462A CN202010469835.7A CN202010469835A CN111625462A CN 111625462 A CN111625462 A CN 111625462A CN 202010469835 A CN202010469835 A CN 202010469835A CN 111625462 A CN111625462 A CN 111625462A
Authority
CN
China
Prior art keywords
application program
checked
application
health check
running
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
CN202010469835.7A
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.)
Guangdong Inspur Smart Computing Technology Co Ltd
Original Assignee
Guangdong Inspur Big Data Research 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 Guangdong Inspur Big Data Research Co Ltd filed Critical Guangdong Inspur Big Data Research Co Ltd
Priority to CN202010469835.7A priority Critical patent/CN111625462A/en
Publication of CN111625462A publication Critical patent/CN111625462A/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/36Preventing errors by testing or debugging software
    • G06F11/3604Software analysis for verifying properties of programs
    • G06F11/3612Software analysis for verifying properties of programs by runtime analysis
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/50Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
    • G06F21/52Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems during program execution, e.g. stack integrity ; Preventing unwanted data erasure; Buffer overflow
    • G06F21/53Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems during program execution, e.g. stack integrity ; Preventing unwanted data erasure; Buffer overflow by executing in a restricted environment, e.g. sandbox or secure virtual machine

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Hardware Design (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Quality & Reliability (AREA)
  • Stored Programmes (AREA)

Abstract

The application discloses a health check method of an application program, which comprises the steps of firstly, issuing the application program to be checked to an application issuing platform, and then acquiring running information of the application program to be checked on the application issuing platform; then judging whether the application program to be checked is healthy or not according to a first health check strategy and operation information which are stored in advance; if not, controlling the application program to be checked to stop running. Therefore, the method carries out health check on the running information of the application program to be checked in the application publishing platform by utilizing the first health check strategy stored in advance, and can check whether the running of the application program to be checked in the application publishing platform is accurate or not by carrying out health check on the running information, so that the application program to be checked can be normally used in the application publishing platform. The application also discloses a health examination device, equipment and a computer readable storage medium of the application program, which have the beneficial effects.

Description

Health check method, device, equipment and storage medium of application program
Technical Field
The present invention relates to the field of application programs, and in particular, to a method, an apparatus, a device, and a computer-readable storage medium for health check of an application program.
Background
With the rapid development of information technology, the types of the application programs are more and more, and the updating speed of the application programs is faster and faster; therefore, in actual operation, in order to guarantee the normal release of the application program, the health check of the application program is required. At present, health check on newly published application programs, namely application programs to be checked, mostly depends on an application deployment platform, for example, health check is performed by using a scheduling system such as kubernets, but the method can only check whether the application programs to be checked successfully run, but cannot check whether the application programs to be checked accurately run, so that the application programs to be checked cannot be normally used in the application publishing platform.
Therefore, how to ensure the application program to accurately run in the application publishing platform is a technical problem that needs to be solved by those skilled in the art at present.
Disclosure of Invention
In view of this, the present invention provides a method for health check of an application program, which can ensure that the application program runs accurately in an application publishing platform; another object of the present invention is to provide a health check device, an apparatus and a computer readable storage medium for an application program, all of which have the above beneficial effects.
In order to solve the above technical problem, the present invention provides a health check method for an application program, comprising:
after an application program to be checked is issued to an application issuing platform, acquiring running information of the application program to be checked on the application issuing platform;
judging whether the application program to be checked is healthy or not according to a first health check strategy stored in advance and the running information;
and if not, controlling the application program to be checked to stop running.
Preferably, the process of determining whether the application to be checked is healthy according to a first pre-stored health check policy and the running information specifically includes:
judging whether the target hash value displayed through the calling interface of the application publishing platform is the same as the standard hash value of the application program to be checked in the data warehouse or not;
and if not, entering the step of controlling the application program to be checked to stop running.
Preferably, the process of determining whether the application to be checked is healthy according to a first pre-stored health check policy and the running information specifically includes:
acquiring target request content from the application program to be checked through a preset content request instruction;
judging whether the target request content is the same as the standard request content corresponding to the preset content request instruction or not;
and if not, the step of controlling the application program to be checked to stop running is carried out.
Preferably, further comprising:
invoking a second health check policy based on the container orchestration system from the kubernets orchestration system;
and carrying out health check on the application program to be checked by utilizing the second health check strategy.
Preferably, after the controlling the application program to be checked to stop running, the method further comprises:
and controlling the application program to be checked to perform version rollback operation.
Preferably, after the controlling the application program to be checked to stop running, the method further comprises:
and triggering a prompt device to send out corresponding prompt information.
Preferably, after the determining that the application to be checked is unhealthy according to the pre-stored first health check policy and the running information, the method further includes:
and recording the checking result and the corresponding checking time for judging that the application program to be checked is unhealthy.
In order to solve the above technical problem, the present invention further provides a health check device for an application program, including:
the system comprises an acquisition module, a processing module and a processing module, wherein the acquisition module is used for acquiring the running information of an application program to be checked on an application publishing platform after the application program to be checked is published on the application publishing platform;
the judging module is used for judging whether the application program to be checked is healthy or not according to a first health checking strategy stored in advance and the running information; if not, calling the first control module;
and the first control module is used for controlling the application program to be checked to stop running.
In order to solve the above technical problem, the present invention further provides a health check apparatus for an application program, including:
a memory for storing a computer program;
and the processor is used for realizing the steps of the health check method of any one of the application programs when the computer program is executed.
In order to solve the above technical problem, the present invention further provides a computer-readable storage medium, wherein a computer program is stored on the computer-readable storage medium, and when being executed by a processor, the computer program implements the steps of the health check method of any one of the above application programs.
The invention provides a health examination method of an application program, which comprises the steps of firstly, issuing the application program to be examined to an application issuing platform, and then acquiring the running information of the application program to be examined on the application issuing platform; then judging whether the application program to be checked is healthy or not according to a first health check strategy and operation information which are stored in advance; if not, controlling the application program to be checked to stop running. Therefore, the method carries out health check on the running information of the application program to be checked in the application publishing platform by utilizing the first health check strategy stored in advance, and can check whether the running of the application program to be checked in the application publishing platform is accurate or not by carrying out health check on the running information, so that the application program to be checked can be normally used in the application publishing platform.
In order to solve the technical problem, the invention also provides a health check device, equipment and a computer readable storage medium of the application program, which have the beneficial effects.
Drawings
In order to more clearly illustrate the embodiments or technical solutions of the present invention, the drawings used in the description of the embodiments or the prior art 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 for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
FIG. 1 is a flowchart of a health check method for an application according to an embodiment of the present invention;
FIG. 2 is a diagram illustrating another embodiment of a health check method for an application;
FIG. 3 is a block diagram of a health check apparatus for an application according to an embodiment of the present invention;
fig. 4 is a structural diagram of a health check device of an application according to an embodiment of the present invention.
Detailed Description
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 only a part of the embodiments of the present invention, and not all of the embodiments. 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.
The core of the embodiment of the invention is to provide a health check method of an application program, which can ensure the accurate operation of the application program in an application release platform; another core of the present invention is to provide a health check apparatus, a device and a computer readable storage medium for an application program, all of which have the above beneficial effects.
In order that those skilled in the art will better understand the disclosure, the invention will be described in further detail with reference to the accompanying drawings and specific embodiments.
Fig. 1 is a flowchart of a health check method for an application according to an embodiment of the present invention. As shown in fig. 1, a health check method of an application includes:
s10: after the application program to be checked is issued to the application issuing platform, acquiring the running information of the application program to be checked on the application issuing platform;
s20: judging whether the application program to be checked is healthy or not according to a first health check strategy and operation information which are stored in advance;
if S30 is true, ending the process;
s40: if not, controlling the application program to be checked to stop running.
Specifically, in actual operation, an application program to be checked is set in a cloud platform management system in advance, and then the application program to be checked is issued to an application issuing platform through an automatic issuing pipeline device; and the application program to be checked runs on the application publishing platform. Specifically, the cloud platform management system may call an application publishing platform API through a CI (Continuous Integration)/CD (Continuous Delivery and Continuous Deployment) pipeline to automatically publish an application to be checked, and specifically may publish the application to be checked to a kubernets arrangement system.
Then, receiving a first pre-set health examination strategy input by a user through a human-computer interaction device and storing the first pre-set health examination strategy to obtain a pre-stored first health examination strategy; the embodiment does not limit the storage device storing the first health check policy. For example, in the present embodiment, a first health check policy input by a user may be received and stored by the health check policy device; after the operation information of the application program to be checked is acquired, a first health check strategy stored in advance is called, and whether the operation condition of the application program to be checked, which is represented by the currently acquired operation information, is accurate or not is judged by using the first health check strategy, namely whether the application program to be checked is healthy or not is judged.
Specifically, if the health of the application program to be inspected is judged, no additional operation is needed, the process is ended, and the operation monitoring of the application program to be inspected can be continued so as to find the operation fault of the application program to be inspected in time; and if the to-be-inspected application program is judged to be unhealthy, namely the to-be-inspected application program is indicated to have abnormal conditions such as incapability of normally starting, incorrect firmware version of the to-be-inspected application program, incapability of accurately running the to-be-inspected application program and the like, controlling the to-be-inspected application program to stop running.
According to the health examination method of the application program, the application program to be examined is firstly released to an application release platform, and then the running information of the application program to be examined on the application release platform is obtained; then judging whether the application program to be checked is healthy or not according to a first health check strategy and operation information which are stored in advance; if not, controlling the application program to be checked to stop running. Therefore, the method carries out health check on the running information of the application program to be checked in the application publishing platform by utilizing the first health check strategy stored in advance, and can check whether the running of the application program to be checked in the application publishing platform is accurate or not by carrying out health check on the running information, so that the application program to be checked can be normally used in the application publishing platform.
On the basis of the foregoing embodiment, the present embodiment further describes and optimizes the technical solution, and specifically, after controlling the application program to be checked to stop running, the present embodiment further includes:
and controlling the application program to be checked to perform a version rollback operation.
In this embodiment, considering that the fact that the first health check policy determines that the application program to be checked is not healthy may be caused by an incorrect firmware version, that is, the currently running firmware version is not the preset running firmware version, in this embodiment, after the application program to be checked is controlled to stop running, the application program to be checked is further controlled to perform a version rollback operation. Specifically, the version rollback refers to an operation of canceling the current operation of issuing the application program to be checked to the application issuing platform and restoring the application program to be checked to the state of the previous firmware version.
Therefore, the method and the device can timely solve the problem that the current application program to be checked is not accurately operated by further controlling the application program to be checked to perform the version rollback operation.
FIG. 2 is a diagram illustrating another embodiment of a health check method for an application; on the basis of the foregoing embodiment, this embodiment further describes and optimizes the technical solution, and specifically, as shown in fig. 2, in this embodiment, a process of determining whether an application to be checked is healthy according to a first pre-stored health check policy and running information specifically includes:
judging whether the target hash value displayed through a calling interface of the application publishing platform is the same as the standard hash value of the application program to be checked in the data warehouse or not;
and if not, entering a step of controlling the application program to be checked to stop running.
Specifically, when the application program to be checked runs on the application publishing platform, a program calling interface of the application publishing platform displays the obtained hash value of the application program to be checked, namely, a target hash value; in addition, when the cloud platform management system acquires the application program to be checked from the code warehouse, the hash value corresponding to the original program code of the application program to be checked, namely the standard hash value, is pulled at the same time.
It should be noted that the hash value is a value obtained by logical operation according to the data of the content of the file, and the hash values obtained from different files (even the same file name) are different, so the hash value becomes an identity card of each file in the eMule; files with different hash values are considered different files in eMule, and the contents of files with the same hash value must be identical (even if the file names are different). In the embodiment, whether the application program to be checked is healthy or not is judged by judging whether the target hash value of the application program to be checked issued to the application issuing platform is consistent with the standard hash value corresponding to the original code of the application program to be checked, the operation mode is convenient and fast, and the judgment result is accurate.
On the basis of the foregoing embodiment, this embodiment further describes and optimizes the technical solution, and specifically, in this embodiment, the process of determining whether the application to be checked is healthy according to the first pre-stored health check policy and the running information specifically includes:
acquiring target request content from an application program to be checked through a preset content request instruction;
judging whether the target request content is the same as the standard request content corresponding to the preset content request instruction or not;
if not, the step of controlling the application program to be checked to stop running is carried out.
Specifically, in this embodiment, a preset content request instruction is first sent to the application program to be inspected, and the application program to be inspected receives a target request content corresponding to the preset content request instruction fed back by the application program to be inspected; then, standard request content corresponding to a preset content request instruction is obtained; and comparing the target request content with the standard request content, and judging whether the application program to be checked is healthy or not by judging whether the target request content is the same as the standard request content corresponding to the preset content request instruction or not. It should be noted that, the content requested by the preset content request instruction is not limited in this embodiment, and the setting is performed according to actual requirements, and the specific type of the preset content request instruction is not limited in this embodiment.
Therefore, whether the application program to be checked is healthy or not is judged according to the target request content obtained by the preset content request instruction, and the judging mode is convenient, fast and accurate.
On the basis of the foregoing embodiment, the present embodiment further describes and optimizes the technical solution, and specifically, in the present embodiment, the present embodiment further includes:
invoking a second health check policy based on the container orchestration system from the kubernets orchestration system;
and performing health check on the application program to be checked by utilizing the second health check strategy.
Specifically, if the application issuing platform is a kubernets orchestration system, after the application to be inspected is issued to the kubernets orchestration system, a second health check policy based on the container orchestration system is called from the kubernets orchestration system, then mechanisms such as error and/or retry times are set, and then the second health check policy based on the container orchestration system is used to perform health check on the application to be inspected. Similarly, when the application program to be checked is detected to be unhealthy, the operation of stopping running or rolling back the version of the application program to be checked needs to be controlled.
As can be seen, in the embodiment, by further using the second health check policy based on the container arrangement system to perform health check on the application to be checked, the health check on the application to be checked can be more comprehensive.
On the basis of the foregoing embodiment, the present embodiment further describes and optimizes the technical solution, and specifically, in the present embodiment, after controlling the application program to be checked to stop running, the method further includes:
and triggering a prompt device to send out corresponding prompt information.
Specifically, in this embodiment, after the to-be-inspected application program is judged to be unhealthy and the to-be-inspected application program is controlled to stop running, the prompting device is further triggered to send out corresponding prompting information. It should be noted that the prompting device may specifically be a buzzer and/or an indicator light and/or a display, and the prompting device such as the buzzer, the indicator light, the display, and the like is triggered to send out corresponding prompting information, such as a buzzer sound, a flashing light, characters or images, and the like, so as to intuitively prompt the user of the health check result of the application program to be checked currently, and thus, the use experience of the user can be further improved.
On the basis of the foregoing embodiment, the present embodiment further describes and optimizes the technical solution, and specifically, in the present embodiment, after determining that the application to be checked is unhealthy according to the first health check policy and the running information stored in advance, the method further includes:
and recording the checking result and the corresponding checking time for judging the unhealthy application program to be checked.
Specifically, in this embodiment, after obtaining the inspection result of the health inspection of the application to be inspected, the corresponding inspection time is further obtained, and then the inspection result and the corresponding inspection time are recorded. It should be noted that, in actual operation, a specific recording manner may be recorded in a form of text, an excel table, or a database table, which is not limited in this embodiment and is selected according to actual requirements.
In this embodiment, the unhealthy inspection result of the application program to be inspected and the corresponding inspection time are judged through further recording, so that the user can conveniently check the inspection condition of the application program to be inspected, and the use experience of the user is further improved.
The above detailed description is given for the embodiment of the health check method for an application program, and the present invention further provides a health check device, an apparatus, and a computer-readable storage medium for an application program corresponding to the method.
Fig. 3 is a structural diagram of a health check apparatus for an application according to an embodiment of the present invention, and as shown in fig. 3, the health check apparatus for an application includes:
the acquiring module 31 is configured to acquire running information of the application to be checked on the application publishing platform after the application to be checked is published on the application publishing platform;
the judging module 32 is used for judging whether the application program to be checked is healthy according to a first health check strategy and operation information which are stored in advance; if not, the first control module 33 is called;
and a first control module 33, configured to control the application to be checked to stop running.
The health check device of the application program provided by the embodiment of the invention has the beneficial effects of the health check method of the application program.
As a preferred embodiment, the health check device for an application further includes:
and the second control module is used for controlling the application program to be checked to perform the version rollback operation.
As a preferred embodiment, the determining module in the health check device of the application program specifically includes:
the first judgment submodule is used for judging whether the target hash value displayed through the calling interface of the application publishing platform is the same as the standard hash value of the application program to be checked in the data warehouse or not; if not, the control module is called.
As a preferred embodiment, the determining module in the health check device of the application program specifically includes:
the acquisition submodule is used for acquiring target request content from the application program to be inspected through a preset content request instruction;
the second judgment submodule is used for judging whether the target request content is the same as the standard request content corresponding to the preset content request instruction or not; if not, the control module is called.
As a preferred embodiment, the health check device for an application further includes:
the calling module is used for calling a second health check strategy based on the container arrangement system from the Kubernets arrangement system;
and the checking module is used for carrying out health check on the application program to be checked by utilizing the second health check strategy.
As a preferred embodiment, the health check device for an application further includes:
and the prompting module is used for triggering the prompting device to send out corresponding prompting information after controlling the application program to be checked to stop running.
As a preferred embodiment, the health check device for an application further includes:
and the recording module is used for recording the inspection result and the corresponding inspection time for judging the unhealthy application program to be inspected.
Fig. 4 is a structural diagram of a health check device of an application according to an embodiment of the present invention, and as shown in fig. 4, the health check device of the application includes:
a memory 41 for storing a computer program;
a processor 42 for implementing the steps of the health check method of the application program as described above when executing the computer program.
The health check equipment of the application program provided by the embodiment of the invention has the beneficial effects of the health check method of the application program.
In order to solve the above technical problem, the present invention further provides a computer-readable storage medium, on which a computer program is stored, and the computer program, when executed by a processor, implements the steps of the health check method of the application program.
The computer-readable storage medium provided by the embodiment of the invention has the beneficial effects of the health check method of the application program.
The health check method, device, equipment and computer readable storage medium of the application program provided by the invention are described in detail above. The principles and embodiments of the present invention are explained herein using specific examples, which are set forth only to help understand the method and its core ideas of the present invention. It should be noted that, for those skilled in the art, it is possible to make various improvements and modifications to the present invention without departing from the principle of the present invention, and those improvements and modifications also fall within the scope of the claims of the present invention.
The embodiments are described in a progressive manner in the specification, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
Those of skill would further appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative components and steps have been described above generally in terms of their functionality in order to clearly illustrate this interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.

Claims (10)

1. A health check method for an application program, comprising:
after an application program to be checked is issued to an application issuing platform, acquiring running information of the application program to be checked on the application issuing platform;
judging whether the application program to be checked is healthy or not according to a first health check strategy stored in advance and the running information;
and if not, controlling the application program to be checked to stop running.
2. The method according to claim 1, wherein the process of determining whether the application to be checked is healthy according to a first pre-stored health check policy and the running information specifically includes:
judging whether the target hash value displayed through the calling interface of the application publishing platform is the same as the standard hash value of the application program to be checked in the data warehouse or not;
and if not, entering the step of controlling the application program to be checked to stop running.
3. The method according to claim 1, wherein the process of determining whether the application to be checked is healthy according to a first pre-stored health check policy and the running information specifically includes:
acquiring target request content from the application program to be checked through a preset content request instruction;
judging whether the target request content is the same as the standard request content corresponding to the preset content request instruction or not;
and if not, the step of controlling the application program to be checked to stop running is carried out.
4. The method of claim 1, further comprising:
invoking a second health check policy based on the container orchestration system from the kubernets orchestration system;
and carrying out health check on the application program to be checked by utilizing the second health check strategy.
5. The method according to claim 1, further comprising, after said controlling said application to be inspected to stop running:
and controlling the application program to be checked to perform version rollback operation.
6. The method according to claim 1, further comprising, after said controlling said application to be inspected to stop running:
and triggering a prompt device to send out corresponding prompt information.
7. The method according to any one of claims 1 to 6, further comprising, after determining that the application to be checked is unhealthy according to the first pre-stored health check policy and the running information:
and recording the checking result and the corresponding checking time for judging that the application program to be checked is unhealthy.
8. An application healthcheck device, comprising:
the system comprises an acquisition module, a processing module and a processing module, wherein the acquisition module is used for acquiring the running information of an application program to be checked on an application publishing platform after the application program to be checked is published on the application publishing platform;
the judging module is used for judging whether the application program to be checked is healthy or not according to a first health checking strategy stored in advance and the running information; if not, calling the first control module;
and the first control module is used for controlling the application program to be checked to stop running.
9. A health check device for an application, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the health check method of an application program as claimed in any one of claims 1 to 7 when executing said computer program.
10. A computer-readable storage medium, characterized in that a computer program is stored on the computer-readable storage medium, which computer program, when being executed by a processor, carries out the steps of the method for health check of an application program according to any one of claims 1 to 7.
CN202010469835.7A 2020-05-28 2020-05-28 Health check method, device, equipment and storage medium of application program Pending CN111625462A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010469835.7A CN111625462A (en) 2020-05-28 2020-05-28 Health check method, device, equipment and storage medium of application program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010469835.7A CN111625462A (en) 2020-05-28 2020-05-28 Health check method, device, equipment and storage medium of application program

Publications (1)

Publication Number Publication Date
CN111625462A true CN111625462A (en) 2020-09-04

Family

ID=72269984

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010469835.7A Pending CN111625462A (en) 2020-05-28 2020-05-28 Health check method, device, equipment and storage medium of application program

Country Status (1)

Country Link
CN (1) CN111625462A (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20140046121A (en) * 2012-10-10 2014-04-18 에스케이플래닛 주식회사 System and method for testing application
CN107506194A (en) * 2017-08-24 2017-12-22 北京百悟科技有限公司 Application version, which retracts, determines method and device
CN108595333A (en) * 2018-04-26 2018-09-28 Oppo广东移动通信有限公司 The health examination method and device of application process in PaaS platform
CN108737215A (en) * 2018-05-29 2018-11-02 郑州云海信息技术有限公司 A kind of method and apparatus of cloud data center Kubernetes clusters container health examination
CN110046165A (en) * 2019-04-17 2019-07-23 江苏全链通信息科技有限公司 Dissemination method, equipment and the computer readable storage medium of distributed application program

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20140046121A (en) * 2012-10-10 2014-04-18 에스케이플래닛 주식회사 System and method for testing application
CN107506194A (en) * 2017-08-24 2017-12-22 北京百悟科技有限公司 Application version, which retracts, determines method and device
CN108595333A (en) * 2018-04-26 2018-09-28 Oppo广东移动通信有限公司 The health examination method and device of application process in PaaS platform
CN108737215A (en) * 2018-05-29 2018-11-02 郑州云海信息技术有限公司 A kind of method and apparatus of cloud data center Kubernetes clusters container health examination
CN110046165A (en) * 2019-04-17 2019-07-23 江苏全链通信息科技有限公司 Dissemination method, equipment and the computer readable storage medium of distributed application program

Similar Documents

Publication Publication Date Title
US20120284567A1 (en) Model-based testing of an application program under test
CN109308239B (en) Method and apparatus for outputting information
CN113448862B (en) Software version testing method and device and computer equipment
CN109344046A (en) A kind of data processing method, device, medium and electronic equipment
US11797639B2 (en) Systems and methods for development of web products
CN112732478B (en) Modification method, device, equipment and storage medium of server parameters
JP5006824B2 (en) Test program management system
CN111625462A (en) Health check method, device, equipment and storage medium of application program
CN110231921B (en) Log printing method, device, equipment and computer readable storage medium
CN111694724B (en) Test method and device of distributed form system, electronic equipment and storage medium
CN109408104B (en) Method and device for acquiring game integration information
CN112558982B (en) Code detection method and device and computer equipment
CN111008150B (en) Test report generation method, device and equipment
CN114928603A (en) Client software upgrading method and device, electronic equipment and medium
CN114968294A (en) Firmware upgrading method and device for equipment, electronic equipment and storage medium
US20150295851A1 (en) Authorization review system
CN112035368A (en) Automatic software testing method and device, electronic equipment and storage medium
CN116820946B (en) Method and device for automatically testing compatibility of target software
CN117745233A (en) Work order auditing method, electronic equipment and storage medium
CN110968498B (en) Code checking method and device
CN116483381A (en) Gray scale issuing method and device, electronic equipment and computer readable storage medium
CN115185844A (en) Method and device for testing application program
CN111737132A (en) Project code data publishing method, system, electronic device and storage medium
CN117806658A (en) Code online method of data center station and electronic equipment
CN114064408A (en) Monitoring method, device and equipment based on MD5 value verification and storage medium

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