X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Ffull_javadoc%2Fcompbio%2Fstat%2Fcollector%2FExecutionStatCollector.html;fp=website%2Ffull_javadoc%2Fcompbio%2Fstat%2Fcollector%2FExecutionStatCollector.html;h=9e03d1d821f5dad6a80bd7bfe9efb4c39cfafd5b;hb=da8c820a7fb2edecb190589f3dc9c362e57a2f24;hp=0000000000000000000000000000000000000000;hpb=0bbebf27d045b1345bc042bdf24ef2e6808df251;p=jabaws.git diff --git a/website/full_javadoc/compbio/stat/collector/ExecutionStatCollector.html b/website/full_javadoc/compbio/stat/collector/ExecutionStatCollector.html new file mode 100644 index 0000000..9e03d1d --- /dev/null +++ b/website/full_javadoc/compbio/stat/collector/ExecutionStatCollector.html @@ -0,0 +1,323 @@ + + + + + + +ExecutionStatCollector + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +compbio.stat.collector +
+Class ExecutionStatCollector

+
+java.lang.Object
+  extended by compbio.stat.collector.ExecutionStatCollector
+
+
+
All Implemented Interfaces:
Runnable
+
+
+
+
public class ExecutionStatCollector
extends Object
implements Runnable
+ + +

+Number of runs of each WS = number of folders with name + + Number of successful runs = all runs with no result file + + Per period of time = limit per file creating time Runtime (avg/max) = + + started time - finished time + + Task & result size = result.size + + Abandoned runs - not collected runs + + Cancelled runs - cancelled + + Cluster vs local runs + + Reasons for failure = look in the err out? + + + Metadata required: + + work directory for local and cluster tasks = from Helper or cmd parameter. WS + names - enumeration. Status file names and content. +

+ +

+

+
Author:
+
pvtroshin
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
ExecutionStatCollector(String workDirectory, + int timeOutInHours) + +
+          List subdirectories in the job directory
+  + + + + + + + + + + + + + + + +
+Method Summary
+static voidmain(String[] args) + +
+          Not in use
+ voidrun() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ExecutionStatCollector

+
+public ExecutionStatCollector(String workDirectory,
+                              int timeOutInHours)
+
+
List subdirectories in the job directory +

+

+
Parameters:
workDirectory -
timeOutInHours -
+
+ + + + + + + + +
+Method Detail
+ +

+main

+
+public static void main(String[] args)
+                 throws IOException,
+                        SQLException
+
+
Not in use +

+

+
+
+
+ +
Throws: +
IOException +
SQLException
+
+
+
+ +

+run

+
+public void run()
+
+
+
Specified by:
run in interface Runnable
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + +