Click or drag to resize

performanceRecord Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Keeping performance record of the crawler
Inheritance Hierarchy
SystemObject
  dataBindableBase
    imbBindable
      imbWEM.Core.crawler.engineperformanceRecord
        imbWEM.Core.index.experimentSessionexperimentSessionEntry

Namespace:  imbWEM.Core.crawler.engine
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public class performanceRecord : imbBindable, 
	IReportBenchmark

The performanceRecord type exposes the following members.

Constructors
  NameDescription
Public methodperformanceRecord
Initializes a new instance of the performanceRecord class
Public methodperformanceRecord(String)
Initializes a new instance of the performanceRecord class
Top
Properties
  NameDescription
Public propertyblocksPerPageLoads
E_BLP
Public propertyblocksRecovered
C_bl_dc
Public propertyblocksRecoveredSerbian
Public propertyContentProcessor_TimePercent
Ratio
Public propertycpuAverage
R_e_cpu
Public propertyCrawler
Name of the crawler design that was tested
Public propertycrawlerName
Public propertydataLoadPerDomain
Public propertydomainCrashed
Public propertydomainCrashedList
Public propertydomainsLoaded
S_dc
Public propertyfolderName
Public propertyFRA_TimePercent
Percentage of time that FRA participated in the complete Job execution time
Public propertyIterations
Complete count of all iterations
Public propertyIterationTimeAvg
Ratio
Public propertyjobTimeInMinutes
T_job
Public propertyloadAverage
R_e_link
Public propertyloadMbPerMinute
In kilobytes
Public propertyloadTotal
Public propertypageLoadByIterationRecord
Public propertypageLoadDuplicate
Public propertypageLoads
PL_all
Public propertypageLoadsPerDomain
Public propertypageLoadsReal
Public propertyrelevantPageLoads
Relevant page loads
Public propertyrelevantPagePerDomain
Number of relevant pages per domain
Public propertyrelevantVsLoadedAverage
Average of all relevant/loaded average ratios
Public propertytermsPerPageLoads
E_TP
Public propertytermsRecovered
W_dc
Public propertytermsRecoveredAll
Public propertytermsRecoveredOther
Public propertytermsRecoveredSerbian
Public propertyTestID
Public propertyTestSignature
Test signature with the most important configuration values
Public propertytimePerDomain
R_c-ptd
Top
Methods
  NameDescription
Public methoddeploy
Public methoddeployRelatedValues
Public methodEquals (Inherited from Object.)
Public methodGetDataTable
Gets the data table.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodOnPropertyChanged
Called when a property is changed.
(Inherited from dataBindableBase.)
Public methodSetDataRow
Public methodToString (Inherited from Object.)
Top
Events
  NameDescription
Public eventPropertyChanged
Occurs when a property value changes.
(Inherited from dataBindableBase.)
Top
Extension Methods
See Also

Reference

[!:aceCommonTypes.primitives.imbBindable]