US20110138397A1 - Processing time estimation method and apparatus - Google Patents

Processing time estimation method and apparatus Download PDF

Info

Publication number
US20110138397A1
US20110138397A1 US12/959,648 US95964810A US2011138397A1 US 20110138397 A1 US20110138397 A1 US 20110138397A1 US 95964810 A US95964810 A US 95964810A US 2011138397 A1 US2011138397 A1 US 2011138397A1
Authority
US
United States
Prior art keywords
job
time
previous
finish
processing time
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
US12/959,648
Other versions
US8490108B2 (en
Inventor
Shinji Kikuchi
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Assigned to FUJITSU LIMITED reassignment FUJITSU LIMITED ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: KIKUCHI, SHINJI
Publication of US20110138397A1 publication Critical patent/US20110138397A1/en
Application granted granted Critical
Publication of US8490108B2 publication Critical patent/US8490108B2/en
Active legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/34Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
    • G06F11/3466Performance evaluation by tracing or monitoring
    • G06F11/3476Data logging
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/34Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
    • G06F11/3409Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment for performance assessment
    • G06F11/3419Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment for performance assessment by assessing time
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/34Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
    • G06F11/3452Performance evaluation by statistical analysis
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • G06F9/4881Scheduling strategies for dispatcher, e.g. round robin, multi-level priority queues
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2201/00Indexing scheme relating to error detection, to error correction, and to monitoring
    • G06F2201/81Threshold
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2201/00Indexing scheme relating to error detection, to error correction, and to monitoring
    • G06F2201/865Monitoring of software
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/48Indexing scheme relating to G06F9/48
    • G06F2209/484Precedence

Definitions

  • the embodiments discussed herein are related to a processing time estimation method and a processing time estimation apparatus.
  • a batch job is a set of jobs to be executed every predetermined period of time, such as sales calculation processing for one day.
  • a certain amount of a data set is processed by a program or a script.
  • Order relationships in various forms exist between batch job, and the batch jobs may often interlock with each other.
  • An example of the order relationship is that the end of order confirmation processing is to be followed by the start of the sales calculation processing.
  • Another example may be that when a batch job A outputs a file C, a batch job B waiting for it starts processing on the file C.
  • the order relationship between batch jobs may not easily be recognized. For example, when a batch job B is started in accordance with a message output from a program for a batch job A, analyzing the program may be desirable to identify the order relationship. This may not be realized in fact. In recent years, companies have been frequently merged, and a plurality of systems is merged with them. If the developers and operators are located in different places, requested batch-order-relationship definition information may not be easily accessed.
  • the “Punctuality” is desirable for executing a batch job.
  • a batch job may often be executed during night to prevent influences on normal service processing.
  • a batch job may be finished before five in the morning. Therefore, if the completion of a batch job before a predetermined time may be desirable, the notification of the fact may be desirable as early as possible. This is for addressing the problem by, for example, postponing a batch job which may be executed on the next day. In other words, once a predetermined deadline is violated, the time for executing the batch job is desirable to adjust since it is too late.
  • start/finish time information of one job are extracted from its history information, and predetermined warning information is transmitted on the basis of the difference between the start/finish time and the current time of the job in a monitoring schedule.
  • the technology does not implement processing of correctly extracting the order relationship between jobs, the job finish time may not be estimated with high accuracy in accordance with the execution condition. It may be desirable for the technology to handle parallel processing under a dependent relationship in which when a batch job A outputs a file C, a waiting batch job B starts processing on the file C.
  • a processing time estimation method for estimating a processing time of each of a plurality of jobs, the processing time estimation method including determining, executed by a computer, whether the each job has a preceding job thereof on the basis of previous execution data including previous information of a plurality of previous start times and previous finish times of respective jobs of the plurality of jobs, the preceding job of the each job being included in the plurality of jobs and at least having the previous finish time earlier than the previous finish time of the each job, calculating, executed by the computer, a previous processing time of the each job, the previous processing time of the each job being calculated on the basis of the previous start time and the previous finish time of the each job whether the each job does not have the preceding job thereof, the previous processing time of the each job being calculated on the basis of the previous start time and the previous finish time of the each job and the previous finish time of the preceding job of the each job whether the each job has the preceding job thereof, calculating, executed by the computer, a processing time of the each job on the basis of
  • FIG. 1 is a system routine diagram
  • FIG. 2 illustrates an example of data stored in a log data storage unit
  • FIG. 3 illustrates a processing flow of a pre-processing
  • FIG. 4 illustrates an example of a job list
  • FIG. 5 illustrates a direct serial starting relationship
  • FIG. 6 illustrates a queuing relationship
  • FIG. 7 illustrates a processing flow of an order relationship estimation processing
  • FIG. 8 illustrates an example of data stored in an order relationship data storage unit
  • FIG. 9 schematically illustrates order relationship data
  • FIG. 10 illustrates a processing flow of processing-time-correlation estimation processing
  • FIG. 11 is a diagram for describing a processing time calculation method
  • FIG. 12 schematically illustrates a correlation between processing times
  • FIG. 13 illustrates an example of data stored in job processing-time data storage unit
  • FIG. 14 illustrates data regarding correlations
  • FIG. 15 illustrates an example of a job net model
  • FIG. 16 illustrates a processing flow of processing to be performed when batch jobs are executed
  • FIG. 17 illustrates an example of data stored in a monitoring data storage unit
  • FIG. 18 is a functional block diagram of a computer
  • FIG. 19 is a functional block diagram of a batch job processing-time estimation apparatus.
  • FIG. 1 A schematic diagram of a system according to an embodiment is illustrated in FIG. 1 .
  • a monitoring target system 200 which executes a batch job has an execution state measuring unit 210 which measures the execution condition of a batch job 230 , and a log data storage unit 220 which stores log data output as data describing the execution condition of the batch job 230 from the execution state measuring unit 210 .
  • the monitoring target system 200 is connected to a batch job processing-time estimation apparatus 100 over a network.
  • the batch job processing-time estimation apparatus 100 has a log acquiring unit 110 which acquires log data from the execution state measuring unit 210 in the monitoring target system 200 .
  • the monitoring target system 200 has a log data storage unit 111 which stores log data acquired by the log acquiring unit 110 .
  • the monitoring target system 200 has a job net model generating unit 120 which performs processing by using data stored in the log data storage unit 111 .
  • the monitoring target system 200 has an order relationship data storage unit 131 which stores a processing result from the job net model generating unit 120 .
  • the monitoring target system 200 has a job processing-time data storage unit 132 which stores a processing result from job net model generating unit 120 .
  • the monitoring target system 200 has a job execution state monitoring unit 135 which acquires execution condition data of a batch job 230 currently being executed from the execution state measuring unit 210 in the monitoring target system 200 by using data stored in the order relationship data storage unit 131 .
  • the monitoring target system 200 has a finish time estimating unit 136 which performs processing by using data stored in the order relationship data storage unit 131 and job processing-time data storage unit 132 and an output from the job execution state monitoring unit 135 .
  • the monitoring target system 200 has a monitoring data storage unit 137 which stores data to be used by the finish time estimating unit 136 .
  • the monitoring target system 200 has a deadline definition data storage unit 133 .
  • the monitoring target system 200 has a message sink data storage unit 134 .
  • the monitoring target system 200 has a deadline violation estimating unit 138 which performs processing by using data stored in the deadline definition data storage unit 133 and message sink data storage unit 134 and an output from the finish time estimating unit 136 .
  • the job net model generating unit 120 has the order relationship extracting unit 121 which performs processing by using data stored in the log data storage unit 111 and stores order relationship data that is a result of the processing in the order relationship data storage unit 131 .
  • the job net model generating unit 120 has the job processing time estimating unit 122 which performs processing by using data stored in the log data storage unit 111 and order relationship data storage unit 131 and stores job processing-time data that is a result of the processing in the job processing-time data storage unit 132 .
  • the batch job processing-time estimation apparatus 100 is connected to an operator terminal 300 such as a personal computer and a cellular phone over a network.
  • the log data storage unit 111 may store data as illustrated in FIG. 2 , for example.
  • the job name, start time, and finish time are stored for each executed batch job.
  • log data for five days are only illustrated. However, data for more days may be acquired.
  • step S 1 in FIG. 3 the order relationship extracting unit 121 in the job net model generating unit 120 reads log data stored in the log data storage unit 111 .
  • step S 3 the order relationship extracting unit 121 extracts all job names, generates a job list thereof and stores it in the order relationship data storage unit 131 , for example.
  • the order relationship extracting unit 121 may generate a list of job names of batch jobs having appeared even once and assigns node numbers thereto. In other words, as illustrated in FIG. 4 , the node numbers and job names are stored in association in the log data storage unit 111 .
  • step S 5 the order relationship extracting unit 121 performs order relationship estimation processing.
  • the order relationship estimation processing may be described with reference to FIG. 5 to FIG. 9 .
  • the order relationship estimation processing extracts a direct serial starting (next) relationship (also called a direct serial starting pattern) as illustrated in FIG. 5 and a queuing (activate) relationship (also called a queuing pattern) as illustrated in FIG. 6 .
  • a direct serial starting (next) relationship also called a direct serial starting pattern
  • a queuing (activate) relationship also called a queuing pattern
  • FIG. 5 when a batch job B that is a subsequent batch job is often started immediately after a batch job A that is a preceding batch job finishes, it may be determined that the batch job A and the batch job B has the next relationship therebetween. More specifically, when the start time of the batch job B is recorded less than a predetermined value from the finish time of the batch job A (such as within one second), it may be estimated that the order relationship of the next relationship from the batch job A to the batch job B exists.
  • batch job B may often be started to execute before the finish time of the batch job A that is a preceding batch job, and the batch job A may often be finished before the finish time of the batch job B. In that case, it is estimated that the batch job B waits for a message issued or file generation by the batch job A, and it is determined that the batch job A and the batch job B has the activate relationship.
  • the start time of the batch job B may be desirable to be predetermined.
  • step S 11 the order relationship extracting unit 121 selects unprocessed batch jobs a and b from the job list.
  • the order relationship extracting unit 121 extracts log data of the batch jobs a and b from the read log data and extracts the start time and finish time of the batch jobs a and b.
  • the number of logs of the batch job a or the number of logs of the batch job b may be a combination number of logs, or the number as a result of the division of the total number of logs by two may be the combination number of logs.
  • the order relationship extracting unit 121 determines whether the combination of the log of the batch job a and the log of the batch job b has a difference between the finish time of the batch job a and the start time of the batch job b is equal to or within one second, for example, and matches with the direct serial starting pattern or not. In the same manner, the order relationship extracting unit 121 determines whether the combination of the logs has a difference between a finish time of the batch job b and a start time of the batch job a is equal to or within one second, for example, and matches with the direct serial starting pattern or not.
  • step S 15 the order relationship extracting unit 121 counts the number of times of matching for each of the order from the batch job b to the batch job a and the order from the batch job a to the batch job b separately.
  • the number of times of matching with the direct serial starting pattern is “four” against the combination number 5 of the logs.
  • the number of times of matching with the direct serial starting pattern is “five” against the combination number 5 of the logs.
  • step S 17 the order relationship extracting unit 121 determines whether the combination of logs matching with the direct serial starting pattern occurs with a probability that is equal to or higher than a threshold value or not. For example, when 80% is the threshold value, the shift from the batch job J 1 . sh to the batch job J 2 . sh and the shift from the batch job J 2 . sh to the batch job J 3 . sh are determined to correspond to the direct serial starting pattern with a high probability, as described above.
  • step S 19 if it is determined that the combination of logs matching with the direct serial starting pattern occurs with a probability that is equal to or higher than the threshold value, the order relationship extracting unit 121 sets the relationship between the batch jobs a and b as the next relationship. Since the probability of occurrence of a combination of logs is associated with the order, the shift from the batch job a to the batch job b and the shift from the batch job b to the batch job a are handled separately.
  • the next relationship is set for the shift from the batch job J 1 . sh to the batch job J 2 . sh.
  • the next relationship is also set for the shift from the batch job J 2 . sh to the batch job J 3 . sh.
  • the thus set relationships are stored as order relationship data in the order relationship data storage unit 131 .
  • the processing then moves to step S 27 .
  • FIG. 8 illustrates an example of data stored in the order relationship data storage unit 131 .
  • the order relationship data storage unit 131 stores a link ID, a node number of a preceding job that is a preceding batch job and a node number of a subsequent job that is a subsequent batch job, and the type of relationship.
  • a link ID such as links L 1 and L 2 , is assigned to the detected next relationship.
  • the order relationship data storage unit 131 stores the node number assigned to a preceding batch job and a node number assigned to a subsequent batch job.
  • the data on the third row of FIG. 8 are not stored.
  • the combination of logs matching with the direct serial starting pattern may occur with a probability that is lower than the threshold value or may not occur at all.
  • the order relationship extracting unit 121 determines whether combinations of logs match with a queuing pattern in which the finish time of the batch job a follows the start time of the batch job b, and the finish time of the batch job a precedes the finish time of the batch job b or not. In the same manner, the order relationship extracting unit 121 determines whether combinations of logs match a queuing pattern in which the finish time of the batch job b follows the start time of the batch job a and the finish time of the batch job b precedes the finish time of the batch job a or not.
  • step S 21 the order relationship extracting unit 121 separately counts the numbers of times of matching for the order from the batch job a to the batch job b and the order from the batch job b to the batch job a. For example, in the example in FIG. 2 , in the shift from the batch job J 2 . sh to the batch job J 4 . sh, the number of times of matching with the queuing pattern is “five” against the combination number 5 of the logs.
  • step S 23 the order relationship extracting unit 121 determines whether the log matching with the queuing pattern occurs with a probability that is equal to or higher than a threshold value or not. For example, when 80% is the threshold value, the order relationship extracting unit 121 determines that the shift from the batch job J 2 . sh to the batch job J 4 . sh corresponds to the queuing pattern with a high probability.
  • step S 25 if it is determined that a combination of logs matching with the queuing pattern occurs with a probability that is equal to or higher than a threshold value, the order relationship extracting unit 121 sets the relationship between the batch jobs a and b as the activate relationship. Since the probability of occurrence of a combination of logs is also associated with the order, the shift from the batch job a to the batch job b and the shift from the batch job b to the batch job a are handled separately.
  • the activate relationship is set for the shift from the batch job J 2 . sh to the batch job J 4 . sh.
  • the thus set relationships are stored as order relationship data in the order relationship data storage unit 131 . As illustrated on the third row of FIG. 8 , the order relationship data storage unit 131 assigns a link ID to the newly detected order relationship, and stores the node number assigned to the preceding batch job and the node number assigned to the subsequent batch job in association.
  • the order relationship extracting unit 121 determines whether all pairs of batch jobs in the job list have been processed or not in step S 27 . If any unprocessed pair exists, the processing returns to step S 11 . On the other hand, if all pairs have been processed, the processing returns to the beginning.
  • Performing the processing can provide the order relationship between batch jobs as illustrated in FIG. 8 , for example. This may be illustrated as a digraph in FIG. 9 .
  • two types of link are provided. However, if some batch jobs can be associated by other patterns, the number of types of link may be increased.
  • links may be set so as to create a loop in the digraph. However, the existence of a loop in the digraph is not preferable for estimation of the finish time. Thus, if a loop occurs, for example, the link occurring with the lowest probability may be disconnected in addition.
  • the identification of the activate relationship allows more accurate grasp of a correlation of processing times.
  • step S 7 the job processing time estimating unit 122 next uses the data stored in the log data storage unit 111 and order relationship data storage unit 131 to perform processing-time-correlation estimation processing.
  • the processing-time-correlation estimation processing may be described with reference to FIG. 10 to FIG. 15 .
  • step S 31 the job processing time estimating unit 122 selects reachable unprocessed batch jobs a and b on the basis of the order relationship data stored in the order relationship data storage unit 131 .
  • the batch job J 3 . sh and the batch job J 4 . sh are not a reachable combination of batch jobs since they are linked in the reverse direction. Therefore, such combinations are not selected.
  • unreachable combinations of batch jobs are determined as not having a correlation between the batch jobs.
  • step S 33 the job processing time estimating unit 122 uses log data stored in the log data storage unit 111 to calculate the processing times of the batch jobs a and b and stores the results in the job processing-time data storage unit 132 .
  • the job processing time estimating unit 122 checks, from the order relationship data stored in the order relationship data storage unit 131 , whether either batch job a or batch job b is set with the activate relationship and is designated as the subsequent node or not. For example, if the batch job b is a batch job J 4 . sh, it is set with the activate relationship and is the subsequent node, in the example in FIG. 8 .
  • the job processing time estimating unit 122 reads the last log regarding the preceding node connected to the link of the activate relationship from the log data storage unit 111 . Next, the job processing time estimating unit 122 identifies the finish time of the last log as the start time. Next, the job processing time estimating unit 122 identifies the time from the start time to the finish time of the corresponding log regarding the subsequent node as the processing time.
  • the subsequent focused batch job J 4 . sh waits for the preceding batch job J 2 . sh.
  • the part where the processing time of the preceding batch job J 2 . sh and the processing time of the focused batch job J 4 . sh overlap with each other is a waiting time, and processing is not performed substantially.
  • the substantial processing time is the processing time after the preceding batch job J 2 . sh finishes.
  • the processing time is calculated, and the substantial processing time is calculated.
  • the time from the corresponding log start time to the finish time is identified as its processing time.
  • the average value of the batch jobs is calculated and is stored in the job processing-time data storage unit 132 .
  • a statistical value may be used such as a minimum value, a maximum value, a mode value, and a 90 percentile value.
  • step S 35 the job processing time estimating unit 122 calculates a correlation coefficient between the processing time of the batch job a and the processing time of the batch job b.
  • the correlation coefficient may be calculated by:
  • x is the processing time of the batch job a
  • y is the processing time of the batch job b
  • x-bar is an average value of x
  • y-bar is an average value of y
  • n is the number of batch job a or b.
  • the processing time of each batch job may be proportional to the amount of service data (such as the number of sales slips for one day).
  • the processing times of different batch jobs depending on service data may possibly be correlated. For that reason, the presence of correlation is determined with the correlation coefficient, as described above.
  • step S 37 the job processing time estimating unit 122 determines whether the calculated correlation coefficient is equal to or higher than a predetermined threshold value or not. If the correlation coefficient is lower than the predetermined threshold value, the processing times of the batch jobs are not significantly correlated. Thus, the processing moves to step S 41 .
  • step S 39 if the calculated correlation coefficient is equal to or higher than the predetermined threshold value, the job processing time estimating unit 122 performs the well-known straight line regression calculation on the processing time of the batch job a and the processing time of the batch job b to calculate a proportionality coefficient.
  • step S 39 the job processing time estimating unit 122 stores the correlation data including the proportionality coefficient in the job processing-time data storage unit 132 .
  • step S 41 the processing moves to step S 41 .
  • a graph as illustrated in FIG. 12 can be obtained where the processing time of the batch job J 1 . sh is indicated by the horizontal axis, and the processing time of the batch job J 3 . sh is indicated by the vertical axis. Points are plotted with the processing time of the batch job J 1 . sh and the processing time of the batch job J 3 . sh for each day. Performing the well-known straight line regression calculation results in a straight line a as illustrated in FIG. 12 . The gradient of a is calculated as “2.0”. In other words, there is a relationship in which when the processing time of the batch job J 1 . sh is X, the processing time Y of the batch job J 3 . sh is equal to 2.0 ⁇ . As illustrated in FIG.
  • the correlation coefficient of the processing time of the batch job J 1 . sh and the processing time of the batch job J 3 . sh is 0.93 which is higher than a threshold value of 0.9.
  • Other approximation may be used instead of straight-line approximation if a correlation is found between other amounts than data amounts.
  • step S 39 the correlation data is stored in the job processing-time data storage unit 132 .
  • job processing-time data is registered under a job name.
  • the job processing-time data includes an average value of processing times and a correlated variable that is correlation data.
  • a correlated variable X is set for the processing time of the batch job J 1 . sh that is a reference, and a correlated variable 2 X is set for the processing time of the related batch job J 3 . sh.
  • data describing a relationship as illustrated in FIG. 12 can be held.
  • step S 41 whether all pairs of batch jobs that are reachable have been processed or not on the basis of the order relationship data. If any unprocessed pair of batch jobs exists, the processing returns to step S 31 . On the other hand, if all pairs of jobs have been processed, the processing returns to the beginning.
  • the job processing-time data as illustrated in FIG. 14 can be acquired finally.
  • a node ID is also given for easy understanding, but the data has the substantially same data structure as that in FIG. 13 .
  • the batch job J 2 . sh and batch job J 4 . sh are batch jobs that do not correlate with the processing times of the other batch jobs.
  • correlated variables are “Y” and “Z” for convenience, but there are NULL in the processing described above.
  • FIG. 15 further includes the corresponding job processing-time data in addition to the nodes of the digraph illustrated in FIG. 9 . It clarifies the relationship between batch jobs.
  • processing for executing a batch job which may be described with reference to FIG. 16 and FIG. 17 , is performed.
  • step S 51 the job execution state monitoring unit 135 acquires execution condition data on jobs from the execution state measuring unit 210 in the monitoring target system 200 .
  • the job execution state monitoring unit 135 acquires data including the execution start time of a batch job started to execute and/or the execution finish time of a batch job the execution of which has completed.
  • Step S 51 may be performed at predetermined periods such as ten minutes by the job execution state monitoring unit 135 . However, step S 51 may not be desirable to perform periodically.
  • the job execution state monitoring unit 135 outputs the acquired execution condition data to the finish time estimating unit 136 .
  • step S 53 the finish time estimating unit 136 uses the execution condition data to calculate the execution time of an executed job and stores it in the monitoring data storage unit 137 .
  • step S 53 the finish time estimating unit 136 calculates the difference between the start time of a batch job being executed and the current time acquired from a system clock.
  • the finish time estimating unit 136 further calculates the difference between the start time and the finish time of a batch job the execution of which has completed.
  • the processing time of a subsequent batch job associated under the activate relationship is from the finish time of the preceding batch job to the current time or the finish time of the subsequent batch job. Therefore, this step does not still identify the processing time.
  • step S 55 the finish time estimating unit 136 calculates a waiting time of a subsequent batch job (also called a subsequent node) under the activate relationship and stores the result in the monitoring data storage unit 137 .
  • the batch job J 4 . sh is a subsequent node under the activate relationship.
  • the waiting time of the batch job J 4 . sh is the period from the start time to the current time if the finish time of the preceding batch job (also called a preceding node) under the activate relationship is not recorded. If the finish time of the preceding node is recorded, the waiting time is the period from the start time to the finish time of the preceding node.
  • a job execution condition as illustrated in FIG. 17 is assumed.
  • the batch job J 1 . sh is started to execute at 0:00.
  • the batch job J 2 . sh is started to execute at 0:40.
  • the batch job J 3 . sh is started to execute at 1:50.
  • the batch job J 4 . sh is started to execute at 1:00.
  • all of the execution time of the batch job J 4 . sh up to 1:50 is its waiting time. This is on the column of the waiting time in FIG. 17 . It is assumed here that the waiting time of a batch job excluding a subsequent batch job under the activate relationship is “0”.
  • step S 57 the finish time estimating unit 136 performs computing of estimating the substantial processing time (also called an individual processing time) of each batch job and stores the result in the monitoring data storage unit 137 .
  • the substantial processing time is calculated by max ⁇ (execution time ⁇ waiting time), average value ⁇ .
  • the average value of those not correlated with other batch jobs is simply the average value stored in the job processing-time data storage unit 132 .
  • the “average value” of those correlated with other batch jobs is the value resulting from the multiplication of the substantial processing time calculated for another batch job by a proportionality coefficient.
  • the substantial processing time of the batch job J 1 . sh is 30 minutes from 0:00 to 0:30.
  • the average value of the batch job J 3 . sh is 60 minutes.
  • the average value is the substantial processing time as it is.
  • the substantial processing time of the batch job J 1 . sh is 40 minutes.
  • the substantial processing time of the batch job J 3 . sh is 80 minutes.
  • the substantial processing time of the batch job J 3 . sh is 80 minutes that is equal to the average value.
  • step S 59 the finish time estimating unit 136 calculates the total sums of substantial processing times for paths from the start nodes to the end nodes in the job net model.
  • step S 59 the finish time estimating unit 136 identifies the maximum value of the total sums of the calculated substantial processing times and estimates the finish time with the value.
  • a first path is J 1 . sh -J 2 . sh -J 3 . sh.
  • a second path is J 1 . sh -J 2 . sh -J 4 . sh.
  • the total sum of the substantial processing times is calculated.
  • the second path the total sum of the substantial processing times is calculated.
  • the finish time is the time after a lapse of the total sum of the substantial processing time from the start time of a start node in a job net model.
  • 2:40 is the estimated value of the finish time.
  • 3:00 is the estimated value of the finish time.
  • 3:10 is the estimated value of the finish time.
  • the finish time estimating unit 136 notifies the estimated finish time to the deadline violation estimating unit 138 .
  • step S 61 if the deadline violation estimating unit 138 receives the estimated finish time from the finish time estimating unit 136 , the deadline violation estimating unit 138 reads the time of the deadline from the deadline definition data storage unit 133 and determines whether the estimated finish time violates the time of the deadline or not. For example, when 3:00 is stored in the deadline definition data storage unit 133 , it is determined until 0:30 that the deadline is not violated. After that, it is determined that the deadline is being violated. In other words, at 0:40, the violation of the deadline is already estimated.
  • step S 63 if it is determined that the estimated finish time violates the deadline, the deadline violation estimating unit 138 reads a message sink mail address stored in the message sink data storage unit 134 . In step S 63 , the deadline violation estimating unit 138 transmits an alarm mail to the message sink mail address. The alert may be issued by other methods excluding mailing.
  • an operator may operate the operator terminal 300 to receive the alarm mail and can recognize delay of the finish of the batch job. This allows stopping the execution of a batch job which can be postponed, or other measures can be taken.
  • the deadline violation estimating unit 138 performs nothing.
  • step S 65 the job execution state monitoring unit 135 receives notification of the finish times of all batch jobs registered with a list stored in the order relationship data storage unit 131 and determines whether all batch jobs have finished or not. If all batch jobs have not finished, the job execution state monitoring unit 135 returns to step S 51 . On the other hand, if all batch jobs have finished, the processing ends.
  • Performing these operations can eliminate the necessity for complicated setting such as setting of deadlines for individual batch jobs and allows early and accurate estimation of violation of the deadlines.
  • the embodiment art is not limited thereto.
  • the functional block diagram illustrated in FIG. 1 is only an example and does not typically agree with an actual program module configuration.
  • the data holding configuration may be different from an actual data holding configuration.
  • the processing order may be changed or the operations may be performed in parallel if the processing result does not change.
  • the operator terminal 300 may receive notification of the finish time from the finish time estimating unit 136 whether the deadline is violated or not.
  • a diagram like FIG. 15 may be displayed.
  • an operator may perform processing such as changing data stored in the order relationship data storage unit 131 and job processing-time data storage unit 132 .
  • the aforementioned batch job processing-time estimation apparatus 100 is a computer apparatus, and, as illustrated in FIG. 18 , includes a memory 2501 , a CPU 2503 , a hard disk drive (HDD) 2505 , a display control unit 2507 , a drive device 2513 , an input device 2515 , and a communication control unit 2517 , which are connected via a bus 2519 .
  • the display control unit 2507 is connected to a display device 2509 .
  • the drive device 2513 is used for a removable disk 2511 .
  • the communication control unit 2517 is used for connecting to a network.
  • An operating system (OS) and an application program for performing processing according to this embodiment are stored in an HDD 2505 .
  • OS operating system
  • an application program for performing processing according to this embodiment are stored in an HDD 2505 .
  • the CPU 2503 In order to execute the application program by the CPU 2503 , it is read from the HDD 2505 to the memory 2501 .
  • the CPU 2503 controls the display control unit 2507 , communication control unit 2517 , and drive device 2513 so as to perform necessary operations as need arises.
  • the data during processing may be stored in the memory 2501 and may be stored in the HDD 2505 if necessary.
  • an application program for performing the aforementioned processing may be stored and distributed in a computer-readable removable disk 2511 .
  • the application program may be installed from the drive device 2513 to the HDD 2505 .
  • the application program may be installed through a network such as the Internet and the communication control unit 2517 to the HDD 2505 .
  • the computer apparatus implements functions as described above as a result of organic collaboration of hardware such as the CPU 2503 and memory 2501 , an OS, and a necessary application program.
  • the current batch job processing-time estimation method includes an order-relationship data generation step of reading log data from a log data storage unit which stores log data including the start times and finish times of a plurality of batch jobs, generating order relationship data describing an order relationship between batch jobs from the start times and finish times included in the log data, and storing it in an order relationship data storage unit, a job processing-time data generation step of reading log data from the log data storage unit, determining from the start times and finish times included in the log data whether batch jobs are correlated in the processing times, generating job processing-time data including data regarding the correlation for each batch job, and storing it in a job processing-time data storage unit, and an estimation step of receiving execution condition data of a plurality of batch jobs from a monitoring target system which executes a plurality of batch jobs, estimating the finish times of a plurality of batch jobs from the execution condition data, data stored in the order relationship data storage unit, and data stored in the job processing-time data storage unit.
  • the job processing-time data generation step may further include the steps of identifying combinations of a first batch job and a second batch job that can be shifted from the first batch job among a plurality of batch jobs in accordance with the order relationship data stored in the order relationship data storage unit, and performing regression calculation on a combination of batch jobs having a correlation coefficient of processing times that is equal to or higher than a predetermined value among the identified combinations, generating data regarding the correlation, and storing it in the job processing-time data storage unit.
  • a correlation coefficient is calculated for a combination of a first batch job and a second batch job that can be shifted from the first batch job, impossible combinations can be excluded, and the processing load can be reduced.
  • Performing regression calculation on a combination having a correlation coefficient that is equal to or higher than a predetermined value allows performing regression calculation only on a combination with a high correlation.
  • the processing load can be reduced also from that point of view.
  • data regarding a correlation such as a proportionality coefficient of an approximate expression acquired by regression calculation can be generated, the finish time can be estimated with high accuracy.
  • the order relationship data generation step may further include the steps of determining from the finish time of a preceding first batch job and the start time of the subsequent second batch job among a plurality of batch jobs whether a condition regarding a first order relationship in which the second batch job is executed in accordance with the completion of the first batch job is satisfied or not, and, if it is satisfied, storing data for associating under the first order relationship between the first batch job and the second batch job in the order relationship data storage unit, and determining from the start time and finish time of a preceding third batch job and the start time and finish time of a subsequent fourth batch job among a plurality of batch jobs whether a condition regarding a second order relationship in which the fourth batch job starts during the execution of the third batch job and the third batch job finishes during the execution of the fourth batch job is satisfied or not, and, if it is satisfied, storing data for associating under the second order relationship the third batch job and the fourth batch job in the order relationship data storage unit.
  • the order relationship data may include data including an identifier of a first order relationship in which a subsequent second batch job is executed in accordance with the completion of a preceding first batch job among a plurality of batch jobs and identification information of the first and second batch jobs and data including an identifier of a second order relationship in which a subsequent fourth batch job starts during the execution of a preceding third batch job and the third batch job finishes during the execution of the fourth batch job among a plurality of batch jobs and identification information of the third and fourth batch jobs.
  • the step of estimating may include the step of calculating the execution times of batch jobs from execution condition data, the step of, for the fourth batch job, calculating the waiting time from the start of the fourth batch job to the finish time of the third batch job from execution condition data and calculating the difference between the execution time and the waiting time as an execution time, an estimated-processing-time calculation step of identifying an individual processing time that is a longer time of the execution time for each of batch jobs included in the path and the estimated processing time identified from the processing time data stored in the processing time data storage unit for each path from the first batch job to the last batch job, the path being identified from the order relationship data stored in the order relationship data storage unit, accumulating the identified individual processing times and calculating the estimated processing time, and the step of identifying the longest estimated processing time among the estimated processing times calculated for the paths.
  • the finish time can be estimated with high accuracy by assuming the worst case.
  • the job processing-time data may include data regarding a correlation between the processing time of a preceding fifth batch job and the processing time of a subsequent sixth batch job.
  • the step of identifying an estimated processing time may include the step of calculating an estimated processing time of the sixth batch job from the individual processing time of the fifth batch job on the path and data regarding the correlation between the fifth and sixth batch jobs.
  • the finish time can be estimated by reflecting data regarding the execution conditions and correlation between batch jobs.
  • the current batch job processing-time estimation apparatus includes an order relationship extracting unit ( 502 ) reading log data from a log data storage unit ( 501 ) which stores log data including the start times and finish times of a plurality of batch jobs, generating order relationship data describing an order relationship between batch jobs from the start times and finish times included in the log data, and storing it in an order relationship data storage unit ( 503 ), a job processing-time estimating unit ( 504 ) of reading log data from the log data storage unit, determining from the start times and finish times included in the log data whether batch jobs are correlated in the processing times, generating job processing-time data including data regarding the correlation for each batch job, and storing it in a job processing-time data storage unit ( 505 ), and an estimating unit ( 506 ) of receiving execution condition data of a plurality of batch jobs from a monitoring target system which executes a plurality of batch jobs, estimating the finish times of a plurality of batch jobs from the execution condition data, data stored in the order relationship
  • a computer readable storage medium storing a program causing a computer to execute a processing time estimation operation above may be generated, and the program may be stored in a computer-readable storage medium or storage device such as a flexible disk, a CD-ROM, a magnet-optical disk, a semiconductor memory (such as a ROM), and a hard disk.
  • the data being processed may be temporarily held in a storage device such as a RAM.

Abstract

A processing time estimation method for estimating a processing time of each of a plurality of jobs, the processing time estimation method including determining, executed by a computer, whether the each job has a preceding job thereof on the basis of previous execution data including previous information of a plurality of previous start times and previous finish times of respective jobs of the plurality of jobs, the preceding job of the each job being included in the plurality of jobs and at least having the previous finish time earlier than the previous finish time of the each job.

Description

    CROSS-REFERENCE TO RELATED APPLICATION
  • This application is based upon and claims the benefit of priority of the prior Japanese Patent Application No. 2009-277239 filed on Dec. 7, 2009, the entire contents of which are incorporated herein by reference.
  • FIELD
  • The embodiments discussed herein are related to a processing time estimation method and a processing time estimation apparatus.
  • BACKGROUND
  • In a large computer operating system, many batch jobs are executed. A batch job is a set of jobs to be executed every predetermined period of time, such as sales calculation processing for one day. Typically, a certain amount of a data set is processed by a program or a script. Order relationships in various forms exist between batch job, and the batch jobs may often interlock with each other. An example of the order relationship is that the end of order confirmation processing is to be followed by the start of the sales calculation processing. Another example may be that when a batch job A outputs a file C, a batch job B waiting for it starts processing on the file C.
  • However, the order relationship between batch jobs may not easily be recognized. For example, when a batch job B is started in accordance with a message output from a program for a batch job A, analyzing the program may be desirable to identify the order relationship. This may not be realized in fact. In recent years, companies have been frequently merged, and a plurality of systems is merged with them. If the developers and operators are located in different places, requested batch-order-relationship definition information may not be easily accessed.
  • The “Punctuality” is desirable for executing a batch job. In other words, a batch job may often be executed during night to prevent influences on normal service processing. However, for example, for the service start at nine in the morning, a batch job may be finished before five in the morning. Therefore, if the completion of a batch job before a predetermined time may be desirable, the notification of the fact may be desirable as early as possible. This is for addressing the problem by, for example, postponing a batch job which may be executed on the next day. In other words, once a predetermined deadline is violated, the time for executing the batch job is desirable to adjust since it is too late.
  • Accordingly, there has been provided a technology of estimating a delay of a desirable job in the future through automatic monitoring of jobs, for real-time higher punctuality and efficiency of monitoring and operations in an entire system. More specifically, start/finish time information of one job are extracted from its history information, and predetermined warning information is transmitted on the basis of the difference between the start/finish time and the current time of the job in a monitoring schedule. However, since the technology does not implement processing of correctly extracting the order relationship between jobs, the job finish time may not be estimated with high accuracy in accordance with the execution condition. It may be desirable for the technology to handle parallel processing under a dependent relationship in which when a batch job A outputs a file C, a waiting batch job B starts processing on the file C.
  • There has been provided another technology of extracting general processing order pattern of services from history information on service processing executed by a human being. However, the order of service processing by a human being acquired may not be used for analysis of a processing order pattern of batch jobs. It is desirable for the technology to handle a case unique to batch jobs as described above, that is, the case that when a batch job A outputs a file C, a waiting batch job B starts processing on the file C.
  • There has been provided another technology for improving the accuracy of the estimation of the execution end times of jobs even when loads on computers vary in an information processing system being capable of executing a plurality of jobs. More specifically, first of all, during parallel execution of a plurality of jobs, information on the throughputs of the jobs is collected. Next, on the basis of the collected information (including a list of priority jobs to be finished first), the estimated execution finish time of each of the jobs is calculated. From the estimated execution finish times calculated for the jobs, the desired execution finish times of the jobs are calculated. However, this technology calculates the progress rate of a single job from the state of use of a resource and estimates the finish time of the single job from it. Since this technology may only grasp a simple relationship between jobs, accurate estimation of the finish times is desirable.
  • SUMMARY
  • According to an aspect of an embodiment, a processing time estimation method for estimating a processing time of each of a plurality of jobs, the processing time estimation method including determining, executed by a computer, whether the each job has a preceding job thereof on the basis of previous execution data including previous information of a plurality of previous start times and previous finish times of respective jobs of the plurality of jobs, the preceding job of the each job being included in the plurality of jobs and at least having the previous finish time earlier than the previous finish time of the each job, calculating, executed by the computer, a previous processing time of the each job, the previous processing time of the each job being calculated on the basis of the previous start time and the previous finish time of the each job whether the each job does not have the preceding job thereof, the previous processing time of the each job being calculated on the basis of the previous start time and the previous finish time of the each job and the previous finish time of the preceding job of the each job whether the each job has the preceding job thereof, calculating, executed by the computer, a processing time of the each job on the basis of the previous processing times of the each job, and calculating, executed by the computer, an estimated processing time of the each job on the basis of current execution data including current information of a current start time and a current finish time of the respective jobs of the plurality of jobs, the estimated processing time of the each job being calculated on the basis of the estimated processing time of the depended job of the each job if the each job does not finish and has the depended job thereof.
  • The object and advantages of the invention will be realized and attained by means of the elements and combinations particularly pointed out in the claims.
  • It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory and are not restrictive of the invention, as claimed.
  • BRIEF DESCRIPTION OF DRAWINGS
  • FIG. 1 is a system routine diagram;
  • FIG. 2 illustrates an example of data stored in a log data storage unit;
  • FIG. 3 illustrates a processing flow of a pre-processing;
  • FIG. 4 illustrates an example of a job list;
  • FIG. 5 illustrates a direct serial starting relationship;
  • FIG. 6 illustrates a queuing relationship;
  • FIG. 7 illustrates a processing flow of an order relationship estimation processing;
  • FIG. 8 illustrates an example of data stored in an order relationship data storage unit;
  • FIG. 9 schematically illustrates order relationship data;
  • FIG. 10 illustrates a processing flow of processing-time-correlation estimation processing;
  • FIG. 11 is a diagram for describing a processing time calculation method;
  • FIG. 12 schematically illustrates a correlation between processing times;
  • FIG. 13 illustrates an example of data stored in job processing-time data storage unit;
  • FIG. 14 illustrates data regarding correlations;
  • FIG. 15 illustrates an example of a job net model;
  • FIG. 16 illustrates a processing flow of processing to be performed when batch jobs are executed;
  • FIG. 17 illustrates an example of data stored in a monitoring data storage unit;
  • FIG. 18 is a functional block diagram of a computer; and
  • FIG. 19 is a functional block diagram of a batch job processing-time estimation apparatus.
  • DESCRIPTION OF EMBODIMENTS
  • A schematic diagram of a system according to an embodiment is illustrated in FIG. 1. A monitoring target system 200 which executes a batch job has an execution state measuring unit 210 which measures the execution condition of a batch job 230, and a log data storage unit 220 which stores log data output as data describing the execution condition of the batch job 230 from the execution state measuring unit 210.
  • The monitoring target system 200 is connected to a batch job processing-time estimation apparatus 100 over a network. The batch job processing-time estimation apparatus 100 has a log acquiring unit 110 which acquires log data from the execution state measuring unit 210 in the monitoring target system 200. The monitoring target system 200 has a log data storage unit 111 which stores log data acquired by the log acquiring unit 110. The monitoring target system 200 has a job net model generating unit 120 which performs processing by using data stored in the log data storage unit 111. The monitoring target system 200 has an order relationship data storage unit 131 which stores a processing result from the job net model generating unit 120. The monitoring target system 200 has a job processing-time data storage unit 132 which stores a processing result from job net model generating unit 120. The monitoring target system 200 has a job execution state monitoring unit 135 which acquires execution condition data of a batch job 230 currently being executed from the execution state measuring unit 210 in the monitoring target system 200 by using data stored in the order relationship data storage unit 131. The monitoring target system 200 has a finish time estimating unit 136 which performs processing by using data stored in the order relationship data storage unit 131 and job processing-time data storage unit 132 and an output from the job execution state monitoring unit 135. The monitoring target system 200 has a monitoring data storage unit 137 which stores data to be used by the finish time estimating unit 136. The monitoring target system 200 has a deadline definition data storage unit 133. The monitoring target system 200 has a message sink data storage unit 134. The monitoring target system 200 has a deadline violation estimating unit 138 which performs processing by using data stored in the deadline definition data storage unit 133 and message sink data storage unit 134 and an output from the finish time estimating unit 136.
  • The job net model generating unit 120 has the order relationship extracting unit 121 which performs processing by using data stored in the log data storage unit 111 and stores order relationship data that is a result of the processing in the order relationship data storage unit 131. The job net model generating unit 120 has the job processing time estimating unit 122 which performs processing by using data stored in the log data storage unit 111 and order relationship data storage unit 131 and stores job processing-time data that is a result of the processing in the job processing-time data storage unit 132.
  • The batch job processing-time estimation apparatus 100 is connected to an operator terminal 300 such as a personal computer and a cellular phone over a network.
  • Next, with reference to FIG. 2 to FIG. 17, details of pre-processing to be performed by the batch job processing-time estimation apparatus 100. It is assumed there that the log acquiring unit 110 has already acquired log data for a predetermined period in the past from the execution state measuring unit 210 and stored the log data in the log data storage unit 111. The log data storage unit 111 may store data as illustrated in FIG. 2, for example. In the example in FIG. 2, the job name, start time, and finish time are stored for each executed batch job. In the example in FIG. 2, log data for five days are only illustrated. However, data for more days may be acquired.
  • Next, in step S1 in FIG. 3, the order relationship extracting unit 121 in the job net model generating unit 120 reads log data stored in the log data storage unit 111. Next, in step S3, the order relationship extracting unit 121 extracts all job names, generates a job list thereof and stores it in the order relationship data storage unit 131, for example. For example, the order relationship extracting unit 121 may generate a list of job names of batch jobs having appeared even once and assigns node numbers thereto. In other words, as illustrated in FIG. 4, the node numbers and job names are stored in association in the log data storage unit 111.
  • In step S5, the order relationship extracting unit 121 performs order relationship estimation processing. The order relationship estimation processing may be described with reference to FIG. 5 to FIG. 9.
  • The order relationship estimation processing extracts a direct serial starting (next) relationship (also called a direct serial starting pattern) as illustrated in FIG. 5 and a queuing (activate) relationship (also called a queuing pattern) as illustrated in FIG. 6. As illustrated in FIG. 5, when a batch job B that is a subsequent batch job is often started immediately after a batch job A that is a preceding batch job finishes, it may be determined that the batch job A and the batch job B has the next relationship therebetween. More specifically, when the start time of the batch job B is recorded less than a predetermined value from the finish time of the batch job A (such as within one second), it may be estimated that the order relationship of the next relationship from the batch job A to the batch job B exists.
  • As illustrated in FIG. 6, batch job B may often be started to execute before the finish time of the batch job A that is a preceding batch job, and the batch job A may often be finished before the finish time of the batch job B. In that case, it is estimated that the batch job B waits for a message issued or file generation by the batch job A, and it is determined that the batch job A and the batch job B has the activate relationship. The start time of the batch job B may be desirable to be predetermined.
  • The relationship as described above is extracted from the log data by processing illustrated in FIG. 7 to FIG. 9. In step S11, the order relationship extracting unit 121 selects unprocessed batch jobs a and b from the job list. In step S13, the order relationship extracting unit 121 extracts log data of the batch jobs a and b from the read log data and extracts the start time and finish time of the batch jobs a and b. The number of logs of the batch job a or the number of logs of the batch job b may be a combination number of logs, or the number as a result of the division of the total number of logs by two may be the combination number of logs.
  • The order relationship extracting unit 121 determines whether the combination of the log of the batch job a and the log of the batch job b has a difference between the finish time of the batch job a and the start time of the batch job b is equal to or within one second, for example, and matches with the direct serial starting pattern or not. In the same manner, the order relationship extracting unit 121 determines whether the combination of the logs has a difference between a finish time of the batch job b and a start time of the batch job a is equal to or within one second, for example, and matches with the direct serial starting pattern or not. In step S15, the order relationship extracting unit 121 counts the number of times of matching for each of the order from the batch job b to the batch job a and the order from the batch job a to the batch job b separately. For example, in the example in FIG. 2, in the shift from the batch job J1.sh to the batch job J2.sh, the number of times of matching with the direct serial starting pattern is “four” against the combination number 5 of the logs. For the shift from the batch job J2.sh to the batch job J3.sh, the number of times of matching with the direct serial starting pattern is “five” against the combination number 5 of the logs.
  • After that, in step S17, the order relationship extracting unit 121 determines whether the combination of logs matching with the direct serial starting pattern occurs with a probability that is equal to or higher than a threshold value or not. For example, when 80% is the threshold value, the shift from the batch job J1.sh to the batch job J2.sh and the shift from the batch job J2.sh to the batch job J3.sh are determined to correspond to the direct serial starting pattern with a high probability, as described above.
  • In step S19, if it is determined that the combination of logs matching with the direct serial starting pattern occurs with a probability that is equal to or higher than the threshold value, the order relationship extracting unit 121 sets the relationship between the batch jobs a and b as the next relationship. Since the probability of occurrence of a combination of logs is associated with the order, the shift from the batch job a to the batch job b and the shift from the batch job b to the batch job a are handled separately. In the example above, the next relationship is set for the shift from the batch job J1.sh to the batch job J2.sh. The next relationship is also set for the shift from the batch job J2.sh to the batch job J3.sh. The thus set relationships are stored as order relationship data in the order relationship data storage unit 131. The processing then moves to step S27.
  • FIG. 8 illustrates an example of data stored in the order relationship data storage unit 131. In the example of FIG. 8, the order relationship data storage unit 131 stores a link ID, a node number of a preceding job that is a preceding batch job and a node number of a subsequent job that is a subsequent batch job, and the type of relationship. In step S19, a link ID, such as links L1 and L2, is assigned to the detected next relationship. In the same manner, in step S19, the order relationship data storage unit 131 stores the node number assigned to a preceding batch job and a node number assigned to a subsequent batch job. In step S19, the data on the third row of FIG. 8 are not stored.
  • On the other hand, the combination of logs matching with the direct serial starting pattern may occur with a probability that is lower than the threshold value or may not occur at all. In this case, the order relationship extracting unit 121 determines whether combinations of logs match with a queuing pattern in which the finish time of the batch job a follows the start time of the batch job b, and the finish time of the batch job a precedes the finish time of the batch job b or not. In the same manner, the order relationship extracting unit 121 determines whether combinations of logs match a queuing pattern in which the finish time of the batch job b follows the start time of the batch job a and the finish time of the batch job b precedes the finish time of the batch job a or not. The subsequent batch jobs may be desirable to start at predetermined times. In step S21, the order relationship extracting unit 121 separately counts the numbers of times of matching for the order from the batch job a to the batch job b and the order from the batch job b to the batch job a. For example, in the example in FIG. 2, in the shift from the batch job J2.sh to the batch job J4.sh, the number of times of matching with the queuing pattern is “five” against the combination number 5 of the logs.
  • After that, in step S23, the order relationship extracting unit 121 determines whether the log matching with the queuing pattern occurs with a probability that is equal to or higher than a threshold value or not. For example, when 80% is the threshold value, the order relationship extracting unit 121 determines that the shift from the batch job J2.sh to the batch job J4.sh corresponds to the queuing pattern with a high probability.
  • In step S25, if it is determined that a combination of logs matching with the queuing pattern occurs with a probability that is equal to or higher than a threshold value, the order relationship extracting unit 121 sets the relationship between the batch jobs a and b as the activate relationship. Since the probability of occurrence of a combination of logs is also associated with the order, the shift from the batch job a to the batch job b and the shift from the batch job b to the batch job a are handled separately. In the example above, the activate relationship is set for the shift from the batch job J2.sh to the batch job J4.sh. The thus set relationships are stored as order relationship data in the order relationship data storage unit 131. As illustrated on the third row of FIG. 8, the order relationship data storage unit 131 assigns a link ID to the newly detected order relationship, and stores the node number assigned to the preceding batch job and the node number assigned to the subsequent batch job in association.
  • On the other hand, if a combination of logs matching with the queuing pattern occurs with a probability that is lower than the threshold value or does not occur at all or after step S19 or S25, the order relationship extracting unit 121 determines whether all pairs of batch jobs in the job list have been processed or not in step S27. If any unprocessed pair exists, the processing returns to step S11. On the other hand, if all pairs have been processed, the processing returns to the beginning.
  • Performing the processing can provide the order relationship between batch jobs as illustrated in FIG. 8, for example. This may be illustrated as a digraph in FIG. 9. According to this embodiment, two types of link are provided. However, if some batch jobs can be associated by other patterns, the number of types of link may be increased. In some cases, links may be set so as to create a loop in the digraph. However, the existence of a loop in the digraph is not preferable for estimation of the finish time. Thus, if a loop occurs, for example, the link occurring with the lowest probability may be disconnected in addition.
  • As may be described below, the identification of the activate relationship allows more accurate grasp of a correlation of processing times.
  • Referring back to the description on the processing in FIG. 3, in step S7, the job processing time estimating unit 122 next uses the data stored in the log data storage unit 111 and order relationship data storage unit 131 to perform processing-time-correlation estimation processing. The processing-time-correlation estimation processing may be described with reference to FIG. 10 to FIG. 15.
  • In step S31, the job processing time estimating unit 122 selects reachable unprocessed batch jobs a and b on the basis of the order relationship data stored in the order relationship data storage unit 131. In the example in FIG. 9, the batch job J3.sh and the batch job J4.sh are not a reachable combination of batch jobs since they are linked in the reverse direction. Therefore, such combinations are not selected. In the digraph, unreachable combinations of batch jobs are determined as not having a correlation between the batch jobs.
  • Next, in step S33, the job processing time estimating unit 122 uses log data stored in the log data storage unit 111 to calculate the processing times of the batch jobs a and b and stores the results in the job processing-time data storage unit 132. At that time, the job processing time estimating unit 122 checks, from the order relationship data stored in the order relationship data storage unit 131, whether either batch job a or batch job b is set with the activate relationship and is designated as the subsequent node or not. For example, if the batch job b is a batch job J4.sh, it is set with the activate relationship and is the subsequent node, in the example in FIG. 8. According to this embodiment, in that case, the job processing time estimating unit 122 reads the last log regarding the preceding node connected to the link of the activate relationship from the log data storage unit 111. Next, the job processing time estimating unit 122 identifies the finish time of the last log as the start time. Next, the job processing time estimating unit 122 identifies the time from the start time to the finish time of the corresponding log regarding the subsequent node as the processing time.
  • As illustrated in FIG. 11, the subsequent focused batch job J4.sh waits for the preceding batch job J2.sh. Thus, the part where the processing time of the preceding batch job J2.sh and the processing time of the focused batch job J4.sh overlap with each other is a waiting time, and processing is not performed substantially. The substantial processing time is the processing time after the preceding batch job J2.sh finishes. Thus, as described above, the processing time is calculated, and the substantial processing time is calculated.
  • For the batch job of the node connected to the link of the next relationship, the time from the corresponding log start time to the finish time is identified as its processing time.
  • In the current step, for the processing time of each of batch jobs, the average value of the batch jobs is calculated and is stored in the job processing-time data storage unit 132. Instead of the average value, a statistical value may be used such as a minimum value, a maximum value, a mode value, and a 90 percentile value.
  • In step S35, the job processing time estimating unit 122 calculates a correlation coefficient between the processing time of the batch job a and the processing time of the batch job b. The correlation coefficient may be calculated by:
  • i = 1 n ( x i - x _ ) ( y i - y _ ) i = 1 n ( x i - x _ ) 2 i = 1 n ( y i - y _ ) 2 [ Formula 1 ]
  • where x is the processing time of the batch job a, y is the processing time of the batch job b, x-bar is an average value of x, and y-bar is an average value of y, and n is the number of batch job a or b.
  • The processing time of each batch job may be proportional to the amount of service data (such as the number of sales slips for one day). Thus, the processing times of different batch jobs depending on service data may possibly be correlated. For that reason, the presence of correlation is determined with the correlation coefficient, as described above.
  • In step S37, the job processing time estimating unit 122 determines whether the calculated correlation coefficient is equal to or higher than a predetermined threshold value or not. If the correlation coefficient is lower than the predetermined threshold value, the processing times of the batch jobs are not significantly correlated. Thus, the processing moves to step S41.
  • On the other hand, in step S39, if the calculated correlation coefficient is equal to or higher than the predetermined threshold value, the job processing time estimating unit 122 performs the well-known straight line regression calculation on the processing time of the batch job a and the processing time of the batch job b to calculate a proportionality coefficient. Next in step S39, the job processing time estimating unit 122 stores the correlation data including the proportionality coefficient in the job processing-time data storage unit 132. After step S39, the processing moves to step S41.
  • For example, a graph as illustrated in FIG. 12 can be obtained where the processing time of the batch job J1.sh is indicated by the horizontal axis, and the processing time of the batch job J3.sh is indicated by the vertical axis. Points are plotted with the processing time of the batch job J1.sh and the processing time of the batch job J3.sh for each day. Performing the well-known straight line regression calculation results in a straight line a as illustrated in FIG. 12. The gradient of a is calculated as “2.0”. In other words, there is a relationship in which when the processing time of the batch job J1.sh is X, the processing time Y of the batch job J3.sh is equal to 2.0×. As illustrated in FIG. 12, it is assumed that the correlation coefficient of the processing time of the batch job J1.sh and the processing time of the batch job J3.sh is 0.93 which is higher than a threshold value of 0.9. Other approximation may be used instead of straight-line approximation if a correlation is found between other amounts than data amounts.
  • Thus, in step S39, as illustrated in FIG. 13, the correlation data is stored in the job processing-time data storage unit 132. In the example in FIG. 13, job processing-time data is registered under a job name. The job processing-time data includes an average value of processing times and a correlated variable that is correlation data. In the correlation data, in the example illustrated in FIG. 13, a correlated variable X is set for the processing time of the batch job J1.sh that is a reference, and a correlated variable 2X is set for the processing time of the related batch job J3.sh. Thus, data describing a relationship as illustrated in FIG. 12 can be held.
  • Referring back to FIG. 10, in step S41, whether all pairs of batch jobs that are reachable have been processed or not on the basis of the order relationship data. If any unprocessed pair of batch jobs exists, the processing returns to step S31. On the other hand, if all pairs of jobs have been processed, the processing returns to the beginning.
  • Performing these steps can result in not only grasp of the order relationship as a digraph but also calculation of a correlation between processing times of batch jobs. Thus, more accurate modeling can be implemented.
  • For example, it is assumed that the job processing-time data as illustrated in FIG. 14 can be acquired finally. In the example in FIG. 14, a node ID is also given for easy understanding, but the data has the substantially same data structure as that in FIG. 13. The batch job J2.sh and batch job J4.sh are batch jobs that do not correlate with the processing times of the other batch jobs. In FIG. 14, correlated variables are “Y” and “Z” for convenience, but there are NULL in the processing described above.
  • Visualizing the job net model generated by the job net model generating unit 120, one as illustrated in FIG. 15 can be obtained, for example. FIG. 15 further includes the corresponding job processing-time data in addition to the nodes of the digraph illustrated in FIG. 9. It clarifies the relationship between batch jobs.
  • After the pre-processing described above is performed, processing for executing a batch job, which may be described with reference to FIG. 16 and FIG. 17, is performed.
  • First of all, in step S51, the job execution state monitoring unit 135 acquires execution condition data on jobs from the execution state measuring unit 210 in the monitoring target system 200. For example, the job execution state monitoring unit 135 acquires data including the execution start time of a batch job started to execute and/or the execution finish time of a batch job the execution of which has completed. Step S51 may be performed at predetermined periods such as ten minutes by the job execution state monitoring unit 135. However, step S51 may not be desirable to perform periodically. The job execution state monitoring unit 135 outputs the acquired execution condition data to the finish time estimating unit 136.
  • In step S53, the finish time estimating unit 136 uses the execution condition data to calculate the execution time of an executed job and stores it in the monitoring data storage unit 137. In step S53, the finish time estimating unit 136 calculates the difference between the start time of a batch job being executed and the current time acquired from a system clock. The finish time estimating unit 136 further calculates the difference between the start time and the finish time of a batch job the execution of which has completed. As described above, the processing time of a subsequent batch job associated under the activate relationship is from the finish time of the preceding batch job to the current time or the finish time of the subsequent batch job. Therefore, this step does not still identify the processing time.
  • In step S55, the finish time estimating unit 136 calculates a waiting time of a subsequent batch job (also called a subsequent node) under the activate relationship and stores the result in the monitoring data storage unit 137. In the example in FIG. 14, the batch job J4.sh is a subsequent node under the activate relationship. The waiting time of the batch job J4.sh is the period from the start time to the current time if the finish time of the preceding batch job (also called a preceding node) under the activate relationship is not recorded. If the finish time of the preceding node is recorded, the waiting time is the period from the start time to the finish time of the preceding node.
  • For example, a job execution condition as illustrated in FIG. 17 is assumed. As illustrated in FIG. 17, the batch job J1.sh is started to execute at 0:00. Next, the batch job J2.sh is started to execute at 0:40. Next, the batch job J3.sh is started to execute at 1:50. Next, the batch job J4.sh is started to execute at 1:00. On the other hand, since the batch job J2.sh that is the preceding batch job of the batch job J4.sh finishes at 1:50, all of the execution time of the batch job J4.sh up to 1:50 is its waiting time. This is on the column of the waiting time in FIG. 17. It is assumed here that the waiting time of a batch job excluding a subsequent batch job under the activate relationship is “0”.
  • Next, in step S57, the finish time estimating unit 136 performs computing of estimating the substantial processing time (also called an individual processing time) of each batch job and stores the result in the monitoring data storage unit 137. The substantial processing time is calculated by max {(execution time−waiting time), average value}. The average value of those not correlated with other batch jobs is simply the average value stored in the job processing-time data storage unit 132. On the other hand, the “average value” of those correlated with other batch jobs is the value resulting from the multiplication of the substantial processing time calculated for another batch job by a proportionality coefficient.
  • For example, as illustrated in FIG. 14, when it is defined that the double of the processing time of the batch job J1.sh is the processing time of the batch job J3.sh, the substantial processing time of the batch job J1.sh is 30 minutes from 0:00 to 0:30. Thus, the average value of the batch job J3.sh is 60 minutes. During the period, since the execution time of the batch job J3.sh is 0 minute, the average value is the substantial processing time as it is. On the other hand, after 0:40, since the substantial processing time of the batch job J1.sh is 40 minutes, the average value of the batch job J3.sh is 80 minutes. In the example in FIG. 17, since processing time of the batch job J3.sh does not exceed 80 minutes, the substantial processing time of the batch job J3.sh is 80 minutes that is equal to the average value.
  • For the batch job J4.sh, the (execution time−waiting time) is calculated. Since the execution time and the waiting time are the same and are equal to “0” from 0:00 to 1:50, the average value is always higher. Thus, the substantial processing time is equal to the average value. On the other hand, at 2:00, the (execution time−waiting time) is equal to 10. Comparing it and the average value=70, the average value is higher. Therefore, at 2:00, the average value is the substantial processing time. However, the (execution time—waiting time) is longer than 70 minutes after a lapse of time from then, the (execution time−waiting time) is the substantial processing time.
  • Referring back to the processing in FIG. 16, in step S59, the finish time estimating unit 136 calculates the total sums of substantial processing times for paths from the start nodes to the end nodes in the job net model. Next, in step S59, the finish time estimating unit 136 identifies the maximum value of the total sums of the calculated substantial processing times and estimates the finish time with the value. As illustrated in FIG. 15, since the digraph branches, there are two end nodes. Therefore, a first path is J1.sh-J2.sh-J3.sh. A second path is J1.sh-J2.sh-J4.sh. For the first path, the total sum of the substantial processing times is calculated. For the second path, the total sum of the substantial processing times is calculated.
  • In the example in FIG. 17, until 0:30, the substantial processing time of the batch job J3.sh is shorter than the substantial processing time of the J4.sh, the total sum of the substantial processing times of the second path is used. On the other hand, after 0:40, they are reversed, and the total sum of the substantial processing times of the first path is used.
  • The finish time is the time after a lapse of the total sum of the substantial processing time from the start time of a start node in a job net model. In the example in FIG. 17, until 0:30, 2:40 is the estimated value of the finish time. From 0:40 to 1:40, 3:00 is the estimated value of the finish time. After that, 3:10 is the estimated value of the finish time.
  • The finish time estimating unit 136 notifies the estimated finish time to the deadline violation estimating unit 138.
  • In step S61, if the deadline violation estimating unit 138 receives the estimated finish time from the finish time estimating unit 136, the deadline violation estimating unit 138 reads the time of the deadline from the deadline definition data storage unit 133 and determines whether the estimated finish time violates the time of the deadline or not. For example, when 3:00 is stored in the deadline definition data storage unit 133, it is determined until 0:30 that the deadline is not violated. After that, it is determined that the deadline is being violated. In other words, at 0:40, the violation of the deadline is already estimated.
  • In step S63, if it is determined that the estimated finish time violates the deadline, the deadline violation estimating unit 138 reads a message sink mail address stored in the message sink data storage unit 134. In step S63, the deadline violation estimating unit 138 transmits an alarm mail to the message sink mail address. The alert may be issued by other methods excluding mailing.
  • Thus, an operator may operate the operator terminal 300 to receive the alarm mail and can recognize delay of the finish of the batch job. This allows stopping the execution of a batch job which can be postponed, or other measures can be taken.
  • If the estimated finish time does not violate the deadline, the deadline violation estimating unit 138 performs nothing.
  • In step S65, the job execution state monitoring unit 135 receives notification of the finish times of all batch jobs registered with a list stored in the order relationship data storage unit 131 and determines whether all batch jobs have finished or not. If all batch jobs have not finished, the job execution state monitoring unit 135 returns to step S51. On the other hand, if all batch jobs have finished, the processing ends.
  • Performing these operations can eliminate the necessity for complicated setting such as setting of deadlines for individual batch jobs and allows early and accurate estimation of violation of the deadlines.
  • Having described an embodiment, the embodiment art is not limited thereto. For example, the functional block diagram illustrated in FIG. 1 is only an example and does not typically agree with an actual program module configuration. The data holding configuration may be different from an actual data holding configuration.
  • Regarding the processing flows, the processing order may be changed or the operations may be performed in parallel if the processing result does not change.
  • The operator terminal 300 may receive notification of the finish time from the finish time estimating unit 136 whether the deadline is violated or not. A diagram like FIG. 15 may be displayed. In some cases, an operator may perform processing such as changing data stored in the order relationship data storage unit 131 and job processing-time data storage unit 132.
  • The aforementioned batch job processing-time estimation apparatus 100 is a computer apparatus, and, as illustrated in FIG. 18, includes a memory 2501, a CPU 2503, a hard disk drive (HDD) 2505, a display control unit 2507, a drive device 2513, an input device 2515, and a communication control unit 2517, which are connected via a bus 2519. The display control unit 2507 is connected to a display device 2509. The drive device 2513 is used for a removable disk 2511. The communication control unit 2517 is used for connecting to a network. An operating system (OS) and an application program for performing processing according to this embodiment are stored in an HDD 2505. In order to execute the application program by the CPU 2503, it is read from the HDD 2505 to the memory 2501. The CPU 2503 controls the display control unit 2507, communication control unit 2517, and drive device 2513 so as to perform necessary operations as need arises. The data during processing may be stored in the memory 2501 and may be stored in the HDD 2505 if necessary. According to an embodiment, an application program for performing the aforementioned processing may be stored and distributed in a computer-readable removable disk 2511. The application program may be installed from the drive device 2513 to the HDD 2505. The application program may be installed through a network such as the Internet and the communication control unit 2517 to the HDD 2505. The computer apparatus implements functions as described above as a result of organic collaboration of hardware such as the CPU 2503 and memory 2501, an OS, and a necessary application program.
  • The aforementioned embodiment may be summarized as follows:
  • The current batch job processing-time estimation method includes an order-relationship data generation step of reading log data from a log data storage unit which stores log data including the start times and finish times of a plurality of batch jobs, generating order relationship data describing an order relationship between batch jobs from the start times and finish times included in the log data, and storing it in an order relationship data storage unit, a job processing-time data generation step of reading log data from the log data storage unit, determining from the start times and finish times included in the log data whether batch jobs are correlated in the processing times, generating job processing-time data including data regarding the correlation for each batch job, and storing it in a job processing-time data storage unit, and an estimation step of receiving execution condition data of a plurality of batch jobs from a monitoring target system which executes a plurality of batch jobs, estimating the finish times of a plurality of batch jobs from the execution condition data, data stored in the order relationship data storage unit, and data stored in the job processing-time data storage unit.
  • In this way, since order relationship data and job processing-time data including data regarding correlations are generated, the finish times can be estimated with high accuracy.
  • The job processing-time data generation step may further include the steps of identifying combinations of a first batch job and a second batch job that can be shifted from the first batch job among a plurality of batch jobs in accordance with the order relationship data stored in the order relationship data storage unit, and performing regression calculation on a combination of batch jobs having a correlation coefficient of processing times that is equal to or higher than a predetermined value among the identified combinations, generating data regarding the correlation, and storing it in the job processing-time data storage unit.
  • Since a correlation coefficient is calculated for a combination of a first batch job and a second batch job that can be shifted from the first batch job, impossible combinations can be excluded, and the processing load can be reduced. Performing regression calculation on a combination having a correlation coefficient that is equal to or higher than a predetermined value allows performing regression calculation only on a combination with a high correlation. Thus, the processing load can be reduced also from that point of view. Furthermore, for example, since data regarding a correlation such as a proportionality coefficient of an approximate expression acquired by regression calculation can be generated, the finish time can be estimated with high accuracy.
  • The order relationship data generation step may further include the steps of determining from the finish time of a preceding first batch job and the start time of the subsequent second batch job among a plurality of batch jobs whether a condition regarding a first order relationship in which the second batch job is executed in accordance with the completion of the first batch job is satisfied or not, and, if it is satisfied, storing data for associating under the first order relationship between the first batch job and the second batch job in the order relationship data storage unit, and determining from the start time and finish time of a preceding third batch job and the start time and finish time of a subsequent fourth batch job among a plurality of batch jobs whether a condition regarding a second order relationship in which the fourth batch job starts during the execution of the third batch job and the third batch job finishes during the execution of the fourth batch job is satisfied or not, and, if it is satisfied, storing data for associating under the second order relationship the third batch job and the fourth batch job in the order relationship data storage unit. The identification of two kinds of order relationship in accordance with characteristics of batch jobs allows estimation of the finish time with high accuracy. The fourth batch job may further be desirable to start at a predetermined time.
  • Furthermore, the order relationship data may include data including an identifier of a first order relationship in which a subsequent second batch job is executed in accordance with the completion of a preceding first batch job among a plurality of batch jobs and identification information of the first and second batch jobs and data including an identifier of a second order relationship in which a subsequent fourth batch job starts during the execution of a preceding third batch job and the third batch job finishes during the execution of the fourth batch job among a plurality of batch jobs and identification information of the third and fourth batch jobs. In this case, the step of estimating may include the step of calculating the execution times of batch jobs from execution condition data, the step of, for the fourth batch job, calculating the waiting time from the start of the fourth batch job to the finish time of the third batch job from execution condition data and calculating the difference between the execution time and the waiting time as an execution time, an estimated-processing-time calculation step of identifying an individual processing time that is a longer time of the execution time for each of batch jobs included in the path and the estimated processing time identified from the processing time data stored in the processing time data storage unit for each path from the first batch job to the last batch job, the path being identified from the order relationship data stored in the order relationship data storage unit, accumulating the identified individual processing times and calculating the estimated processing time, and the step of identifying the longest estimated processing time among the estimated processing times calculated for the paths.
  • Thus, the finish time can be estimated with high accuracy by assuming the worst case.
  • The job processing-time data may include data regarding a correlation between the processing time of a preceding fifth batch job and the processing time of a subsequent sixth batch job. In this case, the step of identifying an estimated processing time may include the step of calculating an estimated processing time of the sixth batch job from the individual processing time of the fifth batch job on the path and data regarding the correlation between the fifth and sixth batch jobs. Thus, the finish time can be estimated by reflecting data regarding the execution conditions and correlation between batch jobs.
  • The current batch job processing-time estimation apparatus (FIG. 19) includes an order relationship extracting unit (502) reading log data from a log data storage unit (501) which stores log data including the start times and finish times of a plurality of batch jobs, generating order relationship data describing an order relationship between batch jobs from the start times and finish times included in the log data, and storing it in an order relationship data storage unit (503), a job processing-time estimating unit (504) of reading log data from the log data storage unit, determining from the start times and finish times included in the log data whether batch jobs are correlated in the processing times, generating job processing-time data including data regarding the correlation for each batch job, and storing it in a job processing-time data storage unit (505), and an estimating unit (506) of receiving execution condition data of a plurality of batch jobs from a monitoring target system which executes a plurality of batch jobs, estimating the finish times of a plurality of batch jobs from the execution condition data, data stored in the order relationship data storage unit, and data stored in the job processing-time data storage unit.
  • A computer readable storage medium storing a program causing a computer to execute a processing time estimation operation above may be generated, and the program may be stored in a computer-readable storage medium or storage device such as a flexible disk, a CD-ROM, a magnet-optical disk, a semiconductor memory (such as a ROM), and a hard disk. The data being processed may be temporarily held in a storage device such as a RAM.
  • Regarding embodiments including the aforementioned embodiment, the following appendices may be disclosed.
  • All examples and conditional language recited herein are intended for pedagogical purposes to aid the reader in understanding the embodiment and the concepts contributed by the inventor to furthering the art, and are to be construed as being without limitation to such specifically recited examples and conditions, nor does the organization of such examples in the specification relate to a illustrating of the superiority and inferiority of the embodiment. Although the embodiment of the present invention has been described in detail, it should be understood that the various changes, substitutions, and alterations could be made hereto without departing from the spirit and scope of the invention.

Claims (10)

1. A processing time estimation method for estimating a processing time of each of a plurality of jobs, the processing time estimation method comprising:
determining, executed by a computer, whether the each job has a preceding job thereof on the basis of previous execution data including previous information of a plurality of previous start times and previous finish times of respective jobs of the plurality of jobs, the preceding job of the each job being included in the plurality of jobs and at least having the previous finish time earlier than the previous finish time of the each job;
calculating, executed by the computer, a previous processing time of the each job, the previous processing time of the each job being calculated on the basis of the previous start time and the previous finish time of the each job whether the each job does not have the preceding job thereof, the previous processing time of the each job being calculated on the basis of the previous start time and the previous finish time of the each job and the previous finish time of the preceding job of the each job whether the each job has the preceding job thereof;
calculating, executed by the computer, a processing time of the each job on the basis of the previous processing times of the each job; and
calculating, executed by the computer, an estimated processing time of the each job on the basis of current execution data including current information of a current start time and a current finish time of the respective jobs of the plurality of jobs, the estimated processing time of the each job being calculated on the basis of the estimated processing time of the depended job of the each job if the each job does not finish and has the depended job thereof.
2. The processing time estimation method according to claim 1, wherein a difference between the finish time of the preceding job of the each job and the start time of the each job is less than a predetermined time.
3. The processing time estimation method according to claim 1, wherein the finish time of the preceding job of the each job is later than the start time of the each job.
4. The processing time estimation method according to claim 1, further comprising:
calculating, executed by the computer, an estimated finish time of the each job,
the estimated finish time of the each job being calculated on the basis of the estimated processing time of the each job whether the each job does not finish and does not have the preceding job thereof,
the estimated finish time of the each job being calculated on the basis of the finish time of the preceding job of the each job and the estimated processing time of the each job whether the each job does not finish and has the preceding job thereof; and
determining, executed by the computer, a latest finish time which is latest among the estimated finish times of the plurality of jobs.
5. A processing time estimation apparatus for estimating a processing time of each of a plurality of jobs, the processing time estimation apparatus comprising:
a memory for storing previous execution data including previous information of a plurality of previous start times and previous finish times of respective jobs of the plurality of jobs; and
a processor for determining whether the each job has a preceding job thereof on the basis of the previous execution data, the preceding job of the each job being included in the plurality of jobs and at least having the previous finish time earlier than the previous finish time of the each job,
calculating a previous processing time of the each job, the previous processing time of the each job being calculated on the basis of the previous start time and the previous finish time of the each job whether the each job does not have the preceding job thereof, the previous processing time of the each job being calculated on the basis of the previous start time and the previous finish time of the each job and the previous finish time of the preceding job of the each job whether the each job has the preceding job thereof,
calculating a processing time of the each job on the basis of the previous processing times of the each job, and
calculating an estimated processing time of the each job on the basis of current execution data including current information of a current start time and a current finish time of the respective jobs of the plurality of jobs, the estimated processing time of the each job being calculated on the basis of the estimated processing time of the depended job of the each job whether the each job does not finish and has the depended job thereof.
6. A processing time estimation method for estimating a processing time of each of a plurality of jobs, the processing time estimation method comprising:
determining, executed by a computer, whether the each job has a preceding job thereof on the basis of previous execution data including previous information of a plurality of previous start times and previous finish times of respective jobs of the plurality of jobs, the preceding job of the each job being included in the plurality of jobs and at least having the previous finish time earlier than the previous finish time of the each job;
calculating, executed by the computer, a previous processing time of the each job, the previous processing time of the each job being calculated on the basis of the previous start time and the previous finish time of the each job;
calculating, executed by the computer, a processing time of the each job on the basis of the previous processing times of the each job;
determining, executed by the computer, if the each job has a depended job thereof, the depended job of the each job being a reachable job of the each job, the depended job of the each job having the processing time having a correlation coefficient greater than a predetermined value with the processing time of the each job, the reachable job of the each job being the preceding job of the each job or the reachable job of the preceding job of the each job; and
calculating, executed by the computer, the estimated processing time of the each job being calculated on the basis of the estimated processing time of the depended job of the each job if the each job does not finish and has the depended job thereof.
7. The processing time estimation method according to claim 6, further comprising:
calculating, executed by a computer, a proportionality coefficient of the processing time of the each job to the processing time of the depended job thereof whether the each job has the depended job of the each job, the processing time being calculated on the basis of an average processing time of the each job, which is an average of the previous processing times of the each job, and
the estimated processing time of the each job is calculated on the basis of a product of the proportionality coefficient and the estimated processing time of the depended job of the each job whether the each job does not finish and has the depended job thereof.
8. The processing time estimation method according to claim 6, further comprising:
calculating, executed by the computer, an estimated finish time of the each job,
the estimated finish time of the each job being calculated on the basis of the estimated processing time of the each job whether the each job does not finish and does not have the preceding job thereof,
the estimated finish time of the each job being calculated on the basis of the finish time of the preceding job of the each job and the estimated processing time of the each job whether the each job does not finish and has the preceding job thereof; and
determining, executed by the computer, a latest finish time which is latest among the estimated finish times of the plurality of jobs.
9. A processing time estimation apparatus for estimating a processing time of each of a plurality of jobs, the processing time estimation apparatus comprising:
a memory for storing previous execution data including previous information of a plurality of previous start times and previous finish times of respective jobs of the plurality of jobs; and
a processor for determining whether the each job has a preceding job thereof on the basis of previous execution data including previous information of a plurality of previous start times and previous finish times of respective jobs of the plurality of jobs, the preceding job of the each job being included in the plurality of jobs and at least having the previous finish time earlier than the previous finish time of the each job,
calculating a previous processing time of the each job, the previous processing time of the each job being calculated on the basis of the previous start time and the previous finish time of the each job;
calculating a processing time of the each job on the basis of the previous processing times of the each job;
determining whether the each job has a depended job thereof, the depended job of the each job being a reachable job of the each job, the depended job of the each job having the processing time having a correlation coefficient greater than a predetermined value with the processing time of the each job, the reachable job of the each job being the preceding job of the each job or the reachable job of the preceding job of the each job; and
calculating the estimated processing time of the each job being calculated on the basis of the estimated processing time of the depended job of the each job whether the each job does not finish and has the depended job thereof.
10. A processing time estimation method comprising:
detecting a first job and a second job in log data of jobs, the second job having a start time prior to a finish time of the first job and the finish time of the first job being prior to a finish time of the second job;
calculating a substantial processing time duration of the second job based on the finish time of the first job and the finish time of the second job; and
estimating, by a processor, a finish time of scheduled jobs including jobs corresponding to the first job and the second job based on the calculated substantial processing time duration of the second job.
US12/959,648 2009-12-07 2010-12-03 Method of estimating a processing time of each of a plurality of jobs and apparatus thereof Active 2031-09-17 US8490108B2 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2009-277239 2009-12-07
JP2009277239A JP5463885B2 (en) 2009-12-07 2009-12-07 Batch job processing time estimation program, method and apparatus

Publications (2)

Publication Number Publication Date
US20110138397A1 true US20110138397A1 (en) 2011-06-09
US8490108B2 US8490108B2 (en) 2013-07-16

Family

ID=44083300

Family Applications (1)

Application Number Title Priority Date Filing Date
US12/959,648 Active 2031-09-17 US8490108B2 (en) 2009-12-07 2010-12-03 Method of estimating a processing time of each of a plurality of jobs and apparatus thereof

Country Status (2)

Country Link
US (1) US8490108B2 (en)
JP (1) JP5463885B2 (en)

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130084148A1 (en) * 2011-08-10 2013-04-04 Mall & Herlan Gmbh Efficient production line for aerosol cans
US20140101661A1 (en) * 2012-10-09 2014-04-10 Qualcomm Incorporated Method and apparatus for time management and scheduling for sychronous processing on a cluster of processing nodes
EP2581829A3 (en) * 2011-10-13 2014-05-07 Google, Inc. Dynamic scheduling for frames representing views of a geographic information environment
US20140350996A1 (en) * 2013-05-24 2014-11-27 Fujitsu Limited Job monitoring support method and information processing apparatus
US20150074210A1 (en) * 2011-04-27 2015-03-12 Microsoft Corporation Applying actions to item sets within a constraint
US20150363239A1 (en) * 2014-06-17 2015-12-17 Mediatek Inc. Dynamic task scheduling method for dispatching sub-tasks to computing devices of heterogeneous computing system and related computer readable medium
US9268669B2 (en) 2012-01-17 2016-02-23 Microsoft Technology Licensing, Llc Application quality testing time predictions
US20160283280A1 (en) * 2015-03-27 2016-09-29 Fujitsu Limited Information processing apparatus, information processing system and program
US9715409B2 (en) * 2013-07-25 2017-07-25 Fujitsu Limited Job delay detection method and information processing apparatus
CN109002377A (en) * 2018-07-26 2018-12-14 郑州云海信息技术有限公司 A kind of processor detection method, processor detection device and computer equipment
US20190050262A1 (en) * 2017-08-14 2019-02-14 Tata Consultancy Services Limited Automated system for optimizing batch processing time
CN111813624A (en) * 2020-06-29 2020-10-23 中国平安人寿保险股份有限公司 Robot execution time length estimation method based on time length analysis and related equipment thereof
US20210056005A1 (en) * 2019-08-22 2021-02-25 Shanghai Zhaoxin Semiconductor Co., Ltd. Performance analysis system and method
CN114201286A (en) * 2022-02-16 2022-03-18 成都明途科技有限公司 Task processing method and device, electronic equipment and storage medium

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5778200B2 (en) * 2013-02-28 2015-09-16 株式会社大和総研ビジネス・イノベーション Information processing apparatus, information processing system, information processing method, and information processing program
JP6163931B2 (en) * 2013-07-18 2017-07-19 富士通株式会社 Information acquisition program, information acquisition method, and information acquisition apparatus
US9361154B2 (en) 2014-09-30 2016-06-07 International Business Machines Corporation Tunable computerized job scheduling
JP2016189101A (en) * 2015-03-30 2016-11-04 鉄道情報システム株式会社 Batch processing system, batch processing method, batch processing program, and storage medium readable by computer storing batch processing program
JP6550874B2 (en) * 2015-04-06 2019-07-31 コニカミノルタ株式会社 Image forming apparatus, control method and control program
KR102223345B1 (en) * 2019-12-30 2021-03-04 부산대학교 산학협력단 Apparatus and method for transforming data for prediction of completion time
JP7449779B2 (en) 2020-06-03 2024-03-14 株式会社日立製作所 Job management method and job management device

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5465354A (en) * 1992-03-19 1995-11-07 Hitachi, Ltd. Method and apparatus for job execution prediction and control and method for job execution situation display
US6112221A (en) * 1998-07-09 2000-08-29 Lucent Technologies, Inc. System and method for scheduling web servers with a quality-of-service guarantee for each user
US20040123297A1 (en) * 2002-11-12 2004-06-24 Arm Litmited Performance level setting of a data processing system
US6986139B1 (en) * 1999-10-06 2006-01-10 Nec Corporation Load balancing method and system based on estimated elongation rates
US7058946B2 (en) * 1999-06-21 2006-06-06 Lucent Technologies Inc. Adaptive scheduling of data delivery in a central server
US20060242356A1 (en) * 2003-03-31 2006-10-26 Kazuhiko Mogi Computer system for managing performances of storage apparatus and performance management method of the computer system
US20070288443A1 (en) * 2006-06-09 2007-12-13 Hitachi, Ltd. Time series pattern generating system and method using historical information
US20080010642A1 (en) * 2006-06-30 2008-01-10 Maclellan Scot Method, system and computer program for scheduling execution of work units with monitoring of progress thereof

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3360037B2 (en) 1999-02-04 2002-12-24 エヌイーシーシステムテクノロジー株式会社 Scheduled work end time estimation system
JP3614800B2 (en) 2001-07-30 2005-01-26 エヌ・ティ・ティ・コムウェア株式会社 Business system start determination device for information system in multiplexed environment and business processing time prediction method
JP2004005205A (en) 2002-05-31 2004-01-08 Ufit Co Ltd Job progress monitoring system
JP4102695B2 (en) * 2003-03-28 2008-06-18 株式会社日本総合研究所 Batch job management system and batch job management program
JP2005071171A (en) 2003-08-26 2005-03-17 Hitachi Ltd Method for controlling batch job execution

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5465354A (en) * 1992-03-19 1995-11-07 Hitachi, Ltd. Method and apparatus for job execution prediction and control and method for job execution situation display
US6112221A (en) * 1998-07-09 2000-08-29 Lucent Technologies, Inc. System and method for scheduling web servers with a quality-of-service guarantee for each user
US7058946B2 (en) * 1999-06-21 2006-06-06 Lucent Technologies Inc. Adaptive scheduling of data delivery in a central server
US6986139B1 (en) * 1999-10-06 2006-01-10 Nec Corporation Load balancing method and system based on estimated elongation rates
US20040123297A1 (en) * 2002-11-12 2004-06-24 Arm Litmited Performance level setting of a data processing system
US20060242356A1 (en) * 2003-03-31 2006-10-26 Kazuhiko Mogi Computer system for managing performances of storage apparatus and performance management method of the computer system
US20070288443A1 (en) * 2006-06-09 2007-12-13 Hitachi, Ltd. Time series pattern generating system and method using historical information
US20080010642A1 (en) * 2006-06-30 2008-01-10 Maclellan Scot Method, system and computer program for scheduling execution of work units with monitoring of progress thereof

Cited By (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9647973B2 (en) * 2011-04-27 2017-05-09 Microsoft Technology Licensing, Llc Applying actions to item sets within a constraint
US20150074210A1 (en) * 2011-04-27 2015-03-12 Microsoft Corporation Applying actions to item sets within a constraint
US20130084148A1 (en) * 2011-08-10 2013-04-04 Mall & Herlan Gmbh Efficient production line for aerosol cans
EP2581829A3 (en) * 2011-10-13 2014-05-07 Google, Inc. Dynamic scheduling for frames representing views of a geographic information environment
US9268669B2 (en) 2012-01-17 2016-02-23 Microsoft Technology Licensing, Llc Application quality testing time predictions
US20140101661A1 (en) * 2012-10-09 2014-04-10 Qualcomm Incorporated Method and apparatus for time management and scheduling for sychronous processing on a cluster of processing nodes
US9373074B2 (en) * 2012-10-09 2016-06-21 Qualcomm Incorporated Method and apparatus for time management and scheduling for sychronous processing on a cluster of processing nodes
US20140350996A1 (en) * 2013-05-24 2014-11-27 Fujitsu Limited Job monitoring support method and information processing apparatus
US9864964B2 (en) * 2013-05-24 2018-01-09 Fujitsu Limited Job monitoring support method and information processing apparatus
US9715409B2 (en) * 2013-07-25 2017-07-25 Fujitsu Limited Job delay detection method and information processing apparatus
US20150363239A1 (en) * 2014-06-17 2015-12-17 Mediatek Inc. Dynamic task scheduling method for dispatching sub-tasks to computing devices of heterogeneous computing system and related computer readable medium
CN105183539A (en) * 2014-06-17 2015-12-23 联发科技股份有限公司 Dynamic Task Scheduling Method
US9959142B2 (en) * 2014-06-17 2018-05-01 Mediatek Inc. Dynamic task scheduling method for dispatching sub-tasks to computing devices of heterogeneous computing system and related computer readable medium
US20160283280A1 (en) * 2015-03-27 2016-09-29 Fujitsu Limited Information processing apparatus, information processing system and program
US9996372B2 (en) * 2015-03-27 2018-06-12 Fujitsu Limited Information processing apparatus, information processing system and program
US20190050262A1 (en) * 2017-08-14 2019-02-14 Tata Consultancy Services Limited Automated system for optimizing batch processing time
US10810046B2 (en) * 2017-08-14 2020-10-20 Tata Consultancy Services Limited Automated system for optimizing batch processing time
CN109002377A (en) * 2018-07-26 2018-12-14 郑州云海信息技术有限公司 A kind of processor detection method, processor detection device and computer equipment
US20210056005A1 (en) * 2019-08-22 2021-02-25 Shanghai Zhaoxin Semiconductor Co., Ltd. Performance analysis system and method
US11681602B2 (en) * 2019-08-22 2023-06-20 Shanghai Zhaoxin Semiconductor Co., Ltd. Performance analysis system for analyzing processing performance of processing device and method thereof
CN111813624A (en) * 2020-06-29 2020-10-23 中国平安人寿保险股份有限公司 Robot execution time length estimation method based on time length analysis and related equipment thereof
CN114201286A (en) * 2022-02-16 2022-03-18 成都明途科技有限公司 Task processing method and device, electronic equipment and storage medium

Also Published As

Publication number Publication date
US8490108B2 (en) 2013-07-16
JP5463885B2 (en) 2014-04-09
JP2011118794A (en) 2011-06-16

Similar Documents

Publication Publication Date Title
US8490108B2 (en) Method of estimating a processing time of each of a plurality of jobs and apparatus thereof
EP3182288B1 (en) Systems and methods for generating performance prediction model and estimating execution time for applications
US8505023B2 (en) Method and system for analyzing a sequence relation between a plurality of jobs across a plurality of time segments
JP4859558B2 (en) Computer system control method and computer system
EP2447838B1 (en) Technique for efficient parallelization of software analysis in a distributed computing environment through intelligent dynamic load balancing
US20080281564A1 (en) System, method and program product for forecasting the demand on computer resources
US20160321331A1 (en) Device and method
JP2004171249A (en) Backup execution decision method for database
EP2447841B1 (en) Scheduling policy for efficient parallelization of software analysis in a distributed computing environment
US20060062148A1 (en) System utilization rate managing apparatus and system utilization rate managing method to be employed for it, and its program
US11863418B2 (en) Anomaly detection method and storage medium
US9621679B2 (en) Operation task managing apparatus and method
CN113268403B (en) Time series analysis and prediction method, device, equipment and storage medium
CN112785194B (en) Workflow recommendation method and device, readable storage medium and electronic equipment
US20070233532A1 (en) Business process analysis apparatus
CN111680085A (en) Data processing task analysis method and device, electronic equipment and readable storage medium
US20090158294A1 (en) Dynamic critical-path recalculation facility
CN115269108A (en) Data processing method, device and equipment
CN115202847A (en) Task scheduling method and device
US11734063B2 (en) Job management based on generated execution time prediction model and prediction accuracy
JP6599049B2 (en) Data collection device
US8539588B2 (en) Apparatus and method for selecting measure by evaluating recovery time
US11636377B1 (en) Artificial intelligence system incorporating automatic model updates based on change point detection using time series decomposing and clustering
Bommala et al. Machine learning job failure analysis and prediction model for the cloud environment
US20160004982A1 (en) Method and system for estimating the progress and completion of a project based on a bayesian network

Legal Events

Date Code Title Description
AS Assignment

Owner name: FUJITSU LIMITED, JAPAN

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:KIKUCHI, SHINJI;REEL/FRAME:025666/0672

Effective date: 20101118

STCF Information on status: patent grant

Free format text: PATENTED CASE

FEPP Fee payment procedure

Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

FPAY Fee payment

Year of fee payment: 4

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 8TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1552); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Year of fee payment: 8