SMILA (incubation) API documentation

org.eclipse.smila.connectivity.framework.crawler.web
Class WebCrawlerPerformanceAgent

java.lang.Object
  extended by org.eclipse.smila.connectivity.framework.performancecounters.ConnectivityPerformanceAgentBase
      extended by org.eclipse.smila.connectivity.framework.performancecounters.CrawlerPerformanceAgent
          extended by org.eclipse.smila.connectivity.framework.crawler.web.WebCrawlerPerformanceAgent
All Implemented Interfaces:
CrawlerControllerPerformanceAgent, ManagementAgent

public class WebCrawlerPerformanceAgent
extends CrawlerPerformanceAgent

The Class WebCrawlerPerformanceAgent.


Field Summary
 
Fields inherited from class org.eclipse.smila.connectivity.framework.performancecounters.ConnectivityPerformanceAgentBase
KBYTES, MILLISECS_IN_SEC
 
Constructor Summary
WebCrawlerPerformanceAgent()
           
 
Method Summary
 PerformanceCounter getAverageHttpFetchTime()
          Gets the average http fetch time.
 PerformanceCounter getBytes()
          Gets the bytes.
 PerformanceCounter getPages()
          Gets the pages.
 PerformanceCounter getProducerExceptions()
          Gets the producer exceptions.
 
Methods inherited from class org.eclipse.smila.connectivity.framework.performancecounters.CrawlerPerformanceAgent
getAverageAttachmentTransferRate, getEndDate, getOverallAverageDeltaIndicesProcessingTime, getOverallAverageRecordsProcessingTime, getStartDate, setEndDate, setStartDate
 
Methods inherited from class org.eclipse.smila.connectivity.framework.performancecounters.ConnectivityPerformanceAgentBase
getAttachmentBytesTransfered, getAttachmentTransferRate, getAverageDeltaIndicesProcessingTime, getAverageRecordsProcessingTime, getDeltaIndices, getErrorBuffer, getExceptions, getExceptionsCritical, getRecords
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebCrawlerPerformanceAgent

public WebCrawlerPerformanceAgent()
Method Detail

getBytes

public PerformanceCounter getBytes()
Gets the bytes.

Returns:
the bytes

getPages

public PerformanceCounter getPages()
Gets the pages.

Returns:
the pages

getProducerExceptions

public PerformanceCounter getProducerExceptions()
Gets the producer exceptions.

Returns:
the producer exceptions

getAverageHttpFetchTime

public PerformanceCounter getAverageHttpFetchTime()
Gets the average http fetch time.

Returns:
the average http fetch time

SMILA (incubation) API documentation