CN112001617A - Report generation progress method, device, equipment and readable storage medium - Google Patents

Report generation progress method, device, equipment and readable storage medium Download PDF

Info

Publication number
CN112001617A
CN112001617A CN202010821238.6A CN202010821238A CN112001617A CN 112001617 A CN112001617 A CN 112001617A CN 202010821238 A CN202010821238 A CN 202010821238A CN 112001617 A CN112001617 A CN 112001617A
Authority
CN
China
Prior art keywords
index
report
report generation
index data
data
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
CN202010821238.6A
Other languages
Chinese (zh)
Other versions
CN112001617B (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.)
Suzhou Inspur Intelligent Technology Co Ltd
Original Assignee
Suzhou Inspur Intelligent Technology 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 Suzhou Inspur Intelligent Technology Co Ltd filed Critical Suzhou Inspur Intelligent Technology Co Ltd
Priority to CN202010821238.6A priority Critical patent/CN112001617B/en
Publication of CN112001617A publication Critical patent/CN112001617A/en
Application granted granted Critical
Publication of CN112001617B publication Critical patent/CN112001617B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
    • G06Q10/063Operations research, analysis or management
    • G06Q10/0639Performance analysis of employees; Performance analysis of enterprise or organisation operations
    • G06Q10/06393Score-carding, benchmarking or key performance indicator [KPI] analysis
    • 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
    • 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

Abstract

The invention discloses a report generation progress method, a report generation progress device, equipment and a readable storage medium, wherein the method comprises the following steps: acquiring various index data of target equipment; sequentially writing each index data into a report file of the target equipment, and generating a curve graph corresponding to the index data after finishing writing each index data; acquiring the index number of the generated curve graph in the report generation process; and determining the report generation progress of the target equipment by using the index number. In the method, in the report generation process, the index types corresponding to the curve chart generation can be counted to obtain the index numbers, and the progress corresponding to the current report generation can be determined based on the index numbers.

Description

Report generation progress method, device, equipment and readable storage medium
Technical Field
The invention relates to the technical field of information processing, in particular to a report generation progress method, a report generation progress device, report generation progress equipment and a readable storage medium.
Background
The performance indexes are various in types and quantity, historical curves of different indexes are displayed, and the user can conveniently check the historical curves. In the running process of management software, the historical data and the chart data of the equipment which are currently seen on the Web page are timely stored locally, so that the data and the chart can be checked at any time, and the running state, the fault reason and the like of the equipment can be analyzed according to the information.
Currently, the method for generating the report is to write the index data into the Sheet page in sequence according to the modules, so that the index data writing of other modules can be started only after the data writing of the current module is completed, which causes time waste and reduces the working efficiency. Due to the fact that the report collection time is long, the current report generation progress needs to be informed in time to the foreground, and waiting of a user is avoided. If the Sheet page writing progress is counted according to the number of the written lines, the difficulty is brought to counting because the number of the lines of each Sheet page is unknown. If the Sheet pages are written in parallel, counting is carried out according to the number of the finished Sheet pages, and the progress can not be accurately counted.
In summary, how to effectively solve the problems of progress statistics and the like is a technical problem which needs to be solved urgently by those skilled in the art at present.
Disclosure of Invention
The invention aims to provide a report generation progress method, a report generation progress device, equipment and a readable storage medium, so that the problem of progress statistics corresponding to report generation can be effectively solved.
In order to solve the technical problems, the invention provides the following technical scheme:
a report generation progress determining method comprises the following steps:
acquiring various index data of target equipment;
sequentially writing each index data into a report file of the target equipment, and generating a curve graph corresponding to the index data after finishing writing each index data;
in the report generation process, acquiring the index number of the generated curve graph;
and determining the report generation progress of the target equipment by utilizing the index number.
Preferably, the acquiring various index data of the target device includes:
acquiring and analyzing a report generation request, and determining the target equipment of a report to be generated;
creating the report file corresponding to the target equipment;
and acquiring the index data corresponding to various index types in the report file.
Preferably, the acquiring the index data corresponding to various index types in the report file includes:
and sequentially acquiring the index data corresponding to each index type from a database.
Preferably, writing each kind of the index data in the report file of the target device in sequence includes:
and after the curve graph of the previous index is generated, writing the index data of the next index into the report file.
Preferably, writing the index data of the next index into the report file includes:
and writing the index data into each table in the report file in parallel according to columns.
Preferably, the determining the report generation progress of the target device by using the index number includes:
acquiring the total index number corresponding to the report file;
determining the data relation between the index number and the total index number;
and determining the report generation progress by utilizing the data relation.
Preferably, the determining the data relationship between the index number and the index total number includes:
and determining the difference relation or ratio relation between the index number and the total index number.
A report generation progress apparatus comprising:
the index data acquisition module is used for acquiring various index data of the target equipment;
the report generation module is used for sequentially writing each index data in a report file of the target equipment and generating a curve graph corresponding to the index data after each index data is written;
the monitoring module is used for acquiring the index number of the generated curve graph in the report generation process;
and the progress determining module is used for determining the report generation progress of the target equipment by utilizing the index number.
A report generation progress device comprising:
a memory for storing a computer program;
and the processor is used for realizing the steps of the report generation progress method when the computer program is executed.
A readable storage medium having stored thereon a computer program which, when executed by a processor, implements the steps of the above report generation progress method.
By applying the method provided by the embodiment of the invention, various index data of the target equipment are obtained; sequentially writing each index data into a report file of the target equipment, and generating a curve graph corresponding to the index data after finishing writing each index data; acquiring the index number of the generated curve graph in the report generation process; and determining the report generation progress of the target equipment by using the index number.
The kinds of index data of the target device are limited, and the number of kinds is known. Based on the method, the generation progress of the current report is effectively determined by the type of the index. Specifically, after various index data of the target device are acquired, various indexes are sequentially written into the report file, and after one index data is written, a curve graph corresponding to the index is generated. That is, in the method, after the report is generated by writing the index, the corresponding graphs are also generated successively. That is, after the data of various indexes are written and corresponding graphs are generated, the report generation work is completed. Therefore, in the method, in the report generation process, the index types corresponding to the curve chart generation can be counted to obtain the index numbers, and the progress corresponding to the current report generation can be determined based on the index numbers.
Correspondingly, the embodiment of the invention also provides a report generation progress device, equipment and a readable storage medium corresponding to the report generation progress method, which have the technical effects and are not described herein again.
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 some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
FIG. 1 is a flowchart illustrating an embodiment of a method for generating a report progress according to the present invention;
FIG. 2 is a schematic diagram illustrating a detailed flow of a report generation progress method according to an embodiment of the present invention;
FIG. 3 is a schematic structural diagram of a report generation progress apparatus according to an embodiment of the present invention;
FIG. 4 is a schematic structural diagram of a report generation progress device according to an embodiment of the present invention;
fig. 5 is a schematic structural diagram of a report generation progress device in an embodiment of the present invention.
Detailed Description
In order that those skilled in the art will better understand the disclosure, the invention will be described in further detail with reference to the accompanying drawings and specific embodiments. It is to be understood that the described embodiments are merely exemplary of the invention, and not restrictive of the full scope of the invention. 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.
Referring to fig. 1, fig. 1 is a flowchart of a report generation progress method according to an embodiment of the present invention, where the method may be applied to a device management platform. The method comprises the following steps:
s101, acquiring various index data of the target equipment.
The target device may be any device that needs to generate a report.
Index data corresponding to various indexes of the target device can be acquired from the database. Specifically, the indicators may include performance indicators and capacity indicators; the performance indexes comprise CPU, IOPS, bandwidth, time delay and the like, and the capacity indexes comprise total capacity, available capacity, used capacity and the like.
Specifically, the process of acquiring the index data includes:
the method comprises the steps of firstly, acquiring and analyzing a report generation request, and determining target equipment of a report to be generated;
secondly, creating a report file corresponding to the target equipment;
and step three, acquiring index data corresponding to various index types in the report file.
For convenience of description, the above three steps will be described in combination.
The user can select one or more devices and a report generation button on the foreground (such as a visual operation page or a client) of the management platform. Thus, the management platform can obtain the report generation request. The report generation request may specifically carry the device ID and the device name of the report to be generated. That is, the target device of the report to be generated can be determined by analyzing the report generation request.
After the target device is determined, a report file corresponding to the target device can be created, and the report file includes a plurality of tables (sheets), for example, a daily report, a weekly report, a monthly report and a quarterly report corresponding to the performance index, and a daily report, a weekly report, a monthly report and a quarterly report corresponding to the capacity index. Each report includes specific index types.
When the index data is obtained, the index data corresponding to various index types in the report file can be obtained.
Preferably, in order to reduce the number of times of accessing the database, the third step may further specifically be to sequentially acquire the index data corresponding to each index type from the database. That is, the database only needs to be accessed once for index data corresponding to one index.
S102, sequentially writing each index data into the report file of the target device, and generating a curve graph corresponding to the index data after finishing writing each index data.
After the index data is obtained, the index data can be written into the report file.
In this embodiment, when the index data is written into the report file, the index data is sequentially written into the report file by using the type of the index as a unit. Since the writing is performed in units of the type of the index, when the writing of the index data of a certain index is completed, a graph corresponding to the index is generated.
Specifically, each index data is written in the report file of the target device in sequence, specifically: and after the curve graph of the previous index is generated, writing index data of the next index into the report file. That is, after the graph of the previous index is generated, the index data of the next index is written into the report file. And repeating the steps until the index data are completely written into the report file.
Preferably, compared with the prior art in which various index data related to each row are sequentially written in rows, in the embodiment of the present invention, in order to increase the data writing efficiency, the index data of the next index is written in the report file, and specifically, the index data may be written in each table in the report file in parallel in columns. For example, the following steps are carried out: after the index data of the first index CPU is obtained from the database and is put into the array in the memory. And starting a write thread for each Sheet page, and simultaneously writing data of the CPU in each Sheet page in the time period. Writing process: and intercepting the time data of the time period and the corresponding CPU data from the array in the memory, and writing the time data and the corresponding CPU data into a Sheet table according to columns, wherein the first column is the data of the time column, and the other column is the data of the CPU column.
In the embodiment of the invention, the curve graph corresponding to the index data is generated, and the writing of all the index data is not required to be finished. Specifically, the graph generation process: after the index data is written in, four parameters, namely the position of the first cell and the position of the last cell, which are occupied by time columns in a table, and the position of the first cell and the position of the last cell of the index are transmitted into a drawing interface, the drawing interface uses an x axis as time data, a y axis as data of the index and an index title as a title of a curve according to data in an area occupied by the four parameters, and the data are sequentially drawn in a Sheet page. Preferably, since the time data of other indexes in each Sheet page is consistent with the time data of the CPU, the time data does not need to be acquired any more, and the time sequence does not need to be written. When the drawing calls the drawing interface, the position of the first column time column and the position of the index column are transmitted.
S103, acquiring the index number of the generated curve graph in the report generation process.
As can be seen from the foregoing, in the embodiment of the present invention, the report generation is performed in units of the index types, so that the indicator types of the completed report generation can be obtained, and the progress of the icon generation can be determined.
Therefore, in the report generation process, the index number of the generated curve graph can be acquired. Specifically, the index number can be determined by counting the index classes in the table to obtain the column number of the written data; of course, the number of the graphs can be counted to determine the index number; or monitoring the calling times of the drawing interface to determine the index number.
And S104, determining the report generation progress of the target equipment by using the index number.
Since the type number of the indexes of the target device is known, the number of the completed indexes is also known, and therefore the report generation progress can be determined based on the number of the indexes. Specifically, the report generation progress determining process includes:
step one, acquiring the total index number corresponding to a report file;
determining the data relation between the index number and the total index number;
and step three, determining the report generation progress by using the data relation.
Wherein, the total number of the indexes is the total number of the indexes required to be recorded in the report file; the index number herein refers to the number of types of indexes for which report generation has been completed.
And the second step can be specifically determining the difference relation or the ratio relation between the index number and the total index number.
Specifically, the difference between the total number of indexes and the number of index numbers may be directly calculated, and the difference is the number of types of unfinished indexes, or the ratio between the number of indexes and the total number of indexes may be calculated and determined as the percentage of the generation progress. For example, if the total number of indexes is 16 and the index number is 2, the schedule is: incomplete index is 14, or progress is completed 12.5%; of course the schedule could also be 2/16.
After the progress is obtained, the progress can be displayed on a visual interface, so that a user can know the current report generation progress in time, and the human-computer interaction experience is enhanced.
Specifically, after writing of certain index data and drawing of a graph are completed in each Sheet page, the generation progress of the report is calculated according to the number of completed indexes divided by the total number of indexes. And prompting to the foreground and starting the processing of the next index. The problem that when a plurality of sheets are written simultaneously, statistics is inaccurate according to the number of finished sheets is solved. And after all the indexes are written, transmitting the report file of the equipment to a foreground for downloading by a user.
By applying the method provided by the embodiment of the invention, various index data of the target equipment are obtained; sequentially writing each index data into a report file of the target equipment, and generating a curve graph corresponding to the index data after finishing writing each index data; acquiring the index number of the generated curve graph in the report generation process; and determining the report generation progress of the target equipment by using the index number.
The kinds of index data of the target device are limited, and the number of kinds is known. Based on the method, the generation progress of the current report is effectively determined by the type of the index. Specifically, after various index data of the target device are acquired, various indexes are sequentially written into the report file, and after one index data is written, a curve graph corresponding to the index is generated. That is, in the method, after the report is generated by writing the index, the corresponding graphs are also generated successively. That is, after the data of various indexes are written and corresponding graphs are generated, the report generation work is completed. Therefore, in the method, in the report generation process, the index types corresponding to the curve chart generation can be counted to obtain the index numbers, and the progress corresponding to the current report generation can be determined based on the index numbers.
For convenience of understanding, the technical solutions provided by the embodiments of the present invention are described in detail below with reference to specific application scenarios as examples.
Referring to fig. 2, fig. 2 is a schematic flowchart illustrating a report generation progress method according to an embodiment of the present invention.
Firstly, a user selects one or more devices on a management platform and issues a report generation instruction.
For the device 1, background history data (i.e., recorded index data) of the device 1 is first acquired. And then, respectively writing the index data into corresponding columns in different tables, and generating a curve graph corresponding to a column of data after the column of data in one table is completely written. And while generating the report, acquiring the report generation progress and feeding back to the foreground. After the report is generated, the report file is sent to a foreground, and can be automatically downloaded to the local for storage so as to be consulted later.
Corresponding to the above method embodiment, the embodiment of the present invention further provides a report generation progress device, and the report generation progress device described below and the report generation progress method described above may be referred to in a corresponding manner.
Referring to fig. 3, the apparatus includes the following modules:
an index data acquisition module 101, configured to acquire various index data of a target device;
the report generation module 102 is configured to sequentially write each index data in a report file of the target device, and generate a graph corresponding to the index data after each index data write is completed;
the monitoring module 103 is used for acquiring the index number of the generated curve graph in the report generation process;
and the progress determining module 104 is used for determining the report generation progress of the target equipment by using the index number.
By applying the device provided by the embodiment of the invention, various index data of the target equipment are obtained; sequentially writing each index data into a report file of the target equipment, and generating a curve graph corresponding to the index data after finishing writing each index data; acquiring the index number of the generated curve graph in the report generation process; and determining the report generation progress of the target equipment by using the index number.
The kinds of index data of the target device are limited, and the number of kinds is known. Based on the method, the generation progress of the current report is effectively determined by the type of the index. Specifically, after various index data of the target device are acquired, various indexes are sequentially written into the report file, and after one index data is written, a curve graph corresponding to the index is generated. That is, in the present apparatus, after the generation of the report is a type of index writing, the corresponding graphs are also generated successively. That is, after the data of various indexes are written and corresponding graphs are generated, the report generation work is completed. Therefore, in the device, in the report generation process, the index types corresponding to the curve chart generation can be counted to obtain the index number, and the progress corresponding to the current report generation can be determined based on the index number.
In an embodiment of the present invention, the report generation module 102 is specifically configured to write the index data of the next index into the report file after generating the graph of the previous index.
In a specific embodiment of the present invention, the report generation module 102 is configured to write the index data into each table in the report file in parallel according to columns.
In a specific embodiment of the present invention, the index data obtaining module 101 is specifically configured to obtain and analyze a report generation request, and determine a target device of a report to be generated; creating a report file corresponding to the target equipment; and acquiring index data corresponding to various index types in the report file.
In an embodiment of the present invention, the index data obtaining module 101 is specifically configured to sequentially obtain the index data corresponding to each index type from the database.
In a specific embodiment of the present invention, the progress determining module 104 is specifically configured to obtain a total number of indexes corresponding to the report file; determining the data relation between the index number and the total index number; and determining the report generation progress by using the data relation.
In an embodiment of the present invention, the progress determining module 104 is specifically configured to determine a difference relationship or a ratio relationship between the number of indexes and the total number of indexes.
Corresponding to the above method embodiment, the embodiment of the present invention further provides a report generation progress device, and the report generation progress device described below and the report generation progress method described above may be referred to in a corresponding manner.
Referring to fig. 4, the report generation progress device includes:
a memory 332 for storing a computer program;
the processor 322 is configured to implement the steps of the report generation progress method of the above-described method embodiment when executing the computer program.
Specifically, referring to fig. 5, fig. 5 is a schematic diagram illustrating a specific structure of a report generation progress device according to this embodiment, where the report generation progress device may generate a relatively large difference due to different configurations or performances, and may include one or more processors (CPUs) 322 (e.g., one or more processors) and a memory 332, where the memory 332 stores one or more computer applications 342 or data 344. Memory 332 may be, among other things, transient or persistent storage. The program stored in memory 332 may include one or more modules (not shown), each of which may include a sequence of instructions operating on a data processing device. Still further, the central processor 322 may be configured to communicate with the memory 332, and execute a series of instruction operations in the memory 332 on the report generating progress device 301.
The report generation progress device 301 may also include one or more power sources 326, one or more wired or wireless network interfaces 350, one or more input output interfaces 358, and/or one or more operating systems 341.
The steps in the report generation progress method described above may be implemented by the structure of the report generation progress device.
Corresponding to the above method embodiment, the embodiment of the present invention further provides a readable storage medium, and a readable storage medium described below and a report generation progress method described above may be referred to in a corresponding manner.
A readable storage medium, on which a computer program is stored, and when being executed by a processor, the computer program implements the steps of the report generation progress method of the above method embodiment.
The readable storage medium may be a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and various other readable storage media capable of storing program codes.
Those of skill would further appreciate that the various illustrative components and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative components and steps have been described above generally in terms of their functionality in order to clearly illustrate this interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.

Claims (10)

1. A report generation progress determining method is characterized by comprising the following steps:
acquiring various index data of target equipment;
sequentially writing each index data into a report file of the target equipment, and generating a curve graph corresponding to the index data after finishing writing each index data;
in the report generation process, acquiring the index number of the generated curve graph;
and determining the report generation progress of the target equipment by utilizing the index number.
2. A report generation progress method according to claim 1, wherein writing each of the index data in the report file of the target device in sequence comprises:
and after the curve graph of the previous index is generated, writing the index data of the next index into the report file.
3. A report generation progress method according to claim 2, wherein writing the index data of a next index to the report file includes:
and writing the index data into each table in the report file in parallel according to columns.
4. The report generation progress method according to claim 1, wherein the acquiring various index data of the target device includes:
acquiring and analyzing a report generation request, and determining the target equipment of a report to be generated;
creating the report file corresponding to the target equipment;
and acquiring the index data corresponding to various index types in the report file.
5. The report generation progress method according to claim 4, wherein the obtaining of the index data corresponding to various index types in the report file includes:
and sequentially acquiring the index data corresponding to each index type from a database.
6. The report generation progress method according to any one of claims 1 to 5, wherein the determining the report generation progress of the target device using the index count includes:
acquiring the total index number corresponding to the report file;
determining the data relation between the index number and the total index number;
and determining the report generation progress by utilizing the data relation.
7. The report generation progress method according to claim 6, wherein the determining the data relationship between the index number and the index total number includes:
and determining the difference relation or ratio relation between the index number and the total index number.
8. A report generation progress apparatus, comprising:
the index data acquisition module is used for acquiring various index data of the target equipment;
the report generation module is used for sequentially writing each index data in a report file of the target equipment and generating a curve graph corresponding to the index data after each index data is written;
the monitoring module is used for acquiring the index number of the generated curve graph in the report generation process;
and the progress determining module is used for determining the report generation progress of the target equipment by utilizing the index number.
9. A report generation progress device characterized by comprising:
a memory for storing a computer program;
a processor for implementing the steps of the report generation progress method according to any one of claims 1 to 7 when executing the computer program.
10. A readable storage medium, characterized in that the readable storage medium has stored thereon a computer program which, when executed by a processor, implements the steps of the report generation progress method according to any one of claims 1 to 7.
CN202010821238.6A 2020-08-14 2020-08-14 Report generation progress method, device, equipment and readable storage medium Active CN112001617B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010821238.6A CN112001617B (en) 2020-08-14 2020-08-14 Report generation progress method, device, equipment and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010821238.6A CN112001617B (en) 2020-08-14 2020-08-14 Report generation progress method, device, equipment and readable storage medium

Publications (2)

Publication Number Publication Date
CN112001617A true CN112001617A (en) 2020-11-27
CN112001617B CN112001617B (en) 2022-06-03

Family

ID=73473518

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010821238.6A Active CN112001617B (en) 2020-08-14 2020-08-14 Report generation progress method, device, equipment and readable storage medium

Country Status (1)

Country Link
CN (1) CN112001617B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113626194A (en) * 2021-08-10 2021-11-09 上海微盟企业发展有限公司 Report file generation method, device, equipment and readable storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109254988A (en) * 2018-08-03 2019-01-22 京信通信系统(中国)有限公司 Report automatic test approach, device, computer storage medium and equipment
US20190245919A1 (en) * 2018-02-05 2019-08-08 Beijing Elex Technology Co., Ltd. Method and apparatus for information processing, server and computer readable medium
CN110688541A (en) * 2019-10-08 2020-01-14 中国建设银行股份有限公司 Report data query method and device, storage medium and electronic equipment
CN110728126A (en) * 2019-10-24 2020-01-24 北京新氧万维科技咨询有限公司 Report generation method, device and equipment

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20190245919A1 (en) * 2018-02-05 2019-08-08 Beijing Elex Technology Co., Ltd. Method and apparatus for information processing, server and computer readable medium
CN109254988A (en) * 2018-08-03 2019-01-22 京信通信系统(中国)有限公司 Report automatic test approach, device, computer storage medium and equipment
CN110688541A (en) * 2019-10-08 2020-01-14 中国建设银行股份有限公司 Report data query method and device, storage medium and electronic equipment
CN110728126A (en) * 2019-10-24 2020-01-24 北京新氧万维科技咨询有限公司 Report generation method, device and equipment

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113626194A (en) * 2021-08-10 2021-11-09 上海微盟企业发展有限公司 Report file generation method, device, equipment and readable storage medium

Also Published As

Publication number Publication date
CN112001617B (en) 2022-06-03

Similar Documents

Publication Publication Date Title
TWI426393B (en) Cloud-computating resource scheduling method and system applying the same
US8768878B2 (en) Characterizing business intelligence workloads
CN111143143B (en) Performance test method and device
CN105138685B (en) A kind of Performance Test System towards HBase
CA2948700A1 (en) Systems and methods for websphere mq performance metrics analysis
CN108459905B (en) Resource pool capacity planning method and server
CN112001617B (en) Report generation progress method, device, equipment and readable storage medium
CN112488745A (en) Intelligent charge control management method, device, equipment and storage medium
US20230376397A1 (en) Method and System for Determining Interval Time for Testing of Server, and Device and Medium
CN113867953A (en) Resource allocation method, device, storage medium and electronic equipment
CN102760086B (en) Data detection control method and device based on flexible test technology
CN110928750B (en) Data processing method, device and equipment
CN116701367A (en) Data repeatability verification method, device and equipment based on bloom filter
CN112564996A (en) Pressure test flow scheduling method, pressure test flow control device and computer readable medium
CN115757066A (en) Hard disk performance test method, device, equipment, storage medium and program product
CN111143177B (en) Method, system, device and storage medium for collecting RMF III data of IBM host
CN114020595A (en) Server performance data analysis method and related device
CN114168624A (en) Data analysis method, computing device and storage medium
CN110727615B (en) Method and system for realizing acceleration of interface data request
CN111124820B (en) Method for realizing off-line monitoring and analysis of operating system and process resources
CN113626194A (en) Report file generation method, device, equipment and readable storage medium
CN114154962A (en) Batch processing monitoring method, device and equipment
CN113835953A (en) Statistical method and device of job information, computer equipment and storage medium
CN108595552A (en) Data cube dissemination method, device, electronic equipment and storage medium
CN109299350B (en) The sort method of e-book calculates equipment and computer 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
GR01 Patent grant
GR01 Patent grant