CN110781058B - Mobile terminal application performance data acquisition method, device, equipment and medium - Google Patents

Mobile terminal application performance data acquisition method, device, equipment and medium Download PDF

Info

Publication number
CN110781058B
CN110781058B CN201911072058.6A CN201911072058A CN110781058B CN 110781058 B CN110781058 B CN 110781058B CN 201911072058 A CN201911072058 A CN 201911072058A CN 110781058 B CN110781058 B CN 110781058B
Authority
CN
China
Prior art keywords
performance data
probe
native
application
acquiring
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
CN201911072058.6A
Other languages
Chinese (zh)
Other versions
CN110781058A (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.)
Beijing Bo Hongyuan Data Polytron Technologies Inc
Original Assignee
Beijing Bo Hongyuan Data Polytron Technologies Inc
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 Beijing Bo Hongyuan Data Polytron Technologies Inc filed Critical Beijing Bo Hongyuan Data Polytron Technologies Inc
Priority to CN201911072058.6A priority Critical patent/CN110781058B/en
Publication of CN110781058A publication Critical patent/CN110781058A/en
Application granted granted Critical
Publication of CN110781058B publication Critical patent/CN110781058B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3003Monitoring arrangements specially adapted to the computing system or computing system component being monitored
    • G06F11/302Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system component is a software system
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3065Monitoring arrangements determined by the means or processing involved in reporting the monitored data
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/34Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
    • G06F11/3409Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment for performance assessment
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/34Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
    • G06F11/3466Performance evaluation by tracing or monitoring
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

The embodiment of the invention discloses a method, a device, equipment and a medium for acquiring application performance data of a mobile terminal. The mobile terminal application performance data acquisition method comprises the following steps: acquiring first performance data of a native code portion in an application program through a native probe; acquiring second performance data of a Js code part in the application program through a Js probe, and sending the second performance data to the native probe; and combining the first performance data with the second performance data through the native probe to obtain application performance data corresponding to the application program. According to the technical scheme, the application performance data is acquired by adopting the acquisition probes comprising the Js probe and the native probe, so that the problem that application performance data cannot be comprehensively acquired due to different browser engines is solved, and the universality of application performance data acquisition of the mobile terminal is improved.

Description

Mobile terminal application performance data acquisition method, device, equipment and medium
Technical Field
The embodiment of the invention relates to the technical field of computer software application, in particular to a method, a device, equipment and a medium for acquiring mobile terminal application performance data.
Background
With the continuous development of computer technology, many different types of application programs are presented, and these application programs greatly facilitate the work and life of people, while with the increase of application programs used in computers, people pay more attention to the performance and usability of application programs running in computers, so many users choose to install APM (Application Performance Management ) acquisition software on computers.
In recent years, hybrid development of application programs is widely applied with the advantages of short development period, low maintenance cost, cross-platform deployment and the like, and particularly, the advantages of hybrid development are more obvious for some application programs needing frequent updating. However, different browser engines are used in hybrid development, so that the traditional APM software for collecting data by adopting a single type probe cannot comprehensively obtain network performance data and interaction performance data of different application pages, and cannot meet the requirements of monitoring the performance of different types of application programs.
Disclosure of Invention
The embodiment of the invention provides a method, a device, computer equipment and a medium for acquiring application performance data of a mobile terminal, which solve the problem that the application performance data cannot be comprehensively acquired due to different browser engines and improve the universality of the acquisition of the application performance data of the mobile terminal.
In a first aspect, an embodiment of the present invention provides a method for acquiring mobile terminal application performance data, where the method includes:
acquiring first performance data of a native code portion in an application program through a native probe;
acquiring second performance data of a Js code part in the application program through a Js probe, and sending the second performance data to the native probe;
and combining the first performance data with the second performance data through the native probe to obtain application performance data corresponding to the application program.
In a second aspect, an embodiment of the present invention further provides a mobile end application performance data acquisition device, where the device includes:
the first performance data acquisition module is used for acquiring first performance data of a native code part in the application program through a native probe;
the second performance data acquisition module is used for acquiring second performance data of the Js code part in the application program through a Js probe and sending the second performance data to the native probe;
and the application performance data acquisition module is used for combining the first performance data and the second performance data through the native probe to obtain application performance data corresponding to the application program.
In a third aspect, an embodiment of the present invention further provides an electronic device, including:
one or more processors;
a 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 mobile terminal application performance data collection method provided by any embodiment of the present invention.
In a fourth aspect, an embodiment of the present invention further provides a computer storage medium, where a computer program is stored, where the program when executed by a processor implements the method for acquiring mobile end application performance data provided by any embodiment of the present invention.
According to the technical scheme, the first performance data of the native code part in the application program is obtained through the native probe, the second performance data of the Js code part in the application program is obtained through the Js probe, the second performance data is sent to the native probe, and finally the first performance data and the second performance data are combined through the native probe to obtain the application performance data corresponding to the application program, so that the problem that the application performance data cannot be comprehensively obtained due to different browser engines is solved, and the universality of application performance data acquisition of the mobile terminal is improved.
Drawings
FIG. 1 is a flowchart of a mobile terminal application performance data collection method according to a first embodiment of the present invention;
fig. 2 is a flowchart of a mobile terminal application performance data collection method in a second embodiment of the present invention;
fig. 3 is a schematic diagram of a mobile terminal application performance data acquisition device according to a third embodiment of the present invention;
fig. 4 is a schematic structural diagram of an apparatus according to a fourth embodiment of the present invention.
Detailed Description
The invention is described in further detail below with reference to the drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting thereof.
It should be further noted that, for convenience of description, only some, but not all of the matters related to the present invention are shown in the accompanying drawings. Before discussing exemplary embodiments in more detail, it should be mentioned that some exemplary embodiments are described as processes or methods depicted as flowcharts. Although a flowchart depicts operations (or steps) as a sequential process, many of the operations can be performed in parallel, concurrently, or at the same time. Furthermore, the order of the operations may be rearranged. The process may be terminated when its operations are completed, but may have additional steps not included in the figures. The processes may correspond to methods, functions, procedures, subroutines, and the like.
Example 1
Fig. 1 is a flowchart of a mobile terminal application performance data collection method provided by an embodiment of the present invention, where the technical solution of the present embodiment is suitable for different situations of browser engines used by application programs that are developed in a hybrid manner, the method may be executed by a mobile terminal application performance data collection device, and the device may be implemented by software and/or hardware and may be integrated in various general purpose computer devices, and specifically includes the following steps:
step 110, acquiring first performance data of a native code portion in an application program through a native probe.
The technical scheme provided by the embodiment is suitable for the situation of collecting performance data of the application program based on the hybrid development installed on the mobile terminal, wherein the hybrid development realizes the development of the application program through the mutual invocation of JS codes and native codes, the native code part can invoke equipment hardware and native operation through some middleware, and the Js code part obtains network data through a browser engine and renders pages. Because different browser engines used by different application programs based on hybrid development, application performance management software which adopts a single type probe to collect data traditionally cannot comprehensively obtain application performance data of different application pages, and cannot meet the monitoring requirements of different types of application programs.
In this embodiment, the acquisition probes for acquiring application performance data are divided into two types, i.e., a native probe and a Js probe, where the native probe is mainly aimed at a native code portion in an application program, that is, the performance data of the native code portion, that is, first performance data, which may be, for example, the native probe acquires application performance data through Swizzle, for example, the first screen time and the white screen time of the application program may be acquired through Swizzle.
Step 120, obtaining second performance data of the Js code portion in the application program through the Js probe, and sending the second performance data to the native probe.
In this embodiment, the Js probe is mainly directed to the Js code portion in the application program, that is, the Js probe in the acquisition probe is used to acquire performance data of the Js code portion, that is, second performance data, which may be, for example, that the Js probe captures an xmlhttprequest object by using a hook function, acquires exchange data between the application and the server, and network performance data, for example, acquires time when the application requests network resources from the server, where the xmlhttprequest object is used for data exchange between the application program background and the server. After the second performance data is obtained by the Js probe, the second performance data also needs to be sent to the native probe, which is typically sent by the Js probe to the native probe via Bridge.
Optionally, the first performance data and the second performance data each include two types of network performance data and interaction performance data.
Optionally, the network performance data includes at least one of: user request time, set up network connection time and network response time;
the interaction performance data includes at least one of: first screen time, white screen time, blocking time, click time, and interactive response time.
The above two alternative embodiments provide specific compositions of the first performance data and the second performance data, where the specific compositions include network performance data and interactive performance data, where the network performance data refers to relevant performance data in a network interaction process, for example, user request time, network connection establishment time and network response time, and the interactive performance data refers to relevant performance data of a user in an operation process, is performance data facing the user and expressing visual feeling of the user, for example, first screen time, white screen time, blocking time, cartoon time, interactive response time and the like in an application running process.
And 130, combining the first performance data and the second performance data through the native probe to obtain application performance data corresponding to the application program.
In this embodiment, since the first performance data collected by the Js probe is only part of the performance data related to the H5 page in the running process of the application program, the time node for the user's visual perception cannot be obtained only through the first performance data, for example, from the time when the user performs the action of opening the home page to the time when the user can visually see the complete home page, the performance data for the user's visual perception needs to be obtained by combining the second performance data collected by the native probe, and therefore, the native probe combines the first performance data collected by the native probe with the second performance data sent by the Js probe, so as to obtain the application performance data corresponding to the application program.
According to the technical scheme, the first performance data of the native code part in the application program is obtained through the native probe, the second performance data of the Js code part in the application program is obtained through the Js probe, the second performance data is sent to the native probe, and finally the first performance data and the second performance data are combined through the native probe to obtain the application performance data corresponding to the application program, so that the problem that the application performance data cannot be comprehensively obtained due to different browser engines is solved, and the universality of application performance data acquisition of the mobile terminal is improved.
Example two
Fig. 2 is a flowchart of a mobile terminal application performance data collection method according to a second embodiment of the present invention, where the steps of obtaining first performance data of a native code portion in an application program by a native probe and obtaining second performance data of a Js code portion in the application program by a Js probe are provided. The following describes a mobile terminal application performance data acquisition method according to a second embodiment of the present invention with reference to fig. 2, including the following steps:
step 210, acquiring network performance data and interaction performance data by adopting a Swizzle method through a native probe.
In this embodiment, the native probe in the acquisition probe acquires the performance data of the native code portion, that is, the first performance data, including the network performance data and the interactive performance data, by using the Swizzle method, and the native probe acquires the network performance data and the interactive performance data by using the Swizzle, for example, may acquire the request time, the first screen time, the pause time, the white screen time, and the like of the application program by using the Swizzle.
And 220, acquiring network performance data by using a hook function and/or a Js control performance.timing function through a Js probe.
In this embodiment, the Js probe in the acquisition probe is used to acquire performance data of the Js code portion, that is, the second performance data, and also includes network performance data and interaction performance data, and illustratively, the Js probe captures an xmhttprequest object by using a hook function, acquires exchange data of an application and a server, and network performance data, for example, acquires time when the application requests network resources from the server, where the xmhttprequest object is used for data exchange between an application program background and the server; and obtaining DNS query time, network connection request time and the like through a Js control performance.
And 230, acquiring interactive performance data by using a Js probe through a Js control performance.
In this embodiment, the Js probe may also acquire interactive performance data by using a Js control performance. Timing function, and exemplary, the Js control performance. Timing function may be used to acquire the page white screen time, the page first screen time, and so on.
Step 240, sending the second performance data to the native probe through the Js probe through Bridge, wherein Bridge is a communication Bridge between the native probe and the Js probe.
In this embodiment, the Js probe sends the collected second performance data (including network performance data and interaction performance data) to the native probe through Bridge, where Bridge is a tool for establishing a communication connection between the native code portion and the Js code portion, and the two may send data to each other through Bridge.
Step 250, combining the first performance data and the second performance data according to the process ID by the native probe.
In a broad sense, a process is a running activity of a program with a certain independent function about a certain data set, and is a basic unit for dynamically executing an operating system, in this embodiment, the second performance data collected by the Js probe and the first performance data collected by the native probe are associated by taking the process as a unit, and the two are mutually complemented, so as to finally obtain network performance data including performance indexes such as user request time, network connection time, network response time and the like, and interactive performance data including performance indexes such as first screen time, white screen time, blocking time, interactive response time and the like.
According to the technical scheme, the network performance data and the interactive performance data of the native code part in the application program are obtained through the native probe by adopting the Swizzle method, the network performance data of the Js code part in the application program is obtained through the Js probe by adopting the hook function and/or the Js coherent performance.timing function, the interactive performance data of the Js code part in the application program is obtained through the Js probe by adopting the Js coherent performance.timing function, finally, the second performance data is sent to the native probe through the Bridge through the Js probe, the first performance data and the second performance data are combined according to the process ID through the native probe, and meanwhile, the application performance data of the native code part and the Js code part of the application program are obtained, so that the problem that the application performance data cannot be comprehensively obtained due to different browser engines is solved, and the application performance data acquisition universality of the mobile terminal is improved.
Example III
Fig. 3 is a schematic diagram of a mobile terminal application performance data acquisition device according to a third embodiment of the present invention, where, as shown in fig. 3, the device includes: a first performance data acquisition module 310, a second performance data acquisition module 320, and an application performance data acquisition module 330, wherein:
a first performance data acquisition module 310, configured to acquire, through a native probe, first performance data of a native code portion in an application program;
a second performance data obtaining module 320, configured to obtain, by using a Js probe, second performance data of a Js code portion in the application program, and send the second performance data to the native probe;
and the application performance data obtaining module 330 is configured to combine the first performance data and the second performance data through the native probe to obtain application performance data corresponding to the application program.
According to the technical scheme, the first performance data of the native code part in the application program is obtained through the native probe, the second performance data of the Js code part in the application program is obtained through the Js probe, the second performance data is sent to the native probe, and finally the first performance data and the second performance data are combined through the native probe to obtain the application performance data corresponding to the application program, so that the problem that the application performance data cannot be comprehensively obtained due to different browser engines is solved, and the universality of application performance data acquisition of the mobile terminal is improved.
Optionally, the first performance data and the second performance data each include two types of network performance data and interaction performance data.
Optionally, the second performance data acquisition module 320 includes:
the network performance data acquisition unit is used for acquiring the network performance data by adopting a hook function and/or a Js control performance.timing function through the Js probe;
and the interactive performance data acquisition unit is used for acquiring the interactive performance data by adopting the Js probe by adopting the Js control performance.
Optionally, the first performance data acquisition module 310 is specifically configured to:
and acquiring the network performance data and the interaction performance data by adopting a Swizzle method through the native probe.
Optionally, the second performance data acquisition module 320 further includes:
a second performance data sending unit, configured to send, through the Js probe, the second performance data to the native probe through Bridge;
wherein said Bridge is a communication Bridge between said native probe and said Js probe.
Optionally, the application performance data acquisition module 330 is specifically configured to:
the first performance data and the second performance data are combined by the native probe according to a process ID.
Optionally, the network performance data includes at least one of: user request time, set up network connection time and network response time;
the interaction performance data includes at least one of: first screen time, white screen time, blocking time, click time, and interactive response time.
Since the mobile terminal application performance data collection device described above is a device capable of executing the mobile terminal application performance data collection method in the embodiment of the present invention, based on the mobile terminal application performance data collection method described in the embodiment of the present invention, those skilled in the art can understand the specific implementation manner of the mobile terminal application performance data collection device of the present embodiment and various variations thereof, so how to implement the mobile terminal application performance data collection method in the embodiment of the present invention with respect to the mobile terminal application performance data collection device will not be described in detail herein. As long as the person skilled in the art implements the device for acquiring the application performance data of the mobile terminal in the embodiment of the present invention, the device is within the scope of protection intended by the application.
Example IV
Fig. 4 is a schematic structural diagram of an electronic device according to a fourth embodiment of the present invention, and as shown in fig. 4, the electronic device includes a processor 40 and a memory 41; the number of processors 40 in the device may be one or more, one processor 40 being taken as an example in fig. 4; the processor 40 and the memory 41 in the device may be connected by a bus or otherwise, in fig. 4 by way of example.
The memory 41 is used as a computer readable storage medium for storing software programs, computer executable programs and modules, such as program instructions/modules corresponding to a mobile terminal application performance data acquisition method in an embodiment of the present invention (for example, the first performance data acquisition module 310, the second performance data acquisition module 320 and the application performance data acquisition module 330 in the mobile terminal application performance data acquisition device). The processor 40 executes various functional applications of the device and data processing, i.e. implements the above-described mobile-end application performance data acquisition method, by running software programs, instructions and modules stored in the memory 41.
The method comprises the following steps:
acquiring first performance data of a native code portion in an application program through a native probe;
acquiring second performance data of a Js code part in the application program through a Js probe, and sending the second performance data to the native probe;
and combining the first performance data with the second performance data through the native probe to obtain application performance data corresponding to the application program.
The memory 41 may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, at least one application program required for functions; the storage data area may store data created according to the use of the terminal, etc. In addition, memory 41 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, memory 41 may further include memory located remotely from processor 40, which may be connected to the device via a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
Example five
The fifth embodiment of the present invention further provides a computer storage medium storing a computer program, where the computer program when executed by a computer processor is configured to perform the mobile terminal application performance data acquisition method according to any one of the foregoing embodiments of the present invention.
The computer storage media of embodiments of the invention may take the form of any combination of one or more computer-readable media. The computer readable medium may be a computer readable signal medium or a computer readable storage medium. The computer readable storage medium can be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or a combination of any of the foregoing. More specific examples (a non-exhaustive list) of the computer-readable storage medium would include the following: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a Read-Only Memory (ROM), an erasable programmable Read-Only Memory ((Erasable Programmable Read Only Memory, EPROM) or flash Memory), an optical fiber, a portable compact disc Read-Only Memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In this document, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
The computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, either in baseband or as part of a carrier wave. Such a propagated data signal may take any of a variety of forms, including, but not limited to, electro-magnetic, optical, or any suitable combination of the foregoing. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, radio Frequency (RF), etc., or any suitable combination of the foregoing.
Computer program code for carrying out operations of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, smalltalk, C ++ and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any kind of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or may be connected to an external computer (for example, through the Internet using an Internet service provider).
Note that the above is only a preferred embodiment of the present invention and the technical principle applied. 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, while the invention has been described in connection with the above embodiments, the invention is not limited to the embodiments, but may be embodied in many other equivalent forms without departing from the spirit or scope of the invention, which is set forth in the following claims.

Claims (8)

1. The mobile terminal application performance data acquisition method is characterized by comprising the following steps:
acquiring first performance data of a native code portion in an application program through a native probe;
obtaining second performance data of a Js code part in the application program through a Js probe, and sending the second performance data to the native probe through Bridge through the Js probe; wherein said Bridge is a communication Bridge between said native probe and said Js probe;
and combining the first performance data and the second performance data according to the process ID by the native probe to obtain application performance data corresponding to the application program.
2. The method of claim 1, wherein the first performance data and the second performance data each comprise both types of network performance data and interaction performance data.
3. The method of claim 2, wherein obtaining second performance data of the Js code portion of the application via the Js probe comprises:
obtaining the network performance data by adopting a hook function and/or a Js control performance.timing function through the Js probe;
and acquiring the interactive performance data by the Js probe through the Js control performance.timing function.
4. The method of claim 2, wherein acquiring, via the native probe, the first performance data of the native code portion of the application comprises:
and acquiring the network performance data and the interaction performance data by adopting a Swizzle method through the native probe.
5. The method of claim 2, wherein the network performance data comprises at least one of: user request time, set up network connection time and network response time;
the interaction performance data includes at least one of: first screen time, white screen time, blocking time, click time, and interactive response time.
6. A mobile terminal application performance data acquisition device, comprising:
the first performance data acquisition module is used for acquiring first performance data of a native code part in the application program through a native probe;
the second performance data acquisition module is used for acquiring second performance data of the Js code part in the application program through a Js probe and sending the second performance data to the native probe;
the application performance data acquisition module is used for combining the first performance data and the second performance data through the native probe to obtain application performance data corresponding to the application program;
wherein, the second performance data acquisition module includes:
a second performance data sending unit, configured to send, through the Js probe, the second performance data to the native probe through Bridge; wherein said Bridge is a communication Bridge between said native probe and said Js probe;
the application performance data acquisition module is specifically configured to combine the first performance data and the second performance data according to a process ID through the native probe.
7. A computer device, the computer device comprising:
one or more processors;
a 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 mobile-end application performance data collection method of any of claims 1-5.
8. A computer storage medium having stored thereon a computer program, which when executed by a processor implements a mobile-end application performance data collection method according to any of claims 1-5.
CN201911072058.6A 2019-11-05 2019-11-05 Mobile terminal application performance data acquisition method, device, equipment and medium Active CN110781058B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911072058.6A CN110781058B (en) 2019-11-05 2019-11-05 Mobile terminal application performance data acquisition method, device, equipment and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911072058.6A CN110781058B (en) 2019-11-05 2019-11-05 Mobile terminal application performance data acquisition method, device, equipment and medium

Publications (2)

Publication Number Publication Date
CN110781058A CN110781058A (en) 2020-02-11
CN110781058B true CN110781058B (en) 2023-07-18

Family

ID=69389206

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911072058.6A Active CN110781058B (en) 2019-11-05 2019-11-05 Mobile terminal application performance data acquisition method, device, equipment and medium

Country Status (1)

Country Link
CN (1) CN110781058B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113407417A (en) * 2021-07-14 2021-09-17 广州博冠信息科技有限公司 Method, apparatus, medium, and device for capturing and receiving abnormality

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108874556A (en) * 2018-05-23 2018-11-23 北京五八信息技术有限公司 A kind of data interactive method, device, storage medium and mobile terminal

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106970790B (en) * 2017-03-09 2021-01-05 腾讯科技(深圳)有限公司 Application program creating method, related equipment and system
CN107622015B (en) * 2017-09-25 2021-05-04 北京因特睿软件有限公司 Data flow analysis method, device, equipment and medium
CN108255672B (en) * 2017-12-29 2021-08-06 东软集团股份有限公司 Data verification method and device, storage medium and electronic equipment
CN109739725A (en) * 2018-12-29 2019-05-10 云智慧(北京)科技有限公司 Monitoring method, device and system based on browser and storage medium
CN110224896B (en) * 2019-06-24 2021-11-26 深圳桔子数字技术有限公司 Network performance data acquisition method and device and storage medium
CN110309029B (en) * 2019-06-29 2023-09-26 深圳乐信软件技术有限公司 Abnormal data acquisition method and device, computer equipment and storage medium

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108874556A (en) * 2018-05-23 2018-11-23 北京五八信息技术有限公司 A kind of data interactive method, device, storage medium and mobile terminal

Also Published As

Publication number Publication date
CN110781058A (en) 2020-02-11

Similar Documents

Publication Publication Date Title
CN108845816B (en) Application program updating method, system, computer device and storage medium
CN103092581B (en) The building method of a kind of web front end this locality development environment and device
CN110908879B (en) Reporting method, reporting device, reporting terminal and recording medium of buried point data
CN107592238B (en) Automatic test method and system of interface, service terminal and memory
US9503498B2 (en) Web page script management
CN109446309B (en) Question feedback method and device
CN111343020A (en) Unified management method and device for multi-protocol Internet of things equipment
CN111382023B (en) Code fault positioning method, device, equipment and storage medium
CN105357323A (en) HTML5 page debugging method and device in APP
CN107644075B (en) Method and device for collecting page information
CN105204986A (en) Automated product testing method, server and mobile equipment
CN104754608A (en) Method and system for monitoring performances of mobile terminal
CN110188308B (en) Client automatic dotting reporting method, storage medium, equipment and system
CN104426945A (en) Method and system for acquiring application performance data, and device
CN110781058B (en) Mobile terminal application performance data acquisition method, device, equipment and medium
CN104317857A (en) House information acquisition service system
CN104978378B (en) A kind of Web access method and device
CN110995538A (en) Network data acquisition method, device, system, equipment and storage medium
CN105227644A (en) Item file generation method and device
CN115237399A (en) Method for collecting data, storage medium, processor and engineering vehicle
CN111949862B (en) Method and device for managing business task flow and electronic equipment
CN112416698B (en) Expansion method and device of monitoring system, storage medium and electronic equipment
CN104346228A (en) Application program sharing method and terminal
CN110928630A (en) Activation control method, device and equipment for application program window and storage medium
CN110825604B (en) Method, device, equipment and medium for monitoring user track and performance of application

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