Add what we are going to build section

This commit is contained in:
Roman Mogylatov 2020-08-05 23:32:15 -04:00
parent 84cecb4bc3
commit 16c6d7c319
2 changed files with 12 additions and 0 deletions

View File

@ -18,6 +18,18 @@ You can find complete project on the
What are we going to build?
---------------------------
We will build a monitoring daemon that monitors web services availability.
The daemon will send the requests to the `example.com <http://example.com>`_ and
`httpbin.org <https://httpbin.org>`_ every couple of seconds. For each successfully completed
response it will log:
- The response code
- The amount of bytes in the response
- The time took to complete the response
.. image:: asyncio_images/diagram.png
Prepare the environment
-----------------------

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB