![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| To reduce execution time | Sreejith_VK | Shell Programming and Scripting | 4 | 05-13-2008 03:49 AM |
| specifying an execution time | VGR | UNIX for Advanced & Expert Users | 7 | 03-19-2008 05:32 AM |
| script execution time calculation | johnsonbryce | Shell Programming and Scripting | 9 | 02-25-2006 01:33 AM |
| last execution time | cubs0729 | UNIX for Dummies Questions & Answers | 1 | 01-20-2006 08:45 PM |
| execution time | ramki_rk | High Level Programming | 2 | 08-27-2003 10:23 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Estimated execution time
Hi All,
One of my script runs (approximately) for 20 to 40 hours Is there any way in unix to find the estimated time required for a shell script(Cron job).ie to find the time required for execution even before the script is executed. Any discussion(pointers) regarding the same is most welcome. |
|
||||
|
Not really. You can go by historical run times.
If this is almost all shell you may want to start running the time command on sections of it to find bottlenecks. For example, you may want to change a loop that iterates ten times as ten separate concurrent sub processes and just wait for their completion. |
|
||||
|
hi jim,
I dont have an issue with execution of the script it is working fine and it take only the required time. But as this script does many compilations(compiled files are undergoes change regularly), the time used by the script varies to a very large extend. So I want to predict. Last edited by Sreejith_VK; 04-16-2008 at 09:44 AM.. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|