Class: PHPCrawlerProcessReport

Contains summarizing information about a crawling-process after the process is finished.
Description:

-

Members:

Public Properties
abort_reasonReason for the abortion of the crawling-process
bytes_receivedThe total number of bytes the crawler received alltogether.
data_throughputThe average data-throughput in bytes per second.
file_limit_reachedWill be TRUE if the page/file-limit was reached.
files_receivedThe total number of documents the crawler received.
links_followedThe total number of links/URLs the crawler found and followed.
memory_peak_usageThe peak memory-usage the crawling-process caused.
process_runtimeThe total time the crawling-process was running in seconds.
traffic_limit_reachedWill be TRUE if the crawling-process stopped becaus the traffic-limit was reached.
user_abortWill be TRUE if the crawling-process stopped because the overridable function handleDocumentInfo() returned a negative value.