SpiderMan.stats

You're seeing just the function stats, go back to SpiderMan module for more information.

Specs

stats(spider()) :: [
  status: status(),
  common_pipeline_tid: ets_stats(),
  downloader_tid: ets_stats(),
  failed_tid: ets_stats(),
  spider_tid: ets_stats(),
  item_processor_tid: ets_stats()
]

fetch spider's statistics

Link to this function

stats(spider, component)

Specs

stats(spider(), component()) :: ets_stats()

fetch component's statistics