CN112764837A - Data reporting method, device, storage medium and terminal - Google Patents

Data reporting method, device, storage medium and terminal Download PDF

Info

Publication number
CN112764837A
CN112764837A CN202110125515.4A CN202110125515A CN112764837A CN 112764837 A CN112764837 A CN 112764837A CN 202110125515 A CN202110125515 A CN 202110125515A CN 112764837 A CN112764837 A CN 112764837A
Authority
CN
China
Prior art keywords
data
reporting
event
application program
reported
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202110125515.4A
Other languages
Chinese (zh)
Other versions
CN112764837B (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.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent Technology Shenzhen 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 Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN202110125515.4A priority Critical patent/CN112764837B/en
Publication of CN112764837A publication Critical patent/CN112764837A/en
Application granted granted Critical
Publication of CN112764837B publication Critical patent/CN112764837B/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/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
    • G06F11/3476Data logging

Abstract

The embodiment of the invention discloses a data reporting method, a data reporting device, a storage medium and a terminal, wherein an application program is executed and associated data is processed in parallel by responding to a preset instruction for starting the application program; recording operation event data corresponding to at least one operation event in the application program in the target time period; when the associated data is detected to be processed, generating a reported data sequence corresponding to at least one operation event according to the operation event data and the processed associated data; and reporting the reported data in the reported data sequence according to the running time sequence of each running event. The method can improve the starting speed of the application program on the basis of ensuring the integrity of the reported data.

Description

Data reporting method, device, storage medium and terminal
Technical Field
The invention relates to the technical field of data processing, in particular to a data reporting method, a data reporting device, a storage medium and a terminal.
Background
With the development of internet technology and the popularization of mobile terminals, internet-based applications have also developed rapidly.
In order to ensure the safe operation of the application program, the application program generally needs to report data to the server during operation, so that the server monitors and analyzes the operation process of the application program.
In order to ensure the integrity of reported data, the fields on which the reporting depends need to be initialized when the application program is started, the application program is started and the application program is operated and the data is reported after the initialization of the fields on which the reporting depends is completed, and the initialization of the fields on which the reporting depends needs to consume a certain time, so that the starting speed of the application program is reduced.
Disclosure of Invention
Embodiments of the present invention provide a data reporting method, an apparatus, a storage medium, and a terminal, where the method can improve a starting speed of an application program on the basis of ensuring integrity of reported data.
A first aspect of the present application provides a data reporting method, including:
responding to a preset instruction for starting an application program, executing the application program and parallelly processing associated data, wherein the associated data is used for generating reported data of an operation event in the application program;
recording operation event data corresponding to at least one operation event in the application program in a target time period, wherein the target time period is a time period from the start of the application program to the completion of the processing of the associated data;
when the associated data is detected to be processed, generating a reported data sequence corresponding to the at least one operation event according to the operation event data and the processed associated data;
and reporting the reported data in the reported data sequence according to the running time sequence of each running event.
Accordingly, a second aspect of the embodiments of the present invention provides a data reporting apparatus, including:
the execution unit is used for responding to a preset instruction for starting an application program, executing the application program and parallelly processing associated data, wherein the associated data is used for generating reported data of an operating event in the application program;
the recording unit is used for recording operation event data corresponding to at least one operation event in the application program in a target time period, wherein the target time period is a time period from the start of the application program to the completion of the processing of the associated data;
a generating unit, configured to generate, when it is detected that the processing of the associated data is completed, a reported data sequence corresponding to the at least one operation event according to the operation event data and the processed associated data;
and the reporting unit is used for reporting the reported data in the reported data sequence according to the running time sequence of each running event.
In some embodiments, the recording unit includes:
the first acquisition subunit is used for acquiring the processing progress of the associated data when an operation event is generated in the target application program;
a first generating subunit, configured to generate a reporting event queue and record, in the reporting event queue, the operation event data corresponding to the operation event when the processing progress of the associated data is that processing is not completed;
the generating unit includes:
a detecting subunit, configured to detect whether there is unreported operation event data in the reported event queue when the processing progress of the associated data is processing completion;
and the second generating subunit is configured to, when the unreported operational event data exists in the reported event queue, generate, by combining with the processed associated data, a reported data sequence corresponding to the unreported operational event data.
In some embodiments, the reporting unit includes:
the second acquiring subunit is configured to acquire a recording time of each piece of operating event data in the reported event queue;
a determining subunit, configured to determine an operation time order of each operation event according to the order of the recording time of each operation event data;
and the first reporting subunit is configured to report the reporting data in the reporting sequence according to the running time sequence of each running event.
In some embodiments, the reporting unit includes:
the third acquisition subunit is used for acquiring network transmission speed data, wherein the network transmission speed data reveals the network smoothness degree of reporting the reported data of the running event of the application program to a target server;
and the second reporting subunit is configured to report the reporting data in the reporting data sequence according to the running time sequence of each running event when the network transmission speed data is greater than a preset threshold.
In some embodiments, the reporting unit includes:
the sending subunit is used for sending a data reporting request to the target server;
and the third reporting subunit is configured to, when receiving a report permission instruction returned by the target server, report the report data in the report data sequence according to the running time sequence of each running event.
In some embodiments, the execution unit includes:
the third generation subunit is used for generating a first process and a second process which are processed in parallel;
and the execution subunit is used for executing the application program in the first process and processing the associated data in the second process synchronously.
In some embodiments, the execution subunit is further configured to:
executing the application in the first process at a first time and processing associated data in the second process at a second time, the first time being earlier than the second time.
A third aspect of the present embodiment further provides a storage medium, where the storage medium stores a plurality of instructions, and the instructions are suitable for being loaded by a processor to perform the steps in the data reporting method provided in the first aspect of the present application.
A fourth aspect of the present application provides a terminal, including a memory, a processor, and a computer program that is stored in the memory and can be run on the processor, where the processor implements the steps in the data reporting method provided in the first aspect of the present application when executing the computer program.
A fifth aspect of embodiments of the present application provides a computer program product or a computer program comprising computer instructions stored in a storage medium. And the processor of the terminal reads the computer instruction from the storage medium, and executes the computer instruction, so that the terminal executes the steps in the data reporting method provided by the first aspect.
According to the data reporting method provided by the embodiment of the application, the application program is executed and the associated data are processed in parallel by responding to the preset instruction for starting the application program, wherein the associated data are used for generating the reported data of the running event in the application program; recording operation event data corresponding to at least one operation event in the application program in a target time period, wherein the target time period is a time period from the start of the application program to the completion of the processing of the associated data; when the associated data is detected to be processed, generating a reported data sequence corresponding to at least one operation event according to the operation event data and the processed associated data; and reporting the reported data in the reported data sequence according to the running time sequence of each running event. Therefore, the application program and the associated data are synchronously executed, the operation event data of the application program is recorded in the process of processing the associated data, and the reporting data corresponding to the operation event is generated by combining the operation event data and the associated data after the associated data is processed and is reported in sequence. The method can improve the starting speed of the application program on the basis of ensuring the integrity of the reported data.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed to be used in the description of the embodiments will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
Fig. 1 is a schematic view of a data reporting scenario provided in the present application;
fig. 2 is a schematic flow chart of a data reporting method provided in the present application;
fig. 3 is a timing chart of data reporting in the related art provided in the present application;
fig. 4 is a timing diagram of a data reporting method provided in the present application;
fig. 5 is another schematic flow chart of a data reporting method provided in the present application;
fig. 6 is a schematic structural diagram of a data reporting apparatus provided in the present application;
fig. 7 is a schematic structural diagram of a terminal provided in the present application.
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 embodiment of the invention provides a data reporting method, a data reporting device, a storage medium and a terminal. The data reporting method can be used in a data reporting device. The data reporting device may be integrated in a terminal, and the terminal may be a terminal having a data reporting function. The terminal may be, but is not limited to, a smart phone, a tablet computer, a notebook computer, a desktop computer, a smart watch, and the like. The data reporting device reports data to a corresponding server, wherein the server may be an independent physical server, a server cluster or a distributed system formed by a plurality of physical servers, or a cloud server providing basic cloud computing services such as cloud service, a cloud database, cloud computing, a cloud function, cloud storage, Network service, cloud communication, middleware service, domain name service, security service, Network acceleration service (CDN), big data, an artificial intelligence platform, and the like.
Please refer to fig. 1, which is a schematic view of a data reporting scenario provided in the present application; as shown in the figure, after receiving an instruction for starting an application program, the terminal B executes the application program and processes associated data at the same time, during the process of processing the associated data, the terminal B records operation event data occurring in the application program, and after the process of the associated data is completed, the terminal B combines the recorded operation event data and the processed associated data to generate report data and reports the report data to the server a. One or more terminals B may be provided, and only one terminal B is shown in the figure.
It should be noted that the scenario diagram for data reporting shown in fig. 1 is only an example, and the scenario for data reporting described in the embodiment of the present application is for more clearly illustrating the technical solution of the present application, and does not form a limitation on the technical solution provided by the present application. As can be known to those skilled in the art, with the evolution of data reporting and the appearance of new service scenarios, the technical solution provided in the present application is also applicable to similar technical problems.
Based on the above-described implementation scenarios, detailed descriptions will be given below.
The embodiment of the present application will be described from the perspective of a data reporting apparatus, which may be integrated in a terminal. The terminal may be a terminal or a server, and the application is not limited herein. As shown in fig. 2, a schematic flow chart of a data reporting method provided in the present application is shown, where the method includes:
and 101, responding to a preset instruction for starting the application program, executing the application program and parallelly processing the associated data.
Applications include, but are not limited to, instant messaging applications, video playback applications, mobile payment applications, online shopping applications, online education applications, and gaming applications. Generally, each application program is downloaded to a terminal and installed in the terminal, and then only one application program client is needed, and the application program client can log in account information of different users. After different accounts are logged in the same application program client, the operation data generated when the application program operates are different. In addition, each application program is also lifecycle, that is, after the application program is released, the application program is not invariable, and a developer of the application program will continuously perform regular version update on the released application program along with the change of the user requirement. For the same account, different versions of the same application program are logged in, and the operation data generated when the application program operates are different. Therefore, after the application program is started, the dependency data for generating the operation data corresponding to the operation event in combination with the operation event needs to be processed, and the dependency data may be referred to as associated data of the application program. The processing of the associated data may be an initialization operation performed on the associated data, and the initialization operation includes, but is not limited to, generating and acquiring field information of corresponding dependent data.
In order to ensure the normal operation of the application program and discover risks and bugs in the operation of the application program in real time, the general application program generates operation data for operation events in real time during the operation, combines the operation data with associated data to generate reported data, and reports the reported data to a server connected with the application program network. In the related art, after an application program is started, associated data needs to be processed first, after the associated data is processed, the application program is operated to generate an operation event, and report data is generated and reported jointly according to the operation data and the associated data of the operation event. If the associated data is not processed, the application program starts to run, and the running data generated by the running event is incomplete or lost due to lack of the dependent associated data. However, for some more complex applications, the associated data is more, and the processing time is longer, so that the starting speed of the applications is reduced, and the use experience of the user is affected.
To solve the above problem, the inventor of the present application proposes a data reporting method, which is described in detail below.
When a preset instruction for starting the application program is triggered, the application program is executed and the associated data is processed at the same time. The application program may be any one of the above listed application programs, and the preset instruction for triggering the application program to start may be triggered by clicking an application program icon in the terminal, or may be triggered by implementing intelligent start of the application program through voice control, or may be triggered by setting a fixed time to automatically start, which is not limited herein. When the instruction for starting the application program is triggered, the related data which is depended on by the reported data for generating the running event in the application program is processed. While processing the associated data, the application may be executed and associated operational events performed, including, but not limited to, logging in, registering, receiving input information, displaying output information, playing voice, recharging, payment, and the like. At this time, the processing operation of the associated data is performed synchronously with the operation of the application program, and each operation event only generates the operation data of the operation event and does not generate the report data corresponding to the operation event. Therefore, the application program can be normally operated while the associated data is processed, and the processing of the associated data is not required to be finished, so that the starting speed of the application program is increased.
Step 102, recording operation event data corresponding to at least one operation event in the application program in the target time period.
The target time period is a time period from the starting of the application program to the completion of the processing of the associated data. In the process of processing the associated data, the data reporting device continuously records the operation event data corresponding to the operation event generated in the application program in the target event segment. It is to be understood that the running event may be a running event, such as a start event of an application; there may also be multiple running events, such as user login client events, user operation events, and so on. The data reporting device may record the operation event data in a preset storage location, for example, record and store the operation event data in a cache space corresponding to the application program.
And 103, when the associated data is detected to be processed, generating a reported data sequence corresponding to at least one operation event according to the operation event data and the processed associated data.
In the running process of the application program, the process of processing the associated data is monitored in real time to determine the processing state of the associated data. And when the processing state of the associated data is that the processing is not finished, continuously keeping the record and the cache of the operation event data corresponding to the operation event generated in the application program. When the processing state of the associated data is processing completion, that is, when it is detected that the processing of the associated data is completed, the operation event data corresponding to all the recorded operation events and the associated data are adopted to generate the report data corresponding to each operation event, and the report data form a report data sequence.
And step 104, reporting the reported data in the reported data sequence according to the running time sequence of each running event.
When a reporting data sequence corresponding to the operation event is generated according to the operation event data and the processed associated data, reporting data in the reporting data sequence needs to be reported to the server. It can be understood that the reported data in the reported data sequence is data reporting an event running in the target event segment. In the running process of the application program, the running result of the previous event will affect the running of the next event, so the reporting of the reported data corresponding to the running events also needs to be carried out in sequence according to the running time sequence of the running events. Therefore, in the process of processing the associated data, the application programs can run simultaneously without waiting for the completion of the processing of the associated data. And in the process of processing the associated data, the operation event data corresponding to the operation event in the application program is recorded in real time. After the associated data is processed, the report data corresponding to the operating event in the target event segment is generated according to the processed associated data and the recorded operating event data, so that the report data corresponding to the operating event running in the associated data processing process can be completely reported, and the condition that the report data corresponding to the operating events are incomplete or lost is avoided.
And for the operation event generated after the processing of the associated data is finished, generating operation event data when the operation event is operated, generating reporting data corresponding to the operation event in real time according to the operation event data and the processed associated data, and further uploading the reporting data to a server, thereby realizing real-time reporting.
In some embodiments, reporting the reporting data in the reporting data sequence according to the running time sequence of each running event includes:
1. sending a data reporting request to a target server;
2. when a report-allowed instruction returned by the target server is received, reporting the reported data in the reported data sequence according to the running time sequence of each running event.
The target server is a server to which the data of the application program is reported, namely the application program reports the reported data to the target server. It can be understood that, in general, each server is connected to a large number of application program clients, and the reported data corresponding to the operation event generated in the process of processing the associated data is generated and reported at a time point after the associated data is processed, so that when a plurality of application program clients report the concentrated data at the same time, the reported data amount instantaneously received by the target server is too large. This can lead to imbalances in the allocation of server data processing resources and network resources, which can affect the power consumption and performance of the server for a long time.
In this embodiment, after generating the report data, the data reporting apparatus first sends a data report request to the target server. After receiving a plurality of data reporting requests, the target server automatically distributes reasonable reporting time to each reporting request. When the reporting time is up, the server sends a report permission instruction to the client, and at the moment, the data reporting device reports the reported data in the reported data sequence according to the running time sequence of each running event. Therefore, by utilizing the data processing capacity of each terminal, the instantaneous data processing pressure of the target server is reduced, so that the data processing resources and the network resources of the target server are reasonably distributed and used, and the data processing efficiency of the target server is improved.
In some embodiments, when the number of the application program clients connected to the target server is small, the efficiency of data reporting can be further improved by using the computing power of the server. The method comprises the following specific steps: and after receiving the starting instruction, the application program executes the application program and simultaneously starts the processing of the associated data, and in the process of processing the associated data, the application program generates reported data for the generated running event in real time, marks the reported data and reports the reported data. After the associated data is processed, the data reporting device sends the processed associated data to the target server, and after the target server receives the processed associated data, the target server can update the marked reported data by using the processed associated data, so that accurate reported data corresponding to an operation event in an application program in the process of processing the associated data is obtained. When the associated data is processed and an operation event is generated in the application program, the report data corresponding to the operation event is directly generated in real time according to the operation event data of the operation event and the processed associated data and reported to the target server in real time. Therefore, in the process of processing the associated data, the data reporting device only needs to mark and report the operation event data corresponding to the operation event, and the server updates the marked reported data after receiving the processed associated data to obtain accurate reported data. Therefore, the reporting efficiency of data reporting is further improved. In the embodiment of the present application, in order to more clearly illustrate the difference between the data reporting method provided by the present application and the related art, the following description will respectively illustrate the data reporting time sequence in the related art and the data reporting time sequence provided by the present application. As shown in fig. 3, which is a timing diagram of data reporting in the related art, after receiving a start instruction, an application program sends a processing instruction for a dependent field corresponding to the application program to a data reporting component, where the processing instruction is an initialization instruction, that is, the data reporting component is instructed to initialize a field on which the application program reports. After the data reporting component receives the initialization instruction, the data reporting dependent field corresponding to the application program is initialized, the operation will consume a certain time, and the application program does not execute the operation event in the event section. And after the work of the initialization dependent field in the data reporting component is finished, an initialization completion callback instruction is sent to the application program, and the application program starts to execute the application program after receiving the instruction. Firstly, the application program sends the data corresponding to the starting event and the reporting starting event instruction to the data reporting component, so that the data reporting component generates the reporting data corresponding to the starting event and reports the reporting data to the server. Then, the application program enters formal operation, various operation events in the application program are executed, and the operation data and a subsequent event reporting instruction are sent to the data reporting component in real time, so that the data reporting component generates reported data corresponding to the subsequent events in real time and sends the reported data to the server.
As shown in fig. 4, a timing chart corresponding to the data reporting method provided by the present application is shown. After receiving the starting instruction, the application program sends an initialization instruction to the data reporting component, so that the data reporting component starts an initialization process of a dependency field required by the application program reporting. Meanwhile, the application program sends a reporting starting event instruction to the data reporting component to indicate the data reporting component to generate reporting data corresponding to the starting event and report the reporting data to the server. At this time, the data reporting component detects that the initialization process of the dependent field is not finished, so that the reporting instruction of the start event and the data corresponding to the start event are recalled to the reporting queue. After the application program sends the instruction for reporting the start event and the start data, the application program enters the application program and starts to execute the running event in the application program. After an event is operated each time, the application program sends an instruction for reporting a subsequent event to the data reporting component, and it can be understood that at this time, the initialization of the dependency field is still not completed, but the operation of the application program and the reporting of the operation event are not affected, and only the data reporting component recalls the data corresponding to the instruction into the reporting queue after receiving the data reporting instruction, and stores the data in the reporting queue according to the recalled sequence. And after the data reporting component completes the initialization of the dependent field, sending an initialization completion callback instruction to the reporting queue to indicate that the initialization work of the dependent field is completed. At the moment, the reporting queue sends the recalled reporting events stored in the reporting queue to the data reporting component one by one according to the recall sequence to generate reporting data one by one and report the reporting data to the server. After the report of the recall event is finished and the initialized running event is generated in the application program, the subsequent event instruction and the running data related to the running event are reported to the data reporting component in real time, so that the data reporting component generates the reported data corresponding to the running event in real time and reports the reported data to the server in real time. Therefore, the application program can be started and run without waiting for the completion of the initialization of the dependent data, and the running speed of the application program is improved.
According to the above description, in the data reporting method provided in the embodiment of the present application, the application program is executed and the associated data is processed in parallel by responding to the preset instruction for starting the application program, where the associated data is used to generate the reported data of the running event in the application program; recording operation event data corresponding to at least one operation event in the application program in a target time period, wherein the target time period is a time period from the start of the application program to the completion of the processing of the associated data; when the associated data is detected to be processed, generating a reported data sequence corresponding to at least one operation event according to the operation event data and the processed associated data; and reporting the reported data in the reported data sequence according to the running time sequence of each running event. Therefore, the application program and the associated data are synchronously executed, the operation event data of the application program is recorded in the process of processing the associated data, and the reporting data corresponding to the operation event is generated by combining the operation event data and the associated data after the associated data is processed and is reported in sequence. The method can improve the starting speed of the application program on the basis of ensuring the integrity of the reported data.
Accordingly, the embodiment of the present application will further describe the data reporting method provided by the present application in detail from the perspective of the terminal. The terminal in this embodiment may be a terminal. As shown in fig. 5, another schematic flow chart of the data reporting method provided in the present application is shown, where the method includes:
step 201, responding to a preset instruction for starting the application program, the terminal executes the application program and synchronously processes the associated data. The application program may be a game application program, and the application program is described in detail as an example of the game application program. When a user opens a game application program loaded in the terminal, the terminal executes the running of the application program, and the application program can receive an operation instruction of the user and respond. The user's operating instructions include, but are not limited to, logging into the game interface, controlling in-game characters, using in-game items, and the like. The terminal executes the application program and processes the data related to the game application program, and the process of processing the game related data may be an initialization process of a dependency field of the game application program. The dependency field of the game application program refers to the dependency field required by data reporting in the game application program.
In some embodiments, the terminal executes the application program and synchronously processes the associated data, including:
1. generating a first process and a second process which are processed in parallel;
2. the application is executed in a first process and associated data is processed in synchronization with a second process.
When the terminal receives an instruction of starting a game application program from a user, two processes are generated in an operating system of the terminal, wherein the two processes are a first process and a second process which are processed in parallel. The processing of the first and second processes may not have a context, and the processing between the two processes may not be related to each other. Then, the user executes the application program in a first process, and in the process, the user can receive the operation instruction of the user on the game and perform corresponding feedback. Meanwhile, the terminal processes the associated data of the game application in the second process. In the embodiment of the application, the terminal divides the execution of the game program and the processing of the associated data into two processes for processing, so that the two processes have no front-back relationship before, and the problem of slow starting of the game application program caused by the processing of the associated data is avoided.
In some embodiments, the terminal executes the application program and synchronously processes the associated data, including:
a. generating a first process and a second process which are processed in parallel;
b. the application is executed in a first process at a first time and the associated data is processed in a second process at a second time, the first time being earlier than the second time.
In the embodiment of the application, the application program and the associated data are executed in two different processes, and the terminal executes the application program preferentially at a first time and then processes the associated data at a second time, wherein the first time is earlier than the second time. The simultaneous processing of the parallel processes may result in the dispersion of the processing efficiency of the terminals, resulting in a decrease in the starting speed of the game application. Therefore, in the embodiment of the present application, the execution of the game application is prioritized. For other applications, it is preferable to execute the application so that the user can use the application as soon as possible. Then, the associated data can be selected to be processed at a second time when the user operation frequency is low and the terminal data processing pressure is not high. That is, when the data processing pressure of the first process is not large, some data processing capacity is allocated to process the associated data in the second process. Thus, the starting speed of the application program is further improved.
Step 202, when an operation event is generated in the application program, the terminal acquires the processing progress of the associated data.
Since the application program and the associated data are executed synchronously and concurrently, the terminal may generate an operation event in the application program during the process of processing the associated data. In addition, the terminal can also detect the operation event generated in the application program in real time, and when the operation event generated in the application program is detected, the processing progress of the associated data at the moment is acquired, and further processing is performed according to the processing progress of the associated data.
Step 203, when the processing of the associated data is not completed, the terminal generates a reporting event queue and records the operation event data corresponding to the operation event in the reporting event queue.
When the terminal detects that the processing progress of the associated data is incomplete, namely the dependent data of the reported data corresponding to the application program is not initialized and completed, the terminal generates a reporting event queue. The reporting event queue may be configured to record operation event data corresponding to an operation event to be reported.
In some embodiments, when an operation event is generated in an application, reported data corresponding to the operation event may be generated in advance and reported, and then a processing progress of associated data is acquired, and if the processing progress of the associated data is not completed, the reported data is recalled, and the recalled reported data is recorded in a reported event queue, so that the reported data is reported after the processing of the associated data is completed. And at the moment, the recalled reported data is the operation event data corresponding to the operation event.
And 204, when the processing of the associated data is finished, the terminal detects whether the unreported operation event data exists in the reported event queue.
When the terminal detects that the processing progress of the associated data is processing completion, the terminal detects the data in the reported event queue to judge whether the reported event queue contains operation event data which is not reported yet, and further processes the operation event data according to a detection result.
Step 205, when the unreported operational event data exists in the reporting event queue, the terminal generates a reporting data sequence corresponding to the unreported operational event data by combining the processed associated data.
When the terminal detects that the unreported operation event data exist in the reporting event queue, the terminal combines the processed associated data with each reported operation event data to generate reporting data corresponding to the operation event. The reported data corresponding to each operation event may include a plurality of sub-data, and the sub-data may include a sub-event name and sub-event data. The sub-event name and sub-event data may constitute a key-value pair. When a plurality of non-reported operation event data exist in the reporting event queue, a plurality of reporting data can be generated, and the reporting data form a reporting data sequence.
And step 206, the terminal reports the reported data in the reported data sequence according to the running time sequence of each running event.
The terminal reports the data in the reported data sequence according to a certain sequence, and for the event reporting queue, the running event data generates the reported data according to the first-in first-out principle and reports the reported data. That is, the recorded operation event data is firstly processed and then reported with the associated data to generate the report data, namely:
reporting the reported data in the reported data sequence according to the running time sequence of each running event, wherein the reporting comprises the following steps:
1. acquiring the recording time of each operation event data in the reported event queue;
2. determining the running time sequence of each running event according to the sequence of the recording time of each running event data;
3. and reporting the reported data in the reporting sequence according to the running time sequence of each running event.
The terminal can obtain the recording time of each operation event data in the reporting event queue, and determine the reporting sequence of the corresponding reporting data according to the recording time sequence of the operation event data.
In some embodiments, when the unreported operational event data in the reporting event queue and the processed associated data generate reporting data at the same time, and form a reporting data sequence. The running time of the corresponding running event data can also be acquired in each reporting data to determine the reporting sequence.
In some embodiments, reporting the reporting data in the reporting data sequence according to the running time sequence of each running event includes:
a. network transmission speed data is obtained.
b. And when the network transmission speed data is greater than the preset threshold value, the terminal reports the reported data in the reported data sequence according to the running time sequence of each running event.
And reporting the reported data corresponding to the running event of the application program to a server by the terminal. Generally, a plurality of terminals connected to the same target server via a network may be provided, and when a plurality of terminals report data to the target server at the same time, the instantaneous network transmission pressure of the target server is higher. The data reporting method of the application reports the reported data which are originally and dispersedly reported in a concentrated manner when the processing of the associated data is completed, and the instantaneous network transmission pressure of the target server is inevitably increased further. At this time, the terminal may not report the reported data corresponding to the operation event in the target event segment first, but obtain the network transmission speed data first, and the network transmission speed data may display the network smoothness between the terminal and the target server. When the network transmission speed is higher, the network smoothness between the terminal and the target server is better, and when the network transmission speed data is greater than a preset threshold value, the reported data can be reported to the target server without increasing the network transmission pressure of the target server. Therefore, the terminal automatically controls the reporting time, network transmission pressure of the server is relieved, network congestion when the target server receives the data report is avoided, and data reporting efficiency is improved.
According to the above description, the data reporting method provided by the application executes the application program and processes the associated data in parallel by responding to the preset instruction for starting the application program, where the associated data is used to generate the reported data of the running event in the application program; recording operation event data corresponding to at least one operation event in the application program in a target time period, wherein the target time period is a time period from the start of the application program to the completion of the processing of the associated data; when the associated data is detected to be processed, generating a reported data sequence corresponding to at least one operation event according to the operation event data and the processed associated data; and reporting the reported data in the reported data sequence according to the running time sequence of each running event. Therefore, the application program and the associated data are synchronously executed, the operation event data of the application program is recorded in the process of processing the associated data, and the reporting data corresponding to the operation event is generated by combining the operation event data and the associated data after the associated data is processed and is reported in sequence. The method can improve the starting speed of the application program on the basis of ensuring the integrity of the reported data.
In order to better implement the above method, an embodiment of the present invention further provides a data reporting apparatus, where the data reporting apparatus may be integrated in a terminal, and the terminal may be a mobile terminal, a personal computer, a watch phone, or the like.
For example, as shown in fig. 6, which is a schematic structural diagram of a data reporting apparatus provided in the embodiment of the present application, the data reporting apparatus may include an executing unit 301, a recording unit 302, a generating unit 303, and a reporting unit 304, as follows:
the execution unit 301 is configured to execute the application program and concurrently process associated data in response to a preset instruction for starting the application program, where the associated data is used to generate report data of an operation event in the application program;
a recording unit 302, configured to record operation event data corresponding to at least one operation event in an application program within a target time period, where the target time period is a time period from starting the application program to completing processing of associated data;
a generating unit 303, configured to generate, when it is detected that the processing of the associated data is completed, a reporting data sequence corresponding to at least one operation event according to the operation event data and the processed associated data;
a reporting unit 304, configured to report the reporting data in the reporting data sequence according to the running time sequence of each running event.
In some embodiments, a recording unit includes:
the first acquisition subunit is used for acquiring the processing progress of the associated data when the running event is generated in the target application program;
the first generating subunit is used for generating a reporting event queue and recording the running event data corresponding to the running event in the reporting event queue when the processing progress of the associated data is that the processing is not finished;
a generating unit comprising:
the detection subunit is used for detecting whether the unreported operation event data exists in the reported event queue or not when the processing progress of the associated data is processing completion;
and the second generating subunit is configured to, when the unreported operational event data exists in the reporting event queue, generate, by combining the processed associated data, a reporting data sequence corresponding to the unreported operational event data.
In some embodiments, the reporting unit includes:
the second acquisition subunit is used for acquiring the recording time of each running event data in the reported event queue;
a determining subunit, configured to determine an operation time order of each operation event according to the order of the recording time of each operation event data;
and the first reporting subunit is used for reporting the reporting data in the reporting sequence according to the running time sequence of each running event.
In some embodiments, the reporting unit includes:
the third acquisition subunit is used for acquiring network transmission speed data, and the network transmission speed data reveals the network smoothness degree of reporting the reported data of the running event of the application program to the target server;
and the second reporting subunit is used for reporting the reported data in the reported data sequence according to the running time sequence of each running event when the network transmission speed data is greater than the preset threshold.
In some embodiments, the reporting unit includes:
the sending subunit is used for sending a data reporting request to the target server;
and the third reporting subunit is used for reporting the reported data in the reported data sequence according to the running time sequence of each running event when receiving the reporting-allowed instruction returned by the target server.
In some embodiments, an execution unit, comprising:
the third generation subunit is used for generating a first process and a second process which are processed in parallel;
and the execution subunit is used for executing the application program in the first process and processing the associated data in the second process synchronously.
In some embodiments, the execution subunit is further to:
the application is executed in a first process at a first time and the associated data is processed in a second process at a second time, the first time being earlier than the second time.
In a specific implementation, the above units may be implemented as independent entities, or may be combined arbitrarily to be implemented as the same or several entities, and the specific implementation of the above units may refer to the foregoing method embodiments, which are not described herein again.
As can be seen from the above, in the data reporting apparatus provided in this embodiment, by responding to the preset instruction for starting the application program, the execution unit 301 executes the application program and concurrently processes the associated data, where the associated data is used to generate the report data of the running event in the application program; the recording unit 302 records operation event data corresponding to at least one operation event in an application program within a target time period, where the target time period is a time period from the start of the application program to the completion of processing of associated data; when detecting that the processing of the associated data is completed, the generating unit 303 generates a reported data sequence corresponding to at least one operating event according to the operating event data and the processed associated data; the reporting unit 304 reports the reporting data in the reporting data sequence according to the running time sequence of each running event. Therefore, the application program and the associated data are synchronously executed, the operation event data of the application program is recorded in the process of processing the associated data, and the reporting data corresponding to the operation event is generated by combining the operation event data and the associated data after the associated data is processed and is reported in sequence. The method can improve the starting speed of the application program on the basis of ensuring the integrity of the reported data.
An embodiment of the present application further provides a terminal, as shown in fig. 7, which is a schematic structural diagram of the terminal provided in the present application. Specifically, the method comprises the following steps:
the terminal may include components such as a processor 401 of one or more processing cores, memory 402 of one or more storage media, a power supply 403, and an input unit 404. Those skilled in the art will appreciate that the terminal structure shown in fig. 7 is not intended to be limiting and may include more or fewer components than those shown, or some components may be combined, or a different arrangement of components. Wherein:
the processor 401 is a control center of the terminal, connects various parts of the entire terminal using various interfaces and lines, and performs various functions of the terminal and processes data by operating or executing software programs and/or modules stored in the memory 402 and calling data stored in the memory 402, thereby performing overall monitoring of the terminal. Optionally, processor 401 may include one or more processing cores; preferably, the processor 401 may integrate an application processor, which mainly handles operating systems, user interfaces, application programs, etc., and a modem processor, which mainly handles wireless communications. It will be appreciated that the modem processor described above may not be integrated into the processor 401.
The memory 402 may be used to store software programs and modules, and the processor 401 executes various functional applications and data reporting by operating the software programs and modules stored in the memory 402. The memory 402 may mainly include a program storage area and a data storage area, wherein the program storage area may store an operating system, an application program required by at least one function (such as a sound playing function, an image playing function, a web page access, and the like), and the like; the storage data area may store data created according to the use of the terminal, and the like. Further, the memory 402 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 volatile solid state storage device. Accordingly, the memory 402 may also include a memory controller to provide the processor 401 access to the memory 402.
The terminal further comprises a power supply 403 for supplying power to the various components, and preferably, the power supply 403 is logically connected to the processor 401 through a power management system, so that functions of managing charging, discharging, and power consumption are realized through the power management system. The power supply 403 may also include any component of one or more dc or ac power sources, recharging systems, power failure detection circuitry, power converters or inverters, power status indicators, and the like.
The terminal may further include an input unit 404, and the input unit 404 may be used to receive input numeric or character information and generate a keyboard, mouse, joystick, optical or trackball signal input in relation to user settings and function control.
Although not shown, the terminal may further include a display unit and the like, which will not be described in detail herein. Specifically, in this embodiment, the processor 401 in the terminal loads the executable file corresponding to the process of one or more application programs into the memory 402 according to the following instructions, and the processor 401 runs the application programs stored in the memory 402, thereby implementing various functions as follows:
responding to a preset instruction for starting the application program, executing the application program and parallelly processing associated data, wherein the associated data is used for generating reported data of an operation event in the application program; recording operation event data corresponding to at least one operation event in the application program in a target time period, wherein the target time period is a time period from the start of the application program to the completion of the processing of the associated data; when the associated data is detected to be processed, generating a reported data sequence corresponding to at least one operation event according to the operation event data and the processed associated data; and reporting the reported data in the reported data sequence according to the running time sequence of each running event.
It should be noted that the terminal provided in the embodiment of the present application and the data reporting method in the foregoing embodiment belong to the same concept, and specific implementation of the above operations may refer to the foregoing embodiment, which is not described herein again.
It will be understood by those skilled in the art that all or part of the steps in the methods of the above embodiments may be performed by instructions or by instructions controlling associated hardware, and the instructions may be stored in a storage medium and loaded and executed by a processor.
To this end, an embodiment of the present invention provides a storage medium, in which a plurality of instructions are stored, where the instructions can be loaded by a processor to execute steps in any data reporting method provided in the embodiment of the present invention. For example, the instructions may perform the steps of:
responding to a preset instruction for starting the application program, executing the application program and parallelly processing associated data, wherein the associated data is used for generating reported data of an operation event in the application program; recording operation event data corresponding to at least one operation event in the application program in a target time period, wherein the target time period is a time period from the start of the application program to the completion of the processing of the associated data; when the associated data is detected to be processed, generating a reported data sequence corresponding to at least one operation event according to the operation event data and the processed associated data; and reporting the reported data in the reported data sequence according to the running time sequence of each running event.
The above operations can be implemented in the foregoing embodiments, and are not described in detail herein.
Wherein the storage medium may include: read Only Memory (ROM), Random Access Memory (RAM), magnetic or optical disks, and the like.
Since the instructions stored in the storage medium can execute the steps in any data reporting method provided in the embodiments of the present invention, beneficial effects that can be achieved by any data reporting method provided in the embodiments of the present invention can be achieved, which are detailed in the foregoing embodiments and will not be described herein again.
According to an aspect of the application, there is provided, among other things, a computer program product or computer program comprising computer instructions stored in a storage medium. The processor of the terminal reads the computer instruction from the storage medium, and executes the computer instruction, so that the terminal executes the data reporting method provided in the various optional implementation manners of fig. 2 or fig. 5.
The data reporting method, the data reporting device, the storage medium and the terminal provided by the embodiment of the invention are described in detail, a specific embodiment is applied in the text to explain the principle and the implementation of the invention, and the description of the embodiment is only used for helping to understand the method and the core idea of the invention; meanwhile, for those skilled in the art, according to the idea of the present invention, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present invention.

Claims (10)

1. A data reporting method is characterized in that the method comprises the following steps:
responding to a preset instruction for starting an application program, executing the application program and parallelly processing associated data, wherein the associated data is used for generating reported data of an operation event in the application program;
recording operation event data corresponding to at least one operation event in the application program in a target time period, wherein the target time period is a time period from the start of the application program to the completion of the processing of the associated data;
when the associated data is detected to be processed, generating a reported data sequence corresponding to the at least one operation event according to the operation event data and the processed associated data;
and reporting the reported data in the reported data sequence according to the running time sequence of each running event.
2. The method according to claim 1, wherein the recording of the operation event data corresponding to at least one operation event in the application program within a target time period, the target time period being a time period from the start of the application program to the completion of the processing of the associated data, comprises:
when an operation event is generated in the target application program, acquiring the processing progress of the associated data;
when the processing progress of the associated data is that the processing is not finished, generating a reporting event queue and recording the operation event data corresponding to the operation event in the reporting event queue;
when it is detected that the processing of the associated data is completed, generating a reported data sequence corresponding to the at least one operation event according to the operation event data and the processed associated data, including:
when the processing progress of the associated data is processing completion, detecting whether the reported event queue has unreported operation event data or not;
and when the unreported operation event data exist in the reporting event queue, combining the processed associated data to generate a reporting data sequence corresponding to the unreported operation event data.
3. The method of claim 2, wherein reporting the reporting data in the reporting data sequence according to the runtime order of each running event comprises:
acquiring the recording time of each operating event data in the reported event queue;
determining the running time sequence of each running event according to the sequence of the recording time of each running event data;
and reporting the reported data in the reporting sequence according to the running time sequence of each running event.
4. The method according to any one of claims 1 or 2, wherein reporting the reporting data in the reporting data sequence according to the runtime order of each running event comprises:
acquiring network transmission speed data which reveals the network smoothness degree of reporting the reported data of the running event of the application program to a target server;
and when the network transmission speed data is greater than a preset threshold value, reporting the reported data in the reported data sequence according to the running time sequence of each running event.
5. The method according to any one of claims 1 or 2, wherein reporting the reporting data in the reporting data sequence according to the runtime order of each running event comprises:
sending a data reporting request to a target server;
and when a report permission instruction returned by the target server is received, reporting the reported data in the reported data sequence according to the running time sequence of each running event.
6. The method of claim 1, wherein executing the application and parallel processing associated data comprises:
generating a first process and a second process which are processed in parallel;
executing the application program in the first process and processing associated data in the second process synchronously.
7. The method of claim 6, wherein executing the application in the first process and processing associated data in synchronization with the second process comprises:
executing the application in the first process at a first time and processing associated data in the second process at a second time, the first time being earlier than the second time.
8. A data reporting apparatus, the apparatus comprising:
the execution unit is used for responding to a preset instruction for starting an application program, executing the application program and parallelly processing associated data, wherein the associated data is used for generating reported data of an operating event in the application program;
the recording unit is used for recording operation event data corresponding to at least one operation event in the application program in a target time period, wherein the target time period is a time period from the start of the application program to the completion of the processing of the associated data;
a generating unit, configured to generate, when it is detected that the processing of the associated data is completed, a reported data sequence corresponding to the at least one operation event according to the operation event data and the processed associated data;
and the reporting unit is used for reporting the reported data in the reported data sequence according to the running time sequence of each running event.
9. A storage medium storing instructions adapted to be loaded by a processor to perform the steps of the data reporting method according to any one of claims 1 to 7.
10. A terminal, comprising a memory, a processor and a computer program stored in the memory and capable of running on the processor, wherein the processor implements the data reporting method according to any one of claims 1 to 7 when executing the computer program.
CN202110125515.4A 2021-01-29 2021-01-29 Data reporting method, device, storage medium and terminal Active CN112764837B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110125515.4A CN112764837B (en) 2021-01-29 2021-01-29 Data reporting method, device, storage medium and terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110125515.4A CN112764837B (en) 2021-01-29 2021-01-29 Data reporting method, device, storage medium and terminal

Publications (2)

Publication Number Publication Date
CN112764837A true CN112764837A (en) 2021-05-07
CN112764837B CN112764837B (en) 2022-03-08

Family

ID=75703670

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110125515.4A Active CN112764837B (en) 2021-01-29 2021-01-29 Data reporting method, device, storage medium and terminal

Country Status (1)

Country Link
CN (1) CN112764837B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114968413A (en) * 2022-06-21 2022-08-30 四三九九网络股份有限公司 Method for collecting Android application starting event

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101515296A (en) * 2009-03-06 2009-08-26 成都市华为赛门铁克科技有限公司 Data updating method and device
US20160203188A1 (en) * 2013-09-04 2016-07-14 Allinea Software Limited Analysis of Parallel Processing Systems
CN106936663A (en) * 2015-12-31 2017-07-07 中国移动通信集团上海有限公司 A kind of method and device for determining the application that terminal is installed
CN109120067A (en) * 2018-09-05 2019-01-01 杭州和利时自动化有限公司 A kind of sequence of events recording report method, device, equipment and readable storage medium storing program for executing
CN110334074A (en) * 2019-07-09 2019-10-15 西安点告网络科技有限公司 Data processing method, device, server and storage medium
CN110460534A (en) * 2019-07-26 2019-11-15 腾讯云计算(北京)有限责任公司 A kind of request message report method, device, equipment and storage medium
CN110674440A (en) * 2019-08-30 2020-01-10 深圳壹账通智能科技有限公司 Buried point data processing method, system, computer device and readable storage medium
CN110716848A (en) * 2019-10-18 2020-01-21 广州华多网络科技有限公司 Data collection method and device, electronic equipment and storage medium
WO2020024107A1 (en) * 2018-07-31 2020-02-06 华为技术有限公司 Status report sending method and device
CN110764936A (en) * 2019-10-28 2020-02-07 深圳前海微众银行股份有限公司 Data acquisition method and device
CN111382039A (en) * 2018-12-28 2020-07-07 北京微播视界科技有限公司 Method, device, electronic equipment and storage medium for reporting user behavior event
CN111506475A (en) * 2020-04-15 2020-08-07 北京字节跳动网络技术有限公司 Data processing method, device and system, readable medium and electronic equipment
CN111741048A (en) * 2020-03-16 2020-10-02 腾讯科技(深圳)有限公司 Information reporting method, device, equipment and storage medium

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101515296A (en) * 2009-03-06 2009-08-26 成都市华为赛门铁克科技有限公司 Data updating method and device
US20160203188A1 (en) * 2013-09-04 2016-07-14 Allinea Software Limited Analysis of Parallel Processing Systems
CN106936663A (en) * 2015-12-31 2017-07-07 中国移动通信集团上海有限公司 A kind of method and device for determining the application that terminal is installed
WO2020024107A1 (en) * 2018-07-31 2020-02-06 华为技术有限公司 Status report sending method and device
CN109120067A (en) * 2018-09-05 2019-01-01 杭州和利时自动化有限公司 A kind of sequence of events recording report method, device, equipment and readable storage medium storing program for executing
CN111382039A (en) * 2018-12-28 2020-07-07 北京微播视界科技有限公司 Method, device, electronic equipment and storage medium for reporting user behavior event
CN110334074A (en) * 2019-07-09 2019-10-15 西安点告网络科技有限公司 Data processing method, device, server and storage medium
CN110460534A (en) * 2019-07-26 2019-11-15 腾讯云计算(北京)有限责任公司 A kind of request message report method, device, equipment and storage medium
CN110674440A (en) * 2019-08-30 2020-01-10 深圳壹账通智能科技有限公司 Buried point data processing method, system, computer device and readable storage medium
CN110716848A (en) * 2019-10-18 2020-01-21 广州华多网络科技有限公司 Data collection method and device, electronic equipment and storage medium
CN110764936A (en) * 2019-10-28 2020-02-07 深圳前海微众银行股份有限公司 Data acquisition method and device
CN111741048A (en) * 2020-03-16 2020-10-02 腾讯科技(深圳)有限公司 Information reporting method, device, equipment and storage medium
CN111506475A (en) * 2020-04-15 2020-08-07 北京字节跳动网络技术有限公司 Data processing method, device and system, readable medium and electronic equipment

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
杨唯: ""基于Android的移动游戏数据采集工具设计与实现"", 《中国优秀硕士学位论文全文数据库 (信息科技辑)》 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114968413A (en) * 2022-06-21 2022-08-30 四三九九网络股份有限公司 Method for collecting Android application starting event

Also Published As

Publication number Publication date
CN112764837B (en) 2022-03-08

Similar Documents

Publication Publication Date Title
US10348809B2 (en) Naming of distributed business transactions
US8782215B2 (en) Performance testing in a cloud environment
US10785320B2 (en) Managing operation of instances
CN110083455B (en) Graph calculation processing method, graph calculation processing device, graph calculation processing medium and electronic equipment
US20160224329A1 (en) Automated software configuration management
JP7397094B2 (en) Resource configuration method, resource configuration device, computer equipment, and computer program
CN109067841B (en) Service current limiting method, system, server and storage medium based on ZooKeeper
CN111770002B (en) Test data forwarding control method and device, readable storage medium and electronic equipment
US10469616B2 (en) Data driven bin packing implementation for data centers with variable node capabilities
CN108744504A (en) The processing method and processing device of game data, game server, games system
CN113452774B (en) Message pushing method, device, equipment and storage medium
CN112764837B (en) Data reporting method, device, storage medium and terminal
WO2018200961A1 (en) Hyper dynamic java management extension
CN109948332A (en) A kind of physical machine login password remapping method and device
CN115981871B (en) GPU resource scheduling method, device, equipment and storage medium
CN111913759A (en) Method, apparatus, computing device, and medium for controlling execution of application program
US20220182290A1 (en) Status sharing in a resilience framework
CN113672757B (en) Audio playing method and device
CN114385351A (en) Cloud management platform load balancing performance optimization method, device, equipment and medium
CN114201449A (en) Log monitoring method and device, computer equipment and storage medium
US11768760B2 (en) Testing of a resource manager of an application management system
CN113626047A (en) System and method for FLUME automatic deployment
US20080235369A1 (en) Distributing replication assignments among nodes
CN112559568A (en) Virtual article determination method and device and computer readable storage medium
CN111318023A (en) Game data processing method and device, storage medium and electronic equipment

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
REG Reference to a national code

Ref country code: HK

Ref legal event code: DE

Ref document number: 40043491

Country of ref document: HK

GR01 Patent grant
GR01 Patent grant