stats Module¶
Statistics.
-
class
wpull.stats.Statistics(url_table: typing.Union=None)[source]¶ Bases:
objectStatistics.
-
start_time¶ float
Timestamp when the engine started.
-
stop_time¶ float
Timestamp when the engine stopped.
-
files¶ int
Number of files downloaded.
-
size¶ int
Size of files in bytes.
-
errors¶ a Counter mapping error types to integer.
-
quota¶ int
Threshold of number of bytes when the download quota is exceeded.
-
bandwidth_meter¶ network.BandwidthMeterThe bandwidth meter.
-
duration¶ Return the time in seconds the interval.
-
increment(size: int)[source]¶ Increment the number of files downloaded.
Parameters: size – The size of the file
-
is_quota_exceeded¶ Return whether the quota is exceeded.
-