Skip to content

API Details: Current Stats

Rainer Simon edited this page Jan 25, 2013 · 2 revisions

API-Details: Current Stats

/api/stats/recent

Returns the momentary crawl stats values – e.g. current crawl rate (URLs per minute) and download rate (Bytes per minute).

Example: /api/stats/recent

Response Fields

timestamp the UNIX timestamp of the stats measurement
crawl_rate the current crawl rate [URLs per minute]
download_rate the current download rate [Bytes per minute]
new_hosts_crawled the current rate of new hosts crawled [‘new host encountered’ events per minute]

Example Response
{
   "timestamp":1345816020000,
   "crawl_rate":3208,
   "download_rate":99374005,
   "new_hosts_crawled":4
}