edu.sdsc.inca.depot.util
Class All2AllFilter

java.lang.Object
  extended by edu.sdsc.inca.depot.util.ReportFilter
      extended by edu.sdsc.inca.depot.util.All2AllFilter

public class All2AllFilter
extends ReportFilter

1) Writes pass/fail results to summary.properties file for any reports with the "summary.successpct.performance" reporter name. 2) Prefixes error messages in depot reports with "NOT_AT_FAULT: " if the resource the report ran on is not at fault for the all2all error and the report is not already prefixed with "DOWNTIME". Resources are determined to not be at fault if the summary property that matches their nickname has failed.


Field Summary
 
Fields inherited from class edu.sdsc.inca.depot.util.ReportFilter
context, resource, stderr, stdout, sysusage
 
Constructor Summary
All2AllFilter()
           
 
Method Summary
 java.lang.String getStdout()
          Writes results to properties file if name is summary.successpct.performance Writes new report with modified error message to depot if not at fault.
 
Methods inherited from class edu.sdsc.inca.depot.util.ReportFilter
getContext, getResource, getStderr, getSysusage, setContext, setResource, setStderr, setStdout, setSysusage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

All2AllFilter

public All2AllFilter()
Method Detail

getStdout

public java.lang.String getStdout()
Writes results to properties file if name is summary.successpct.performance Writes new report with modified error message to depot if not at fault.

Overrides:
getStdout in class ReportFilter
Returns:
string with depot report (reporter Stdout)