org.griphyn.cPlanner.visualize.spaceusage |
|
Java Source File Name | Type | Comment |
JobSpace.java | Class | A data class that associates at most three space reading with the job
corresponding to the GRIDSTART_PREJOB, GRIDSTART_MAINJOB and GRIDSTART_POSTJOB. |
KickstartOutputFilenameFilter.java | Class | A filename filter for identifying the kickstart output files. |
Plot.java | Interface | A plot interface that allows us to plot the SpaceUsage in different
formats. |
Ploticus.java | Class | An implementation that plots in the Ploticus format. |
Space.java | Class | A data class that stores the space usage. |
SpaceUsage.java | Class | A container object that stores the space usage for each site. |
SpaceUsageCallback.java | Class | Implements callback interface to calculate space usage. |
TailStatd.java | Class | The callback parses the jobstate.log file to order the events of how
the jobs executed. |