python 2.7 - HOw to get dummy scrapy stuts count in scrapyd -


how the "dummystatscollector" in scrapyd. have studied link "http://doc.scrapy.org/en/latest/topics/stats.html#dummystatscollector".. there no brief explanation scraped status in scrapyd.

i able curl http://localhost:6800/stats.json -d project=default -d spider=somespider , return {"pages_crawled": "650","pages_per_min":"342","items_scraped":"286","items_per_min":"156"}

but getting error :

<html>    <head><title>404 - no such resource</title></head>    <body>      <h1>no such resource</h1>      <p>no such child resource.</p>    </body>  </html>

thanks


Comments

Popular posts from this blog

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

sql - MySQL query optimization using coalesce -

unity3d - Unity local avoidance in user created world -