WO2021057318A1 - Service progress monitoring method, apparatus and system, and computer-readable storage medium - Google Patents

Service progress monitoring method, apparatus and system, and computer-readable storage medium Download PDF

Info

Publication number
WO2021057318A1
WO2021057318A1 PCT/CN2020/109080 CN2020109080W WO2021057318A1 WO 2021057318 A1 WO2021057318 A1 WO 2021057318A1 CN 2020109080 W CN2020109080 W CN 2020109080W WO 2021057318 A1 WO2021057318 A1 WO 2021057318A1
Authority
WO
WIPO (PCT)
Prior art keywords
business
monitored
link
progress
historical
Prior art date
Application number
PCT/CN2020/109080
Other languages
French (fr)
Chinese (zh)
Inventor
王忠钊
王培林
陈煜�
周继恩
尹祥龙
邓昶
袁野
Original Assignee
中国银联股份有限公司
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 中国银联股份有限公司 filed Critical 中国银联股份有限公司
Publication of WO2021057318A1 publication Critical patent/WO2021057318A1/en

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/0631Resource planning, allocation, distributing or scheduling for enterprises or organisations
    • G06Q10/06311Scheduling, planning or task assignment for a person or group
    • G06Q10/063116Schedule adjustment for a person or group
    • 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

Definitions

  • the invention belongs to the field of computer technology, and specifically relates to a business progress monitoring method, device, system and computer readable storage medium.
  • the business process of an enterprise usually includes complex business links, so it is difficult to accurately predict the business progress, and it is difficult to judge whether the actual process of the business is abnormal.
  • the existing schedule management methods have the following problems: (1) The formulation of business schedules is usually set by business personnel based on experience, which is highly subjective and lacks an objective standard forecasting system; (2) It is difficult to monitor in real time when there are complex constraint relationships (such as sequential execution and parallel execution) between various links of the business.
  • the present invention provides the following solutions.
  • a method for monitoring business progress includes: determining at least one similar historical business of a monitored business from a set of historical businesses using a similarity model, and calculating predicted progress information of the monitored business based on the at least one similar historical business ; Use program burying points to obtain the actual progress information of the monitored business; compare the actual progress information with the predicted progress information to monitor the progress of the monitored business.
  • the method further includes: inputting the multi-dimensional evaluation index of the monitored business and the multi-dimensional evaluation index of each historical business in the historical business set into the similarity model to output the difference between the monitored business and each historical business.
  • the similarity value between the two; at least one similar historical business of the monitored business is determined according to the sorting result of the similarity value.
  • the method further includes: obtaining the corresponding multi-dimensional evaluation index by performing keyword matching on the monitored business and each historical business.
  • the multi-dimensional evaluation index includes the following multiple dimensions: project nature, project type, procurement method, and project rating.
  • the similarity model uses the following similarity algorithm to calculate the similarity value between the monitored business and each historical business:
  • C x, y is the similarity value between the monitored business and each historical business
  • x i is the i-th dimension evaluation index of the monitored business
  • y i is the i-th dimension evaluation index of each historical business
  • i is the dimension
  • the serial number, i takes a value from 1 to M
  • M is a positive integer
  • k i is a weight parameter corresponding to the i-th dimension evaluation index.
  • using the at least one similar historical business to calculate the predicted progress information of the monitored business includes: for each link of the monitored business, determining the historical link duration corresponding to each similar historical business; The historical link duration corresponding to the historical business performs a weighted accumulation calculation to obtain the predicted link duration of each link of the monitored business.
  • the method further includes: in the weighted accumulation operation, determining the weight value from the similarity value corresponding to each similar historical business.
  • determining the weight value based on the similarity value corresponding to each similar historical business further includes: performing dispersion standardization processing on the similarity value corresponding to each similar historical business, and standardizing the dispersion The processed similarity value is converted into the weight value.
  • the use of program burial points to obtain actual progress information of the monitored business includes: the monitored business has a corresponding program burial point in each link, and when the monitored business is executed to the corresponding link of each link When the program is burying points, obtain the actual start time and actual end time of each link.
  • the actual progress information is compared with the predicted progress information to monitor the progress of the monitored service, including: according to the start time of the monitored service and the relationship between multiple links included in the monitored service Calculate the predicted start time and predicted end time of each link of the monitored business according to the preset timing relationship and the predicted link duration of each link; through the predicted start time, predicted end time, and actual The start time is compared with the actual end time to monitor the progress of each link in the monitored business.
  • the method further includes: if the preset timing relationship indicates that the first link and the second link included in the monitored service are executed sequentially, then the predicted end time of the first link is used as the second link If the preset timing relationship indicates that the first link and the third link included in the monitored service are executed in parallel, the latest predicted end time of the first link and the third link is selected as the prediction for the subsequent links Starting time.
  • the method further includes: capturing schedule information, and determining an available working period of the monitored service according to the schedule information; and adjusting the predicted progress information according to the available working period.
  • a business progress monitoring device which includes: a progress prediction module for determining at least one similar historical business of the monitored business using a similarity model, and calculating the predicted progress of the monitored business based on the at least one similar historical business Information; the progress tracking module is used to obtain the actual progress information of the monitored business by using program burying points; the progress monitoring module is used to monitor the progress of the monitored business by comparing the actual progress information with the predicted progress information.
  • the progress prediction module is also used to input the multi-dimensional evaluation index of the monitored business and the multi-dimensional evaluation index of each historical business into the similarity model to output the relationship between the monitored business and each historical business. According to the similarity value of the similarity value; at least one similar historical business of the monitored business is determined according to the sorting result of the similarity value.
  • the progress prediction module is also used to obtain the corresponding multi-dimensional evaluation index by performing keyword matching on the monitored business and each historical business.
  • the multi-dimensional evaluation index includes the following multiple dimensions: project nature, project type, procurement method, and project rating.
  • the similarity model uses the following similarity algorithm to calculate the similarity value between the monitored business and each historical business:
  • C x, y is the similarity value between the monitored business and each historical business
  • x i is the i-th dimension evaluation index of the monitored business
  • y i is the i-th dimension evaluation index of each historical business
  • i is the dimension
  • the serial number, i takes a value from 1 to M
  • M is a positive integer
  • k i is a weight parameter corresponding to the i-th dimension evaluation index.
  • the progress prediction module further includes: a weighted accumulation module for determining the historical link duration corresponding to each similar historical business for each link of the monitored business; the historical link corresponding to each similar historical business The link duration performs a weighted accumulation calculation to obtain the predicted link duration of each link of the monitored business.
  • the weighted accumulation module further includes: a weight module, configured to determine the weight value from the similarity value corresponding to each similar historical service in the weighted accumulation operation.
  • the weight module is further used to: perform dispersion standardization processing on the similarity value corresponding to each similar historical business, and convert the similarity value after the dispersion standardization processing into the weight value.
  • the progress tracking module is also used for: the monitored business has a corresponding program embedding point in each link, and when the monitored business is executed to the program embedding point corresponding to each link, obtain The actual start time and actual end time of each link.
  • the progress monitoring module is also used to: calculate the monitored duration according to the startup time of the monitored service, the preset timing relationship among multiple links included in the monitored service, and the predicted link duration of each link The predicted start time and predicted end time of each link of the business; compare the predicted start time, predicted end time, actual start time and actual end time of each link of the monitored business to monitor each The progress of the link.
  • the progress monitoring module is further configured to: if the preset timing relationship indicates that the first link and the second link included in the monitored service are executed in sequence, then the predicted end time of the first link is used as the first link The predicted start time of the second link; if the preset timing relationship indicates that the first link and the third link included in the monitored business are executed in parallel, the latest predicted end time of the first link and the third link is selected as the follow-up link The forecast start time.
  • the progress prediction module is further used to: capture schedule information, and determine the available work period of the monitored service according to the schedule information; and adjust the predicted progress information according to the available work period .
  • a service progress monitoring system for monitoring the service progress of at least one monitored service, and the system includes: at least one monitored service, used to store historical service sets of multiple historical services, and as described above The monitoring device of the second aspect.
  • a business progress monitoring device including: one or more multi-core processors; a memory for storing one or more programs; when the one or more programs are executed by the one or more multi-core processors When the time, the one or more multi-core processors are made to realize: use the similarity model to determine at least one similar historical business of the monitored business from the historical business set, and calculate the predicted progress information of the monitored business according to the at least one similar historical business; The program embeds points to obtain the actual progress information of the monitored business; compare the actual progress information with the predicted progress information to monitor the progress of the monitored business.
  • a computer-readable storage medium stores a program, and when the program is executed by a multi-core processor, the multi-core processor is caused to execute the method of the above-mentioned first aspect.
  • a credible similarity model is obtained by training with a historical business set as a training sample library, and obtained by referencing the similarity model
  • the similar historical business of the monitored business can predict the progress information of the monitored business based on the similar historical business, thereby providing an objective and standard forecasting system, enabling effective monitoring of the monitored business.
  • FIG. 1 is a schematic flowchart of a method for monitoring business progress according to an embodiment of the present invention
  • Figure 2 is a schematic structural diagram of a business progress monitoring device according to an embodiment of the present invention.
  • FIG. 3 is a schematic structural diagram of a service progress monitoring device according to another embodiment of the present invention.
  • Fig. 4 is a schematic diagram of a computer-readable storage medium according to an embodiment of the present invention.
  • Fig. 1 schematically shows a flow chart of a business progress monitoring method 100 according to an embodiment of the present invention.
  • the method shown in Fig. 1 can be executed at a cloud server or a server cluster, more specifically, The method shown in Figure 1 can be executed by a specific module set in the UnionPay system.
  • the cloud server is used as the execution subject for specific explanations.
  • the application does not specifically limit the execution subject.
  • the method 100 includes:
  • Step S101 Use the similarity model to determine at least one similar historical business of the monitored business from the historical business set, and calculate the predicted progress information of the monitored business according to the at least one similar historical business;
  • the historical service set is used to store actual execution data of multiple historical services.
  • the above-mentioned similarity model is used to centrally screen out several historical businesses with high similarity to the monitored business from the historical business as similar historical businesses of the monitored business.
  • the multi-dimensional evaluation index carried by each historical business in the historical business set can be trained to obtain the similarity model.
  • the multi-dimensional evaluation index may include the following multiple dimensions: project nature, project type, procurement method, and project rating.
  • the multi-dimensional evaluation indicators can include: (1) Project nature, marking the procurement nature, such as IT projects, engineering projects, etc. In the similarity model, each procurement nature can be converted into a numerical identification within the range of [1,10] ; (2) Item type, mark the purchase category, such as goods, services, etc. In the similarity model, each purchase type can be converted to a numerical identifier within the range of [1,10]; the larger the value, the implementation The more difficult it is; (3) Procurement methods, mark procurement methods, such as public bidding, single source, inquiry, etc.
  • each procurement method can be converted into a numerical identification within the range of [1,10]; 4) Project rating, marking the evaluation of the project by the demanding personnel, such as high importance level, low importance level, etc.; the similarity model can be converted into a numerical identification within the range of [1,10].
  • the above-mentioned numerical identifiers are related to the difficulty of business execution and the length of business execution, and can be determined by using a pre-created evaluation index system. It can be understood that the evaluation indicators of the above dimensions all have an associated relationship with the execution time of the business. Therefore, the weight parameters corresponding to each dimension can be determined in the similarity model by performing model training on the above multi-dimensional evaluation indicators.
  • step S101 may further include: inputting the multi-dimensional evaluation index of the monitored business and the multi-dimensional evaluation index of each historical business in the historical business set into the similarity model , To output the similarity value between the monitored business and each historical business; at least one similar historical business of the monitored business is determined according to the sorting result of the similarity value.
  • the multi-dimensional evaluation index of the monitored business and each historical business may be obtained by crawling the service attribute information through crawler software.
  • the following content can be obtained by capturing the attribute information of the monitored business: ⁇ Project nature: IT project; Project type: Goods, Procurement method: Public bidding, Project rating: High importance level>; further, The captured attribute information can be converted into a multi-dimensional evaluation index through a pre-created evaluation index system.
  • the multi-dimensional evaluation index can be formed into a one-dimensional array format.
  • the multi-dimensional evaluation index of the monitored business can be formed as (x 1 , x 2 , x 3 , x 4 ), the multi-dimensional evaluation index of each historical business can be formed as (y 1 , y 2 , y 3 , y 4 ). Further, input the above-mentioned (x 1 , x 2 , x 3 , x 4 ) and (y 1 , y 2 , y 3 , y 4 ) into the trained similarity model, and output the difference between the monitored business and each historical business The similarity value C x, y between the two can be further sorted by the similarity value to filter the historical business with higher similarity from the historical business set.
  • the corresponding multi-dimensional evaluation index can be obtained by performing keyword matching on the monitored business and each historical business.
  • the multi-dimensional evaluation index is not clearly marked in the log of the monitored business, in this case, you can obtain several target keywords by performing keyword matching on the log of the monitored business, such as ⁇ IT item ; Cargo category, public bidding, high importance level>; Further, according to the pre-created evaluation index system, the above keywords are converted into multi-dimensional evaluation indexes of the monitored business.
  • the similarity model uses the following similarity algorithm to calculate the similarity value between the monitored business and each historical business;
  • C x, y is the similarity value between the monitored business and each historical business
  • x i is the i-th dimension evaluation index of the monitored business
  • y i is the i-th dimension evaluation index of each historical business
  • i is the dimension
  • the serial number is 1 to M
  • M is a positive integer
  • k i is a weight parameter corresponding to the i-th dimension evaluation index, which can be specifically determined during model training.
  • the multi-dimensional evaluation index for the monitored business (x 1 , x 2 , x 3 , x 4 ), and the multi-dimensional evaluation index for each historical business: (y 1 , y 2 , y 3 , y 4 ).
  • step S101 may further include: for each link of the monitored business, determining the historical link duration corresponding to each similar historical business; performing a weighted accumulation operation on the historical link duration corresponding to each similar historical business to obtain The forecast link duration of each link of the monitored business.
  • the conventional corporate procurement process can usually be summarized and divided into 16 links: preparation of plan documents, submission of plan documents, review of plan documents, approval of the procurement committee, release of procurement announcements, organization of procurement reviews, preparation of procurement results reports, and approval of procurement Results, approval by the purchasing committee, announcement of purchasing results, notification of purchasing results, preparation of purchasing contracts, review of purchasing contracts, approval of purchasing contracts, confirmation of contract approval results, signing and handover of purchasing contracts.
  • All links constitute a progress template library.
  • the sponsor in the monitored business can filter the progress links from the progress template library to form the link information table of the business, or can automatically determine the links included based on the attributes of the business.
  • the predicted link duration of each link j of the monitored service r can be determined according to the following execution weighted accumulation calculation formula:
  • p q is the weight of similar historical business q
  • t q is the actual execution time of similar historical business q in this link j
  • q is the serial number of similar historical business
  • it may further include: determining the weight value based on the similarity value corresponding to each similar historical business.
  • the similarity values of the corresponding similar historical services are v 1 , v 2 , v 3 ,..., v n .
  • the multiple similarity values can be used to calculate the above-mentioned weighted accumulation The weight p i in the calculation.
  • multiple threshold intervals can be set, and similar historical businesses with similarity values within the specified threshold interval can be assigned a specified weight.
  • the above-mentioned weighted accumulation operation may further include: performing dispersion standardization processing on the similarity values corresponding to each similar historical business, and converting the similarity values after the dispersion standardization processing into weights. . Specifically, the sum of the weights of all the above-mentioned similar historical services is set to 1, and the weight distribution that is more in line with objective laws can be determined through the above-mentioned deviation standardization processing.
  • the top n historical services with the highest similarity are selected as similar historical services, and the similarity values of the top n+1 historical services with the highest similarity are arranged in ascending order as v 1 , v 2 ,v 3 ,...,v n+1 .
  • the following formula is used to standardize the value of v q in the range of 0-1:
  • v max v n+1
  • v min 0.
  • the method 100 includes:
  • Step S102 Obtain actual progress information of the monitored business by using the program burying point
  • the program embedding point refers to the related technology and the implementation process of capturing, processing and sending a specific behavior or event, and the developer can preset the program embedding point strategy as needed. For example, it is necessary to collect actual progress information monitoring service A, can be monitored service A is divided into a plurality of sub-task set time sequence (a 1, a 2, ...
  • a n is inserted at the end of each sub-task location buried procedures, to give (a 1, buried 1, a 2, buried 2, ..., a n, a buried n-point), and further, when monitoring traffic to flow buried each program, and will be the monitoring service call interface
  • the actual progress information of the monitored business can be obtained from the execution information of the monitored business, thereby reducing the manual operation of the user to view the business progress during the execution of the monitored business, reducing the complexity of monitoring and the real-time monitoring.
  • step S102 may further include: the monitored business has a corresponding program embedding point in each link, and when the monitored business is executed to the corresponding program embedding point of each link, the information of each link is obtained. Actual start time and actual end time.
  • the interface is called and the execution information of the monitored business is transmitted, and then the actual start time, actual end time and other data of each link are obtained by analyzing the above execution information, and coexist Into the metadata of each link.
  • the above procedure point can be set at the start position or the end position of each link, and the actual start time and actual end time of each link above can be determined directly from the time from business execution to procedure point without analysis. .
  • the method 100 includes:
  • Step S103 The actual progress information is compared with the predicted progress information to monitor the progress of the monitored service.
  • the comparison result can be displayed on a graphical interface to visually display the difference between the predicted progress information and the actual progress information.
  • step S103 may further include: calculating the monitored service's time according to the startup time of the monitored service, the preset timing relationship among multiple links included in the monitored service, and the predicted link duration of each link. The predicted start time and predicted end time of each link; compare the predicted start time, predicted end time, actual start time and actual end time of each link of the monitored business to monitor the performance of each link in the monitored business. schedule.
  • the “confirmation of contract approval results” link must be executed after the “approval of procurement contract” link is completed.
  • the link must After the "procurement result announcement” and “procurement result notification” links have been executed, the "preparation of procurement contract” link can be executed. Therefore, the above-mentioned preset timing relationship can indicate that multiple links are executed sequentially or in parallel. carried out.
  • each link of the monitored service can be traversed based on the above-mentioned preset timing relationship and the predicted link duration of each link, so as to obtain the predicted start time and time of each link. Forecast end time.
  • the preset timing relationship indicates that the first link and the second link included in the monitored service are executed in sequence . Then the predicted end time of the first link is used as the predicted start time of the second link.
  • the parallel execution link it can also include: if the preset timing relationship indicates that the first link and the third link included in the monitored service are executed in parallel, then the latest predicted end time of the first link and the third link is selected as the follow-up The predicted start time of the link. In this way, the parallel characteristics of the links are taken into consideration, and the problem of timing confusion in the predicted progress information is avoided.
  • it may further include: capturing schedule information, and determining the available working period of the monitored service according to the schedule information; and adjusting the predicted progress information according to the available working period.
  • the aforementioned schedule information may include schedule information of the personnel involved in the business, schedule information used to indicate weather factors, and the like.
  • a credible similarity model is obtained by training the historical business set as a training sample library, and the similar historical business of the monitored business is obtained by quoting the similarity model, so that the predicted business based on the similar historical business Monitoring the progress information of the business, thereby providing an objective standard forecasting system, based on the forecasting system, can realize the effective monitoring of the monitored business.
  • the progress of the monitored business can be refinedly predicted from the link level, thereby providing a more precise and accurate monitoring effect.
  • an embodiment of the present invention also provides a service progress monitoring device, which is used to execute the service progress monitoring method provided in any of the foregoing embodiments.
  • Fig. 2 is a schematic structural diagram of a service progress monitoring apparatus provided by an embodiment of the present invention.
  • the business progress monitoring device 200 includes:
  • the progress prediction module 201 is configured to use the similarity model to determine at least one similar historical business of the monitored business, and calculate the predicted progress information of the monitored business according to the at least one similar historical business;
  • the progress tracking module 202 is used to obtain the actual progress information of the monitored business by using the program buried point;
  • the progress monitoring module 203 is configured to monitor the progress of the monitored service by comparing the actual progress information with the predicted progress information.
  • the progress prediction module 201 is also used to input the multi-dimensional evaluation index of the monitored business and the multi-dimensional evaluation index of each historical business into the similarity model to output the difference between the monitored business and each historical business.
  • the similarity value between the two; at least one similar historical business of the monitored business is determined according to the sorting result of the similarity value.
  • the progress prediction module 201 is further configured to obtain the corresponding multi-dimensional evaluation index by performing keyword matching on the monitored business and each historical business.
  • the multi-dimensional evaluation index includes the following multiple dimensions: project nature, project type, procurement method, and project rating.
  • the similarity model uses the following similarity algorithm to calculate the similarity value between the monitored business and each historical business: Among them, C x,y is the similarity value between the monitored business and each historical business, x i is the i-th dimension evaluation index of the monitored business, y i is the i-th dimension evaluation index of each historical business, and i is the dimension The serial number, the value ranges from 1 to M, N + , and k i is the weight parameter corresponding to the i-th dimension evaluation index.
  • the progress prediction module 201 further includes: a weighted accumulation module for determining the duration of each historical link corresponding to each similar historical business for each link of the monitored business; The historical link duration performs a weighted accumulation calculation to obtain the predicted link duration of each link of the monitored business.
  • the weighted accumulation module further includes: a weight module, configured to determine the weight value from the similarity value corresponding to each similar historical service in the weighted accumulation operation.
  • the weight module is further used to: perform dispersion standardization processing on the similarity value corresponding to each similar historical business, and convert the similarity value after the dispersion standardization processing into the weight value.
  • the progress tracking module 202 is also used for: the monitored business has a corresponding program embedding point in each link, and when the monitored business is executed to the program embedding point corresponding to each link, Get the actual start time and actual end time of each link.
  • the progress monitoring module 203 is also used to calculate the predicted link duration according to the startup time of the monitored service, the preset timing relationship among multiple links included in the monitored service, and the predicted link duration of each link. Monitor the predicted start time and predicted end time of each link of the monitored business; compare the predicted start time, predicted end time, actual start time and actual end time of each link of the monitored business to monitor each link in the monitored business. The progress of each link.
  • the progress monitoring module 203 is further configured to: if the preset timing relationship indicates that the first link and the second link included in the monitored service are executed sequentially, then the predicted end time of the first link is used as the The predicted start time of the second link; if the preset timing relationship indicates that the first link and the third link included in the monitored service are executed in parallel, the latest predicted end time of the first link and the third link is selected as the follow-up The predicted start time of the link.
  • the progress prediction module 201 is further configured to: capture schedule information, and determine the available work period of the monitored service according to the schedule information; and adjust the predicted progress according to the available work period information.
  • a credible similarity model is obtained by training the historical business set as a training sample library, and the similar historical business of the monitored business is obtained by quoting the similarity model, so that the predicted business based on the similar historical business Monitoring the progress information of the business, thereby providing an objective standard forecasting system, based on the forecasting system, can realize the effective monitoring of the monitored business.
  • the progress of the monitored business can be refinedly predicted from the link level, thereby providing a more precise and accurate monitoring effect.
  • the service progress monitoring device in the embodiment of the present application can implement each process of the foregoing embodiment of the service progress monitoring method, and achieve the same effects and functions, which will not be repeated here.
  • the embodiment of the present invention also provides a service progress monitoring system for monitoring the service progress of at least one monitored service, and the system includes: at least one monitored service for storing multiple historical services Historical business set, and the business progress monitoring device as described above.
  • a service progress monitoring apparatus of the present invention may at least include one or more processors and at least one memory.
  • the memory stores a program, and when the program is executed by the processor, the processor is caused to perform the steps shown in FIG. 1:
  • Step S101 Use the similarity model to determine at least one similar historical business of the monitored business from the historical business set, and calculate the predicted progress information of the monitored business according to the at least one similar historical business;
  • Step S102 Obtain the actual progress information of the monitored service by using the program burying point;
  • Step S103 The actual progress information is compared with the predicted progress information to monitor the progress of the monitored service.
  • the service progress monitoring device 3 according to this embodiment of the present invention will be described below with reference to FIG. 3.
  • the device 3 shown in FIG. 3 is only an example, and should not bring any limitation to the function and application scope of the embodiment of the present invention.
  • the apparatus 3 may be in the form of a general-purpose computing device, including but not limited to: at least one processor 10, at least one memory 20, and a bus 60 connecting different device components.
  • the bus 60 includes a data bus, an address bus, and a control bus.
  • the memory 20 may include a volatile memory, such as a random access memory (RAM) 21 and/or a cache memory 22, and may further include a read-only memory (ROM) 23.
  • RAM random access memory
  • ROM read-only memory
  • the memory 20 may also include a program module 24.
  • program module 24 includes, but is not limited to, an operating device, one or more application programs, other program modules, and program data. Each of these examples or a certain combination may include a network. The realization of the environment.
  • the apparatus 3 may also communicate with one or more external devices 2 (for example, a keyboard, a pointing device, a Bluetooth device, etc.), and may also communicate with one or more other devices. This communication can be performed through an input/output (I/O) interface 40 and displayed on the display unit 30.
  • the device 3 may also communicate with one or more networks (for example, a local area network (LAN), a wide area network (WAN), and/or a public network, such as the Internet) through the network adapter 50. As shown in the figure, the network adapter 50 communicates with other modules in the device 3 through the bus 60.
  • LAN local area network
  • WAN wide area network
  • public network such as the Internet
  • Fig. 4 shows a computer-readable storage medium for executing the method as described above.
  • various aspects of the present invention can also be implemented in the form of a computer-readable storage medium, which includes program code.
  • program code When the program code is executed by a processor, the program code is used for The processor is caused to execute the method described above.
  • the computer-readable storage medium may adopt any combination of one or more readable media.
  • the readable medium may be a readable signal medium or a readable storage medium.
  • the readable storage medium may be, for example, but not limited to, an electrical, magnetic, optical, electromagnetic, infrared, or semiconductor device, device, or device, or a combination of any of the above. More specific examples (non-exhaustive list) of readable storage media include: electrical connections with one or more wires, portable disks, hard disks, random access memory (RAM), read-only memory (ROM), erasable Type programmable read only memory (EPROM or flash memory), optical fiber, portable compact disk read only memory (CD-ROM), optical storage device, magnetic storage device, or any suitable combination of the above.
  • a computer-readable storage medium 40 As shown in FIG. 4, a computer-readable storage medium 40 according to an embodiment of the present invention is described. It can adopt a portable compact disk read-only memory (CD-ROM) and include program codes, and can be stored in a terminal device, such as a personal computer. Run on.
  • the computer-readable storage medium of the present invention is not limited to this.
  • the readable storage medium can be any tangible medium that contains or stores a program.
  • the program can be used by or in combination with an instruction execution device, device, or device. .
  • the program code used to perform the operations of the present invention can be written in any combination of one or more programming languages.
  • the programming languages include object-oriented programming languages—such as Java, C++, etc., as well as conventional procedural styles. Programming language-such as "C" language or similar programming language.
  • the program code may be executed entirely on the user's computing device, partly executed on the user's equipment and partly executed on the remote computing device, or entirely executed on the remote computing device or server.
  • the remote computing device can be connected to the user computing device through any kind of network-including a local area network (LAN) or a wide area network (WAN), or it can be connected to an external computing device (for example, using Internet services). Provider to connect via the Internet).
  • LAN local area network
  • WAN wide area network
  • Internet services for example, using Internet services

Abstract

Provided are a service progress monitoring method, apparatus and system, and a computer-readable storage medium. The method comprises: determining, from a historical service set, at least one similar historical service of a monitored service by using a similarity model, and calculating predicted progress information of the monitored service according to the at least one similar historical service; obtaining actual progress information of the monitored service by using program tracking; and monitoring the progress of the monitored service by means of comparing the actual progress information with the predicted progress information. By using the method, the predicted progress information of the monitored service to be executed can be predicted according to the historical service, and then whether the actual progress of the monitored service is abnormal can be determined more accurately.

Description

一种业务进度监控方法、装置、系统及计算机可读存储介质Method, device, system and computer readable storage medium for monitoring business progress 技术领域Technical field
本发明属于计算机技术领域,具体涉及一种业务进度监控方法、装置、系统及计算机可读存储介质。The invention belongs to the field of computer technology, and specifically relates to a business progress monitoring method, device, system and computer readable storage medium.
背景技术Background technique
本部分旨在为权利要求书中陈述的本发明的实施方式提供背景或上下文。此处的描述不因为包括在本部分中就承认是现有技术。This section is intended to provide background or context for the embodiments of the invention stated in the claims. The description here is not admitted to be prior art just because it is included in this section.
在现代化企业中,通常需要依靠线上系统来建设合规、透明且高效的业务监控体系。然而现有技术中,企业的业务流程通常包括复杂的业务环节,因此难以准确预测业务进度,难以判断业务的实际进程是否存在异常。面对复杂的业务实施场景,现有的进度管理办法存在着如下问题:(1)业务进度计划的制定,通常由业务人员基于经验设置,具有很大的主观性,缺少客观标准的预测体系;(2)业务的各环节间存在复杂的约束关系(比如顺序执行、并行执行)时,难以实时监控。In modern enterprises, it is usually necessary to rely on online systems to build a compliant, transparent and efficient business monitoring system. However, in the prior art, the business process of an enterprise usually includes complex business links, so it is difficult to accurately predict the business progress, and it is difficult to judge whether the actual process of the business is abnormal. In the face of complex business implementation scenarios, the existing schedule management methods have the following problems: (1) The formulation of business schedules is usually set by business personnel based on experience, which is highly subjective and lacks an objective standard forecasting system; (2) It is difficult to monitor in real time when there are complex constraint relationships (such as sequential execution and parallel execution) between various links of the business.
发明内容Summary of the invention
针对上述现有技术中存在的问题,提出了一种业务进度监控方法、装置、系统及计算机可读存储介质,利用这种方法、装置、系统及计算机可读存储介质,能够解决上述问题。In view of the above-mentioned problems in the prior art, a business progress monitoring method, device, system, and computer-readable storage medium are proposed. Using this method, device, system, and computer-readable storage medium, the above-mentioned problems can be solved.
本发明提供了以下方案。The present invention provides the following solutions.
第一方面,提供一种业务进度监控方法,包括:利用相似度模型从历史业务集中确定被监控业务的至少一个相似历史业务,并根据该至少一个相似历史业务计算该被监控业务的预测进度信息;利用程序埋点获得该被监控业务的实 际进度信息;通过对该实际进度信息与该预测进度信息进行比较,以监控该被监控业务的进度。In a first aspect, a method for monitoring business progress is provided, which includes: determining at least one similar historical business of a monitored business from a set of historical businesses using a similarity model, and calculating predicted progress information of the monitored business based on the at least one similar historical business ; Use program burying points to obtain the actual progress information of the monitored business; compare the actual progress information with the predicted progress information to monitor the progress of the monitored business.
在一些可能的实施方式中,该方法还包括:将被监控业务的多维评价指标分别和该历史业务集中各历史业务的多维评价指标输入该相似度模型,以输出被监控业务与各历史业务之间的相似度值;根据该相似度值的排序结果确定被监控业务的至少一个相似历史业务。In some possible implementations, the method further includes: inputting the multi-dimensional evaluation index of the monitored business and the multi-dimensional evaluation index of each historical business in the historical business set into the similarity model to output the difference between the monitored business and each historical business. The similarity value between the two; at least one similar historical business of the monitored business is determined according to the sorting result of the similarity value.
在一些可能的实施方式中,该方法还包括:通过对被监控业务和各历史业务执行关键词匹配而获取各自对应的该多维评价指标。In some possible implementation manners, the method further includes: obtaining the corresponding multi-dimensional evaluation index by performing keyword matching on the monitored business and each historical business.
在一些可能的实施方式中,该多维评价指标包括以下多种维度:项目性质、项目类型、采购方式、项目评级。In some possible implementation manners, the multi-dimensional evaluation index includes the following multiple dimensions: project nature, project type, procurement method, and project rating.
在一些可能的实施方式中,该相似度模型利用以下相似度算法计算被监控业务与各历史业务之间的相似度值:In some possible implementations, the similarity model uses the following similarity algorithm to calculate the similarity value between the monitored business and each historical business:
Figure PCTCN2020109080-appb-000001
Figure PCTCN2020109080-appb-000001
其中,C x,y为被监控业务与各历史业务之间的相似度值,x i为被监控业务的第i维评价指标,y i为各历史业务的第i维评价指标,i为维度序号,i取值为1~M,M为正整数,k i为对应于该第i维评价指标的权值参数。 Among them, C x, y is the similarity value between the monitored business and each historical business, x i is the i-th dimension evaluation index of the monitored business, y i is the i-th dimension evaluation index of each historical business, and i is the dimension The serial number, i takes a value from 1 to M, M is a positive integer, and k i is a weight parameter corresponding to the i-th dimension evaluation index.
在一些可能的实施方式中,利用该至少一个相似历史业务计算被监控业务的预测进度信息,包括:针对被监控业务的每个环节,确定各相似历史业务对应的历史环节时长;对该各相似历史业务对应的历史环节时长执行加权累加运算,得到被监控业务的每个环节的预测环节时长。In some possible implementation manners, using the at least one similar historical business to calculate the predicted progress information of the monitored business includes: for each link of the monitored business, determining the historical link duration corresponding to each similar historical business; The historical link duration corresponding to the historical business performs a weighted accumulation calculation to obtain the predicted link duration of each link of the monitored business.
在一些可能的实施方式中,该方法还包括:在该加权累加运算中,由该各相似历史业务对应的相似度值而确定权值。In some possible implementation manners, the method further includes: in the weighted accumulation operation, determining the weight value from the similarity value corresponding to each similar historical business.
在一些可能的实施方式中,由该各相似历史业务对应的相似度值而确定权值,还包括:对该各相似历史业务对应的相似度值执行离差标准化处理,并将该离差标准化处理后的相似度值转化为该权值。In some possible implementation manners, determining the weight value based on the similarity value corresponding to each similar historical business further includes: performing dispersion standardization processing on the similarity value corresponding to each similar historical business, and standardizing the dispersion The processed similarity value is converted into the weight value.
在一些可能的实施方式中,该利用程序埋点获得被监控业务的实际进度信息包括:被监控业务在每个环节设有对应的程序埋点,当被监控业务执行到该每个环节对应的该程序埋点时,获得该每个环节的实际开始时间与实际结束时间。In some possible implementation manners, the use of program burial points to obtain actual progress information of the monitored business includes: the monitored business has a corresponding program burial point in each link, and when the monitored business is executed to the corresponding link of each link When the program is burying points, obtain the actual start time and actual end time of each link.
在一些可能的实施方式中,通过对该实际进度信息与该预测进度信息进行比较,以监控被监控业务的进度,包括:根据被监控业务的启动时间、被监控业务包含的多个环节之间的预设时序关系以及该每个环节的预测环节时长计算被监控业务的每个环节的预测开始时间与预测结束时间;通过对被监控业务的每个环节的预测开始时间、预测结束时间、实际开始时间与实际结束时间进行比较,以监控被监控业务中每个环节的进度。In some possible implementation manners, the actual progress information is compared with the predicted progress information to monitor the progress of the monitored service, including: according to the start time of the monitored service and the relationship between multiple links included in the monitored service Calculate the predicted start time and predicted end time of each link of the monitored business according to the preset timing relationship and the predicted link duration of each link; through the predicted start time, predicted end time, and actual The start time is compared with the actual end time to monitor the progress of each link in the monitored business.
在一些可能的实施方式中,该方法还包括:若该预设时序关系指示被监控业务包含的第一环节与第二环节顺序执行,则另该第一环节的预测结束时间作为该第二环节的预测开始时间;若该预设时序关系指示被监控业务包含的第一环节与第三环节并行执行,则选择该第一环节与该第三环节中的最晚预测结束时间作为后续环节的预测开始时间。In some possible implementation manners, the method further includes: if the preset timing relationship indicates that the first link and the second link included in the monitored service are executed sequentially, then the predicted end time of the first link is used as the second link If the preset timing relationship indicates that the first link and the third link included in the monitored service are executed in parallel, the latest predicted end time of the first link and the third link is selected as the prediction for the subsequent links Starting time.
在一些可能的实施方式中,该方法还包括:抓取日程表信息,并根据该日程表信息确定出被监控业务的可用工作期间;以及,根据该可用工作期间调整该预测进度信息。In some possible implementation manners, the method further includes: capturing schedule information, and determining an available working period of the monitored service according to the schedule information; and adjusting the predicted progress information according to the available working period.
第二方面,提供一种业务进度监控装置,包括:进度预测模块,用于利用相似度模型确定被监控业务的至少一个相似历史业务,并根据该至少一个相似历史业务计算被监控业务的预测进度信息;进度跟踪模块,用于利用程序埋点获得被监控业务的实际进度信息;进度监控模块,用于通过对该实际进度信息与该预测进度信息进行比较,以监控被监控业务的进度。In a second aspect, a business progress monitoring device is provided, which includes: a progress prediction module for determining at least one similar historical business of the monitored business using a similarity model, and calculating the predicted progress of the monitored business based on the at least one similar historical business Information; the progress tracking module is used to obtain the actual progress information of the monitored business by using program burying points; the progress monitoring module is used to monitor the progress of the monitored business by comparing the actual progress information with the predicted progress information.
在一些可能的实施方式中,该进度预测模块还用于:将被监控业务的多维评价指标分别和各历史业务的多维评价指标输入该相似度模型,以输出被监控业务与各历史业务之间的相似度值;根据该相似度值的排序结果确定被监控业务的至少一个相似历史业务。In some possible implementations, the progress prediction module is also used to input the multi-dimensional evaluation index of the monitored business and the multi-dimensional evaluation index of each historical business into the similarity model to output the relationship between the monitored business and each historical business. According to the similarity value of the similarity value; at least one similar historical business of the monitored business is determined according to the sorting result of the similarity value.
在一些可能的实施方式中,该进度预测模块还用于:通过对被监控业务和各历史业务执行关键词匹配而获取各自对应的该多维评价指标。In some possible implementation manners, the progress prediction module is also used to obtain the corresponding multi-dimensional evaluation index by performing keyword matching on the monitored business and each historical business.
在一些可能的实施方式中,该多维评价指标包括以下多种维度:项目性质、项目类型、采购方式、项目评级。In some possible implementation manners, the multi-dimensional evaluation index includes the following multiple dimensions: project nature, project type, procurement method, and project rating.
在一些可能的实施方式中,相似度模型利用以下相似度算法计算被监控业务与各历史业务之间的相似度值:In some possible implementations, the similarity model uses the following similarity algorithm to calculate the similarity value between the monitored business and each historical business:
Figure PCTCN2020109080-appb-000002
Figure PCTCN2020109080-appb-000002
其中,C x,y为被监控业务与各历史业务之间的相似度值,x i为被监控业务的第i维评价指标,y i为各历史业务的第i维评价指标,i为维度序号,i取值为1~M,M为正整数,k i为对应于该第i维评价指标的权值参数。 Among them, C x, y is the similarity value between the monitored business and each historical business, x i is the i-th dimension evaluation index of the monitored business, y i is the i-th dimension evaluation index of each historical business, and i is the dimension The serial number, i takes a value from 1 to M, M is a positive integer, and k i is a weight parameter corresponding to the i-th dimension evaluation index.
在一些可能的实施方式中,该进度预测模块还包括:加权累加模块,用于针对被监控业务的每个环节,确定各相似历史业务对应的历史环节时长;对该各相似历史业务对应的历史环节时长执行加权累加运算,得到被监控业务的每个环节的预测环节时长。In some possible implementation manners, the progress prediction module further includes: a weighted accumulation module for determining the historical link duration corresponding to each similar historical business for each link of the monitored business; the historical link corresponding to each similar historical business The link duration performs a weighted accumulation calculation to obtain the predicted link duration of each link of the monitored business.
在一些可能的实施方式中,该加权累加模块还包括:权重模块,用于在该加权累加运算中,由该各相似历史业务对应的相似度值而确定权值。In some possible implementation manners, the weighted accumulation module further includes: a weight module, configured to determine the weight value from the similarity value corresponding to each similar historical service in the weighted accumulation operation.
在一些可能的实施方式中,该权重模块还用于:对该各相似历史业务对应的相似度值执行离差标准化处理,并将该离差标准化处理后的相似度值转化为该权值。In some possible implementation manners, the weight module is further used to: perform dispersion standardization processing on the similarity value corresponding to each similar historical business, and convert the similarity value after the dispersion standardization processing into the weight value.
在一些可能的实施方式中,该进度跟踪模块还用于:被监控业务在每个环节设有对应的程序埋点,当被监控业务执行到该每个环节对应的该程序埋点时,获得该每个环节的实际开始时间与实际结束时间。In some possible implementation manners, the progress tracking module is also used for: the monitored business has a corresponding program embedding point in each link, and when the monitored business is executed to the program embedding point corresponding to each link, obtain The actual start time and actual end time of each link.
在一些可能的实施方式中,进度监控模块还用于:根据被监控业务的启动时间、被监控业务包含的多个环节之间的预设时序关系以及该每个环节的预测环节时长计算被监控业务的每个环节的预测开始时间与预测结束时间;通过对 被监控业务的每个环节的预测开始时间、预测结束时间、实际开始时间与实际结束时间进行比较,以监控被监控业务中每个环节的进度。In some possible implementation manners, the progress monitoring module is also used to: calculate the monitored duration according to the startup time of the monitored service, the preset timing relationship among multiple links included in the monitored service, and the predicted link duration of each link The predicted start time and predicted end time of each link of the business; compare the predicted start time, predicted end time, actual start time and actual end time of each link of the monitored business to monitor each The progress of the link.
在一些可能的实施方式中,进度监控模块还用于:若该预设时序关系指示被监控业务包含的第一环节与第二环节顺序执行,则另该第一环节的预测结束时间作为该第二环节的预测开始时间;若该预设时序关系指示被监控业务包含的第一环节与第三环节并行执行,则选择该第一环节与该第三环节中最晚的预测结束时间作为后续环节的预测开始时间。In some possible implementation manners, the progress monitoring module is further configured to: if the preset timing relationship indicates that the first link and the second link included in the monitored service are executed in sequence, then the predicted end time of the first link is used as the first link The predicted start time of the second link; if the preset timing relationship indicates that the first link and the third link included in the monitored business are executed in parallel, the latest predicted end time of the first link and the third link is selected as the follow-up link The forecast start time.
在一些可能的实施方式中,该进度预测模块还用于:抓取日程表信息,并根据该日程表信息确定出被监控业务的可用工作期间;以及,根据该可用工作期间调整该预测进度信息。In some possible implementation manners, the progress prediction module is further used to: capture schedule information, and determine the available work period of the monitored service according to the schedule information; and adjust the predicted progress information according to the available work period .
第三方面,提供一种业务进度监控系统,用于监控至少一个被监控业务的业务进度,且该系统包括:至少一个被监控业务,用于存储多个历史业务的历史业务集,以及如上述第二方面的监控装置。In a third aspect, a service progress monitoring system is provided for monitoring the service progress of at least one monitored service, and the system includes: at least one monitored service, used to store historical service sets of multiple historical services, and as described above The monitoring device of the second aspect.
第四方面,提供一种业务进度监控装置,包括:一个或者多个多核处理器;存储器,用于存储一个或多个程序;当该一个或多个程序被该一个或者多个多核处理器执行时,使得该一个或多个多核处理器实现:利用相似度模型从历史业务集中确定被监控业务的至少一个相似历史业务,并根据该至少一个相似历史业务计算被监控业务的预测进度信息;利用程序埋点获得被监控业务的实际进度信息;通过对该实际进度信息与该预测进度信息进行比较,以监控被监控业务的进度。In a fourth aspect, a business progress monitoring device is provided, including: one or more multi-core processors; a memory for storing one or more programs; when the one or more programs are executed by the one or more multi-core processors When the time, the one or more multi-core processors are made to realize: use the similarity model to determine at least one similar historical business of the monitored business from the historical business set, and calculate the predicted progress information of the monitored business according to the at least one similar historical business; The program embeds points to obtain the actual progress information of the monitored business; compare the actual progress information with the predicted progress information to monitor the progress of the monitored business.
第五方面,提供一种计算机可读存储介质,该计算机可读存储介质存储有程序,当该程序被多核处理器执行时,使得该多核处理器执行如上述第一方面的方法。In a fifth aspect, a computer-readable storage medium is provided, and the computer-readable storage medium stores a program, and when the program is executed by a multi-core processor, the multi-core processor is caused to execute the method of the above-mentioned first aspect.
本申请实施例采用的上述至少一个技术方案能够达到以下有益效果:本实施例中,通过由历史业务集作为训练样本库而训练获得可信的相似度模型,并通过引用该相似度模型而获取被监控业务的相似历史业务,从而得以基于相似 历史业务而预测被监控业务的进度信息,从而提供了客观标准的预测体系,能够实现对被监控业务的有效监控。The above-mentioned at least one technical solution adopted in the embodiment of this application can achieve the following beneficial effects: In this embodiment, a credible similarity model is obtained by training with a historical business set as a training sample library, and obtained by referencing the similarity model The similar historical business of the monitored business can predict the progress information of the monitored business based on the similar historical business, thereby providing an objective and standard forecasting system, enabling effective monitoring of the monitored business.
应当理解,上述说明仅是本发明技术方案的概述,以便能够更清楚地了解本发明的技术手段,从而可依照说明书的内容予以实施。为了让本发明的上述和其它目的、特征和优点能够更明显易懂,以下特举例说明本发明的具体实施方式。It should be understood that the above description is only an overview of the technical solution of the present invention, so that the technical means of the present invention can be understood more clearly, so that it can be implemented in accordance with the content of the description. In order to make the above and other objectives, features and advantages of the present invention more obvious and understandable, the following examples illustrate the specific embodiments of the present invention.
附图说明Description of the drawings
通过阅读下文的示例性实施例的详细描述,本领域普通技术人员将明白本文所述的有点和益处以及其他优点和益处。附图仅用于示出示例性实施例的目的,而并不认为是对本发明的限制。而且在整个附图中,用相同的标号表示相同的部件。在附图中:By reading the detailed description of the exemplary embodiments below, those of ordinary skill in the art will understand the advantages and benefits described herein, as well as other advantages and benefits. The drawings are only used for the purpose of illustrating exemplary embodiments, and are not considered as a limitation to the present invention. Moreover, the same reference numerals are used to denote the same components throughout the drawings. In the attached picture:
图1为根据本发明一实施例的业务进度监控方法的流程示意图;FIG. 1 is a schematic flowchart of a method for monitoring business progress according to an embodiment of the present invention;
图2为根据本发明一实施例的业务进度监控装置的结构示意图;Figure 2 is a schematic structural diagram of a business progress monitoring device according to an embodiment of the present invention;
图3为根据本发明又一实施例的业务进度监控装置的结构示意图;3 is a schematic structural diagram of a service progress monitoring device according to another embodiment of the present invention;
图4为根据本发明一实施例的计算机可读存储介质的示意图。Fig. 4 is a schematic diagram of a computer-readable storage medium according to an embodiment of the present invention.
在附图中,相同或对应的标号表示相同或对应的部分。In the drawings, the same or corresponding reference numerals indicate the same or corresponding parts.
具体实施方式detailed description
下面将参照附图更详细地描述本公开的示例性实施例。虽然附图中显示了本公开的示例性实施例,然而应当理解,可以以各种形式实现本公开而不应被这里阐述的实施例所限制。相反,提供这些实施例是为了能够更透彻地理解本公开,并且能够将本公开的范围完整的传达给本领域的技术人员。Hereinafter, exemplary embodiments of the present disclosure will be described in more detail with reference to the accompanying drawings. Although the drawings show exemplary embodiments of the present disclosure, it should be understood that the present disclosure can be implemented in various forms and should not be limited by the embodiments set forth herein. On the contrary, these embodiments are provided to enable a more thorough understanding of the present disclosure and to fully convey the scope of the present disclosure to those skilled in the art.
在本发明中,应理解,诸如“包括”或“具有”等术语旨在指示本说明书中所公开的特征、数字、步骤、行为、部件、部分或其组合的存在,并且不旨在排除一个或多个其他特征、数字、步骤、行为、部件、部分或其组合存在的可能性。In the present invention, it should be understood that terms such as "including" or "having" are intended to indicate the existence of the features, numbers, steps, actions, components, parts, or combinations thereof disclosed in this specification, and are not intended to exclude one Or the possibility of the existence of multiple other features, numbers, steps, behaviors, components, parts or combinations thereof.
另外还需要说明的是,在不冲突的情况下,本发明中的实施例及实施例中的特征可以相互组合。下面将参考附图并结合实施例来详细说明本发明。In addition, it should be noted that the embodiments of the present invention and the features in the embodiments can be combined with each other if there is no conflict. Hereinafter, the present invention will be described in detail with reference to the drawings and in conjunction with the embodiments.
图1示意性地示出了根据本发明实施方式的业务进度监控方法100的流程示意图,优选地但非必须地,图1所示的方法可在云端服务器、服务器集群处执行,更具体地,图1所示的方法可由设置于银联系统中的具体模块执行。本实施例中,以云端服务器作为执行主体进行具体阐述,然而应当理解,本申请对执行主体并无具体限制。Fig. 1 schematically shows a flow chart of a business progress monitoring method 100 according to an embodiment of the present invention. Preferably, but not necessarily, the method shown in Fig. 1 can be executed at a cloud server or a server cluster, more specifically, The method shown in Figure 1 can be executed by a specific module set in the UnionPay system. In this embodiment, the cloud server is used as the execution subject for specific explanations. However, it should be understood that the application does not specifically limit the execution subject.
如图1所示,该方法100包括:As shown in FIG. 1, the method 100 includes:
步骤S101、利用相似度模型从历史业务集中确定被监控业务的至少一个相似历史业务,并根据至少一个相似历史业务计算被监控业务的预测进度信息;Step S101: Use the similarity model to determine at least one similar historical business of the monitored business from the historical business set, and calculate the predicted progress information of the monitored business according to the at least one similar historical business;
具体地,历史业务集用于存储多个历史业务的实际执行数据。上述相似度模型用于从历史业务集中筛选出与被监控业务相似度高的若干个历史业务作为被监控业务的相似历史业务。可选地,可以对历史业务集中各历史业务携带的多维评价指标进行训练以获取该相似度模型。Specifically, the historical service set is used to store actual execution data of multiple historical services. The above-mentioned similarity model is used to centrally screen out several historical businesses with high similarity to the monitored business from the historical business as similar historical businesses of the monitored business. Optionally, the multi-dimensional evaluation index carried by each historical business in the historical business set can be trained to obtain the similarity model.
在一些可能的实施方式中,多维评价指标可以包括以下多种维度:项目性质、项目类型、采购方式、项目评级。具体地,多维评价指标可以包括:(1)项目性质,标记采购性质,如IT项目、工程项目等,在相似度模型中,每种采购性质可以转换为[1,10]范围内的数值标识;(2)项目类型,标记采购大类,如货物类、服务类等,在相似度模型中,每种采购类型可以转换为[1,10]范围内的数值标识;值越大,表示实施难度越大;(3)采购方式,标记采购方式,如公开招标、单一来源、询价等,在相似度模型中,每种采购方式可以转换为[1,10]范围内的数值标识;(4)项目评级,标记需求人员对项目的评价,比如高重要级、低重要级等;相似度模型中可以转换为[1,10]范围内的数值标识。上述数值标识与业务执行难度、业务执行时长具有关联关系,可以利用预先创建的评价指标体系而确定。可以理解,上述各个维度的评价指标均与业务的执行时长均具有关联关系,因此可以通过对上述多维评价指标执行模型训练,在相似度模型中确定对应于各维度的权重参数。In some possible implementation manners, the multi-dimensional evaluation index may include the following multiple dimensions: project nature, project type, procurement method, and project rating. Specifically, the multi-dimensional evaluation indicators can include: (1) Project nature, marking the procurement nature, such as IT projects, engineering projects, etc. In the similarity model, each procurement nature can be converted into a numerical identification within the range of [1,10] ; (2) Item type, mark the purchase category, such as goods, services, etc. In the similarity model, each purchase type can be converted to a numerical identifier within the range of [1,10]; the larger the value, the implementation The more difficult it is; (3) Procurement methods, mark procurement methods, such as public bidding, single source, inquiry, etc. In the similarity model, each procurement method can be converted into a numerical identification within the range of [1,10]; 4) Project rating, marking the evaluation of the project by the demanding personnel, such as high importance level, low importance level, etc.; the similarity model can be converted into a numerical identification within the range of [1,10]. The above-mentioned numerical identifiers are related to the difficulty of business execution and the length of business execution, and can be determined by using a pre-created evaluation index system. It can be understood that the evaluation indicators of the above dimensions all have an associated relationship with the execution time of the business. Therefore, the weight parameters corresponding to each dimension can be determined in the similarity model by performing model training on the above multi-dimensional evaluation indicators.
在一些可能的实施方式中,为了确定被监控业务的至少一个相似历史业务,步骤S101还可以包括:将被监控业务的多维评价指标分别和历史业务集中各历史业务的多维评价指标输入相似度模型,以输出被监控业务与各历史业务之间的相似度值;根据相似度值的排序结果确定被监控业务的至少一个相似历史业务。In some possible implementation manners, in order to determine at least one similar historical business of the monitored business, step S101 may further include: inputting the multi-dimensional evaluation index of the monitored business and the multi-dimensional evaluation index of each historical business in the historical business set into the similarity model , To output the similarity value between the monitored business and each historical business; at least one similar historical business of the monitored business is determined according to the sorting result of the similarity value.
具体地,被监控业务和各历史业务的多维评价指标可以是通过爬虫软件抓取业务属性信息而获取的。举例来说,可以通过抓取该被监控业务的属性信息而获取以下内容:<项目性质:IT项目;项目类型:货物类,采购方式:公开招标,项目评分:高重要级>;进一步地,可以通过预先创建的评价指标体系而将上述抓取的属性信息转换为多维评价指标,该多维评价指标可以形成为一维数组格式,比如被监控业务的多维评价指标可以形成为(x 1,x 2,x 3,x 4),各历史业务的多维评价指标可以形成为(y 1,y 2,y 3,y 4)。进一步地,将上述(x 1,x 2,x 3,x 4)与(y 1,y 2,y 3,y 4)输入训练好的相似度模型,并输出被监控业务与各历史业务之间的相似度值C x,y,进一步可以通过对相似度值进行排序而从历史业务集中筛选出相似度较高的历史业务。例如,可以选取历史业务集中相似度值排序为10%的历史业务作为相似历史业务。可以理解,通过将多维评价指标输入相似度模型以获取用于筛选历史业务的相似度值,能够从历史业务集中筛选出相似度更高的历史业务作为相似历史业务。 Specifically, the multi-dimensional evaluation index of the monitored business and each historical business may be obtained by crawling the service attribute information through crawler software. For example, the following content can be obtained by capturing the attribute information of the monitored business: <Project nature: IT project; Project type: Goods, Procurement method: Public bidding, Project rating: High importance level>; further, The captured attribute information can be converted into a multi-dimensional evaluation index through a pre-created evaluation index system. The multi-dimensional evaluation index can be formed into a one-dimensional array format. For example, the multi-dimensional evaluation index of the monitored business can be formed as (x 1 , x 2 , x 3 , x 4 ), the multi-dimensional evaluation index of each historical business can be formed as (y 1 , y 2 , y 3 , y 4 ). Further, input the above-mentioned (x 1 , x 2 , x 3 , x 4 ) and (y 1 , y 2 , y 3 , y 4 ) into the trained similarity model, and output the difference between the monitored business and each historical business The similarity value C x, y between the two can be further sorted by the similarity value to filter the historical business with higher similarity from the historical business set. For example, it is possible to select a historical business with a similarity value of 10% in the historical business concentration as a similar historical business. It can be understood that by inputting the multi-dimensional evaluation index into the similarity model to obtain the similarity value used to filter the historical business, the historical business with higher similarity can be selected from the historical business set as the similar historical business.
在一些可能的实施方式中,可以通过对被监控业务和各历史业务执行关键词匹配而获取各自对应的多维评价指标。In some possible implementations, the corresponding multi-dimensional evaluation index can be obtained by performing keyword matching on the monitored business and each historical business.
举例来说,若在被监控业务的日志中并未明示标记出多维评价指标,在此情况下,可以通过对被监控业务的日志执行关键词匹配而获取若干个目标关键词,例如<IT项目;货物类,公开招标,高重要级>;进一步根据预先创建好的评价指标体系而将上述关键词转换为被监控业务的多维评价指标。For example, if the multi-dimensional evaluation index is not clearly marked in the log of the monitored business, in this case, you can obtain several target keywords by performing keyword matching on the log of the monitored business, such as <IT item ; Cargo category, public bidding, high importance level>; Further, according to the pre-created evaluation index system, the above keywords are converted into multi-dimensional evaluation indexes of the monitored business.
在一些可能的实施方式中,进一步地,相似度模型利用以下相似度算法计算被监控业务与各历史业务之间的相似度值;In some possible implementations, further, the similarity model uses the following similarity algorithm to calculate the similarity value between the monitored business and each historical business;
Figure PCTCN2020109080-appb-000003
Figure PCTCN2020109080-appb-000003
其中,C x,y为被监控业务与各历史业务之间的相似度值,x i为被监控业务的第i维评价指标,y i为各历史业务的第i维评价指标,i为维度序号,取值为1~M,M为正整数,k i为对应于第i维评价指标的权值参数,具体可以在模型训练中确定。 Among them, C x, y is the similarity value between the monitored business and each historical business, x i is the i-th dimension evaluation index of the monitored business, y i is the i-th dimension evaluation index of each historical business, and i is the dimension The serial number is 1 to M, M is a positive integer, and k i is a weight parameter corresponding to the i-th dimension evaluation index, which can be specifically determined during model training.
举例来说,针对被监控业务的多维评价指标:(x 1,x 2,x 3,x 4),各历史业务的多维评价指标:(y 1,y 2,y 3,y 4)。就可以另M=4而确定相似度,可以看出,本实施例中相似度模型采用了逻辑简单且运算量较小的相似度算法。 For example, the multi-dimensional evaluation index for the monitored business: (x 1 , x 2 , x 3 , x 4 ), and the multi-dimensional evaluation index for each historical business: (y 1 , y 2 , y 3 , y 4 ). The similarity can be determined by another M=4. It can be seen that the similarity model in this embodiment adopts a similarity algorithm with simple logic and a small amount of calculation.
在一些可能的实施方式中,步骤S101进一步可以包括:针对被监控业务的每个环节,确定各相似历史业务对应的历史环节时长;对各相似历史业务对应的历史环节时长执行加权累加运算,得到被监控业务的每个环节的预测环节时长。In some possible implementations, step S101 may further include: for each link of the monitored business, determining the historical link duration corresponding to each similar historical business; performing a weighted accumulation operation on the historical link duration corresponding to each similar historical business to obtain The forecast link duration of each link of the monitored business.
举例来说,常规性的企业采购流程通常可以归纳划分为16个环节:编制方案文件、报批方案文件、审核方案文件、采购委审批、发布采购公告、组织采购评审、编制采购结果报告、报批采购结果、采购委审批、采购结果公示、采购结果通知、编制采购合同、审核采购合同、审批采购合同、确认合同审批结果、签署及移交采购合同。所有环节构成进度模板库。进一步地,被监控业务中的主办人可从进度模板库中筛选进度环节,构成本业务的环节信息表,也可以由业务的属性而自动确定包含的环节。For example, the conventional corporate procurement process can usually be summarized and divided into 16 links: preparation of plan documents, submission of plan documents, review of plan documents, approval of the procurement committee, release of procurement announcements, organization of procurement reviews, preparation of procurement results reports, and approval of procurement Results, approval by the purchasing committee, announcement of purchasing results, notification of purchasing results, preparation of purchasing contracts, review of purchasing contracts, approval of purchasing contracts, confirmation of contract approval results, signing and handover of purchasing contracts. All links constitute a progress template library. Further, the sponsor in the monitored business can filter the progress links from the progress template library to form the link information table of the business, or can automatically determine the links included based on the attributes of the business.
进一步地,在确定被监控业务包含的多个环节之后,可以根据以下执行加权累加运算公式确定被监控业务r在每个环节j的预测环节时长:Further, after determining the multiple links included in the monitored service, the predicted link duration of each link j of the monitored service r can be determined according to the following execution weighted accumulation calculation formula:
Figure PCTCN2020109080-appb-000004
Figure PCTCN2020109080-appb-000004
其中:p q为相似历史业务q的权值,t q,j为相似历史业务q在该环节j的实际执行时间,q为相似历史业务的序号,q=1,...,n,变量n的取值取决于相似历史 业务的个数。通过利用上述方案,将进度监控的基本单元缩小为环节,能够更加及时准确地执行进度监控。 Among them: p q is the weight of similar historical business q, t q, j is the actual execution time of similar historical business q in this link j, q is the serial number of similar historical business, q=1,...,n, variables The value of n depends on the number of similar historical businesses. By using the above scheme, the basic unit of progress monitoring is reduced to links, and progress monitoring can be performed more timely and accurately.
在一些可能的实施方式中,在上述加权累加运算中,还可以包括:由各相似历史业务对应的相似度值而确定权值。In some possible implementation manners, in the foregoing weighted accumulation operation, it may further include: determining the weight value based on the similarity value corresponding to each similar historical business.
举例来说,对于被监控业务r,其对应的相似历史业务的相似度值为v 1,v 2,v 3,…,v n,基于此,可以利用该多个相似度值计算上述加权累加运算中的权值p i。比如可以设置多段阈值区间,并对相似度值处于指定阈值区间的相似历史业务赋予指定权值。 For example, for the monitored service r, the similarity values of the corresponding similar historical services are v 1 , v 2 , v 3 ,..., v n . Based on this, the multiple similarity values can be used to calculate the above-mentioned weighted accumulation The weight p i in the calculation. For example, multiple threshold intervals can be set, and similar historical businesses with similarity values within the specified threshold interval can be assigned a specified weight.
在一些可能的实施方式中,在上述加权累加运算中,还可以包括:对各相似历史业务对应的相似度值执行离差标准化处理,并将离差标准化处理后的相似度值转化为权值。具体地,使上述全部相似历史业务的权值之和为1,通过上述离差标准化处理能够确定更为符合客观规律的权值分布。In some possible implementation manners, in the above-mentioned weighted accumulation operation, it may further include: performing dispersion standardization processing on the similarity values corresponding to each similar historical business, and converting the similarity values after the dispersion standardization processing into weights. . Specifically, the sum of the weights of all the above-mentioned similar historical services is set to 1, and the weight distribution that is more in line with objective laws can be determined through the above-mentioned deviation standardization processing.
举例来说,对于被监控业务r,选取与其相似度最高的前n个历史业务作为相似历史业务,且与其相似度最高的前n+1个历史业务的相似度值基于升序排列为v 1,v 2,v 3,…,v n+1。通过如下公式,实现对v q值在0-1区间标准化: For example, for the monitored service r, the top n historical services with the highest similarity are selected as similar historical services, and the similarity values of the top n+1 historical services with the highest similarity are arranged in ascending order as v 1 , v 2 ,v 3 ,…,v n+1 . The following formula is used to standardize the value of v q in the range of 0-1:
Figure PCTCN2020109080-appb-000005
Figure PCTCN2020109080-appb-000005
其中,v max取值为v n+1,v min取值为0。 Among them, the value of v max is v n+1 , and the value of v min is 0.
进一步地,根据v′ 1,v′ 2,v′ 3…,v′ n可得到相似度最高的前n个历史业务(也即相似历史业务)中,每个相似历史业务q的权值: Further, according to v′ 1 , v′ 2 , v′ 3 …, v′ n , the weight of each similar historical business q among the first n historical businesses with the highest similarity (that is, similar historical business) can be obtained:
Figure PCTCN2020109080-appb-000006
Figure PCTCN2020109080-appb-000006
如图1所示,该方法100包括:As shown in FIG. 1, the method 100 includes:
步骤S102、利用程序埋点获得被监控业务的实际进度信息;Step S102: Obtain actual progress information of the monitored business by using the program burying point;
具体地,程序埋点是指针对特定行为或事件进行捕获、处理和发送的相关技术及其实施过程,开发人员可以按需预置程序埋点策略。例如,需要收集被监控业务A的实际进度信息,就可以将被监控业务A按时间序列划分为多个子 任务集(a 1,a 2,…,a n),在每个子任务结束的位置插入程序埋点,得到(a 1,埋点1,a 2,埋点2,…,a n,埋点n),进而当被监控业务流转到各程序埋点时,调用接口并将被监控业务的执行信息传来,能够获得被监控业务的实际进度信息,从而减少用户在被监控业务执行过程中的人工查看业务进度的操作,降低了监控的繁杂度且监控的实时性较高。 Specifically, the program embedding point refers to the related technology and the implementation process of capturing, processing and sending a specific behavior or event, and the developer can preset the program embedding point strategy as needed. For example, it is necessary to collect actual progress information monitoring service A, can be monitored service A is divided into a plurality of sub-task set time sequence (a 1, a 2, ... , a n), is inserted at the end of each sub-task location buried procedures, to give (a 1, buried 1, a 2, buried 2, ..., a n, a buried n-point), and further, when monitoring traffic to flow buried each program, and will be the monitoring service call interface The actual progress information of the monitored business can be obtained from the execution information of the monitored business, thereby reducing the manual operation of the user to view the business progress during the execution of the monitored business, reducing the complexity of monitoring and the real-time monitoring.
在一些可能的实施方式中,步骤S102进一步可以包括:被监控业务在每个环节设有对应的程序埋点,当被监控业务执行到每个环节对应的程序埋点时,获得每个环节的实际开始时间与实际结束时间。In some possible implementation manners, step S102 may further include: the monitored business has a corresponding program embedding point in each link, and when the monitored business is executed to the corresponding program embedding point of each link, the information of each link is obtained. Actual start time and actual end time.
具体地,当被监控业务流转到程序埋点时,调用接口并将被监控业务的执行信息传来,进而通过分析上述执行信息而获取各环节的实际开始时间、实际结束时间等数据,并存入各环节的元数据中。可选地,上述程序埋点可以设置于每个环节的开始位置或结束位置,进而可以无需分析而直接由业务执行到程序埋点的时间而确定上述每个环节的实际开始时间与实际结束时间。Specifically, when the monitored business flows to the program embedding point, the interface is called and the execution information of the monitored business is transmitted, and then the actual start time, actual end time and other data of each link are obtained by analyzing the above execution information, and coexist Into the metadata of each link. Optionally, the above procedure point can be set at the start position or the end position of each link, and the actual start time and actual end time of each link above can be determined directly from the time from business execution to procedure point without analysis. .
如图1所示,该方法100包括:As shown in FIG. 1, the method 100 includes:
步骤S103、通过对实际进度信息与预测进度信息进行比较,以监控被监控业务的进度。Step S103: The actual progress information is compared with the predicted progress information to monitor the progress of the monitored service.
具体地,可以将对比结果展示在图形界面上,以直观地展示预测进度信息与实际进度信息之间的差异。Specifically, the comparison result can be displayed on a graphical interface to visually display the difference between the predicted progress information and the actual progress information.
在一些可能的实施方式中,步骤S103进一步可以包括:根据被监控业务的启动时间、被监控业务包含的多个环节之间的预设时序关系以及每个环节的预测环节时长计算被监控业务的每个环节的预测开始时间与预测结束时间;通过对被监控业务的每个环节的预测开始时间、预测结束时间、实际开始时间与实际结束时间进行比较,以监控被监控业务中每个环节的进度。In some possible implementation manners, step S103 may further include: calculating the monitored service's time according to the startup time of the monitored service, the preset timing relationship among multiple links included in the monitored service, and the predicted link duration of each link. The predicted start time and predicted end time of each link; compare the predicted start time, predicted end time, actual start time and actual end time of each link of the monitored business to monitor the performance of each link in the monitored business. schedule.
具体地,被监控业务包含的多个环节之间存在预设时序关系,举例来说,必须在“审批采购合同”环节执行完毕之后,才能开始执行“确认合同审批结果”环节,又比如,必须在“采购结果公示”与“采购结果通知”环节均执行 完毕之后,才能开始执行“编制采购合同”环节,因此上述预设时序关系既可以指示多个环节顺序执行,也可以指示多个环节并行执行。Specifically, there is a preset timing relationship between the multiple links in the monitored business. For example, the “confirmation of contract approval results” link must be executed after the “approval of procurement contract” link is completed. For example, the link must After the "procurement result announcement" and "procurement result notification" links have been executed, the "preparation of procurement contract" link can be executed. Therefore, the above-mentioned preset timing relationship can indicate that multiple links are executed sequentially or in parallel. carried out.
进一步地,在获取该被监控业务的启动时间后,可以基于上述预设时序关系与每个环节的预测环节时长遍历该被监控业务的每个环节,从而可以获取每个环节的预测开始时间与预测结束时间。Further, after obtaining the start time of the monitored service, each link of the monitored service can be traversed based on the above-mentioned preset timing relationship and the predicted link duration of each link, so as to obtain the predicted start time and time of each link. Forecast end time.
在一些可能的实施方式中,在上述计算被监控业务的每个环节的预测开始时间与预测结束时间的过程中,若预设时序关系指示被监控业务包含的第一环节与第二环节顺序执行,则另第一环节的预测结束时间作为第二环节的预测开始时间。对于并行执行的环节,还可以包括:若预设时序关系指示被监控业务包含的第一环节与第三环节并行执行,则选择第一环节与第三环节中的最晚的预测结束时间作为后续环节的预测开始时间。这样则考虑到了环节的并行特征,避免了预测进度信息中出现时序混乱问题。In some possible implementations, in the above calculation of the predicted start time and predicted end time of each link of the monitored service, if the preset timing relationship indicates that the first link and the second link included in the monitored service are executed in sequence , Then the predicted end time of the first link is used as the predicted start time of the second link. For the parallel execution link, it can also include: if the preset timing relationship indicates that the first link and the third link included in the monitored service are executed in parallel, then the latest predicted end time of the first link and the third link is selected as the follow-up The predicted start time of the link. In this way, the parallel characteristics of the links are taken into consideration, and the problem of timing confusion in the predicted progress information is avoided.
在一些可能的实施方式中,还可以包括:抓取日程表信息,并根据日程表信息确定出被监控业务的可用工作期间;以及,根据可用工作期间调整预测进度信息。具体地,上述日程表信息可以包括业务涉及人员的日程表信息、用于指示天气因素的日程表信息等。In some possible implementation manners, it may further include: capturing schedule information, and determining the available working period of the monitored service according to the schedule information; and adjusting the predicted progress information according to the available working period. Specifically, the aforementioned schedule information may include schedule information of the personnel involved in the business, schedule information used to indicate weather factors, and the like.
本实施例中,通过由历史业务集作为训练样本库而训练获得可信的相似度模型,并通过引用该相似度模型而获取被监控业务的相似历史业务,从而得以基于相似历史业务而预测被监控业务的进度信息,从而提供了客观标准的预测体系,基于该预测体系,能够实现对被监控业务的有效监控。此外,通过缩小上述进度监控的单元,从环节层面来对被监控业务的进度进行精细化预测,进而可以提供更为精细准确的监控效果。In this embodiment, a credible similarity model is obtained by training the historical business set as a training sample library, and the similar historical business of the monitored business is obtained by quoting the similarity model, so that the predicted business based on the similar historical business Monitoring the progress information of the business, thereby providing an objective standard forecasting system, based on the forecasting system, can realize the effective monitoring of the monitored business. In addition, by reducing the above-mentioned progress monitoring unit, the progress of the monitored business can be refinedly predicted from the link level, thereby providing a more precise and accurate monitoring effect.
基于相同的技术构思,本发明实施例还提供一种业务进度监控装置,用于执行上述任一实施例所提供的业务进度监控方法。图2为本发明实施例提供的一种业务进度监控装置结构示意图。Based on the same technical concept, an embodiment of the present invention also provides a service progress monitoring device, which is used to execute the service progress monitoring method provided in any of the foregoing embodiments. Fig. 2 is a schematic structural diagram of a service progress monitoring apparatus provided by an embodiment of the present invention.
如图2所示,业务进度监控装置200包括:As shown in Figure 2, the business progress monitoring device 200 includes:
进度预测模块201,用于利用相似度模型确定被监控业务的至少一个相似历史业务,并根据该至少一个相似历史业务计算被监控业务的预测进度信息;The progress prediction module 201 is configured to use the similarity model to determine at least one similar historical business of the monitored business, and calculate the predicted progress information of the monitored business according to the at least one similar historical business;
进度跟踪模块202,用于利用程序埋点获得被监控业务的实际进度信息;The progress tracking module 202 is used to obtain the actual progress information of the monitored business by using the program buried point;
进度监控模块203,用于通过对该实际进度信息与该预测进度信息进行比较,以监控被监控业务的进度。The progress monitoring module 203 is configured to monitor the progress of the monitored service by comparing the actual progress information with the predicted progress information.
在一些可能的实施方式中,该进度预测模块201还用于:将被监控业务的多维评价指标分别和各历史业务的多维评价指标输入该相似度模型,以输出被监控业务与各历史业务之间的相似度值;根据该相似度值的排序结果确定被监控业务的至少一个相似历史业务。In some possible implementation manners, the progress prediction module 201 is also used to input the multi-dimensional evaluation index of the monitored business and the multi-dimensional evaluation index of each historical business into the similarity model to output the difference between the monitored business and each historical business. The similarity value between the two; at least one similar historical business of the monitored business is determined according to the sorting result of the similarity value.
在一些可能的实施方式中,该进度预测模块201还用于:通过对被监控业务和各历史业务执行关键词匹配而获取各自对应的该多维评价指标。In some possible implementation manners, the progress prediction module 201 is further configured to obtain the corresponding multi-dimensional evaluation index by performing keyword matching on the monitored business and each historical business.
在一些可能的实施方式中,该多维评价指标包括以下多种维度:项目性质、项目类型、采购方式、项目评级。In some possible implementation manners, the multi-dimensional evaluation index includes the following multiple dimensions: project nature, project type, procurement method, and project rating.
在一些可能的实施方式中,相似度模型利用以下相似度算法计算被监控业务与各历史业务之间的相似度值:
Figure PCTCN2020109080-appb-000007
其中,C x,y为被监控业务与各历史业务之间的相似度值,x i为被监控业务的第i维评价指标,y i为各历史业务的第i维评价指标,i为维度序号,取值为1~M,N +,k i为对应于该第i维评价指标的权值参数。
In some possible implementations, the similarity model uses the following similarity algorithm to calculate the similarity value between the monitored business and each historical business:
Figure PCTCN2020109080-appb-000007
Among them, C x,y is the similarity value between the monitored business and each historical business, x i is the i-th dimension evaluation index of the monitored business, y i is the i-th dimension evaluation index of each historical business, and i is the dimension The serial number, the value ranges from 1 to M, N + , and k i is the weight parameter corresponding to the i-th dimension evaluation index.
在一些可能的实施方式中,该进度预测模块201还包括:加权累加模块,用于针对被监控业务的每个环节,确定各相似历史业务对应的历史环节时长;对该各相似历史业务对应的历史环节时长执行加权累加运算,得到被监控业务的每个环节的预测环节时长。In some possible implementation manners, the progress prediction module 201 further includes: a weighted accumulation module for determining the duration of each historical link corresponding to each similar historical business for each link of the monitored business; The historical link duration performs a weighted accumulation calculation to obtain the predicted link duration of each link of the monitored business.
在一些可能的实施方式中,该加权累加模块还包括:权重模块,用于在该加权累加运算中,由该各相似历史业务对应的相似度值而确定权值。In some possible implementation manners, the weighted accumulation module further includes: a weight module, configured to determine the weight value from the similarity value corresponding to each similar historical service in the weighted accumulation operation.
在一些可能的实施方式中,该权重模块还用于:对该各相似历史业务对应的相似度值执行离差标准化处理,并将该离差标准化处理后的相似度值转化为该权值。In some possible implementation manners, the weight module is further used to: perform dispersion standardization processing on the similarity value corresponding to each similar historical business, and convert the similarity value after the dispersion standardization processing into the weight value.
在一些可能的实施方式中,该进度跟踪模块202还用于:被监控业务在每个环节设有对应的程序埋点,当被监控业务执行到该每个环节对应的该程序埋点时,获得该每个环节的实际开始时间与实际结束时间。In some possible implementation manners, the progress tracking module 202 is also used for: the monitored business has a corresponding program embedding point in each link, and when the monitored business is executed to the program embedding point corresponding to each link, Get the actual start time and actual end time of each link.
在一些可能的实施方式中,进度监控模块203还用于:根据被监控业务的启动时间、被监控业务包含的多个环节之间的预设时序关系以及该每个环节的预测环节时长计算被监控业务的每个环节的预测开始时间与预测结束时间;通过对被监控业务的每个环节的预测开始时间、预测结束时间、实际开始时间与实际结束时间进行比较,以监控被监控业务中每个环节的进度。In some possible implementation manners, the progress monitoring module 203 is also used to calculate the predicted link duration according to the startup time of the monitored service, the preset timing relationship among multiple links included in the monitored service, and the predicted link duration of each link. Monitor the predicted start time and predicted end time of each link of the monitored business; compare the predicted start time, predicted end time, actual start time and actual end time of each link of the monitored business to monitor each link in the monitored business. The progress of each link.
在一些可能的实施方式中,进度监控模块203还用于:若该预设时序关系指示被监控业务包含的第一环节与第二环节顺序执行,则另该第一环节的预测结束时间作为该第二环节的预测开始时间;若该预设时序关系指示被监控业务包含的第一环节与第三环节并行执行,则选择该第一环节与该第三环节中最晚的预测结束时间作为后续环节的预测开始时间。In some possible implementation manners, the progress monitoring module 203 is further configured to: if the preset timing relationship indicates that the first link and the second link included in the monitored service are executed sequentially, then the predicted end time of the first link is used as the The predicted start time of the second link; if the preset timing relationship indicates that the first link and the third link included in the monitored service are executed in parallel, the latest predicted end time of the first link and the third link is selected as the follow-up The predicted start time of the link.
在一些可能的实施方式中,该进度预测模块201还用于:抓取日程表信息,并根据该日程表信息确定出被监控业务的可用工作期间;以及,根据该可用工作期间调整该预测进度信息。In some possible implementation manners, the progress prediction module 201 is further configured to: capture schedule information, and determine the available work period of the monitored service according to the schedule information; and adjust the predicted progress according to the available work period information.
本实施例中,通过由历史业务集作为训练样本库而训练获得可信的相似度模型,并通过引用该相似度模型而获取被监控业务的相似历史业务,从而得以基于相似历史业务而预测被监控业务的进度信息,从而提供了客观标准的预测体系,基于该预测体系,能够实现对被监控业务的有效监控。此外,通过缩小上述进度监控的单元,从环节层面来对被监控业务的进度进行精细化预测,进而可以提供更为精细准确的监控效果。In this embodiment, a credible similarity model is obtained by training the historical business set as a training sample library, and the similar historical business of the monitored business is obtained by quoting the similarity model, so that the predicted business based on the similar historical business Monitoring the progress information of the business, thereby providing an objective standard forecasting system, based on the forecasting system, can realize the effective monitoring of the monitored business. In addition, by reducing the above-mentioned progress monitoring unit, the progress of the monitored business can be refinedly predicted from the link level, thereby providing a more precise and accurate monitoring effect.
需要说明的是,本申请实施例中的业务进度监控装置可以实现前述业务进度监控方法的实施例的各个过程,并达到相同的效果和功能,这里不再赘述。It should be noted that the service progress monitoring device in the embodiment of the present application can implement each process of the foregoing embodiment of the service progress monitoring method, and achieve the same effects and functions, which will not be repeated here.
基于相同的技术构思,本发明实施例还提供一种业务进度监控系统,用于监控至少一个被监控业务的业务进度,且该系统包括:至少一个被监控业务,用于存储多个历史业务的历史业务集,以及如上述的业务进度监控装置。Based on the same technical concept, the embodiment of the present invention also provides a service progress monitoring system for monitoring the service progress of at least one monitored service, and the system includes: at least one monitored service for storing multiple historical services Historical business set, and the business progress monitoring device as described above.
所属技术领域的技术人员能够理解,本发明的各个方面可以实现为设备、方法或计算机可读存储介质。因此,本发明的各个方面可以具体实现为以下形式,即:完全的硬件实施方式、完全的软件实施方式(包括固件、微代码等),或硬件和软件方面结合的实施方式,这里可以统称为“电路”、“模块”或“设备”。Those skilled in the art can understand that various aspects of the present invention can be implemented as a device, a method, or a computer-readable storage medium. Therefore, various aspects of the present invention can be specifically implemented in the following forms, namely: complete hardware implementation, complete software implementation (including firmware, microcode, etc.), or a combination of hardware and software implementations, which can be collectively referred to herein as "Circuit", "Module" or "Equipment".
在一些可能的实施方式中,本发明的一种业务进度监控装置可以至少包括一个或多个处理器、以及至少一个存储器。其中,所述存储器存储有程序,当所述程序被所述处理器执行时,使得所述处理器执行如图1所示的步骤:In some possible implementation manners, a service progress monitoring apparatus of the present invention may at least include one or more processors and at least one memory. Wherein, the memory stores a program, and when the program is executed by the processor, the processor is caused to perform the steps shown in FIG. 1:
步骤S101:利用相似度模型从历史业务集中确定被监控业务的至少一个相似历史业务,并根据该至少一个相似历史业务计算该被监控业务的预测进度信息;Step S101: Use the similarity model to determine at least one similar historical business of the monitored business from the historical business set, and calculate the predicted progress information of the monitored business according to the at least one similar historical business;
步骤S102:利用程序埋点获得该被监控业务的实际进度信息;Step S102: Obtain the actual progress information of the monitored service by using the program burying point;
步骤S103:通过对该实际进度信息与该预测进度信息进行比较,以监控该被监控业务的进度。Step S103: The actual progress information is compared with the predicted progress information to monitor the progress of the monitored service.
下面参照图3来描述根据本发明的这种实施方式的业务进度监控装置3。图3显示的装置3仅仅是一个示例,不应对本发明实施例的功能和使用范围带来任何限制。The service progress monitoring device 3 according to this embodiment of the present invention will be described below with reference to FIG. 3. The device 3 shown in FIG. 3 is only an example, and should not bring any limitation to the function and application scope of the embodiment of the present invention.
如图3所示,装置3可以以通用计算设备的形式表现,包括但不限于:至少一个处理器10、至少一个存储器20、连接不同设备组件的总线60。As shown in FIG. 3, the apparatus 3 may be in the form of a general-purpose computing device, including but not limited to: at least one processor 10, at least one memory 20, and a bus 60 connecting different device components.
总线60包括数据总线、地址总线和控制总线。The bus 60 includes a data bus, an address bus, and a control bus.
存储器20可以包括易失性存储器,例如随机存取存储器(RAM)21和/或高速缓存存储器22,还可以进一步包括只读存储器(ROM)23。The memory 20 may include a volatile memory, such as a random access memory (RAM) 21 and/or a cache memory 22, and may further include a read-only memory (ROM) 23.
存储器20还可以包括程序模块24,这样的程序模块24包括但不限于:操作设备、一个或者多个应用程序、其它程序模块以及程序数据,这些示例中的每一个或某种组合中可能包括网络环境的实现。The memory 20 may also include a program module 24. Such program module 24 includes, but is not limited to, an operating device, one or more application programs, other program modules, and program data. Each of these examples or a certain combination may include a network. The realization of the environment.
装置3还可以与一个或多个外部设备2(例如键盘、指向设备、蓝牙设备等)通信,也可与一个或者多个其他设备进行通信。这种通信可以通过输入/输出(I/O)接口40进行,并在显示单元30上进行显示。并且,装置3还可以通过网络适配器50与一个或者多个网络(例如局域网(LAN),广域网(WAN)和/或公共网络,例如因特网)通信。如图所示,网络适配器50通过总线60与装置3中的其它模块通信。应当明白,尽管图中未示出,但可以结合装置3使用其它硬件和/或软件模块,包括但不限于:微代码、设备驱动器、冗余处理单元、外部磁盘驱动阵列、RAID设备、磁带驱动器以及数据备份存储设备等。The apparatus 3 may also communicate with one or more external devices 2 (for example, a keyboard, a pointing device, a Bluetooth device, etc.), and may also communicate with one or more other devices. This communication can be performed through an input/output (I/O) interface 40 and displayed on the display unit 30. In addition, the device 3 may also communicate with one or more networks (for example, a local area network (LAN), a wide area network (WAN), and/or a public network, such as the Internet) through the network adapter 50. As shown in the figure, the network adapter 50 communicates with other modules in the device 3 through the bus 60. It should be understood that although not shown in the figure, other hardware and/or software modules can be used in conjunction with the device 3, including but not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, RAID devices, tape drives And data backup storage devices, etc.
图4示出了一种计算机可读存储介质,用于执行如上所述的方法。Fig. 4 shows a computer-readable storage medium for executing the method as described above.
在一些可能的实施方式中,本发明的各个方面还可以实现为一种计算机可读存储介质的形式,其包括程序代码,当所述程序代码在被处理器执行时,所述程序代码用于使所述处理器执行上面描述的方法。In some possible implementation manners, various aspects of the present invention can also be implemented in the form of a computer-readable storage medium, which includes program code. When the program code is executed by a processor, the program code is used for The processor is caused to execute the method described above.
上面描述的方法包括了上面的附图中示出和未示出的多个操作和步骤,这里将不再赘述。The above-described method includes multiple operations and steps shown and not shown in the above drawings, which will not be repeated here.
所述计算机可读存储介质可以采用一个或多个可读介质的任意组合。可读介质可以是可读信号介质或者可读存储介质。可读存储介质例如可以是——但不限于——电、磁、光、电磁、红外线、或半导体的设备、设备或器件,或者任意以上的组合。可读存储介质的更具体的例子(非穷举的列表)包括:具有一个或多个导线的电连接、便携式盘、硬盘、随机存取存储器(RAM)、只读存储器(ROM)、可擦式可编程只读存储器(EPROM或闪存)、光纤、便携式紧凑盘只读存储器(CD-ROM)、光存储器件、磁存储器件、或者上述的任意合适的组合。The computer-readable storage medium may adopt any combination of one or more readable media. The readable medium may be a readable signal medium or a readable storage medium. The readable storage medium may be, for example, but not limited to, an electrical, magnetic, optical, electromagnetic, infrared, or semiconductor device, device, or device, or a combination of any of the above. More specific examples (non-exhaustive list) of readable storage media include: electrical connections with one or more wires, portable disks, hard disks, random access memory (RAM), read-only memory (ROM), erasable Type programmable read only memory (EPROM or flash memory), optical fiber, portable compact disk read only memory (CD-ROM), optical storage device, magnetic storage device, or any suitable combination of the above.
如图4所示,描述了根据本发明的实施方式的计算机可读存储介质40,其可以采用便携式紧凑盘只读存储器(CD-ROM)并包括程序代码,并可以在终端设备,例如个人电脑上运行。然而,本发明的计算机可读存储介质不限于此,在 本文件中,可读存储介质可以是任何包含或存储程序的有形介质,该程序可以被指令执行设备、设备或者器件使用或者与其结合使用。As shown in FIG. 4, a computer-readable storage medium 40 according to an embodiment of the present invention is described. It can adopt a portable compact disk read-only memory (CD-ROM) and include program codes, and can be stored in a terminal device, such as a personal computer. Run on. However, the computer-readable storage medium of the present invention is not limited to this. In this document, the readable storage medium can be any tangible medium that contains or stores a program. The program can be used by or in combination with an instruction execution device, device, or device. .
可以以一种或多种程序设计语言的任意组合来编写用于执行本发明操作的程序代码,所述程序设计语言包括面向对象的程序设计语言—诸如Java、C++等,还包括常规的过程式程序设计语言—诸如“C”语言或类似的程序设计语言。程序代码可以完全地在用户计算设备上执行、部分地在用户设备上执行部分在远程计算设备上执行、或者完全在远程计算设备或服务器上执行。在涉及远程计算设备的情形中,远程计算设备可以通过任意种类的网络——包括局域网(LAN)或广域网(WAN)—连接到用户计算设备,或者,可以连接到外部计算设备(例如利用因特网服务提供商来通过因特网连接)。The program code used to perform the operations of the present invention can be written in any combination of one or more programming languages. The programming languages include object-oriented programming languages—such as Java, C++, etc., as well as conventional procedural styles. Programming language-such as "C" language or similar programming language. The program code may be executed entirely on the user's computing device, partly executed on the user's equipment and partly executed on the remote computing device, or entirely executed on the remote computing device or server. In the case of remote computing devices, the remote computing device can be connected to the user computing device through any kind of network-including a local area network (LAN) or a wide area network (WAN), or it can be connected to an external computing device (for example, using Internet services). Provider to connect via the Internet).
此外,尽管在附图中以特定顺序描述了本发明方法的操作,但是,这并非要求或者暗示必须按照该特定顺序来执行这些操作,或是必须执行全部所示的操作才能实现期望的结果。附加地或备选地,可以省略某些步骤,将多个步骤合并为一个步骤执行,和/或将一个步骤分解为多个步骤执行。In addition, although the operations of the method of the present invention are described in a specific order in the drawings, this does not require or imply that these operations must be performed in the specific order, or that all the operations shown must be performed to achieve the desired result. Additionally or alternatively, some steps may be omitted, multiple steps may be combined into one step for execution, and/or one step may be decomposed into multiple steps for execution.
虽然已经参考若干具体实施方式描述了本发明的精神和原理,但是应该理解,本发明并不限于所公开的具体实施方式,对各方面的划分也不意味着这些方面中的特征不能组合以进行受益,这种划分仅是为了表述的方便。本发明旨在涵盖所附权利要求的精神和范围内所包括的各种修改和等同布置。Although the spirit and principle of the present invention have been described with reference to several specific embodiments, it should be understood that the present invention is not limited to the disclosed specific embodiments, and the division of various aspects does not mean that the features in these aspects cannot be combined for performance. Benefit, this division is only for the convenience of presentation. The present invention is intended to cover various modifications and equivalent arrangements included within the spirit and scope of the appended claims.

Claims (27)

  1. 一种业务进度监控方法,其特征在于,包括:A method for monitoring business progress, which is characterized in that it comprises:
    利用相似度模型从历史业务集中确定被监控业务的至少一个相似历史业务,并根据所述至少一个相似历史业务计算所述被监控业务的预测进度信息;Using a similarity model to determine at least one similar historical business of the monitored business from a collection of historical services, and calculate the predicted progress information of the monitored business according to the at least one similar historical business;
    利用程序埋点获得所述被监控业务的实际进度信息;Obtain the actual progress information of the monitored business by using the program buried point;
    通过对所述实际进度信息与所述预测进度信息进行比较,以监控所述被监控业务的进度。The progress of the monitored service is monitored by comparing the actual progress information with the predicted progress information.
  2. 由权利要求1所述的方法,其特征在于,还包括:The method of claim 1, further comprising:
    将所述被监控业务的多维评价指标分别和所述历史业务集中各历史业务的多维评价指标输入所述相似度模型,以输出所述被监控业务与所述各历史业务之间的相似度值;Input the multi-dimensional evaluation index of the monitored business and the multi-dimensional evaluation index of each historical business in the historical business set into the similarity model to output the similarity value between the monitored business and each historical business ;
    根据所述相似度值的排序结果确定被监控业务的至少一个相似历史业务。Determine at least one similar historical business of the monitored business according to the sorting result of the similarity value.
  3. 由权利要求2所述的方法,其特征在于,还包括:The method of claim 2, further comprising:
    通过对所述被监控业务和所述各历史业务执行关键词匹配而获取各自对应的所述多维评价指标。The corresponding multi-dimensional evaluation index is obtained by performing keyword matching on the monitored business and each historical business.
  4. 由权利要求2所述的方法,其特征在于,所述多维评价指标包括以下多种维度:项目性质、项目类型、采购方式、项目评级。The method according to claim 2, wherein the multi-dimensional evaluation index includes the following multiple dimensions: project nature, project type, procurement method, and project rating.
  5. 由权利要求2所述的方法,其特征在于,所述相似度模型利用以下相似度算法计算所述被监控业务与所述各历史业务之间的相似度值;The method according to claim 2, wherein the similarity model uses the following similarity algorithm to calculate the similarity value between the monitored business and the historical business;
    Figure PCTCN2020109080-appb-100001
    Figure PCTCN2020109080-appb-100001
    其中,C x,y为所述被监控业务与所述各历史业务之间的相似度值,x i为所述被监控业务的第i维评价指标,y i为所述各历史业务的第i维评价指标,i为维度序号,i取值为1~M,M为正整数,k i为对应于所述第i维评价指标的权值参数。 Wherein, C x, y is the similarity value between the monitored business and the historical business, x i is the i-th dimension evaluation index of the monitored business, and y i is the historical business’s The i-dimensional evaluation index, i is the dimension serial number, the value of i is 1 to M, M is a positive integer, and k i is the weight parameter corresponding to the i-th dimension evaluation index.
  6. 由权利要求1所述的方法,其特征在于,利用所述至少一个相似历史业务计算所述被监控业务的预测进度信息,包括:The method according to claim 1, wherein using the at least one similar historical service to calculate the predicted progress information of the monitored service comprises:
    针对所述被监控业务的每个环节,确定各相似历史业务对应的历史环节时长;For each link of the monitored business, determine the historical link duration corresponding to each similar historical business;
    对所述各相似历史业务对应的历史环节时长执行加权累加运算,得到所述被监控业务的每个环节的预测环节时长。Perform a weighted accumulation operation on the historical link duration corresponding to each similar historical business to obtain the predicted link duration of each link of the monitored business.
  7. 由权利要求6所述的方法,其特征在于,还包括:The method according to claim 6, further comprising:
    在所述加权累加运算中,由所述各相似历史业务对应的相似度值而确定权值。In the weighted accumulation operation, the weight is determined by the similarity value corresponding to each similar historical business.
  8. 由权利要求7所述的方法,其特征在于,由所述各相似历史业务对应的相似度值而确定权值,还包括:The method according to claim 7, characterized in that determining the weight value according to the similarity value corresponding to each similar historical business, further comprising:
    对所述各相似历史业务对应的相似度值执行离差标准化处理,并将所述离差标准化处理后的相似度值转化为所述权值。Performing dispersion standardization processing on the similarity value corresponding to each similar historical business, and converting the similarity value after the dispersion standardization processing into the weight value.
  9. 由权利要求6所述的方法,其特征在于,所述利用程序埋点获得所述被监控业务的实际进度信息包括:The method according to claim 6, characterized in that said using the program to bury points to obtain the actual progress information of the monitored service comprises:
    所述被监控业务在每个环节设有对应的程序埋点,当所述被监控业务执行到所述每个环节对应的所述程序埋点时,获得所述每个环节的实际开始时间与实际结束时间。The monitored business has a corresponding program embedding point in each link. When the monitored service is executed to the program embedding point corresponding to each link, the actual start time and the actual start time of each link are obtained. The actual end time.
  10. 由权利要求9所述的方法,其特征在于,通过对所述实际进度信息与所述预测进度信息进行比较,以监控所述被监控业务的进度,包括:The method according to claim 9, wherein the monitoring of the progress of the monitored service by comparing the actual progress information with the predicted progress information comprises:
    根据所述被监控业务的启动时间、所述被监控业务包含的多个环节之间的预设时序关系以及所述每个环节的预测环节时长计算所述被监控业务的每个环节的预测开始时间与预测结束时间;Calculate the predicted start of each link of the monitored business according to the startup time of the monitored business, the preset timing relationship between the multiple links included in the monitored business, and the predicted link duration of each link Time and forecast ending time;
    通过对所述被监控业务的每个环节的预测开始时间、预测结束时间、实际开始时间与实际结束时间进行比较,以监控所述被监控业务中每个环节的进度。By comparing the predicted start time, predicted end time, actual start time and actual end time of each link of the monitored service, the progress of each link in the monitored service is monitored.
  11. 由权利要求10所述的方法,其特征在于,还包括:The method of claim 10, further comprising:
    若所述预设时序关系指示所述被监控业务包含的第一环节与第二环节顺序执行,则另所述第一环节的预测结束时间作为所述第二环节的预测开始时间;If the preset timing relationship indicates that the first link and the second link included in the monitored service are executed sequentially, then the predicted end time of the first link is used as the predicted start time of the second link;
    若所述预设时序关系指示所述被监控业务包含的第一环节与第三环节并行执行,则选择所述第一环节与所述第三环节中的最晚预测结束时间作为后续环节的预测开始时间。If the preset timing relationship indicates that the first link and the third link included in the monitored service are executed in parallel, the latest predicted end time of the first link and the third link is selected as the prediction of the subsequent link Starting time.
  12. 由权利要求10所述的方法,其特征在于,还包括:The method of claim 10, further comprising:
    抓取日程表信息,并根据所述日程表信息确定出所述被监控业务的可用工作期间;以及,Grab schedule information, and determine the available working period of the monitored service according to the schedule information; and,
    根据所述可用工作期间调整所述预测进度信息。Adjust the predicted progress information according to the available working period.
  13. 一种业务进度监控装置,其特征在于,包括:A business progress monitoring device, which is characterized in that it comprises:
    进度预测模块,用于利用相似度模型确定被监控业务的至少一个相似历史业务,并根据所述至少一个相似历史业务计算所述被监控业务的预测进度信息;A progress prediction module, configured to use a similarity model to determine at least one similar historical business of the monitored business, and calculate the predicted progress information of the monitored business according to the at least one similar historical business;
    进度跟踪模块,用于利用程序埋点获得所述被监控业务的实际进度信息;The progress tracking module is used to obtain the actual progress information of the monitored business by using the program buried point;
    进度监控模块,用于通过对所述实际进度信息与所述预测进度信息进行比较,以监控所述被监控业务的进度。The progress monitoring module is used to monitor the progress of the monitored service by comparing the actual progress information with the predicted progress information.
  14. 由权利要求13所述的装置,其特征在于,所述进度预测模块还用于:The device according to claim 13, wherein the progress prediction module is further configured to:
    将所述被监控业务的多维评价指标分别和各历史业务的多维评价指标输入所述相似度模型,以输出所述被监控业务与所述各历史业务之间的相似度值;Input the multi-dimensional evaluation index of the monitored business and the multi-dimensional evaluation index of each historical business into the similarity model to output the similarity value between the monitored business and each historical business;
    根据所述相似度值的排序结果确定被监控业务的至少一个相似历史业务。Determine at least one similar historical business of the monitored business according to the sorting result of the similarity value.
  15. 由权利要求14所述的装置,其特征在于,所述进度预测模块还用于:The device according to claim 14, wherein the progress prediction module is further configured to:
    通过对所述被监控业务和所述各历史业务执行关键词匹配而获取各自对应的所述多维评价指标。The corresponding multi-dimensional evaluation index is obtained by performing keyword matching on the monitored business and each historical business.
  16. 由权利要求14所述的装置,其特征在于,所述多维评价指标包括以下多种维度:项目性质、项目类型、采购方式、项目评级。The device according to claim 14, wherein the multi-dimensional evaluation index includes the following multiple dimensions: project nature, project type, procurement method, and project rating.
  17. 由权利要求14所述的装置,其特征在于,所述相似度模型利用以下相似度算法计算所述被监控业务与所述各历史业务之间的相似度值:The device according to claim 14, wherein the similarity model uses the following similarity algorithm to calculate the similarity value between the monitored business and the historical business:
    Figure PCTCN2020109080-appb-100002
    Figure PCTCN2020109080-appb-100002
    其中,C x,y为所述被监控业务与所述各历史业务之间的相似度值,x i为所述被监控业务的第i维评价指标,y i为所述各历史业务的第i维评价指标,i为维度序号,取值为1~M,M为正整数,k i为对应于所述第i维评价指标的权值参数。 Wherein, C x, y is the similarity value between the monitored business and the historical business, x i is the i-th dimension evaluation index of the monitored business, and y i is the historical business’s The i-dimensional evaluation index, i is the dimension serial number, with a value ranging from 1 to M, M is a positive integer, and k i is a weight parameter corresponding to the i-th dimension evaluation index.
  18. 由权利要求13所述的装置,其特征在于,所述进度预测模块还包括:The device according to claim 13, wherein the progress prediction module further comprises:
    加权累加模块,用于针对所述被监控业务的每个环节,确定各相似历史业务对应的历史环节时长;对所述各相似历史业务对应的历史环节时长执行加权累加运算,得到所述被监控业务的每个环节的预测环节时长。The weighted accumulation module is used to determine the historical link duration corresponding to each similar historical business for each link of the monitored business; perform a weighted accumulation operation on the historical link duration corresponding to each similar historical business to obtain the monitored business The forecast link duration of each link of the business.
  19. 由权利要求18所述的装置,其特征在于,所述加权累加模块还包括:The device of claim 18, wherein the weighted accumulation module further comprises:
    权重模块,用于在所述加权累加运算中,由所述各相似历史业务对应的相似度值而确定权值。The weight module is used to determine the weight value from the similarity value corresponding to each similar historical business in the weighted accumulation operation.
  20. 由权利要求18所述的装置,其特征在于,所述权重模块还用于:The device according to claim 18, wherein the weight module is further used for:
    对所述各相似历史业务对应的相似度值执行离差标准化处理,并将所述离差标准化处理后的相似度值转化为所述权值。Performing dispersion standardization processing on the similarity value corresponding to each similar historical business, and converting the similarity value after the dispersion standardization processing into the weight value.
  21. 由权利要求18所述的装置,其特征在于,所述进度跟踪模块还用于:The device according to claim 18, wherein the progress tracking module is further used for:
    所述被监控业务在每个环节设有对应的程序埋点,当所述被监控业务执行到所述每个环节对应的所述程序埋点时,获得所述每个环节的实际开始时间与实际结束时间。The monitored business has a corresponding program embedding point in each link. When the monitored service is executed to the program embedding point corresponding to each link, the actual start time and the actual start time of each link are obtained. The actual end time.
  22. 由权利要求21所述的装置,其特征在于,进度监控模块还用于:The device according to claim 21, wherein the progress monitoring module is further used for:
    根据所述被监控业务的启动时间、所述被监控业务包含的多个环节之间的预设时序关系以及所述每个环节的预测环节时长计算所述被监控业务的每个环节的预测开始时间与预测结束时间;Calculate the predicted start of each link of the monitored business according to the startup time of the monitored business, the preset timing relationship between the multiple links included in the monitored business, and the predicted link duration of each link Time and forecast ending time;
    通过对所述被监控业务的每个环节的预测开始时间、预测结束时间、实际开始时间与实际结束时间进行比较,以监控所述被监控业务中每个环节的进度。By comparing the predicted start time, predicted end time, actual start time and actual end time of each link of the monitored service, the progress of each link in the monitored service is monitored.
  23. 由权利要求22所述的装置,其特征在于,进度监控模块还用于:The device according to claim 22, wherein the progress monitoring module is further used for:
    若所述预设时序关系指示所述被监控业务包含的第一环节与第二环节顺序执行,则另所述第一环节的预测结束时间作为所述第二环节的预测开始时间;If the preset timing relationship indicates that the first link and the second link included in the monitored service are executed sequentially, then the predicted end time of the first link is used as the predicted start time of the second link;
    若所述预设时序关系指示所述被监控业务包含的第一环节与第三环节并行执行,则选择所述第一环节与所述第三环节中最晚的预测结束时间作为后续环节的预测开始时间。If the preset timing relationship indicates that the first link and the third link included in the monitored service are executed in parallel, the latest predicted end time of the first link and the third link is selected as the prediction of the subsequent link Starting time.
  24. 由权利要求14所述的装置,其特征在于,所述进度预测模块还用于:The device according to claim 14, wherein the progress prediction module is further configured to:
    抓取日程表信息,并根据所述日程表信息确定出所述被监控业务的可用工作期间;以及,Grab schedule information, and determine the available working period of the monitored service according to the schedule information; and,
    根据所述可用工作期间调整所述预测进度信息。Adjust the predicted progress information according to the available working period.
  25. 一种业务进度监控系统,其特征在于,用于监控至少一个被监控业务的业务进度,且所述系统包括:A business progress monitoring system, characterized in that it is used to monitor the business progress of at least one monitored business, and the system includes:
    至少一个被监控业务,用于存储多个历史业务的历史业务集,以及如权利要求13-24中任一项所述的监控装置。At least one monitored service is used to store historical service sets of multiple historical services, and the monitoring device according to any one of claims 13-24.
  26. 一种业务进度监控装置,其特征在于,包括:A business progress monitoring device, which is characterized in that it comprises:
    一个或者多个多核处理器;One or more multi-core processors;
    存储器,用于存储一个或多个程序;Memory, used to store one or more programs;
    当所述一个或多个程序被所述一个或者多个多核处理器执行时,使得所述一个或多个多核处理器实现:When the one or more programs are executed by the one or more multi-core processors, the one or more multi-core processors are caused to realize:
    利用相似度模型从历史业务集中确定被监控业务的至少一个相似历史业务,并根据所述至少一个相似历史业务计算所述被监控业务的预测进度信息;Using a similarity model to determine at least one similar historical business of the monitored business from a collection of historical services, and calculate the predicted progress information of the monitored business according to the at least one similar historical business;
    利用程序埋点获得所述被监控业务的实际进度信息;Obtain the actual progress information of the monitored business by using the program buried point;
    通过对所述实际进度信息与所述预测进度信息进行比较,以监控所述被监控业务的进度。The progress of the monitored service is monitored by comparing the actual progress information with the predicted progress information.
  27. 一种计算机可读存储介质,所述计算机可读存储介质存储有程序,当所述程序被多核处理器执行时,使得所述多核处理器执行如权利要求1-12中任一项所述的方法。A computer-readable storage medium, the computer-readable storage medium stores a program, and when the program is executed by a multi-core processor, the multi-core processor is caused to execute any one of claims 1-12 method.
PCT/CN2020/109080 2019-09-29 2020-08-14 Service progress monitoring method, apparatus and system, and computer-readable storage medium WO2021057318A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201910930930.X 2019-09-29
CN201910930930.XA CN110782129B (en) 2019-09-29 2019-09-29 Business progress monitoring method, device and system and computer readable storage medium

Publications (1)

Publication Number Publication Date
WO2021057318A1 true WO2021057318A1 (en) 2021-04-01

Family

ID=69384638

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2020/109080 WO2021057318A1 (en) 2019-09-29 2020-08-14 Service progress monitoring method, apparatus and system, and computer-readable storage medium

Country Status (2)

Country Link
CN (1) CN110782129B (en)
WO (1) WO2021057318A1 (en)

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110782129B (en) * 2019-09-29 2023-11-17 中国银联股份有限公司 Business progress monitoring method, device and system and computer readable storage medium
CN111401691B (en) * 2020-02-21 2024-02-09 中国平安财产保险股份有限公司 Business progress monitoring method and device and computer readable storage medium
CN112070488B (en) * 2020-09-22 2021-07-27 中冶南方武汉工程咨询管理有限公司 Real-time progress management system for engineering construction project
CN112487282A (en) * 2020-11-04 2021-03-12 山东中创软件商用中间件股份有限公司 Business processing condition monitoring method and device, electronic equipment and storage medium
CN112835853B (en) * 2020-12-31 2024-03-22 北京聚云科技有限公司 Data processing type determining method and device
CN112766724A (en) * 2021-01-20 2021-05-07 中国工商银行股份有限公司 Service monitoring method, device and equipment
CN113778781B (en) * 2021-02-19 2023-09-29 北京京东振世信息技术有限公司 Method and device for monitoring data
CN115759734B (en) * 2022-10-19 2024-01-12 国网物资有限公司 Index-based power service supply chain monitoring method, device, equipment and medium
CN115860430A (en) * 2023-01-19 2023-03-28 苏州市软件评测中心有限公司 Progress management method and system for information system supervision project

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106096905A (en) * 2016-05-31 2016-11-09 北京诚公通信工程监理股份有限公司 A kind of project management method and system
CN108090699A (en) * 2018-01-10 2018-05-29 江苏工程职业技术学院 Project development workload evaluation method based on the optimization of Bi-objective Feature Selection
JP2019067170A (en) * 2017-10-02 2019-04-25 株式会社日立製作所 Work man-hour estimating device and work instructing system
CN110119847A (en) * 2019-05-14 2019-08-13 拉扎斯网络科技(上海)有限公司 A kind of prediction technique, device, storage medium and electronic equipment dispensing duration
CN110782129A (en) * 2019-09-29 2020-02-11 中国银联股份有限公司 Business progress monitoring method, device and system and computer readable storage medium

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107274043B (en) * 2016-04-07 2021-05-07 阿里巴巴集团控股有限公司 Quality evaluation method and device of prediction model and electronic equipment
KR101847111B1 (en) * 2016-11-29 2018-05-28 서울시립대학교 산학협력단 Management Apparatus and Management Method using BPS based E-Mmanual Module, and General Construction Project Management information System
CN107392425A (en) * 2017-06-15 2017-11-24 中国烟草总公司 A kind of the tobacco business project implementation SOP management method and system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106096905A (en) * 2016-05-31 2016-11-09 北京诚公通信工程监理股份有限公司 A kind of project management method and system
JP2019067170A (en) * 2017-10-02 2019-04-25 株式会社日立製作所 Work man-hour estimating device and work instructing system
CN108090699A (en) * 2018-01-10 2018-05-29 江苏工程职业技术学院 Project development workload evaluation method based on the optimization of Bi-objective Feature Selection
CN110119847A (en) * 2019-05-14 2019-08-13 拉扎斯网络科技(上海)有限公司 A kind of prediction technique, device, storage medium and electronic equipment dispensing duration
CN110782129A (en) * 2019-09-29 2020-02-11 中国银联股份有限公司 Business progress monitoring method, device and system and computer readable storage medium

Also Published As

Publication number Publication date
CN110782129A (en) 2020-02-11
CN110782129B (en) 2023-11-17

Similar Documents

Publication Publication Date Title
WO2021057318A1 (en) Service progress monitoring method, apparatus and system, and computer-readable storage medium
US11663545B2 (en) Architecture, engineering and construction (AEC) risk analysis system and method
Cameron et al. A simple tool to predict admission at the time of triage
US11250364B2 (en) System and method for evaluating images to support multiple risk applications
US10599670B2 (en) Performance estimation system utilizing a data analytics predictive model
US8370359B2 (en) Method to perform mappings across multiple models or ontologies
WO2021139346A1 (en) Data annotation system, computer-readable storage medium, and electronic device
WO2019056710A1 (en) Supplier recommendation method and apparatus, and computer readable storage medium
CN109960635B (en) Monitoring and alarming method, system, equipment and storage medium of real-time computing platform
US20150254791A1 (en) Quality control calculator for document review
US11704731B2 (en) Processing system to generate risk scores for electronic records
US20170109636A1 (en) Crowd-Based Model for Identifying Executions of a Business Process
CN111124917B (en) Method, device, equipment and storage medium for managing and controlling public test cases
EP4134877A1 (en) Training method and apparatus for fault recognition model, fault recognition method and apparatus, and electronic device
KR20160104064A (en) A multidimensional recursive learning process and system used to discover complex dyadic or multiple counterparty relationships
CN111833018A (en) Patent analysis method and system for science and technology project
CN110827157B (en) Data processing method and device, storage medium and electronic equipment
US20230070209A1 (en) Monitoring system
CN111222790A (en) Method, device and equipment for predicting risk event occurrence probability and storage medium
CN117408561A (en) Residential engineering construction supervision method and device and electronic equipment
US20080162273A1 (en) System and method of tracking process for managing decisions
US10235716B2 (en) System for generating historical hail evaluation data
CN111626597A (en) Equipment alarm method, device, equipment and medium
US20120209644A1 (en) Computer-implemented system and method for facilitating creation of business plans and reports
CN113780675B (en) Consumption prediction method and device, storage medium and electronic equipment

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 20868091

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 20868091

Country of ref document: EP

Kind code of ref document: A1