Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 570 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 570 Bytes

Chrome-DevTool

A Web browser is used to display the messages sent by web server. It contains various tools to support web developers. One of them is network monitoring tool which provides the information of the sites which are connected with the active tab and the communication with the connected sites.

The challenge is to get these information from web development tool and record the bandwidth usage with respect to each tab and web site.

Useful resources