Inspecting your spider's runtime environment with the Job Console

Modified on Wed, 3 Feb, 2021 at 7:44 AM

With the job console you can open a Unix shell directly into the container where your job is running. Once in the console, you can perform tasks such as:

  • tailing the Scrapy log (tail -f scrapy.log)
  • accessing the Scrapy Telnet Console with telnet localhost 6023
  • inspecting the files generated by your Scrapy process
  • use top to inspect CPU and memory consumption
  • ... and anything else you can do in a Unix console


To open the job console, click the Console tab:



Finally, a couple of things to keep in mind:

  • the job console is only available for running jobs
  • access is restricted to the directory of your scrapy project (in other words, you don't have root access)

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article