CN111984341B - Project monitoring method and device, electronic equipment and storage medium - Google Patents

Project monitoring method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN111984341B
CN111984341B CN202010901310.6A CN202010901310A CN111984341B CN 111984341 B CN111984341 B CN 111984341B CN 202010901310 A CN202010901310 A CN 202010901310A CN 111984341 B CN111984341 B CN 111984341B
Authority
CN
China
Prior art keywords
performance management
application performance
target
item
integrated component
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.)
Active
Application number
CN202010901310.6A
Other languages
Chinese (zh)
Other versions
CN111984341A (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.)
Winning Health Technology Group Co Ltd
Original Assignee
Winning Health Technology Group 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 Winning Health Technology Group Co Ltd filed Critical Winning Health Technology Group Co Ltd
Priority to CN202010901310.6A priority Critical patent/CN111984341B/en
Publication of CN111984341A publication Critical patent/CN111984341A/en
Application granted granted Critical
Publication of CN111984341B publication Critical patent/CN111984341B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3003Monitoring arrangements specially adapted to the computing system or computing system component being monitored
    • G06F11/302Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system component is a software system

Abstract

The embodiment of the invention discloses a project monitoring method and device, electronic equipment and a storage medium. The method comprises the following steps: starting a target project; when the loading item of the target project comprises an integrated component of application performance management, loading a corresponding target class file based on a class identifier of the application performance management in the integrated component; and scanning configuration parameters in a configuration file corresponding to the target class file, and triggering the application performance management to monitor the target item based on the address parameters when the configuration parameters comprise address parameters of the application performance management. The effect of monitoring the target project by utilizing the application performance management is realized efficiently, quickly and simply.

Description

Project monitoring method and device, electronic equipment and storage medium
Technical Field
The embodiment of the invention relates to computer technology, in particular to a project monitoring method and device, electronic equipment and a storage medium.
Background
With the advent of the information age, information data is more and more, when a software system has a problem in a production environment, namely an online operation environment, the problem is usually very hidden, the cause of the problem needs to be accurately checked and positioned to locate a code position causing the problem, and the code position where the problem is detected is usually monitored by calling an Application Performance Management (APM) platform.
In the prior art, when an APM is used to monitor a target project, the target project needs to be registered in the APM, and currently, methods for registering the APM in the target project include: (1) adding an agent during running through a java agent, wherein when the method calls the APM, the APM is usually called by writing a long string of codes and only a corresponding loading item needs to be set; (2) jar is mounted to the target item by running apm-agent-attach and the PID of the target item; (3) by setting a code coupled with the item code of the target item, i.e. the item code of the hacking target item.
Among the above methods, the first method is cumbersome and error-prone to run; the second mode is that the target project is required to have PID, but the PID can be obtained only after the system is started, so that the APM integration efficiency is low; the third method needs to be coupled with the project code of the target project, and once the registration method needs to be modified, the project code is also modified.
Disclosure of Invention
The embodiment of the invention provides a project monitoring method, a project monitoring device, electronic equipment and a storage medium, and aims to realize the effect of efficiently, quickly and simply monitoring a target project by utilizing application performance management.
In a first aspect, an embodiment of the present invention provides a project monitoring method, where the method includes:
starting a target project;
when the loading item of the target project comprises an integrated component of application performance management, loading a corresponding target class file based on a class identifier of the application performance management in the integrated component;
and scanning configuration parameters in a configuration file corresponding to the target class file, and triggering the application performance management to monitor the target item based on the address parameters when the configuration parameters comprise address parameters of the application performance management.
In a second aspect, an embodiment of the present invention further provides an item monitoring device, where the item monitoring device includes:
the target project starting module is used for starting a target project;
the target class file loading module is used for loading a corresponding target class file based on a class identifier of application performance management in the integrated component when the loading item of the target project comprises the integrated component of the application performance management;
and the target item monitoring module is used for scanning configuration parameters in a configuration file corresponding to the target class file, and triggering the application performance management to monitor the target item based on the address parameters when the configuration parameters comprise address parameters of the application performance management.
In a third aspect, an embodiment of the present invention further provides an electronic device, where the electronic device includes:
one or more processors;
storage means for storing one or more programs;
when the one or more programs are executed by the one or more processors, the one or more processors implement the item monitoring method according to any of the embodiments of the present invention.
In a fourth aspect, embodiments of the present invention also provide a storage medium containing computer-executable instructions, which when executed by a computer processor, are configured to perform the item monitoring method of any one of the embodiments of the present invention.
According to the technical scheme of the embodiment of the invention, after the target project is started, when the loading item of the target project comprises the integrated component of application performance management, the corresponding target class file is loaded based on the class identifier of the application performance management in the integrated component, the configuration parameters in the configuration file corresponding to the target class file are scanned, and when the configuration parameters comprise the address parameters of the application performance management, the monitoring of the application performance management on the target project is triggered based on the address parameters.
Drawings
FIG. 1 is a flow chart of a project monitoring method according to a first embodiment of the present invention;
FIG. 2 is a flowchart of a project monitoring method according to a second embodiment of the present invention;
FIG. 3 is a schematic structural diagram of a project monitoring device according to a third embodiment of the present invention;
fig. 4 is a schematic structural diagram of an electronic device in a fourth embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting of the invention. It should be further noted that, for the convenience of description, only some of the structures related to the present invention are shown in the drawings, not all of the structures.
Example one
Fig. 1 is a flowchart of an item monitoring method according to an embodiment of the present invention, where the embodiment is applicable to a case where a target item is quickly registered in application performance management, and the method may be executed by an item monitoring device, where the item monitoring device may be implemented by software and/or hardware, and the item monitoring device may be configured on an electronic computing device, and specifically includes the following steps:
and S110, starting the target item.
Illustratively, the target item may be an item to be monitored.
Before monitoring the target project, the target project needs to be started. The starting manner here may be, for example, starting the target item by clicking a starting identifier of the target item, or starting the target item in other manners, which is not limited herein, and any manner in which the target item can be started falls within the protection scope of the embodiment of the present invention.
And S120, when the loading item of the target item comprises the integrated component of the application performance management, loading the corresponding target class file based on the class identification of the application performance management in the integrated component.
For example, the load item of the target item may be a load path of the target item, such as a class load path of the target item.
The integrated component of the application performance management may be a file that registers the target item in the application performance management, the file being in jar format, and the file in jar format being added as a component to the add-on of the target item.
The class identifier of the application performance management may be an identifier indicating the application performance management.
The target class file may be a class file in the integrated component that contains a class identifier for application performance management, and may be, for example, a spring.
It should be noted that, the specific processes of writing the class identifier of the application performance management, adding the class identifier written with the application performance management to the class file, encapsulating the class file into the integrated component of the application performance management, and adding the integrated component to the add-on item of the target item are described in detail in the following embodiments.
After the target project is started, the springboot frame scans the loading item of the target project, judges whether the loading item of the target project contains the integrated component of the application performance management class identifier, and loads the corresponding target class file according to the application performance management class identifier in the integrated component when detecting that the loading item of the target project contains the integrated component of the application performance management.
S130, scanning configuration parameters in the configuration files corresponding to the target class files, and triggering the application performance management to monitor the target item based on the address parameters when the configuration parameters comprise the address parameters of the application performance management.
Illustratively, the address parameter may be a parameter of an address for application performance management.
It should be noted that each target item has at least one unique configuration file, and different configuration files are specific to different class files of the target item. The configuration file may have various configuration parameters of the class file corresponding thereto, such as a memory parameter, an address parameter, a hard disk parameter, and the like.
After determining a target class file corresponding to a class identifier of application performance management, scanning configuration parameters in a configuration file corresponding to the target class file, judging whether the configuration parameters contain address parameters of the application performance management, and triggering the application performance management to monitor a target item based on the address parameters when detecting that the configuration parameters contain the address parameters of the application performance management.
Therefore, the packaged integrated component for application performance management can be directly used for monitoring the target project by using the application performance management, and the effect of efficiently, quickly and simply monitoring the target project by using the application performance management is realized.
Optionally, the triggering of the application performance management based on the address parameter to monitor the target item specifically may be: and registering the target item in application performance management corresponding to the address parameter, wherein the application performance management monitors the registered target item.
Illustratively, according to the address parameter of the application performance management obtained by scanning, a target project is registered in the application performance management corresponding to the address parameter, and after the registration is completed, the application performance management may call the target project according to the target project registered therein, and monitor the target project.
It should be noted that, when the loading item of the target item does not include the integrated component of the application performance management, or the integrated component does not include the class identifier of the application performance management, or the configuration file does not include the address parameter of the application performance management, the monitoring of the target item by the application performance management is not triggered.
For example, after the target item is started, if the integrated component of the application performance management is not scanned in the loading item of the target item, or the integrated component does not include the class identifier of the application performance management, or the configuration file does not include the address parameter of the application performance management, the target item cannot be registered in the application performance management, that is, the application performance management cannot monitor the target item.
According to the technical scheme of the embodiment of the invention, after the target project is started, when the loading item of the target project comprises the integrated component of application performance management, the corresponding target class file is loaded based on the class identifier of the application performance management in the integrated component, the configuration parameters in the configuration file corresponding to the target class file are scanned, and when the configuration parameters comprise the address parameters of the application performance management, the monitoring of the application performance management on the target project is triggered based on the address parameters.
Example two
Fig. 2 is a flowchart of a project monitoring method according to a second embodiment of the present invention, and the second embodiment of the present invention may be combined with various alternatives in the foregoing embodiments. In this embodiment of the present invention, optionally, the method further includes: acquiring an integrated component of application performance management, and adding the integrated component of application performance management into a loading item of a target project, wherein the integrated component comprises a class identifier of application performance management. And acquiring the address parameters of the application performance management, writing the address parameters of the application performance management into a configuration file of a target project, and establishing a connection relation between the configuration file and a class file corresponding to the class identifier.
As shown in fig. 2, the method of the embodiment of the present invention specifically includes the following steps:
s210, acquiring an integrated component of application performance management, and adding the integrated component of application performance management into a loading item of a target project, wherein the integrated component comprises a class identifier of application performance management.
Illustratively, an integrated component of the packaged application performance management is obtained, the integrated component comprises the class identification of the application performance management, and the integrated component is added to the loading item of the target item.
Specifically, under the resources \ META-INF directory in the project of the winding-akso-apm-stator, a spring. The software files are target class files, and the org, software, architecture, etc. may be class identifiers for application performance management. The packaged integrated component is then added to the ClassPath of the project.
Optionally, the adding the integrated component for application performance management to the add-on item of the target item may specifically be: generating a load command line parameter of an integrated component for application performance management; and writing the loading command line parameters into the loading item of the target item, and adding the integrated component for applying performance management into the loading item of the target item based on the loading command line parameters.
For example, the load command line parameter may be a command line parameter that loads the integrated component for application performance management elsewhere, e.g., may be a string of code, etc.
And generating a loading command line parameter of the integrated component for application performance management in advance, and writing the loading command line parameter into the loading item of the target item, so that the integrated component for application performance management can be added into the loading item of the target item based on the loading command line parameter.
Specifically, there may be various forms, such as putting the load command line parameter into the lib directory of the target item, or putting the load command line parameter into the pom. The specific manner is not limited here, and any manner that the integrated component of the application performance management can be added to the loading item of the target project belongs to the protection scope of the embodiment of the present invention.
S220, obtaining the address parameters of the application performance management, writing the address parameters of the application performance management into a configuration file of the target project, and establishing a connection relation between the configuration file and a class file corresponding to the class identifier.
Illustratively, at present, when a target item is started, an address parameter for application performance management needs to be obtained in advance, then the address parameter is written into a configuration file of the target item, and a connection relationship is established between the configuration file and a class file corresponding to a class identifier. Specifically, the writing of the address parameter into the configuration file of the target item and the establishing of the connection relationship between the configuration file and the class file corresponding to the class identifier all belong to the prior art, and are not described in detail here.
Thus, the packaged integrated component for application performance management is loaded in the target project, the address parameters are written into the configuration file of the target project, and the corresponding relation is established between the configuration file and the class identifier of the application performance management, so that the application performance management can be triggered to monitor the target project according to the address parameters of the application performance management obtained by scanning after the subsequent target project is started.
And S230, starting the target item.
S240, when the loading item of the target item comprises the integrated component of the application performance management, loading the corresponding target class file based on the class identification of the application performance management in the integrated component.
S250, scanning the configuration parameters in the configuration file corresponding to the target class file, triggering the application performance management to monitor the target item based on the address parameters when the configuration parameters comprise the address parameters of the application performance management,
according to the technical scheme of the embodiment of the invention, the packaged integrated component for application performance management is loaded in the target project, the address parameter is written into the configuration file of the target project, and the configuration file and the class identifier for application performance management are in a corresponding relation, so that after the subsequent target project is started, the application performance management can be triggered according to the address parameter for application performance management obtained by scanning to monitor the target project.
EXAMPLE III
Fig. 3 is a schematic structural diagram of an item monitoring device according to a third embodiment of the present invention, as shown in fig. 3, the item monitoring device includes: a target project starting module 31, a target class file loading module 32 and a target project monitoring module 33.
The target item starting module 31 is configured to start a target item;
a target class file loading module 32, configured to load, when a loading item of the target item includes an integrated component for application performance management, a corresponding target class file based on a class identifier for application performance management in the integrated component;
and a target item monitoring module 33, configured to scan configuration parameters in a configuration file corresponding to the target class file, and when the configuration parameters include address parameters for application performance management, trigger, based on the address parameters, monitoring of the target item by the application performance management.
On the basis of the technical solution of the above embodiment, the target item monitoring module 33 includes:
and the target item registration unit is used for registering the target item in application performance management corresponding to the address parameter, wherein the application performance management monitors the registered target item.
On the basis of the technical scheme of the embodiment, the device further comprises:
and the target item canceling monitoring module is used for canceling the monitoring of the target item triggered by the application performance management when the loading item of the target item does not include the integrated component of the application performance management, or the integrated component does not include the class identifier of the application performance management, or the configuration file does not include the address parameter of the application performance management.
On the basis of the technical scheme of the embodiment, the device further comprises:
and the integrated component adding module is used for acquiring an integrated component of application performance management and adding the integrated component of application performance management into a loading item of the target project, wherein the integrated component comprises the class identifier of application performance management.
On the basis of the technical scheme of the embodiment, the device further comprises:
and the address parameter writing module is used for acquiring the address parameters of the application performance management, writing the address parameters of the application performance management into the configuration file of the target project, and establishing a connection relationship between the configuration file and the class file corresponding to the class identifier.
On the basis of the technical solution of the above embodiment, the integrated component adding module is specifically configured to:
acquiring an integrated assembly of application performance management, and generating a loading command line parameter of the integrated assembly of application performance management; and writing the loading command line parameter into the loading item of the target item, and adding the integrated component for application performance management into the loading item of the target item based on the loading command line parameter.
The project monitoring device provided by the embodiment of the invention can execute the project monitoring method provided by any embodiment of the invention, and has corresponding functional modules and beneficial effects of the execution method.
Example four
Fig. 4 is a schematic structural diagram of an electronic apparatus according to a fourth embodiment of the present invention, as shown in fig. 4, the electronic apparatus includes a processor 70, a memory 71, an input device 72, and an output device 73; the number of the processors 70 in the electronic device may be one or more, and one processor 70 is taken as an example in fig. 4; the processor 70, the memory 71, the input device 72 and the output device 73 in the electronic apparatus may be connected by a bus or other means, and the bus connection is exemplified in fig. 4.
The memory 71 is a computer-readable storage medium, and can be used for storing software programs, computer-executable programs, and modules, such as program instructions/modules (e.g., the target project starting module 31, the target class file loading module 32, and the target project monitoring module 33) corresponding to the project monitoring method in the embodiment of the present invention. The processor 70 executes various functional applications and data processing of the electronic device by executing software programs, instructions and modules stored in the memory 71, so as to implement the item monitoring method.
The memory 71 may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function; the storage data area may store data created according to the use of the terminal, and the like. Further, the memory 71 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other non-volatile solid state storage device. In some examples, the memory 71 may further include memory located remotely from the processor 70, which may be connected to the electronic device through a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The input device 72 may be used to receive input numeric or character information and generate key signal inputs related to user settings and function controls of the electronic apparatus. The output device 73 may include a display device such as a display screen.
EXAMPLE five
Embodiments of the present invention also provide a storage medium containing computer-executable instructions that, when executed by a computer processor, perform a method for project monitoring.
Of course, the storage medium provided by the embodiment of the present invention contains computer-executable instructions, and the computer-executable instructions are not limited to the operations of the method described above, and may also perform related operations in the item monitoring method provided by any embodiment of the present invention.
From the above description of the embodiments, it is obvious for those skilled in the art that the present invention can be implemented by software and necessary general hardware, and certainly, can also be implemented by hardware, but the former is a better embodiment in many cases. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which can be stored in a computer-readable storage medium, such as a floppy disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a FLASH Memory (FLASH), a hard disk or an optical disk of a computer, and includes instructions for enabling a computer electronic device (which may be a personal computer, a server, or a network device) to execute the methods according to the embodiments of the present invention.
It should be noted that, in the embodiment of the item monitoring device, the included units and modules are only divided according to the functional logic, but are not limited to the above division as long as the corresponding functions can be implemented; in addition, specific names of the functional units are only for convenience of distinguishing from each other, and are not used for limiting the protection scope of the present invention.
It is to be noted that the foregoing is only illustrative of the preferred embodiments of the present invention and the technical principles employed. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, although the present invention has been described in greater detail by the above embodiments, the present invention is not limited to the above embodiments, and may include other equivalent embodiments without departing from the spirit of the present invention, and the scope of the present invention is determined by the scope of the appended claims.

Claims (9)

1. A method of monitoring an item, comprising:
acquiring an integrated component of application performance management, and adding the integrated component of application performance management into a loading item of a target project, wherein the integrated component is obtained by packaging based on a class file of the integrated component, the class file of the integrated component comprises a class identifier of application performance management, and the class identifier of application performance management is the identifier of the class file of the integrated component of application performance management;
starting a target project;
when the loading item of the target project comprises an integrated component of application performance management, loading a corresponding target class file based on a class identifier of the application performance management in the integrated component;
and scanning configuration parameters in a configuration file corresponding to the target class file, and triggering the application performance management to monitor the target item based on the address parameters when the configuration parameters comprise address parameters of the application performance management.
2. The method of claim 1, wherein the triggering the application performance management to monitor the target item based on the address parameter comprises:
and registering the target item in application performance management corresponding to the address parameter, wherein the application performance management monitors the registered target item.
3. The method of claim 1, further comprising:
and when the loading item of the target item does not comprise the integrated component of the application performance management, or the integrated component does not comprise the class identifier of the application performance management, or the configuration file does not comprise the address parameter of the application performance management, canceling the monitoring of the target item by the application performance management.
4. The method of claim 1, further comprising:
and acquiring the address parameters of the application performance management, writing the address parameters of the application performance management into a configuration file of the target project, and establishing a connection relation between the configuration file and a class file corresponding to the class identifier.
5. The method of claim 1, wherein adding the integrated component of application performance management to the add-on of the target item comprises:
generating load command line parameters of the integrated components of the application performance management;
and writing the loading command line parameter into the loading item of the target item, and adding the integrated component for application performance management into the loading item of the target item based on the loading command line parameter.
6. An item monitoring device, comprising:
the target project starting module is used for starting a target project;
the target class file loading module is used for loading a corresponding target class file based on a class identifier of application performance management in the integrated component when the loading item of the target project comprises the integrated component of the application performance management;
the target project monitoring module is used for scanning configuration parameters in a configuration file corresponding to the target class file, and triggering the application performance management to monitor the target project based on the address parameters when the configuration parameters comprise address parameters of the application performance management;
the item monitoring device further comprises:
the integrated component adding module is used for obtaining an integrated component of application performance management and adding the integrated component of the application performance management into a loading item of a target project, wherein the integrated component is obtained by packaging based on a class file of the integrated component, the class file of the integrated component comprises a class identifier of the application performance management, and the class identifier of the application performance management is the identifier of the class file of the integrated component of the application performance management.
7. The apparatus of claim 6, wherein the target item monitoring module comprises:
and the target item registration unit is used for registering the target item in application performance management corresponding to the address parameter, wherein the application performance management monitors the registered target item.
8. An electronic device, characterized in that the electronic device comprises:
one or more processors;
storage means for storing one or more programs;
when executed by the one or more processors, cause the one or more processors to implement the item monitoring method of any one of claims 1-5.
9. A storage medium containing computer-executable instructions for performing the item monitoring method of any one of claims 1-5 when executed by a computer processor.
CN202010901310.6A 2020-08-31 2020-08-31 Project monitoring method and device, electronic equipment and storage medium Active CN111984341B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010901310.6A CN111984341B (en) 2020-08-31 2020-08-31 Project monitoring method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010901310.6A CN111984341B (en) 2020-08-31 2020-08-31 Project monitoring method and device, electronic equipment and storage medium

Publications (2)

Publication Number Publication Date
CN111984341A CN111984341A (en) 2020-11-24
CN111984341B true CN111984341B (en) 2021-06-22

Family

ID=73447793

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010901310.6A Active CN111984341B (en) 2020-08-31 2020-08-31 Project monitoring method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111984341B (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106817265A (en) * 2015-11-27 2017-06-09 北京奇虎科技有限公司 A kind of application performance monitoring method and device
CN109389271A (en) * 2017-08-10 2019-02-26 中国电信股份有限公司 Application performance management method and system
CN111324374A (en) * 2018-12-17 2020-06-23 顺丰科技有限公司 Application program registration method and device based on application performance management system

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8032867B2 (en) * 2007-06-05 2011-10-04 Computer Associates Think, Inc. Programmatic root cause analysis for application performance management
EP3051421B1 (en) * 2015-02-02 2020-07-01 New Relic, Inc. An application performance analyzer and corresponding method
CN107423097B (en) * 2017-07-28 2019-02-22 北京明朝万达科技股份有限公司 A kind of management method and device of application program
CN107656849B (en) * 2017-09-28 2021-12-07 新华三技术有限公司 Method and device for positioning performance problem of software system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106817265A (en) * 2015-11-27 2017-06-09 北京奇虎科技有限公司 A kind of application performance monitoring method and device
CN109389271A (en) * 2017-08-10 2019-02-26 中国电信股份有限公司 Application performance management method and system
CN111324374A (en) * 2018-12-17 2020-06-23 顺丰科技有限公司 Application program registration method and device based on application performance management system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
"医疗核心业务性能管理系统设计与应用";魏明月等;《医学信息学杂志》;20200630;第41卷(第6期);第75-78页 *

Also Published As

Publication number Publication date
CN111984341A (en) 2020-11-24

Similar Documents

Publication Publication Date Title
CN107832100B (en) APK plug-in loading method and terminal thereof
CN109558320B (en) System testing method, device, system, equipment and computer readable storage medium
CN110442426B (en) Password resetting method, device and storage medium
CN112019609B (en) Equipment monitoring method, device, equipment and computer medium based on Internet of things
CN110750315B (en) Class loading method, device, equipment and storage medium in Android system
CN108563472B (en) Service plug-in loading method and device based on multi-open application
CN112860457A (en) Software development kit calling method and device, computer equipment and storage medium
CN111722857A (en) Updating method and device of software development kit, electronic equipment and storage medium
US20190121985A1 (en) Detecting vulnerabilities in applications during execution
CN111984341B (en) Project monitoring method and device, electronic equipment and storage medium
CN110928787B (en) Automatic test script recording and playback method, device, equipment and storage medium
CN109784054B (en) Behavior stack information acquisition method and device
CN111857985A (en) Calling method and device of browser plug-in, storage medium and terminal
CN113407419B (en) Memory leak detection method and device, computer equipment and storage medium
CN116956272A (en) Authority calling monitoring method and device and electronic equipment
CN108664253B (en) Application replacement method and device, storage medium and electronic equipment
CN113515299A (en) Software development kit SDK hot upgrading method, device, equipment and storage medium
CN113486277A (en) Web application access method and device, electronic equipment and storage medium
CN113032100A (en) Exception handling method, device, equipment and storage medium
CN111078571A (en) Test method for simulation response, terminal device and computer readable storage medium
CN116775172B (en) Method and system for achieving Android data acquisition through reflection
CN112612581B (en) Thread active exit method and device
CN107515780B (en) Method for determining call relation between applications, method and device for generating call rule
CN114329540A (en) File distribution processing method and device, storage medium and terminal
CN117407251A (en) Crawler abnormity early warning method and device, storage medium and server

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant