tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

index.rst (2232B)


      1 =======================
      2 Network monitor toolbar
      3 =======================
      4 
      5 The network monitor provides two toolbar areas, one above the main section, and another below.
      6 
      7 Toolbar
      8 *******
      9 
     10 The toolbar is at the top of the main network monitor window.
     11 
     12 .. image:: network_toolbar_callouts.png
     13  :alt: Screenshot of the Network toolbar, without callouts for the parts
     14  :class: border
     15 
     16 It provides:
     17 
     18 - An icon to clear the :doc:`network request list <../request_list/index>`
     19 - A box enabling you to :ref:`filter requests <request-list-filtering-requests>` by URL and by properties.
     20 - A set of tool icons:
     21 
     22  - Pause (or **resume**) recording network log
     23  - **Search** the log
     24  - **Request Blocking**
     25 
     26 - An array of buttons to filter the network request list by type:
     27 
     28  - by the content type of the response
     29  - XHR requests
     30  - WebSocket upgrades and messages (labeled **WS**)
     31  - Other requests
     32 
     33 - A checkbox that allows you to disable caching.
     34 - **Throttling** menu, to simulate various connection types
     35 - A menu of other actions:
     36 
     37  - **Persist Logs**: By default, the Network Monitor is cleared each time you navigate to a new page or reload the current page. When you select **Persist Logs**, the log is not cleared on page load.
     38  - **Import HAR** imports a HAR (HTTP Archive) file.
     39  - **Save All as HAR** opens a file dialog box so you can save the current contents of the Network log as a HAR file with the extension ```.har```.
     40  - **Copy All as HAR** copies the current contents of the Network log to the clipboard in HAR format.
     41 
     42 A second toolbar area at the bottom of the network monitor provides:
     43 
     44 .. image:: network_monitor_bottom_toolbar.png
     45 
     46 - An icon to launch :doc:`performance analysis <../performance_analysis/index>`.
     47 - A summary of this page, including the number of requests, total size, and total time.
     48 
     49 
     50 Network Monitor features
     51 ************************
     52 
     53 The following articles cover different aspects of using the network monitor:
     54 
     55 - :doc:`Network request list <../request_list/index>`
     56 - :doc:`Network request details <../request_details/index>`
     57 - :doc:`Network traffic recording <../recording/index/>`
     58 - :doc:`Performance analysis <../performance_analysis/index>`
     59 - :doc:`Throttling <../throttling/index>`