GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
runtimeestimator(1) FreeBSD General Commands Manual runtimeestimator(1)

runtimeestimator
Batch Job Runtime Estimator

runtimeestimator [start_file] [total_runs] [current_run]

runtimeestimator is a simple program to estimate the total runtime of a batch job consisting of multiple runs. Upon initialisation, it initialises a start file with a time stamp. Each time a run is completed, it prints out the estimated total runtime.

The following arguments have to be provided:
start_file
The name of the start file.
total_runs
The total number of runs.
current_run
The current run number that has just been completed.

Some netperfmeter usage examples:
runtimeestimator runtime.dat 100 0
Initialize runtime estimation (i.e. before the first run). The start file "runtime.dat" is created.
runtimeestimator runtime.dat 100 1
Completed run 1 of 100 (i.e. the first run).
runtimeestimator runtime.dat 100 5
Completed run 5 of 100.
runtimeestimator runtime.dat 100 100
Completed run 100 of 100 (i.e. all runs are complete).

Thomas Dreibholz
https://www.uni-due.de/~be0001/netperfmeter
mailto://dreibh@iem.uni-due.de
November 3, 2013 runtimeestimator

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.