CN113723927A - Report generation method and device, electronic equipment and computer storage medium - Google Patents

Report generation method and device, electronic equipment and computer storage medium Download PDF

Info

Publication number
CN113723927A
CN113723927A CN202111027911.XA CN202111027911A CN113723927A CN 113723927 A CN113723927 A CN 113723927A CN 202111027911 A CN202111027911 A CN 202111027911A CN 113723927 A CN113723927 A CN 113723927A
Authority
CN
China
Prior art keywords
generation time
report
difference
average
generation
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202111027911.XA
Other languages
Chinese (zh)
Inventor
张睿
吴险峰
李琪
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
China Construction Bank Corp
Original Assignee
China Construction Bank Corp
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 China Construction Bank Corp filed Critical China Construction Bank Corp
Priority to CN202111027911.XA priority Critical patent/CN113723927A/en
Publication of CN113723927A publication Critical patent/CN113723927A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management
    • G06Q10/103Workflow collaboration or project management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/177Editing, e.g. inserting or deleting of tables; using ruled lines
    • G06F40/18Editing, e.g. inserting or deleting of tables; using ruled lines of spreadsheets

Abstract

The application provides a report generation method, a report generation device, electronic equipment and a computer storage medium, wherein the report generation method comprises the following steps: when the report forms start to be generated, recording first generation time; then, recording second generation time every other preset time period; judging whether the difference between the second generation time and the first generation time is greater than the average generation time of the report or not; and finally, if the difference between the second generation time and the first generation time is judged to be larger than the average generation time of the report, performing active intervention processing. By monitoring the production time of the report key production area, the report is sensed from the application layer to be slow and make a quick response, and the report performance is adaptively optimized, so that the purposes of improving the utilization rate of the report and improving the customer satisfaction degree are achieved.

Description

Report generation method and device, electronic equipment and computer storage medium
Technical Field
The present application relates to the field of computer technologies, and in particular, to a method and an apparatus for generating a report, an electronic device, and a computer storage medium.
Background
The report is used as a main application scene in Online analytical processing (OLAP), and the report performance may be related to many factors and is very complex.
With the advent of the big data era, in order to meet the production requirements, the business front end often needs to generate a large number of reports to serve the business requirements. Because the resource allocation of the service system is unreasonable, the system resource is in a busy period when the report is initiated by the front end, the requirement of the report lifted by the service front end cannot be met, and the process of generating the report is dead due to a light person, so that the report cannot be generated. And the serious one causes the down restart of the service system.
Disclosure of Invention
In view of this, the present application provides a method and an apparatus for generating a report, an electronic device, and a computer storage medium, which monitor the production time of a report key production area, sense that the report is slow and make a quick response from an application layer, adaptively optimize the report performance, improve the utilization rate of the report, and simultaneously improve the customer satisfaction.
The first aspect of the present application provides a report generation method, including:
when the report forms start to be generated, recording first generation time;
recording second generation time every other preset time period;
judging whether the difference between the second generation time and the first generation time is greater than the average generation time of the report or not;
and if the difference between the second generation time and the first generation time is judged to be larger than the average generation time of the report, performing active intervention processing.
Optionally, before the performing the active intervention processing, the method further includes:
judging whether the difference between the second generation time and the first generation time is greater than the average generation time of the report or not, wherein the times greater than the average generation time of the report are greater than preset times;
and if the difference between the second generation time and the first generation time is judged, and whether the times of the difference being larger than the average generation time of the report is larger than the preset times or not is judged, executing the step of performing active intervention processing.
Optionally, the determining whether the difference between the second generation time and the first generation time is greater than the average generation time of the report includes:
judging whether the difference between the second generation time and the first generation time is greater than the sum of the average generation time of the report and a preset standard deviation; the preset standard deviation is determined according to the tolerance of a user;
if the difference between the second generation time and the first generation time is judged to be larger than the average generation time of the report, performing active intervention processing, including:
and if the difference between the second generation time and the first generation time is judged to be larger than the sum of the average generation time of the report and a preset standard deviation, performing active intervention processing.
A second aspect of the present application provides a report generation apparatus, including:
the first recording unit is used for recording first generation time when the report forms start to be generated;
the second recording unit is used for recording second generation time every other preset time period;
the first judgment unit is used for judging whether the difference between the second generation time and the first generation time is larger than the average generation time of the report;
and the intervention processing unit is used for performing active intervention processing if the difference between the second generation time and the first generation time is larger than the average generation time of the report, which is judged by the first judging unit.
Optionally, the report generating device further includes:
the second judging unit is used for judging whether the difference between the second generation time and the first generation time is greater than the average generation time of the report, and whether the times of the difference is greater than the preset times;
and the activation unit is used for judging if the second judgment unit judges. And if the difference between the second generation time and the first generation time is greater than the average generation time of the report, activating the intervention processing unit to execute the active intervention processing.
Optionally, the first determining unit includes:
the first judgment subunit is used for judging whether the difference between the second generation time and the first generation time is greater than the sum of the average generation time of the report and a preset standard deviation; the preset standard deviation is determined according to the tolerance of a user;
wherein the intervention processing unit is configured to:
and if the first judgment subunit judges that the difference between the second generation time and the first generation time is greater than the sum of the average generation time of the report and a preset standard deviation, performing active intervention processing.
A third aspect of the present application provides an electronic device comprising:
one or more processors;
a storage device having one or more programs stored thereon;
the one or more programs, when executed by the one or more processors, cause the one or more processors to implement the method of generating a report according to any one of the first aspect.
A fourth aspect of the present application provides a computer storage medium having a computer program stored thereon, wherein the computer program, when executed by a processor, implements the method for generating a report according to any one of the first aspects.
According to the above scheme, the present application provides a method, an apparatus, an electronic device, and a computer storage medium for generating a report, where the method for generating a report includes: when the report forms start to be generated, recording first generation time; then, recording second generation time every other preset time period; judging whether the difference between the second generation time and the first generation time is greater than the average generation time of the report or not; and finally, if the difference between the second generation time and the first generation time is judged to be larger than the average generation time of the report, performing active intervention processing. By monitoring the production time of the report key production area, the report is sensed from the application layer to be slow and make a quick response, and the report performance is adaptively optimized, so that the purposes of improving the utilization rate of the report and improving the customer satisfaction degree are achieved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a detailed flowchart of a report generation method according to an embodiment of the present application;
fig. 2 is a detailed flowchart of a report generation method according to another embodiment of the present application;
fig. 3 is a detailed flowchart of a report generation method according to another embodiment of the present application;
fig. 4 is a detailed flowchart of a report generation method according to another embodiment of the present application;
fig. 5 is a schematic diagram of a report generation apparatus according to another embodiment of the present application;
fig. 6 is a schematic diagram of a report generation apparatus according to another embodiment of the present application;
fig. 7 is a schematic diagram of a report generation apparatus according to another embodiment of the present application;
fig. 8 is a schematic diagram of a report generation apparatus according to another embodiment of the present application;
fig. 9 is a schematic view of an electronic device for implementing a report generation method according to another embodiment of 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.
It should be noted that the terms "first", "second", and the like, referred to in this application, are only used for distinguishing different devices, modules or units, and are not used for limiting the order or interdependence of functions performed by these devices, modules or units, but the terms "include", or any other variation thereof are intended to cover a non-exclusive inclusion, so that a process, method, article, or apparatus that includes a series of elements includes not only those elements but also other elements that are not explicitly listed, or includes elements inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The embodiment of the application provides a report generation method, as shown in fig. 1, specifically including the following steps:
s101, when the report forms start to be generated, recording first generation time.
The report is used as a main application scenario in OLAP (online analytical analysis), and the performance of the report has close relation with a server environment, a Database environment, Java Database Connectivity (JDBC) efficiency, a network environment, and a client environment. The report operation mainly comprises 5 stages of report analysis, data preparation, data transmission, report calculation and report generation.
The report operation mainly comprises 5 stages of report analysis, data preparation, data transmission, report calculation and report generation. Except that the report analysis is that the engine loads the analysis template and operation is not started, the other 4 stages can cause performance problems.
And S102, recording second generation time every preset time period.
S103, judging whether the difference between the second generation time and the first generation time is larger than the average generation time of the report.
The average generation time of the report forms can be determined according to the normal distribution rule, and the average time length required by a user to generate a fixed report form in a daily manner is determined.
Specifically, if it is determined that the difference between the second generation time and the first generation time is greater than the average generation time of the report, step S104 is executed.
And S104, performing active intervention processing.
Specifically, the data can be returned to the report in batches through but not limited to an asynchronous mechanism, the report is immediately presented after receiving part of the data, and the background simultaneously performs uninterrupted data transmission, so that the presentation speed of the report can be increased. The asynchronous transmission scheme can be preset and executed in advance based on knowledge of the service and the database.
According to the scheme, the method for generating the report comprises the following steps: when the report forms start to be generated, recording first generation time; then, recording second generation time every other preset time period; judging whether the difference between the second generation time and the first generation time is greater than the average generation time of the report or not; and finally, if the difference between the second generation time and the first generation time is judged to be larger than the average generation time of the report, performing active intervention processing. By monitoring the production time of the report key production area, the report is sensed from the application layer to be slow and make a quick response, and the report performance is adaptively optimized, so that the purposes of improving the utilization rate of the report and improving the customer satisfaction degree are achieved.
Optionally, in another embodiment of the present application, an implementation manner of the report generation method, as shown in fig. 2, includes:
s201, when the report forms start to be generated, recording first generation time.
It should be noted that the specific implementation process of step S201 is the same as the specific implementation process of step S101, and reference may be made to this.
And S202, recording second generation time every preset time period.
It should be noted that the specific implementation process of step S202 is the same as the specific implementation process of step S102, and reference may be made to this process.
S203, judging whether the difference between the second generation time and the first generation time is larger than the sum of the average generation time of the report and a preset standard deviation.
The preset standard deviation is determined according to the tolerance of the user.
It should be noted that the tolerance of the user can be obtained by, but not limited to, questionnaire, neural network model analysis, and is not limited herein.
The tolerance of the user can be expressed in a high, medium or low form; the method can also be expressed by scores of 0-100, and the method is diversified, and is not limited here.
Taking the form of high, medium and low tolerance of a user as an example, the preset standard deviation corresponding to the high tolerance can be preset to be 0.1; presetting a corresponding preset standard deviation in the tolerance as 0.05; the preset standard deviation corresponding to low tolerance is preset to be 0.01.
It can be understood that after the preset standard deviation corresponding to the tolerance is set, the technical staff or the authorized related staff can change the preset standard deviation corresponding to the tolerance according to the actual application situation, application scenario, and the like.
Specifically, if it is determined that the difference between the second generation time and the first generation time is greater than the sum of the average generation time of the report and the preset standard deviation, step S204 is executed.
And S204, performing active intervention processing.
It should be noted that the specific implementation process of step S204 is the same as the specific implementation process of step S104, and reference may be made to this process.
According to the scheme, the method for generating the report comprises the following steps: when the report forms start to be generated, recording first generation time; then, recording second generation time every other preset time period; judging whether the difference between the second generation time and the first generation time is greater than the sum of the average generation time of the report and a preset standard deviation; the preset standard deviation is determined according to the tolerance of a user; and finally, if the difference between the second generation time and the first generation time is judged to be larger than the sum of the average generation time of the report and the preset standard deviation, performing active intervention processing. By monitoring the production time of the report key production area, the report is sensed from the application layer to be slow and make a quick response, and the report performance is adaptively optimized, so that the purposes of improving the utilization rate of the report and improving the customer satisfaction degree are achieved.
Optionally, in another embodiment of the present application, an implementation manner of the report generation method, as shown in fig. 3, includes:
s301, when the report forms start to be generated, recording first generation time.
It should be noted that the specific implementation process of step S301 is the same as the specific implementation process of step S101, and reference may be made to this.
And S302, recording second generation time every preset time period.
It should be noted that the specific implementation process of step S302 is the same as the specific implementation process of step S102, and reference may be made to this process.
S303, judging whether the difference between the second generation time and the first generation time is larger than the average generation time of the report.
Specifically, if it is determined that the difference between the second generation time and the first generation time is greater than the average generation time of the report, step S304 is executed.
It should be noted that the specific implementation process of step S303 is the same as the specific implementation process of step S103, and reference may be made to this.
S304, judging whether the difference between the second generation time and the first generation time is larger than the average generation time of the report, and whether the number of times is larger than the preset number of times is judged.
The preset times are set or changed by technicians or authorized related personnel according to actual application conditions, application scenes and the like, and are not limited herein.
It should be noted that, when the difference between T (the difference between the second generation time and the first generation time) and μ (the difference between the average generation time of the report) is small, a phenomenon that T > μ occasionally occurs under a special condition that other resources of the monitoring system are busy, and the like, may occur, so to weaken the influence of the busy other resources of the system on the monitoring, when the condition that T > μ is inconsistent occurs n times continuously, an alarm is generated.
In summary, the overall number of times a monitoring alarm occurs is N ═ N (T > μ).
Specifically, if it is determined that the difference between the second generation time and the first generation time is greater than the average generation time of the report by more than the preset number, step S305 is executed.
And S305, performing active intervention processing.
It should be noted that the specific implementation process of step S305 is the same as the specific implementation process of step S104, and reference may be made to this.
According to the scheme, the method for generating the report comprises the following steps: when the report forms start to be generated, recording first generation time; then, recording second generation time every other preset time period; judging whether the difference between the second generation time and the first generation time is greater than the average generation time of the report or not; then, if the difference between the second generation time and the first generation time is judged to be larger than the average generation time of the report, judging whether the difference between the second generation time and the first generation time is larger than the average generation time of the report or not, wherein the times of the difference between the second generation time and the first generation time is larger than the preset times; and if the difference between the second generation time and the first generation time is judged, and the times of the difference being larger than the average generation time of the report are larger than the preset times, performing active intervention processing. By monitoring the production time of the report key production area, the report is sensed from the application layer to be slow and make a quick response, and the report performance is adaptively optimized, so that the purposes of improving the utilization rate of the report and improving the customer satisfaction degree are achieved.
Optionally, in another embodiment of the present application, an implementation manner of the report generation method, as shown in fig. 4, includes:
s401, when the report forms start to be generated, recording first generation time.
It should be noted that the specific implementation process of step S401 is the same as the specific implementation process of step S101, and reference may be made to this.
And S402, recording second generation time every preset time period.
It should be noted that the specific implementation process of step S402 is the same as the specific implementation process of step S102, and reference may be made to this process.
And S403, judging whether the difference between the second generation time and the first generation time is greater than the sum of the average generation time of the report and a preset standard deviation.
The preset standard deviation is determined according to the tolerance of the user.
Specifically, if it is determined that the difference between the second generation time and the first generation time is greater than the sum of the average generation time of the report and the preset standard deviation, step S404 is executed.
It should be noted that the specific implementation process of step S403 is the same as the specific implementation process of step S203, and reference may be made to this.
S404, judging whether the difference between the second generation time and the first generation time is greater than the sum of the average generation time of the report and the preset standard deviation or not.
Specifically, if it is determined that the difference between the second generation time and the first generation time is greater than the sum of the average generation time of the report and the preset standard deviation, the step S405 is executed.
It should be noted that the specific implementation process of step S404 is the same as the specific implementation process of step S304, and reference may be made to this process.
And S405, performing active intervention processing.
It should be noted that the specific implementation process of step S405 is the same as the specific implementation process of step S104, and reference may be made to this process.
According to the scheme, the method for generating the report comprises the following steps: when the report forms start to be generated, recording first generation time; then, recording second generation time every other preset time period; judging whether the difference between the second generation time and the first generation time is greater than the sum of the average generation time of the report and a preset standard deviation; the preset standard deviation is determined according to the tolerance of a user; if the difference between the second generation time and the first generation time is judged to be larger than the sum of the average generation time and the preset standard deviation of the report, judging whether the difference between the second generation time and the first generation time and the times larger than the sum of the average generation time and the preset standard deviation of the report are larger than the preset times or not; and if the difference between the second generation time and the first generation time is judged, and the times of the difference which is greater than the sum of the average generation time of the report and the preset standard difference are greater than the preset times, performing active intervention processing. By monitoring the production time of the report key production area, the report is sensed from the application layer to be slow and make a quick response, and the report performance is adaptively optimized, so that the purposes of improving the utilization rate of the report and improving the customer satisfaction degree are achieved.
Another embodiment of the present application provides a report generation apparatus, as shown in fig. 5, specifically including:
the first recording unit 501 is used for recording a first generation time when the report forms start to be generated.
The second recording unit 502 is configured to record a second generation time every preset time period.
The first determining unit 503 is configured to determine whether a difference between the second generation time and the first generation time is greater than an average generation time of the report.
And an intervention processing unit 504, configured to perform active intervention processing if the first determining unit 503 determines that the difference between the second generation time and the first generation time is greater than the average generation time of the report.
For a specific working process of the unit disclosed in the above embodiment of the present application, reference may be made to the content of the corresponding method embodiment, as shown in fig. 1, which is not described herein again.
According to the above scheme, the present application provides a report generation apparatus: when the report starts to be generated, the first recording unit 501 records a first generation time; then, every preset time period, the second recording unit 502 records a second generation time; the first judging unit 503 judges whether the difference between the second generation time and the first generation time is greater than the average generation time of the report; finally, if the first determining unit 503 determines that the difference between the second generation time and the first generation time is greater than the average generation time of the report, the intervention processing unit 504 performs active intervention processing. By monitoring the production time of the report key production area, the report is sensed from the application layer to be slow and make a quick response, and the report performance is adaptively optimized, so that the purposes of improving the utilization rate of the report and improving the customer satisfaction degree are achieved.
Optionally, in another embodiment of the present application, an implementation manner of the report generation apparatus, as shown in fig. 6, includes:
the first recording unit 601 is used for recording a first generation time when the report starts to be generated.
A second recording unit 602, configured to record a second generation time every preset time period.
The first determining subunit 603 is configured to determine whether a difference between the second generation time and the first generation time is greater than a sum of an average generation time of the report and a preset standard deviation.
An intervention processing unit 604, configured to perform active intervention processing if the first determining subunit 603 determines that the difference between the second generation time and the first generation time is greater than the average generation time of the report.
For a specific working process of the unit disclosed in the above embodiment of the present application, reference may be made to the content of the corresponding method embodiment, as shown in fig. 2, which is not described herein again.
According to the above scheme, the present application provides a report generation apparatus: when the report starts to be generated, the first recording unit 601 records a first generation time; then, every preset time period, the second recording unit 602 records a second generation time; the first judging subunit 603 judges whether the difference between the second generation time and the first generation time is greater than the sum of the average generation time of the report and a preset standard deviation; the preset standard deviation is determined according to the tolerance of a user; finally, if the first determining subunit 603 determines that the difference between the second generation time and the first generation time is greater than the sum of the average generation time of the report and the preset standard deviation, the intervention processing unit 604 performs active intervention processing. By monitoring the production time of the report key production area, the report is sensed from the application layer to be slow and make a quick response, and the report performance is adaptively optimized, so that the purposes of improving the utilization rate of the report and improving the customer satisfaction degree are achieved.
Optionally, in another embodiment of the present application, an implementation manner of the report generation apparatus, as shown in fig. 7, includes:
the first recording unit 701 is configured to record a first generation time when the report starts to be generated.
The second recording unit 702 is configured to record a second generation time every preset time period.
The first determining unit 703 is configured to determine whether a difference between the second generation time and the first generation time is greater than an average generation time of the report.
A second determining unit 704, configured to determine whether a difference between the second generation time and the first generation time is greater than the average generation time of the report if the first determining unit 703 determines that the difference is greater than the average generation time of the report, and whether the number of times that the difference is greater than the average generation time of the report is greater than a preset number of times.
An activating unit 705, configured to activate the intervention processing unit 706 to perform active intervention processing if the second determining unit 704 determines that the difference between the second generation time and the first generation time is greater than the average generation time of the report by more than a preset number of times.
And an intervention processing unit 706, configured to perform active intervention processing.
For a specific working process of the unit disclosed in the above embodiment of the present application, reference may be made to the content of the corresponding method embodiment, as shown in fig. 3, which is not described herein again.
According to the above scheme, the present application provides a report generation apparatus: when the report starts to be generated, the first recording unit 701 records a first generation time; then, every preset time period, the second recording unit 702 records a second generation time; the first judging unit 703 judges whether the difference between the second generation time and the first generation time is greater than the average generation time of the report; then, if the first determining unit 703 determines that the difference between the second generation time and the first generation time is greater than the average generation time of the report, the second determining unit 704 determines whether the difference between the second generation time and the first generation time, which is greater than the average generation time of the report, is greater than a preset number of times; if the second determining unit 704 determines that the difference between the second generation time and the first generation time is greater than the average generation time of the report by more than a preset number of times, the activating unit 705 activates the intervention processing unit 706 to perform active intervention processing. By monitoring the production time of the report key production area, the report is sensed from the application layer to be slow and make a quick response, and the report performance is adaptively optimized, so that the purposes of improving the utilization rate of the report and improving the customer satisfaction degree are achieved.
Optionally, in another embodiment of the present application, an implementation manner of the report generation apparatus, as shown in fig. 8, includes:
the first recording unit 801 is used for recording a first generation time when the report forms start to be generated.
The second recording unit 802 is configured to record a second generation time every preset time period.
The first determining subunit 803 is configured to determine whether the difference between the second generation time and the first generation time is greater than the sum of the average generation time of the report and a preset standard deviation.
The preset standard deviation is determined according to the tolerance of the user.
A second determining unit 804, configured to determine whether the difference between the second generation time and the first generation time is greater than the sum of the average generation time and the preset standard deviation of the report, and the number of times that the difference between the second generation time and the first generation time is greater than the sum of the average generation time and the preset standard deviation of the report is greater than the preset number of times, if the first determining subunit 803 determines that the difference between the second generation time and the first generation time is greater than the sum of the average generation time and the preset standard deviation of the report.
An activating unit 805, configured to activate the intervention processing unit 806 to perform active intervention processing if the second determining unit 804 determines that the difference between the second generation time and the first generation time is greater than a preset number of times, and the number of times that the difference is greater than the sum of the average generation time of the report and the preset standard difference is greater than the preset number of times.
And an intervention processing unit 806, configured to perform active intervention processing.
For a specific working process of the unit disclosed in the above embodiment of the present application, reference may be made to the content of the corresponding method embodiment, as shown in fig. 4, which is not described herein again.
According to the above scheme, the present application provides a report generation apparatus: when the report starts to be generated, the first recording unit 801 records a first generation time; then, every other preset time period, the second recording unit 802 records a second generation time; the first judging subunit 803 judges whether the difference between the second generation time and the first generation time is greater than the sum of the average generation time of the report and a preset standard deviation; the preset standard deviation is determined according to the tolerance of a user; if the first determining sub-unit 803 determines that the difference between the second generation time and the first generation time is greater than the sum of the average generation time and the preset standard deviation of the report, the second determining unit 804 determines whether the difference between the second generation time and the first generation time, which is greater than the sum of the average generation time and the preset standard deviation of the report, is greater than the preset number of times; if the second determining unit 804 determines that the difference between the second generation time and the first generation time is greater than the sum of the average generation time of the report and the preset standard deviation, the activating unit 805 activates the intervention processing unit 806 to perform active intervention processing. By monitoring the production time of the report key production area, the report is sensed from the application layer to be slow and make a quick response, and the report performance is adaptively optimized, so that the purposes of improving the utilization rate of the report and improving the customer satisfaction degree are achieved.
Another embodiment of the present application provides an electronic device, as shown in fig. 9, including:
one or more processors 901.
Storage 902 having one or more programs stored thereon.
When the one or more programs are executed by the one or more processors 901, the one or more processors 901 implement the report generation method as described in any one of the above embodiments.
Another embodiment of the present application provides a computer storage medium, on which a computer program is stored, wherein when being executed by a processor, the computer program implements the method for generating a report according to any one of the above embodiments.
In the above embodiments disclosed in the present application, it should be understood that the disclosed apparatus and method may be implemented in other ways. The apparatus and method embodiments described above are illustrative only, as the flowcharts and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of apparatus, methods and computer program products according to various embodiments of the present disclosure. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
In addition, functional modules in the embodiments of the present disclosure may be integrated together to form an independent part, or each module may exist separately, or two or more modules may be integrated to form an independent part. The functions, if implemented in the form of software functional modules and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present disclosure may be embodied in the form of a software product, which is stored in a storage medium and includes several instructions for causing a computer device (which may be a personal computer, a live broadcast device, or a network device) to execute all or part of the steps of the method according to the embodiments of the present disclosure. And the aforementioned storage medium includes: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
Those skilled in the art can make or use the present application. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the application. Thus, the present application is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (8)

1. A report generation method is characterized by comprising the following steps:
when the report forms start to be generated, recording first generation time;
recording second generation time every other preset time period;
judging whether the difference between the second generation time and the first generation time is greater than the average generation time of the report or not;
and if the difference between the second generation time and the first generation time is judged to be larger than the average generation time of the report, performing active intervention processing.
2. The method of generating as claimed in claim 1, wherein prior to said performing active intervention processing, further comprising:
judging whether the difference between the second generation time and the first generation time is greater than the average generation time of the report or not, wherein the times greater than the average generation time of the report are greater than preset times;
and if the difference between the second generation time and the first generation time is judged, and whether the times of the difference being larger than the average generation time of the report is larger than the preset times or not is judged, executing the step of performing active intervention processing.
3. The method according to claim 1, wherein the determining whether the difference between the second generation time and the first generation time is greater than the average generation time of the report includes:
judging whether the difference between the second generation time and the first generation time is greater than the sum of the average generation time of the report and a preset standard deviation; the preset standard deviation is determined according to the tolerance of a user;
if the difference between the second generation time and the first generation time is judged to be larger than the average generation time of the report, performing active intervention processing, including:
and if the difference between the second generation time and the first generation time is judged to be larger than the sum of the average generation time of the report and a preset standard deviation, performing active intervention processing.
4. A report generation apparatus, comprising:
the first recording unit is used for recording first generation time when the report forms start to be generated;
the second recording unit is used for recording second generation time every other preset time period;
the first judgment unit is used for judging whether the difference between the second generation time and the first generation time is larger than the average generation time of the report;
and the intervention processing unit is used for performing active intervention processing if the difference between the second generation time and the first generation time is larger than the average generation time of the report, which is judged by the first judging unit.
5. The generation apparatus according to claim 4, characterized by further comprising:
the second judging unit is used for judging whether the difference between the second generation time and the first generation time is greater than the average generation time of the report, and whether the times of the difference is greater than the preset times;
and the activating unit is used for activating the intervention processing unit to execute the active intervention processing if the difference between the second generation time and the first generation time is judged by the second judging unit and the number of times that the difference is greater than the average generation time of the report is greater than a preset number of times.
6. The generation apparatus according to claim 4, wherein the first judgment unit includes:
the first judgment subunit is used for judging whether the difference between the second generation time and the first generation time is greater than the sum of the average generation time of the report and a preset standard deviation; the preset standard deviation is determined according to the tolerance of a user;
wherein the intervention processing unit is configured to:
and if the first judgment subunit judges that the difference between the second generation time and the first generation time is greater than the sum of the average generation time of the report and a preset standard deviation, performing active intervention processing.
7. An electronic device, comprising:
one or more processors;
a storage device having one or more programs stored thereon;
the one or more programs, when executed by the one or more processors, cause the one or more processors to implement a method of generating a report as claimed in any of claims 1 to 3.
8. A computer storage medium, having stored thereon a computer program, wherein the computer program, when executed by a processor, implements a method of generating a report according to any one of claims 1 to 3.
CN202111027911.XA 2021-09-02 2021-09-02 Report generation method and device, electronic equipment and computer storage medium Pending CN113723927A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111027911.XA CN113723927A (en) 2021-09-02 2021-09-02 Report generation method and device, electronic equipment and computer storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111027911.XA CN113723927A (en) 2021-09-02 2021-09-02 Report generation method and device, electronic equipment and computer storage medium

Publications (1)

Publication Number Publication Date
CN113723927A true CN113723927A (en) 2021-11-30

Family

ID=78681091

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111027911.XA Pending CN113723927A (en) 2021-09-02 2021-09-02 Report generation method and device, electronic equipment and computer storage medium

Country Status (1)

Country Link
CN (1) CN113723927A (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7958159B1 (en) * 2005-12-19 2011-06-07 Teradata Us, Inc. Performing actions based on monitoring execution of a query
CN106657367A (en) * 2016-12-30 2017-05-10 北京三快在线科技有限公司 Service data acquisition method, device and system
US20180276096A1 (en) * 2017-03-27 2018-09-27 International Business Machines Corporation On demand monitoring mechanism to identify root cause of operation problems
WO2020108326A1 (en) * 2018-11-29 2020-06-04 阿里巴巴集团控股有限公司 Information determination method, information judgment method, apparatus, and computing device

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7958159B1 (en) * 2005-12-19 2011-06-07 Teradata Us, Inc. Performing actions based on monitoring execution of a query
CN106657367A (en) * 2016-12-30 2017-05-10 北京三快在线科技有限公司 Service data acquisition method, device and system
US20180276096A1 (en) * 2017-03-27 2018-09-27 International Business Machines Corporation On demand monitoring mechanism to identify root cause of operation problems
WO2020108326A1 (en) * 2018-11-29 2020-06-04 阿里巴巴集团控股有限公司 Information determination method, information judgment method, apparatus, and computing device
CN111245559A (en) * 2018-11-29 2020-06-05 阿里巴巴集团控股有限公司 Information determination method, information judgment method and device and computing equipment

Similar Documents

Publication Publication Date Title
US10348809B2 (en) Naming of distributed business transactions
JP2019517040A (en) Cloud platform based client application information statistics method and apparatus
CN105471671A (en) Method for customizing monitoring rules of cloud platform resources
CN103488793A (en) User behavior monitoring method based on information retrieval
US9727394B2 (en) Establishing causality order of computer trace records
CN110784377A (en) Method for uniformly managing cloud monitoring data in multi-cloud environment
CN113590433B (en) Data management method, data management system, and computer-readable storage medium
CN114153688A (en) Distributed monitoring method and device based on cloud platform
CN113723927A (en) Report generation method and device, electronic equipment and computer storage medium
CN109815081A (en) The long range acquisition method and collection device of database performance
CN113656378A (en) Server management method, device and medium
CN109766238B (en) Session number-based operation and maintenance platform performance monitoring method and device and related equipment
CN110611576B (en) Data quality monitoring method, device, equipment and storage medium
CN111953583A (en) Information processing system and method, electronic device, and computer-readable storage medium
CN111143328A (en) Agile business intelligent data construction method, system, equipment and storage medium
CN111176959A (en) Early warning method, system and storage medium for cross-domain application server
CN112804335B (en) Data processing method, data processing device, computer readable storage medium and processor
CN115061880A (en) Dynamic risk monitoring method, equipment and computer readable medium
CN114328070A (en) Data tilt detection method and device and related equipment
CN117560371A (en) Block chain data processing method, device, equipment and storage medium
CN113362152A (en) Risk identification method and device
CN115237958A (en) Risk monitoring method and device, storage medium and server
CN116501519A (en) Log management method and device, electronic equipment and storage medium
CN114896074A (en) Resource updating method and device, electronic equipment and storage medium
CN115168760A (en) Data query method, device and storage medium

Legal Events

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