next up previous contents
Next: Standard Performance Metrics Up: Plugin Scheduler Interface Previous: Estimation Metric Vector   Contents


Standard Estimation Tags

To access to the different fields of the estVector_t, it is necessary to specify the tag that correspond to a specific information type. Table 8.1 describes this correspondence. Some tags represent a list of values, one has to use the diet_est_array_* functions to have access to them. In Table 8.1, the second column marks these multi-value tags.

The tag ALLINFOS is a special: his field is always empty, but it allows to fill the vector with all known tags by the particular collector.


Table 8.1: Estimation tags
TCOMP the predicted time to solve a problem
TIMESINCELASTSOLVE time since last solve has been made (sec)
FREECPU amount of free CPU power between 0 and 1
FREEMEM amount of free memory (Mb)
NBCPU number of available processors
CPUSPEED x frequency of CPUs (MHz)
TOTALMEM total memory size (Mb)
AVGFREECPU average amount of free CPU power in [0..1]
BOGOMIPS x CPUs' bogomips
CACHECPU x cache size CPUs (Kb)
TOTALSIZEDISK size of the partition (Mb)
FREESIZEDISK amount of free place on partition (Mb)
DISKACCESREAD average time to read on disk (Mb/sec)
DISKACCESWRITE average time to write to disk (sec)
ALLINFOS x [empty] fill all possible fields
PARAL_NB_FREE_RESOURCES_IN_DEFAULT_QUEUE number of idle resources




Subsections
next up previous contents
Next: Standard Performance Metrics Up: Plugin Scheduler Interface Previous: Estimation Metric Vector   Contents
The DIET Team - Ven 18 nov 2011 18:13:39 PST